1commit 635e5f8fc82365e6e9734b3132bc95135a6de679 2Author: Wolfgang Denk <wd@denx.de> 3Date: Sun Jan 18 21:37:48 2009 +0100 4 5 Prepare 2009.01-rc3 6 7 Update CHANGELOG 8 9 Signed-off-by: Wolfgang Denk <wd@denx.de> 10 11commit 4cda437898f7873752f0201757cd33f12196ce87 12Author: Mike Frysinger <vapier@gentoo.org> 13Date: Sat Jan 17 13:32:42 2009 -0500 14 15 build system: treat all Darwin's alike 16 17 The x86 based version of Darwin behaves the same quirky way as the powerpc 18 Darwin, so only check HOSTOS when setting up Darwin workarounds. 19 20 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 21 22commit c088a108c75db565e07292fd668dfa5491e85bc2 23Author: Peter Korsgaard <jacmet@sunsite.dk> 24Date: Wed Jan 14 13:52:24 2009 +0100 25 26 fdt_resize(): fix actualsize calculations with unaligned blobs 27 28 The code in fdt_resize() to extend the fdt size to end on a page boundary 29 is wrong for fdt's not located at an address aligned on a page boundary. 30 What's even worse, the code would make actualsize shrink rather than grow 31 if (blob & 0xfff) was bigger than the amount of padding added by ALIGN(), 32 causing fdt_add_mem_rsv to fail. 33 34 Fix it by aligning end address (blob + size) to a page boundary instead. 35 For aligned fdt's this is equivalent to what we had before. 36 37 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> 38 39commit fadad1573fb16c90025f08a2861d6047d093cba7 40Author: Mike Frysinger <vapier@gentoo.org> 41Date: Fri Jan 9 04:38:17 2009 -0500 42 43 ncb: use socklen_t 44 45 The recvfrom() function takes a socklen_t, not an int. 46 47 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 48 49commit fc83c9273cec6e6e542f4a0ea3b653b7d0513ffa 50Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 51Date: Sun Jan 11 16:35:16 2009 +0100 52 53 sh: serial: use readx/writex accessors 54 55 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 56 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 57 58commit 9e1fa628bdb64745811cdd26c4f953846c076180 59Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 60Date: Sun Jan 11 16:35:15 2009 +0100 61 62 sh: serial: coding style cleanup 63 64 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 65 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 66 67commit c9935c992575922b7ef13eec0656ed8665d324e3 68Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 69Date: Sun Jan 11 17:48:56 2009 +0900 70 71 sh: Fix compile error on lowlevel_init file 72 73 lowlevel_init of SH was corrected to use the write/readXX macro. 74 However, there was a problem that was not able to be compiled partially. 75 This patch corrected this. 76 77 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 78 79commit a5b04d00bfeb940c62232972ce644d50b45797f9 80Author: Kieran Bingham <kieranbingham@gmail.com> 81Date: Tue Dec 30 01:16:03 2008 +0000 82 83 sh: Fix up rsk7203 target for out of tree build 84 85 Fix up rsk7203 target to build successfully using out-of-tree build. 86 87 Signed-off-by: Kieran Bingham <kbingham@mpc-data.co.uk> 88 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 89 90commit f7e78f3b74aae9caca2997bad865a72338326c0a 91Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 92Date: Sat Dec 20 19:29:49 2008 +0100 93 94 sh: use write{8,16,32} in all lowlevel_init 95 96 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 97 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 98 99commit e4430779623af500de1cee7892c379f07ef59813 100Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 101Date: Sat Dec 20 19:29:48 2008 +0100 102 103 sh: lowlevel_init coding style cleanup 104 105 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 106 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 107 108commit 85cb052ee41675ca361e6a4c69455dc715c8f2d9 109Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 110Date: Sat Dec 20 15:27:45 2008 +0100 111 112 sh: update sh2/sh2a timer coding style 113 114 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 115 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 116 117commit 1e15ff999322e81af4c0c0c548908f38944ba39c 118Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 119Date: Sat Dec 20 15:25:22 2008 +0100 120 121 sh: update sh timer coding style 122 123 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 124 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 125 126commit 0e3ece33801e377be67ffa29f083421ad820f28b 127Author: Wolfgang Denk <wd@denx.de> 128Date: Wed Jan 14 23:26:05 2009 +0100 129 130 Prepare 2009.01-rc2 131 132 Update CHANGELOG. 133 134 Signed-off-by: Wolfgang Denk <wd@denx.de> 135 136commit e92c9a860e44c14513c8909ce4299e253a775eeb 137Author: Wolfgang Denk <wd@denx.de> 138Date: Wed Jan 14 22:35:30 2009 +0100 139 140 cpu/mpc824x/Makefile: fix warning with parallel builds 141 142 Parallel builds would occasionally issue this build warning: 143 144 ln: creating symbolic link `cpu/mpc824x/bedbug_603e.c': File exists 145 146 Use "ln -sf" as quick work around for the issue. 147 148 Signed-off-by: Wolfgang Denk <wd@denx.de> 149 150commit 3ba605d4beec649438539e7df97b5fedb26592fb 151Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 152Date: Fri Jan 2 12:18:49 2009 +0100 153 154 ppc4xx: Add loadpci command to esd's CPCI4052 and CPCI405AB boards 155 156 This patch adds esd's loadpci BSP command to CPCI4052 and 157 CPCI405AB board. This requires CONFIG_CMD_BSP and CONFIG_PRAM. 158 159 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 160 Signed-off-by: Stefan Roese <sr@denx.de> 161 162commit 600fe46fb3dab7f07604f9009904f31584415114 163Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 164Date: Fri Jan 2 12:18:12 2009 +0100 165 166 ppc4xx: Disable pci node in device tree on CPCI405 pci adapters 167 168 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 169 Signed-off-by: Stefan Roese <sr@denx.de> 170 171commit f6a1f490d224c600a09137e58d1026d150b8e679 172Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 173Date: Fri Jan 2 12:17:36 2009 +0100 174 175 ppc4xx: Cleanup CPCI405 board code 176 177 This patch cleans up CPCI405 board support: 178 - wrap long lines 179 - unification of spaces in function calls 180 - remove dead code 181 182 Use correct io accessors on peripherals. 183 184 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 185 Signed-off-by: Stefan Roese <sr@denx.de> 186 187commit fceebb45a0b97e92f9889861f8c3b9cb885e706f 188Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 189Date: Fri Jan 2 12:16:35 2009 +0100 190 191 ppc4xx: Enable auto RS485 mode on PLU405 boards 192 193 This patch turns on the auto RS485 mode in the 2nd external 194 uart on PLU405 boards. This is a special mode of the used 195 Exar XR16C2850 uart. Because these boards only have a 485 physical 196 layer connected it's a good idea to turn it on by default. 197 198 Signed-off-by: Matthias Fuchs <mf@esd.eu> 199 Signed-off-by: Stefan Roese <sr@denx.de> 200 201commit b5f65dfa9aa8e068e62aba4733dc4fd97b1d9bf6 202Author: Haiying Wang <Haiying.Wang@freescale.com> 203Date: Tue Jan 13 16:29:28 2009 -0500 204 205 Some changes of TLB entry setting for MPC8572DS 206 207 - Move the TLB entry of PIXIS_BASE from TLB0 to TLB1[8], because in CAMP mode, 208 all the TLB0 entries will be invalidated after cpu1 brings up kernel, thus cpu0 209 can not access PIXIS_BASE anymore (any access will cause DataTLBError exception) 210 211 - Set CONFIG_SYS_DDR_TLB_START to 9 for MPC8572DS board. 212 213 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com> 214 215commit 950264317eb9594b2b5ee2fb65206200a1c6007a 216Author: Haiying Wang <Haiying.Wang@freescale.com> 217Date: Tue Jan 13 16:29:22 2009 -0500 218 219 Change DDR tlb start entry to CONFIG param for 85xx 220 221 So that we can locate the DDR tlb start entry to the value other than 8. By 222 default, it is still 8. 223 224 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com> 225 226commit 6d3a10f73ece7ffb736890c10e023222612a4aa0 227Author: Roy Zang <tie-fei.zang@freescale.com> 228Date: Fri Jan 9 16:02:35 2009 +0800 229 230 Change PCIE1&2 deciide logic on MPC8544DS board more readable 231 232 The IO port selection for MPC8544DS board: 233 Port cfg_io_ports 234 PCIE1 0x2, 0x3, 0x4, 0x5, 0x6, 0x7 235 PCIE2 0x4, 0x5, 0x6, 0x7 236 PCIE3 0x6, 0x7 237 This patch changes the PCIE12 and PCIE2 logic more readable. 238 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com> 239 240commit 028e116811d28a031660f1ad9e20ac1293b3c5c7 241Author: Roy Zang <tie-fei.zang@freescale.com> 242Date: Fri Jan 9 16:01:52 2009 +0800 243 244 PCIE2 and PCIE3 are decided by corresponing bit in devdisr instead of PCIE1 bit 245 246 PCIE2 and PCIE3 should be decided by corresponing bit in devdisr instead of 247 PCIE1 bit. 248 On MPC8572DS board, PCIE refers to PCIE1. 249 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com> 250 251commit 9afc2ef0307aecf52482df67c31b75d5f9e66b47 252Author: Roy Zang <tie-fei.zang@freescale.com> 253Date: Fri Jan 9 16:00:55 2009 +0800 254 255 Fix IO port selection issue on MPC8544DS and MPC8572DS boards 256 257 The IO port selection is not correct on MPC8572DS and MPC8544DS board. 258 This patch fixes this issue. 259 For MPC8572 260 Port cfg_io_ports 261 PCIE1 0x2, 0x3, 0x7, 0xb, 0xc, 0xf 262 PCIE2 0x3, 0x7 263 PCIE3 0x7 264 265 For MPC8544 266 Port cfg_io_ports 267 PCIE1 0x2, 0x3, 0x4, 0x5, 0x6, 0x7 268 PCIE2 0x4, 0x5, 0x6, 0x7 269 PCIE3 0x6, 0x7 270 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com> 271 272commit 3e3fffe3baf3befde287fec1fcbfe55052fb8946 273Author: Becky Bruce <beckyb@kernel.crashing.org> 274Date: Wed Dec 3 22:36:44 2008 -0600 275 276 mpc8610hpcd: Fix PCI mapping concepts 277 278 Rename _BASE to _BUS, as it's actually a PCI bus address, 279 separate virtual and physical addresses into _VIRT and _PHYS, 280 and use each appopriately. This makes the code easier to read 281 and understand, and facilitates mapping changes going forward. 282 283 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org> 284 285commit 79e436cad3b4a7db88408c3f05175028f30d700d 286Author: Becky Bruce <beckyb@kernel.crashing.org> 287Date: Wed Dec 3 22:36:26 2008 -0600 288 289 sbc8641d: Fix PCI mapping concepts 290 291 Rename _BASE to _BUS, as it's actually a PCI bus address, 292 separate virtual and physical addresses into _VIRT and _PHYS, 293 and use each appopriately. This makes the code easier to read 294 and understand, and facilitates mapping changes going forward. 295 296 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org> 297 298commit a9f3acbcd07da72b5446ce557531a3ed8b8beff0 299Author: Wolfgang Denk <wd@denx.de> 300Date: Mon Jan 12 14:50:35 2009 +0100 301 302 MPC86xx: fix build warnings 303 304 Signed-off-by: Wolfgang Denk <wd@denx.de> 305 306commit 032a1c934ef4dc003281f57302b6e693062c1868 307Author: Mike Frysinger <vapier@gentoo.org> 308Date: Mon Jan 5 16:09:44 2009 -0500 309 310 bf537-stamp/nand: fix board_nand_init prototype 311 312 The board_nand_init() function should return an int, not void. 313 314 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 315 316commit 687f952e4119594ab913be11c90f7f018c2a7a79 317Author: Mike Frysinger <vapier@gentoo.org> 318Date: Thu Dec 11 07:04:48 2008 -0500 319 320 Blackfin: drop CONFIG_SPI handling in board init 321 322 The eeprom SPI init functions are duplicated as the common code already 323 executes these for us. 324 325 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 326 327commit e7e684b10d73a303902208594c7c3e7e0d753282 328Author: Mike Frysinger <vapier@gentoo.org> 329Date: Fri Oct 24 17:51:57 2008 -0400 330 331 Blackfin: fix out-of-tree building with ldscripts 332 333 Many of the Blackfin board linker scripts are preprocessed, so make sure we 334 output the linker script into the build tree rather than the source tree. 335 336 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 337 338commit b9eecc342f767b50e1476fbc1aad7d88dd4ce5eb 339Author: Mike Frysinger <vapier@gentoo.org> 340Date: Fri Oct 24 17:48:54 2008 -0400 341 342 Blackfin: fix linker scripts to work with --gc-sections 343 344 Make sure all .text sections get pulled in and the entry point is properly 345 referenced so they don't get discarded when linking with --gc-sections. 346 347 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 348 349commit 509fc553bc6087a6f705b3bf52f3950d7d1eaa58 350Author: Mike Frysinger <vapier@gentoo.org> 351Date: Sat Oct 11 20:45:44 2008 -0400 352 353 Blackfin: set proper LDRFLAGS for parallel booting LDRs 354 355 In order to boot an LDR out of parallel flash, the ldr utility needs a few 356 flags to tell it to generate the right header. 357 358 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 359 360commit 3dd9395a0d7ce69a335d0e743c04b9caedd681d3 361Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 362Date: Tue Jan 6 21:41:59 2009 +0100 363 364 at91rm9200: move define from lowlevel_init to header 365 366 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 367 368commit 8a48686fac2030287765f1970ea046bd5734b733 369Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 370Date: Sat Jan 3 17:22:26 2009 +0100 371 372 m501sk: move to the common memory setup 373 374 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 375 376commit d481c80d78f954133c035dae6c7d22de3625795d 377Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 378Date: Sat Jan 3 17:22:25 2009 +0100 379 380 at91rm9200: rename lowlevel init value to CONFIG_SYS_ 381 382 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 383 384commit 4e170b16625291aa10d0d9abc3f34e8a5945d157 385Author: Nicolas Ferre <nicolas.ferre@atmel.com> 386Date: Tue Jan 6 21:13:14 2009 +0100 387 388 at91: add at91sam9xeek board support 389 390 At91sam9xe is basically an at91sam9260 with embedded flash. We can manage 391 it as another entry for at91sam9260 in the Makefile. 392 393 Check documentation at : 394 http://www.atmel.com/dyn/products/product_card.asp?part_id=4263 395 396 Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com> 397 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 398 399commit 9ffd53db870a7da134f9a1ae76894a6b31237be5 400Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 401Date: Tue Jan 6 21:15:57 2009 +0100 402 403 fix bmp_logo.h make dependencies to allow parallel build 404 405 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 406 407commit e12d9a8fb48d24176efffccc072b445e60a3afe4 408Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 409Date: Sat Jan 3 17:22:24 2009 +0100 410 411 at91: Fix Atmel's at91sam9 boards out of tree build 412 413 introduced in commit 89a7a87f084c 414 415 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 416 417commit 0668236bafaa1c11c521652a2facebc74beecbf0 418Author: Wolfgang Denk <wd@denx.de> 419Date: Tue Dec 30 22:56:11 2008 +0100 420 421 README: update mailing list name and hits to patch submission. 422 423 Signed-off-by: Wolfgang Denk <wd@denx.de> 424 425commit d9011f9b75561a0bd9254934c2bb2bc799d4f645 426Author: Peter Tyser <ptyser@xes-inc.com> 427Date: Tue Dec 23 16:32:01 2008 -0600 428 429 85xx: Enable inbound PCI config cycles for X-ES boards cleanup 430 431 Signed-off-by: Peter Tyser <ptyser@xes-inc.com> 432 433commit 1f03cbfae221b24ba1341a0a3f62ff01c5c874df 434Author: Peter Tyser <ptyser@xes-inc.com> 435Date: Tue Dec 23 16:32:00 2008 -0600 436 437 XPedite5200 board support cleanup 438 439 Signed-off-by: Peter Tyser <ptyser@xes-inc.com> 440 441commit fea91edee8ae0295e3c30b1ff544df51f4d668e1 442Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 443Date: Tue Dec 2 21:58:04 2008 +0100 444 445 usb_kbd: fix usb_kbd_deregister when DEVICE_DEREGISTER not enable 446 447 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 448 Signed-off-by: Remy Böhmer <linux@bohmer.net> 449 450commit ada591d2a0ecff5f9bc5ed1ebf310f439c3d0a28 451Author: Trent Piepho <tpiepho@freescale.com> 452Date: Wed Dec 3 15:16:37 2008 -0800 453 454 mpc8[56]xx: Put localbus clock in sysinfo and gd 455 456 Currently MPC85xx and MPC86xx boards just calculate the localbus frequency 457 and print it out, but don't save it. 458 459 This changes where its calculated and stored to be more consistent with the 460 CPU, CCB, TB, and DDR frequencies and the MPC83xx localbus clock. 461 462 The localbus frequency is added to sysinfo and calculated when sysinfo is 463 set up, in cpu/mpc8[56]xx/speed.c, the same as the other frequencies are. 464 465 get_clocks() copies the frequency into the global data, as the other 466 frequencies are, into a new field that is only enabled for MPC85xx and 467 MPC86xx. 468 469 checkcpu() in cpu/mpc8[56]xx/cpu.c will print out the local bus frequency 470 from sysinfo, like the other frequencies, instead of calculating it on the 471 spot. 472 473 Signed-off-by: Trent Piepho <tpiepho@freescale.com> 474 Acked-by: Kumar Gala <galak@kernel.crashing.org> 475 Acked-by: Jon Loeliger <jdl@freescale.com> 476 477commit 9863d6aca11405e1e0d8aba2045d78aeec4d4ee7 478Author: Trent Piepho <tpiepho@freescale.com> 479Date: Wed Dec 3 15:16:36 2008 -0800 480 481 mpc86xx: Double local bus clock divider 482 483 The local bus clock divider should be doubled for both 8610 and 8641. 484 485 Signed-off-by: Trent Piepho <tpiepho@freescale.com> 486 Acked-by: Kumar Gala <galak@kernel.crashing.org> 487 Acked-by: Jon Loeliger <jdl@freescale.com> 488 489commit 446c381e3e16f19857b72ea0d06241267b8b9d58 490Author: Trent Piepho <tpiepho@freescale.com> 491Date: Wed Dec 3 15:16:35 2008 -0800 492 493 mpc8568: Double local bus clock divider 494 495 The clock divider for the MPC8568 local bus should be doubled, like the 496 other newer MPC85xx chips. 497 498 Since there are now more chips with a 2x divider than a 1x, and any new 499 85xx chips will probably be 2x, invert the sense of the #if so that it 500 lists the 1x chips instead of the 2x ones. 501 502 Signed-off-by: Trent Piepho <tpiepho@freescale.com> 503 Acked-by: Kumar Gala <galak@kernel.crashing.org> 504 Acked-by: Jon Loeliger <jdl@freescale.com> 505 506commit f51f07eb58fad12de9294ba4ee6c09a0ddeaee03 507Author: Dave Liu <daveliu@freescale.com> 508Date: Tue Dec 16 12:09:27 2008 +0800 509 510 85xx: Fix the boot window issue 511 512 If one custom board is using the 8MB flash, it is set 513 as FLASH_BASE = 0xef000000, TEXT_BASE = 0xef780000. 514 The current start.S code will be broken at switch_as. 515 516 It is because the TLB1[15] is set as 16MB page size, 517 EPN = TEXT_BASE & 0xff000000, RPN = 0xff000000. 518 519 For the 8MB flash case, the EPN = 0xefxxxxxx, 520 RPN = 0xffxxxxxx. Assume the virt address of switch_as 521 is 0xef7ff18c, the real address of the instruction at 522 switch_as should be 0xff7ff18c. the 0xff7ff18c is out 523 of the range of the default 8MB boot LAW window 524 0xff800000 - 0xffffffff. 525 526 So when we switch to AS1 address space at switch_as, 527 the core can't fetch the instruction at switch_as any 528 more. It will cause broken issue. 529 530 Signed-off-by: Dave Liu <daveliu@freescale.com> 531 532commit 58da8890d5fbd074746037722a423de9ac408616 533Author: Paul Gortmaker <paul.gortmaker@windriver.com> 534Date: Thu Dec 11 15:47:50 2008 -0500 535 536 sbc8548: use proper PHY address 537 538 The values given for the PHY address were wrong, so the code 539 read no valid PHY ID, and fell through to the generic PHY 540 support, which would work on 1000M but would not auto negotiate 541 down to 100M or 10M. 542 543 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> 544 545commit ad22f9273c6f24fbfa917e867680e9688e0c59c5 546Author: Paul Gortmaker <paul.gortmaker@windriver.com> 547Date: Thu Dec 11 15:47:51 2008 -0500 548 549 sbc8548: enable command line editing by default. 550 551 Lets make things a bit more user friendly. It isn't 1985 anymore. 552 553 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> 554 555commit bd93105fa171184a71ca8b22be03dc2705cfbd3f 556Author: Paul Gortmaker <paul.gortmaker@windriver.com> 557Date: Thu Dec 11 15:47:49 2008 -0500 558 559 sbc8548: don't enable the 3rd and 4th eTSEC 560 561 These interfaces don't have usable connectors on the board, so don't 562 bother enumerating or configuring them. 563 564 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> 565 566commit 181a3650113883728927928b3ac81ad6dade4b2c 567Author: Haiying Wang <Haiying.Wang@freescale.com> 568Date: Wed Dec 3 10:08:19 2008 -0500 569 570 Set IVPR to kenrel entry point in second core boot page 571 572 Assuming the OSes exception vectors start from the base of kernel address, and 573 the kernel physical starting address can be relocated to an non-zero address. 574 This patch enables the second core to have a valid IVPR for debugger before 575 kernel setting IVPR in CAMP mode. Otherwise, IVPR is 0x0 and it is not a valid 576 value for second core which runs kernel at different physical address other 577 than 0x0. 578 579 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com> 580 581commit a5d212a263c58cc746481bf1fc878510533ce7d6 582Author: Trent Piepho <tpiepho@freescale.com> 583Date: Wed Dec 3 15:16:34 2008 -0800 584 585 mpc8xxx: LCRR[CLKDIV] is sometimes five bits 586 587 On newer CPUs, 8536, 8572, and 8610, the CLKDIV field of LCRR is five bits 588 instead of four. 589 590 In order to avoid an ifdef, LCRR_CLKDIV is set to 0x1f on all systems. It 591 should be safe as the fifth bit was defined as reserved and set to 0. 592 593 Code that was using a hard coded 0x0f is changed to use LCRR_CLKDIV. 594 595 Signed-off-by: Trent Piepho <tpiepho@freescale.com> 596 Acked-by: Kumar Gala <galak@kernel.crashing.org> 597 Acked-by: Jon Loeliger <jdl@freescale.com> 598 599commit 58ec4866ed916c7e422f5107bb27b0822084728e 600Author: Trent Piepho <tpiepho@freescale.com> 601Date: Wed Dec 3 15:16:38 2008 -0800 602 603 mpc8[56]xx: Put localbus clock in device tree 604 605 Export the localbus frequency in the device tree, the same way the CPU, TB, 606 CCB, and various other frequencies are exported in their respective device 607 tree nodes. 608 609 Some localbus devices need this information to be programed correctly, so 610 it makes sense to export it along with the other frequencies. 611 612 Unfortunately, when someone wrote the localbus dts bindings, they didn't 613 bother to define what the "compatible" property should be. So it seems no 614 one was quite sure what to put in their dts files. 615 616 Based on current existing dts files in the kernel source, I've used 617 "fsl,pq3-localbus" and "fsl,elbc" for MPC85xx, which are used by almost all 618 of the 85xx devices, and are looked for by the Linux code. The eLBC is 619 apparently not entirely backward compatible with the pq3 LBC and so eLBC 620 equipped platforms like 8572 won't use pq3-localbus. 621 622 For MPC86xx, I've used "fsl,elbc" which is used by some of the 86xx systems 623 and is also looked for by the Linux code. On MPC8641, I've also used 624 "fsl,mpc8641-localbus" as it is also commonly used in dts files, some of 625 which don't use "fsl,elbc" or any other acceptable name to match on. 626 627 Signed-off-by: Trent Piepho <tpiepho@freescale.com> 628 Acked-by: Kumar Gala <galak@kernel.crashing.org> 629 Acked-by: Jon Loeliger <jdl@freescale.com> 630 631commit 9d94aff699eed38b286814fcbb335f3eb8516a0e 632Author: Kumar Gala <galak@kernel.crashing.org> 633Date: Tue Dec 16 14:59:22 2008 -0600 634 635 NAND FSL elbc: Use virt_to_phys to determine which bank is in use 636 637 The current code that determines which bank/chipselect is used for a 638 given NAND instance only worked for 32-bit addresses and assumed 639 a 1:1 mapping. This breaks in 36-bit physical configs. 640 641 The proper way to handle this is to use the virt_to_phys() and 642 BR_PHYS_ADDR() routinues to match the 34-bit lbc bus address 643 with the the virtual address the NAND code uses. 644 645 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 646 Acked-by: Scott Wood <scottwood@freescale.com> 647 648commit 77c8115b1f1871811633eae77a5a700fac1f0e50 649Author: Kumar Gala <galak@kernel.crashing.org> 650Date: Tue Dec 16 14:59:21 2008 -0600 651 652 ppc: Use addrmap in virt_to_phys and map_physmem. 653 654 If we have addr map support enabled use the mapping functions to 655 implement virt_to_phys() and map_physmem(). 656 657 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 658 659commit ecf5b98c7a6a2e2256dfddd48fab26678dcd6b90 660Author: Kumar Gala <galak@kernel.crashing.org> 661Date: Tue Dec 16 14:59:20 2008 -0600 662 663 85xx: Add support to populate addr map based on TLB settings 664 665 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 666 667commit 78bbc5ce151c5a484bb51bf1866b4a993ffc16ec 668Author: Peter Tyser <ptyser@xes-inc.com> 669Date: Mon Dec 1 13:47:13 2008 -0600 670 671 XPedite5200 board support 672 673 Initial support for Extreme Engineering Solutions XPedite5200 - 674 a MPC8548-based PMC single board computer. 675 676 Signed-off-by: Peter Tyser <ptyser@xes-inc.com> 677 678commit 487dcb4fb89be0992bc06ec1341090017bd9cf2f 679Author: Peter Tyser <ptyser@xes-inc.com> 680Date: Wed Oct 29 12:39:27 2008 -0500 681 682 85xx: Enable inbound PCI config cycles for X-ES boards 683 684 Update X-ES Freescale boards to allow inbound PCI configuration 685 cycles when configured as agent/endpoint. 686 687 Signed-off-by: Peter Tyser <ptyser@xes-inc.com> 688 689commit ccf0fdd02b97323f8caae18d06cc9daeac2f192f 690Author: Peter Tyser <ptyser@xes-inc.com> 691Date: Wed Dec 17 16:36:23 2008 -0600 692 693 XPedite5370 board support 694 695 Initial support for Extreme Engineering Solutions XPedite5370 - 696 a MPC8572-based 3U VPX single board computer with a PMC/XMC 697 site. 698 699 Signed-off-by: Peter Tyser <ptyser@xes-inc.com> 700 701commit e92739d34e2d6b6aca93b2598248210710897ce8 702Author: Peter Tyser <ptyser@xes-inc.com> 703Date: Wed Dec 17 16:36:21 2008 -0600 704 705 Add support for PCA953x I2C gpio devices 706 707 Initial support for NXP's 4 and 8 bit I2C gpio expanders 708 (eg pca9537, pca9557, etc). The CONFIG_PCA953X define 709 enables support for the devices while the CONFIG_CMD_PCA953X 710 define enables the pca953x command. The CONFIG_CMD_PCA953X_INFO 711 define enables an 'info' sub-command which provides summary 712 information for the given pca953x device. 713 714 Signed-off-by: Peter Tyser <ptyser@xes-inc.com> 715 716commit 7a8979591171676417ab36852d8811a8c46accd8 717Author: Peter Tyser <ptyser@xes-inc.com> 718Date: Wed Oct 29 12:39:26 2008 -0500 719 720 pci/fsl_pci_init: Enable inbound PCI config cycles 721 722 Add fsl_pci_config_unlock() function to enable a 723 PCI/PCIe interface configured in agent/endpoint mode to 724 respond to inbound PCI configuration cycles. 725 726 Signed-off-by: Peter Tyser <ptyser@xes-inc.com> 727 728commit b616f2b545f73757669b37386f0b37bb61fc6797 729Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 730Date: Mon Sep 8 22:27:18 2008 +0200 731 732 MIPS: qemu_mips: update doc to generate and to use qemu flash, ide file 733 734 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 735 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 736 737commit 16cdf816779f5b602a9b3b4d2ea4dea05095c35b 738Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 739Date: Tue Dec 16 22:10:31 2008 +0100 740 741 MIPS: qemu_mips: update doc to use all disk and boot linux kernel 742 743 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 744 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 745 746commit 13095b2f07dacb1f863772266c1789d47a523a8a 747Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 748Date: Tue Dec 16 22:10:30 2008 +0100 749 750 MIPS: qemu_mips: move env storage just after u-boot 751 752 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 753 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 754 755commit aced78d852d0b009e8aaa1445af8cb40861ee549 756Author: Wolfgang Denk <wd@denx.de> 757Date: Tue Dec 16 23:48:27 2008 +0100 758 759 Prepare 2009.01-rc1 760 761 Signed-off-by: Wolfgang Denk <wd@denx.de> 762 763commit 9e2a79b4c585ad31138fb90b68fd0234d64a8da8 764Author: Wolfgang Denk <wd@denx.de> 765Date: Tue Dec 16 23:13:46 2008 +0100 766 767 include/configs/at91cap9adk.h: fix typo. 768 769 Signed-off-by: Wolfgang Denk <wd@denx.de> 770 771commit 45ca04f2377361593151d2d4da51f8ba4832d233 772Author: Wolfgang Denk <wd@denx.de> 773Date: Tue Dec 16 22:32:25 2008 +0100 774 775 board/trab/memory.c: Fix compile problems. 776 777 Apply changes from commit 44b4dbed to board/trab/memory.c, too. 778 779 Actually we'd need a major cleanup here - as it turns out, 780 board/trab/memory.c is more or less a verbatim copy of 781 post/drivers/memory.c ... but then, trab is EOL anyway,r 782 so this is not worth the effort. 783 784 Signed-off-by: Wolfgang Denk <wd@denx.de> 785 786commit ff49ea8977b56916edd5b1766d9939010e30b181 787Author: Scott Wood <scottwood@freescale.com> 788Date: Tue Dec 16 14:24:16 2008 -0600 789 790 NAND: Mark the BBT as scanned prior to calling scan_bbt. 791 792 Otherwise, recursion can occur if scan_bbt does not find a bad block 793 table, and tries to write one, and the attempt to erase the BBT area 794 causes a bad block check. 795 796 Signed-off-by: Scott Wood <scottwood@freescale.com> 797 798commit 584eedab66d0828f2d571a24b10526c4e65f547b 799Author: Ilya Yanok <yanok@emcraft.com> 800Date: Thu Dec 11 05:51:57 2008 +0300 801 802 jffs2: include <linux/mtd/compat.h> instead of defining own min_t 803 804 Include <linux/mtd/compat.h> header for min_t definition instead of 805 providing our own one. Removes warnings in case of OneNAND support 806 enabled. 807 808 Although I thinks it's a bit silly to include <linux/mtd/compat.h> 809 just for min_t... 810 811 Signed-off-by: Ilya Yanok <yanok@emcraft.com> 812 Acked-by: Stefan Roese <sr@denx.de> 813 814commit b1ffecec37b57a59c139042267faac458e5324e9 815Author: Becky Bruce <beckyb@kernel.crashing.org> 816Date: Wed Dec 3 23:04:37 2008 -0600 817 818 powerpc: fix io.h build warning with CONFIG_PHYS_64BIT 819 820 Casting a pointer to a phys_addr_t when it's an unsigned long long 821 on a 32-bit system without first casting to a non-pointer type 822 generates a compiler warning. Fix this. 823 824 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org> 825 826commit 6cdadcb3f1b6eac4a1c4256acaa1438413f95351 827Author: Wolfgang Denk <wd@denx.de> 828Date: Tue Dec 16 16:22:50 2008 +0100 829 830 trab: make trab_fkt standalone code independent of libgcc 831 832 Use our own local functions in lib_arm/ instead. 833 834 Signed-off-by: Wolfgang Denk <wd@denx.de> 835 836commit aa1bcca3d2e22af4dea9f02132f9b56a30378ded 837Author: Wolfgang Denk <wd@denx.de> 838Date: Tue Dec 16 14:44:06 2008 +0100 839 840 post/Makefile: fix dependency problem with parallel builds 841 842 Parallel builds (using "make -jN") would occasionally fail with error 843 messages like 844 ppc_4xxFP-objdump: string.o: File format not recognized 845 or 846 post/libpost.a(cpu.o): In function `cpu_post_test': 847 /home/wd/git/u-boot/work/post/lib_ppc/cpu.c:130: undefined reference to `cpu_post_test_string' 848 or similar. We now make sure to run the 'postdeps" step before 849 attempting to build the specific POST libraries. 850 851 Signed-off-by: Wolfgang Denk <wd@denx.de> 852 853commit 4a0f7538c5c0805fd9a791967bbabacc41deadd9 854Author: Wolfgang Denk <wd@denx.de> 855Date: Tue Dec 16 14:41:02 2008 +0100 856 857 Makefile: fix dependency problem with parallel builds 858 859 Parallel builds (using "make -jN") would occasionally fail with error 860 messages like 861 include/autoconf.mk:212: *** missing separator. Stop. 862 Line numbers and affected boards were changing. Obviously some 863 Makefiles included autoconf.mk while it was still being written to. 864 As a fix, we now write to a temporary file first and then rename it, 865 so that it is really ready to use as soon as it appears. 866 867 Signed-off-by: Wolfgang Denk <wd@denx.de> 868 869commit 455ae7e87f67c44e6aea68865c83acadd3fcd36c 870Author: Wolfgang Denk <wd@denx.de> 871Date: Tue Dec 16 01:02:17 2008 +0100 872 873 Coding style cleanup, update CHANGELOG. 874 875 Signed-off-by: Wolfgang Denk <wd@denx.de> 876 877commit 84bc72d90c505fec3ef4b693995407a0bd4064e5 878Author: Mike Frysinger <vapier@gentoo.org> 879Date: Thu Dec 11 18:39:08 2008 -0500 880 881 spi/stmicro: fix debug() display of cmd 882 883 The stmicro_wait_ready() func tries to show the actual opcode that was sent 884 to the device, but instead it displays the array pointer. Fix it to pull 885 out the opcode from the start of the array. 886 887 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 888 889commit 5b3375ac8c36c29c87abb132fede0509eb21e5c9 890Author: Mike Frysinger <vapier@gentoo.org> 891Date: Thu Dec 11 06:23:37 2008 -0500 892 893 env_sf: support embedded environments 894 895 If both CONFIG_ENV_SECT_SIZE and CONFIG_ENV_SIZE are defined, and the sect 896 size is larger than the env size, then it means the env is embedded in a 897 block. So we have to save/restore the part of the sector which is not the 898 environment. Previously, saving the environment in SPI flash in this 899 setup would probably brick the board as the rest of the sector tends to 900 contain actual U-Boot data/code. 901 902 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 903 Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 904 905commit ecf5f077c8e77454f532eaac3e3afb7cfc48c62d 906Author: Timur Tabi <timur@freescale.com> 907Date: Wed Dec 3 11:28:30 2008 -0600 908 909 i2c: merge all i2c_reg_read() and i2c_reg_write() into inline functions 910 911 All implementations of the functions i2c_reg_read() and 912 i2c_reg_write() are identical. We can save space and simplify the 913 code by converting these functions into inlines and putting them in 914 i2c.h. 915 916 Signed-off-by: Timur Tabi <timur@freescale.com> 917 Acked-By: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 918 919commit e39cd81c44740d7355d277ed3d38536cbe1e003d 920Author: Dave Liu <daveliu@freescale.com> 921Date: Fri Dec 5 15:36:14 2008 +0800 922 923 lib_ppc: rework the flush_cache 924 925 - It is possible to miss flush/invalidate the last 926 cache line, we fix it at here. 927 - add the volatile and memory clobber. 928 929 They are pointed by Scott Wood. 930 931 Signed-off-by: Dave Liu <daveliu@freescale.com> 932 933commit 63240ba88cd6a220057a0f28e5bf97f5b17ac84b 934Author: Kumar Gala <galak@kernel.crashing.org> 935Date: Sat Dec 13 17:20:28 2008 -0600 936 937 Introduce addr_map library 938 939 Add a library that helps in translating between virtual and physical 940 addresses. This library can be useful as a simple means to implement 941 map_physmem() and virt_to_phys() for platforms that need functionality 942 beyond the simple 1:1 mapping. 943 944 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 945 946commit 65e43a10631537dcb92c302d36301a12308216c3 947Author: Kumar Gala <galak@kernel.crashing.org> 948Date: Sat Dec 13 17:20:27 2008 -0600 949 950 Introduce virt_to_phys() 951 952 virt_to_phys() returns the physical address given a virtual. In most 953 cases this will be just the input value as the vast majority of 954 systems run in a 1:1 mode. 955 956 However in systems that are not running this way it should report the 957 physical address or ~0 if no mapping exists for the given virtual 958 address. 959 960 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 961 962commit 45845301af3de8675c1f7bbc815c6de35452605a 963Author: Yuri Tikhonov <yur@emcraft.com> 964Date: Sun Dec 7 22:12:50 2008 +0100 965 966 POST Make: fix the sub-dir dependencies missing. 967 968 Signed-off-by: Yuri Tikhonov <yur@emcraft.com> 969 970commit 22525779cb51f1bbe4e96fea7b778de1935a5a69 971Author: Martin Michlmayr <tbm@cyrius.com> 972Date: Wed Aug 6 14:44:05 2008 +0300 973 974 Fix a typo in fw_env.config 975 976 Reported-by: Martin Michlmayr <tbm@cyrius.com> 977 Signed-off-by: Wolfgang Denk <wd@denx.de> 978 979commit ba490b7761c62b549c222a9723e532dc801a3899 980Author: Peter Tyser <ptyser@xes-inc.com> 981Date: Mon Dec 1 16:22:45 2008 -0600 982 983 Remove unused CONFIG_ADDR_STREAMING defines 984 985 Signed-off-by: Peter Tyser <ptyser@xes-inc.com> 986 987commit d16da93430520d3e46c1ab52eedacf36ab7a2311 988Author: Peter Tyser <ptyser@xes-inc.com> 989Date: Mon Nov 24 11:54:47 2008 -0600 990 991 cmd_mem: Remove unused variable 992 993 Signed-off-by: Peter Tyser <ptyser@xes-inc.com> 994 995commit 3aed3aa2c128ce9fb39ca3f4e9385a7499e93dbf 996Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 997Date: Sun Dec 14 10:29:39 2008 +0100 998 999 Fix new found CFG_ 1000
1001 Also fix some minor typos. 1002 1003 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 1004 Signed-off-by: Wolfgang Denk <wd@denx.de> 1005 1006commit 0e0c862efe7279e9609db74d758cd1b84c6c7209 1007Author: Sergei Poselenov <sposelenov@emcraft.com> 1008Date: Fri Sep 19 12:07:34 2008 +0200 1009 1010 Remove compiler warning: target CPU does not support interworking 1011 1012 This warning is issued by modern ARM-EABI GCC on non-thumb targets. 1013 1014 Signed-off-by: Vladimir Panfilov <pvr@emcraft.com> 1015 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com> 1016 1017commit cd6734510a9ff0f41c4a73567d4080ea0033d2c1 1018Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 1019Date: Mon Nov 24 13:33:51 2008 +0100 1020 1021 Fix FIT and FDT support to have CONFIG_OF_LIBFDT and CONFIG_FIT independent 1022 1023 FDT support is used for both FIT style images and for architectures 1024 that can pass a fdt blob to an OS (ppc, m68k, sparc). 1025 1026 For other architectures and boards which do not pass a fdt blob to an 1027 OS but want to use the new uImage format, we just need FIT support. 1028 1029 Now we can have the 4 following configurations : 1030 1031 1) FIT only CONFIG_FIT 1032 2) fdt blob only CONFIG_OF_LIBFDT 1033 3) both CONFIG_OF_LIBFDT & CONFIG_FIT 1034 4) none none 1035 1036 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 1037 1038commit 19ef4f7a6ef3b725aa9fe4b4f5fb676a84160172 1039Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 1040Date: Wed Dec 10 15:13:32 2008 +0100 1041 1042 ppc4xx: Disable EEPROM write access on PMC440 boards 1043 1044 This patch disables EEPROM wrtie access by default on PMC440 board. 1045 1046 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 1047 1048commit 5b67a1439a73ba6c34007d9ff60a2c6aa90265df 1049Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 1050Date: Wed Dec 10 15:12:56 2008 +0100 1051 1052 ppc4xx: Fix Ethernet PHY LED configuration on PMC440 boards 1053 1054 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 1055 1056commit 71fa0714fe5134bc8718c38d5261d267e88582ba 1057Author: Stefan Roese <sr@denx.de> 1058Date: Tue Nov 18 16:36:12 2008 +0100 1059 1060 MIPS: Flush data cache upon relocation 1061 1062 This patch now adds a flush to the data cache upon relocation. The 1063 current implementation is missing this. Only a comment states that it 1064 should be done. So let's really do it now. 1065 1066 Signed-off-by: Stefan Roese <sr@denx.de> 1067 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 1068 1069commit 44174343688dba32571a34550dba08971c65fef1 1070Author: Stefan Roese <sr@denx.de> 1071Date: Tue Nov 18 16:36:22 2008 +0100 1072 1073 MIPS: Add CONFIG_SKIP_LOWLEVEL_INIT 1074 1075 This patch adds the CONFIG_SKIP_LOWLEVEL_INIT option to start.S. This 1076 enables support for boards where the lowlevel initialization is 1077 already done when U-Boot runs (e.g. via OnChip ROM). 1078 1079 This will be used in the upcoming VCTH board support. 1080 1081 Signed-off-by: Stefan Roese <sr@denx.de> 1082 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 1083 1084commit db08ecaa6eb8176904b3bae103a85ee8f735dc40 1085Author: Stefan Roese <sr@denx.de> 1086Date: Wed Nov 12 13:18:02 2008 +0100 1087 1088 MIPS: Add board_early_init_f() to init_sequence 1089 1090 This patch adds the board_early_init_f() call to the MIPS init 1091 sequence. A weak dummy implementation is also added which can be 1092 overridden by a board specific version. 1093 1094 This will be used by the upcoming VCTH board support. 1095 1096 Signed-off-by: Stefan Roese <sr@denx.de> 1097 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 1098 1099commit 9d23fc584c4b7b8bb9ecbee48920b1b04b08fa1b 1100Author: Stefan Roese <sr@denx.de> 1101Date: Wed Nov 12 13:18:19 2008 +0100 1102 1103 MIPS: Add onenand_init() to board.c and move nand_init() 1104 1105 This patch adds a call to onenand_init() for OneNAND support and moves 1106 the nand_init() call to an earlier place, so that the environment can 1107 be used from NAND and OneNAND. 1108 1109 Signed-off-by: Stefan Roese <sr@denx.de> 1110 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 1111 1112commit d8bbc51c7ba9b737a20984333d19fe28a3526431 1113Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 1114Date: Tue Dec 9 11:32:46 2008 +0900 1115 1116 sh: Update sh2/sh2a timer 1117 1118 Renesas SH2/SH2A timer broken. 1119 This patch fix timer function. 1120 1121 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 1122 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 1123 1124commit a319f1496210117b73198e3d889ffffaf6825d00 1125Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 1126Date: Fri Dec 5 07:27:37 2008 +0100 1127 1128 sh: r2dplus fix register access 1129 1130 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 1131 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 1132 1133commit 4d4a96055f6917335a89dbdf2e5556fa5ac329f6 1134Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 1135Date: Tue Dec 2 07:40:03 2008 +0100 1136 1137 sh: r2dplus/lowlevel_init: coding style fix 1138 1139 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 1140 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 1141 1142commit c54b9a42d8f5ab5b2a039b3a2e6fde8b427745e5 1143Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 1144Date: Tue Nov 25 11:05:19 2008 +0900 1145 1146 sh: Changed value of CACHE_OC_NUM_ENTRIES and CACHE_OC_WAY_SHIFT 1147 1148 SH4 is different a value of CACHE_OC_NUM_ENTRIES and 1149 CACHE_OC_WAY_SHIFT every CPU. 1150 This patch corrects these values. 1151 1152 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 1153 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 1154 1155commit e9d5f35497885b3c65d494d09a525d443dcccd3b 1156Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 1157Date: Thu Nov 20 16:44:42 2008 +0900 1158 1159 sh: Update sh timer function 1160 1161 Change to write/readX function and fix timer problem. 1162 1163 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 1164 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 1165 1166commit b81786cff476c41e332eaeb679158f6527cd67d4 1167Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 1168Date: Tue Nov 4 11:58:58 2008 +0900 1169 1170 sh: Migo-R: Update BSC value 1171 1172 A value of BSC CS4 was wrong, Fixed it. 1173 1174 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 1175 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 1176 1177commit 5783758fd260a02f44566ad8f29f899565cd0403 1178Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 1179Date: Mon Nov 17 16:52:09 2008 +0900 1180 1181 sh: Update ms7722se board config 1182 1183 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 1184 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 1185 1186commit 15e2697c9f7fb2ba672a1a70f07cd6d9d4e92b51 1187Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 1188Date: Mon Nov 17 16:53:09 2008 +0900 1189 1190 sh: Update SuperH serial driver 1191 1192 The address of SCFSR register is wrong at SH7720/SH7721. 1193 This patch fix this. 1194 1195 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 1196 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 1197 1198commit 9a1d3557dcd47365c12eeab584b822e57d994352 1199Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 1200Date: Tue Nov 11 22:20:15 2008 +0100 1201 1202 sh: fix rsk7203 and MigoR out of tree build 1203 1204 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 1205 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 1206 1207commit 1951f847f0a851853871b613ad7cf21a5242226c 1208Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 1209Date: Wed Dec 10 14:41:25 2008 +0100 1210 1211 ppc4xx: Update TEXT_BASE for CPCI405 boards 1212 1213 This patch fixes building U-Boot for CPCI405 boards. 1214 1215 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 1216 Signed-off-by: Stefan Roese <sr@denx.de> 1217 1218commit 8c92af7b2fbd60ae87379477f93c7ec9441b7452 1219Author: Stefan Roese <sr@denx.de> 1220Date: Tue Dec 9 20:08:01 2008 +0100 1221 1222 ppc4xx: Remove some features from ALPR to fit into 256k again 1223 1224 Signed-off-by: Stefan Roese <sr@denx.de> 1225 1226commit 3b089e4f889a2902449d55e081c886ae607cae89 1227Author: Stefan Roese <sr@denx.de> 1228Date: Wed Dec 10 10:32:59 2008 +0100 1229 1230 UBI: Set ubi_dev.type back to DEV_TYPE_NONE upon failing initialization 1231 1232 With this patch we set the type back to NONE upon failing UBI partition 1233 initialization. Otherwise further calls to the UBI subsystem would try 1234 to really access the non-existing UBI partition. 1235 1236 Thanks to Michael Lawnick for pointing this out. 1237 1238 Signed-off-by: Stefan Roese <sr@denx.de> 1239 1240commit 817329351639a8895cd9b87b33aeff043f3d5a44 1241Author: Stefan Roese <sr@denx.de> 1242Date: Wed Dec 10 10:28:33 2008 +0100 1243 1244 UBI: Return -ENOMEM upon failing malloc 1245 1246 Return with correct error code (-ENOMEM) from ubi_attach_mtd_dev() upon 1247 failing malloc(). 1248 1249 Signed-off-by: Stefan Roese <sr@denx.de> 1250 1251commit 2145188bea2df8f2b47a87ec3071b55027e8d0ae 1252Author: Ben Warren <biggerbadderben@gmail.com> 1253Date: Tue Dec 9 23:34:15 2008 -0800 1254 1255 Fix compile error in building MBX860T. 1256 1257 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 1258 1259commit 8fab49ea911fe925392fa5afcc9bc7373a3d0cee 1260Author: Michal Simek <monstr@monstr.eu> 1261Date: Tue Nov 25 11:42:20 2008 +0100 1262 1263 microblaze: Remove XUPV2P board 1264 1265 --- 1266 1267 Microblaze platforms use generic settings and to have 1268 many platforms is confusing that's why I decided to remove this 1269 platform from U-BOOT. ml401 tree is sufficient for covering 1270 all Microblaze platforms. 1271 1272 This change will go through microblaze custodian tree. 1273 1274commit 99ba6f353582720defff6e6e6761dc455a207d31 1275Author: Michal Simek <monstr@monstr.eu> 1276Date: Mon Nov 24 18:25:41 2008 +0100 1277 1278 microblaze: Remove CONFIG_LIBFDT due to error in common files 1279 1280commit e7d591e823a991513833af7030468409e25a3b13 1281Author: Michal Simek <monstr@monstr.eu> 1282Date: Mon Nov 24 11:43:00 2008 +0100 1283 1284 microblaze: Fix ml401 uart16550 setting 1285 1286 Signed-off-by: Michal Simek <monstr@monstr.eu> 1287 1288commit c85ff0553a8cfbcca51c15b947e1ed55d3810a39 1289Author: Michal Simek <monstr@monstr.eu> 1290Date: Mon Nov 24 11:38:22 2008 +0100 1291 1292 microblaze: Set up relocation is done 1293 1294commit bcb6dd9187d4b23c748704767bd12d20c829e996 1295Author: Mike Frysinger <vapier@gentoo.org> 1296Date: Tue Dec 9 23:20:31 2008 -0500 1297 1298 tools/netconsole: new script for working with netconsole over UDP 1299 1300 While the doc/README.NetConsole does have a snippet for people to 1301 create their own netcat script, it's a lot easier to make a simple 1302 dedicated script and tell people to use it. 1303 1304 Also spruce it up a bit to make it user friendly. 1305 1306 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 1307 1308commit 8c5170a7d088601d5f30d85093388dab1f1e8ec0 1309Author: Sonic Zhang <Sonic.Zhang@analog.com> 1310Date: Tue Dec 9 23:20:18 2008 -0500 1311 1312 fs/fat: handle FAT on SATA 1313 1314 The FAT file system driver should also handle FAT on SATA devices. 1315 1316 Signed-off-by: Sonic Zhang <Sonic.Zhang@analog.com> 1317 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 1318 1319commit 97a24a78ee6f34b89b821cb70eda1cf34aa11d97 1320Author: Jerry Van Baren <gvb.uboot@gmail.com> 1321Date: Mon Nov 24 08:15:02 2008 -0500 1322 1323 libfdt: Fix redefined uintptr_t warning for USE_HOSTCC 1324 1325 Compiling U-Boot in an old OS environment (RedHat-7.3 :-) gives the 1326 following warnings from FDT: 1327 1328 include/libfdt_env.h:50: warning: redefinition of 'uintptr_t' 1329 /usr/include/stdint.h:129: warning: 'uintptr_t' previously declared here 1330 1331 Fix: Protect the definition of uintptr_t when compiling on the host 1332 system. 1333 1334 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com> 1335 1336commit 1fc2b165c51d6f40c8d505f1b3eaefdb6599b17b 1337Author: Graeme Russ <graeme.russ@gmail.com> 1338Date: Sat Nov 22 08:43:29 2008 +1100 1339 1340 Moved sc520 PCI definitions to stand-alone file 1341 1342 Signed Off By: Graeme Russ <graeme.russ@gmail.com> 1343 1344commit 1f5070c0c18fa5684bfce09c8abdf10c04ed48fa 1345Author: Graeme Russ <graeme.russ@gmail.com> 1346Date: Sat Nov 22 08:43:21 2008 +1100 1347 1348 Fixed path to sc520 SSI include file 1349 1350 Signed Off By: Graeme Russ <graeme.russ@gmail.com> 1351 1352commit d4f70da544c33db3e4fce6473dea4ecca4322545 1353Author: Graeme Russ <graeme.russ@gmail.com> 1354Date: Fri Nov 21 06:28:05 2008 +1100 1355 1356 Fixed build error due to #define of _LINUX_STRING_H_ in 82559_eeprom.c 1357 1358 Signed-off-by: Graeme Russ <graeme.russ@gmail.com> 1359 1360commit c034075a713b60e654c64e88e87da29440f31bb4 1361Author: Stefan Roese <sr@denx.de> 1362Date: Wed Nov 12 13:30:10 2008 +0100 1363 1364 serial: Add vcth UART driver 1365 1366 This patch adds the UART driver for the upcoming VCTH board support. 1367 1368 Signed-off-by: Stefan Roese <sr@denx.de> 1369 1370commit 142a80ffc3b537a9c45acd2444a42a77f147c602 1371Author: Ilya Yanok <yanok@emcraft.com> 1372Date: Thu Nov 13 19:49:36 2008 +0300 1373 1374 jffs2: cache data_crc results 1375 1376 As we moved data_crc() invocation from jffs2_1pass_build_lists() to 1377 jffs2_1pass_read_inode() data_crc is going to be calculated on each 1378 inode access. This patch adds caching of data_crc() results. There 1379 is no significant improvement in speed (because of flash access 1380 caching added in previous patch I think, crc in RAM is really fast) 1381 but this patch impacts memory usage -- every b_node structure uses 1382 12 bytes instead of 8. 1383 1384 Signed-off-by: Alexey Neyman <avn@emcraft.com> 1385 Signed-off-by: Ilya Yanok <yanok@emcraft.com> 1386 1387commit 9b7076229ec6a958bd835ab70745f7676297ce82 1388Author: Ilya Yanok <yanok@emcraft.com> 1389Date: Thu Nov 13 19:49:35 2008 +0300 1390 1391 jffs2: summary support 1392 1393 This patch adds support for reading fs information from summary 1394 node instead of scanning full eraseblock. 1395 1396 Signed-off-by: Ilya Yanok <yanok@emcraft.com> 1397 1398commit 70741004dc28946cd82c7af6789c4ddb3fc94526 1399Author: Ilya Yanok <yanok@emcraft.com> 1400Date: Thu Nov 13 19:49:34 2008 +0300 1401 1402 jffs2: add buffer to cache flash accesses 1403 1404 With this patch JFFS2 code allocates memory buffer of max_totlen size 1405 (size of the largest node, calculated during scan time) and uses it to 1406 store entire node. Speeds up loading. If malloc fails we use old ways 1407 to do things. 1408 1409 Signed-off-by: Alexey Neyman <avn@emcraft.com> 1410 Signed-off-by: Ilya Yanok <yanok@emcraft.com> 1411 1412commit 8a36d31f72411144ac0412ee7e1880e801acd754 1413Author: Ilya Yanok <yanok@emcraft.com> 1414Date: Thu Nov 13 19:49:33 2008 +0300 1415 1416 jffs2: rewrite jffs2 scanning code based on Linux one 1417 1418 Rewrites jffs2_1pass_build_lists() function in style of Linux's 1419 jffs2_scan_medium() and jffs2_scan_eraseblock(). 1420 This includes: 1421 - Caching flash acceses 1422 - Smart dealing with free space 1423 1424 Signed-off-by: Alexey Neyman <avn@emcraft.com> 1425 Signed-off-by: Ilya Yanok <yanok@emcraft.com> 1426 1427commit e0b5532579eda8b4629f1b4f6e49c3cc60f52237 1428Author: Ilya Yanok <yanok@emcraft.com> 1429Date: Thu Nov 13 19:49:32 2008 +0300 1430 1431 jffs2: add sector_size field to part_info structure 1432 1433 This patch adds sector_size field to part_info structure (used 1434 by new JFFS2 code). 1435 1436 Signed-off-by: Ilya Yanok <yanok@emcraft.com> 1437 1438commit f73846956778a7dfee83403ef9747aff77198848 1439Author: Ilya Yanok <yanok@emcraft.com> 1440Date: Thu Nov 13 19:49:31 2008 +0300 1441 1442 jffs2: fix searching for latest version in jffs2_1pass_list_inodes() 1443 1444 We need to update i_version inside cycle to find really latest version 1445 inside jffs2_1pass_list_inodes(). With that fixed we can use isize inside 1446 dump_inode() instead of calling expensive jffs2_1pass_read_inode(). 1447 1448 Signed-off-by: Alexey Neyman <avn@emcraft.com> 1449 Signed-off-by: Ilya Yanok <yanok@emcraft.com> 1450 1451commit 1113cb764b3da256ef8a1f9539f4efbe221ff3c4 1452Author: Wolfgang Denk <wd@denx.de> 1453Date: Tue Dec 9 23:13:51 2008 +0100 1454 1455 evb64260: fix "cast to pointer from integer of different size" warnings 1456 1457 Signed-off-by: Wolfgang Denk <wd@denx.de> 1458 1459commit d2776827315c3d469b8cb4cec14d58877798daa2 1460Author: Stefan Althoefer <stefan.althoefer@web.de> 1461Date: Sun Dec 7 19:39:11 2008 +0100 1462 1463 USB: descriptor handling 1464 1465 Hi, 1466 1467 I found a bug when working with the u-boot USB subsystem on IXP425 processor 1468 (big endian Xscale aka ARMv5). 1469 I recognized that the second usb_endpoint_descriptor of the attached memory 1470 stick was corrupted. 1471 1472 The reason for this are the packed structures below (either u-boot and 1473 u-boot-usb): 1474 1475 -------------- 1476 /* Endpoint descriptor */ 1477 struct usb_endpoint_descriptor { 1478 unsigned char bLength; 1479 unsigned char bDescriptorType; 1480 unsigned char bEndpointAddress; 1481 unsigned char bmAttributes; 1482 unsigned short wMaxPacketSize; 1483 unsigned char bInterval; 1484 unsigned char bRefresh; 1485 unsigned char bSynchAddress; 1486 1487 } __attribute__ ((packed)); 1488 /* Interface descriptor */ 1489 struct usb_interface_descriptor { 1490 unsigned char bLength; 1491 unsigned char bDescriptorType; 1492 unsigned char bInterfaceNumber; 1493 unsigned char bAlternateSetting; 1494 unsigned char bNumEndpoints; 1495 unsigned char bInterfaceClass; 1496 unsigned char bInterfaceSubClass; 1497 unsigned char bInterfaceProtocol; 1498 unsigned char iInterface; 1499 1500 unsigned char no_of_ep; 1501 unsigned char num_altsetting; 1502 unsigned char act_altsetting; 1503 struct usb_endpoint_descriptor ep_desc[USB_MAXENDPOINTS]; 1504 } __attribute__ ((packed)); 1505 ------------ 1506 1507 As usb_endpoint_descriptor is only 7byte in length, the start of all 1508 odd ep_desc[] structures is not word aligned. This makes wMaxPacketSize 1509 of these structures also not word aligned. 1510 1511 ARMv5 Architecture however does not support non-aligned multibyte 1512 data type (see A2.8 of ARM Architecture Reference Manual). 1513 1514 Signed-off-by: Stefan Althoefer <stefan.althoefer@web.de> 1515 Signed-off-by: Remy Böhmer <linux@bohmer.net> 1516 1517commit 4c253fdb2a175ea3472c38a1455a16faa58e81f0 1518Author: Kumar Gala <galak@kernel.crashing.org> 1519Date: Tue Dec 9 10:27:33 2008 -0600 1520 1521 drivers/fsl_pci_init: Fix compile warning 1522 1523 fsl_pci_init.c: In function 'fsl_pci_setup_inbound_windows': 1524 fsl_pci_init.c:122: warning: comparison is always true due to limited range of data type 1525 1526 The check only makes sense if we are CONFIG_PHYS_64BIT 1527 1528 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 1529 1530commit dedacc18a8c2b3951581eb721fa055a4e0ac4845 1531Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 1532Date: Sun Dec 7 09:45:35 2008 +0100 1533 1534 usbtty/omap: update to current API 1535 1536 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 1537 Signed-off-by: Remy Böhmer <linux@bohmer.net> 1538 1539commit ee2e9ba917a62cc2e3a484bb79c8da0e01cb93ed 1540Author: Anatolij Gustschin <agust@denx.de> 1541Date: Tue Dec 9 17:52:05 2008 +0100 1542 1543 video: fix FADS823 and RRvision compiling issues 1544 1545 Since commit 561858ee building for FADS823 and RRvision 1546 doesn't work. Let's include version.h and timestamp.h 1547 unconditionally to fix the problem. 1548 1549 Signed-off-by: Anatolij Gustschin <agust@denx.de> 1550 1551commit 2d2e05727fe4013f807ffa814dff0e75259a1db4 1552Author: Stefan Roese <sr@denx.de> 1553Date: Tue Dec 2 10:53:47 2008 +0100 1554 1555 UBI: Fix size parsing in "ubi create" 1556 1557 Signed-off-by: Stefan Roese <sr@denx.de> 1558 1559commit 2ee951ba2ac9874d2a93d52e7a187d3184be937e 1560Author: Stefan Roese <sr@denx.de> 1561Date: Thu Nov 27 14:07:09 2008 +0100 1562 1563 UBI: Enable re-initializing of the "ubi part" command 1564 1565 With this patch now, the user can call "ubi part" multiple times to 1566 re-connect the UBI device to another MTD partition. 1567 1568 Signed-off-by: Stefan Roese <sr@denx.de> 1569 1570commit 9def12cae33d2d3ea2dd56b197fd3dfb3ad60bf4 1571Author: Stefan Roese <sr@denx.de> 1572Date: Thu Nov 27 14:05:15 2008 +0100 1573 1574 MTD: Fix problem based on non-working relocation (list head mtd_partitions) 1575 1576 Don't use LIST_HEAD() but initialize the struct via INIT_LIST_HEAD() upon 1577 first call of add_mtd_partitions(). Otherwise this won't work on platforms 1578 where the relocation is broken (like MIPS or PPC). 1579 1580 Signed-off-by: Stefan Roese <sr@denx.de> 1581 1582commit 5e3ab68e9acf9edf304b8aa32ad7e005483a2c47 1583Author: Trent Piepho <tpiepho@freescale.com> 1584Date: Wed Nov 12 17:29:48 2008 -0800 1585 1586 Section name should be ".data", not "data" 1587 1588 Signed-off-by: Trent Piepho <tpiepho@freescale.com> 1589 Signed-off-by: Wolfgang Denk <wd@denx.de> 1590 1591commit 7fa6a2f3b66579dea8bc1a9177646e1141731b15 1592Author: Wolfgang Denk <wd@denx.de> 1593Date: Tue Dec 9 00:39:08 2008 +0100 1594 1595 MAKEALL: Automatically use parallel builds 1596 1597 Add logic to the MAKEALL script to determine the number of CPU cores 1598 on the system, and run a parallel build if there is more than one. 1599 Usually this significantrly accelerates builds. 1600 1601 Allow to manually adjust the number of parallel make jobs by using 1602 the "BUILD_NCPUS" environment variable. 1603 1604 Signed-off-by: Wolfgang Denk <wd@denx.de> 1605 1606commit 268405fa7c44156c5192a70779920c70906af8d6 1607Author: Wolfgang Denk <wd@denx.de> 1608Date: Tue Dec 9 00:24:30 2008 +0100 1609 1610 vxworks.h: Fix build problem introduced by commits 29a4c24d/e9084b23 1611 1612 Signed-off-by: Wolfgang Denk <wd@denx.de> 1613 1614commit 153176a9414120ca1736f3cc4951623d6e14e6af 1615Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 1616Date: Tue Nov 11 06:08:59 2008 +0100 1617 1618 avr32/bootm: remove unused variable 'ret' 1619 1620 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 1621 Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 1622 1623commit 434c51a5e62f608a2a78ed5398ac43a1c77cc183 1624Author: Peter Tyser <ptyser@xes-inc.com> 1625Date: Wed Nov 12 13:06:48 2008 -0600 1626 1627 Remove unneeded CONFIG_SHELL references 1628 1629 Make should be using the bash shell by default which makes 1630 CONFIG_SHELL unnecessary 1631 1632 Signed-off-by: Peter Tyser <ptyser@xes-inc.com> 1633 1634commit cf7a7b99794bac936899819b95539be1dbd71708 1635Author: Peter Tyser <ptyser@xes-inc.com> 1636Date: Wed Nov 12 12:33:20 2008 -0600 1637 1638 Use bash for default GNU Make shell application 1639 1640 Some Make script commands rely on bash-specific features like brace 1641 expansion, so default to bash for the SHELL variable with a fallback 1642 to the standard sh shell 1643 1644 Signed-off-by: Peter Tyser <ptyser@xes-inc.com> 1645 1646commit 4b530018764934ad5689196e9aa5714a6f4d1a6c 1647Author: Heiko Schocher <hs@denx.de> 1648Date: Wed Nov 12 09:50:45 2008 +0100 1649 1650 jffs2: rename devices_init () in common/jffs2.c 1651 1652 rename devices_init () in common/jffs2.c to 1653 jffs2_devices_init (), because there is also a 1654 devices_init () in common/devices.c. 1655 1656 Signed-off-by: Heiko Schocher <hs@denx.de> 1657 1658commit af5eb847a10f1037590001355d88bab3fe7be48b 1659Author: Daniel Hellstrom <daniel@gaisler.com> 1660Date: Mon Nov 10 12:46:20 2008 +0000 1661 1662 SPARC: Fixed compiler error introduced by commit c160a9544743 1663 1664 This patch fixes a build error for the SPARC platform. It was 1665 introduced by commit c160a9544743e80e8889edb2275538e7764ce334. 1666 1667 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com> 1668 1669commit 4c60259899aa00f59db0d936b8807f9a26411c0f 1670Author: Gary Jennejohn <garyj@denx.de> 1671Date: Sun Nov 9 12:50:59 2008 +0100 1672 1673 mgsuvd add the board-specific part of the HDLC driver 1674 1675 Signed-off-by: Gary Jennejohn <garyj@denx.de> 1676 1677commit 534a4359666af48bd69a3743d8a8c2bdb1d3ec70 1678Author: Gary Jennejohn <garyj@denx.de> 1679Date: Sun Nov 9 12:45:03 2008 +0100 1680 1681 mgcoge add the board-specific part of the HDLC driver 1682 1683 Signed-off-by: Gary Jennejohn <garyj@denx.de> 1684 1685commit 135f5534538bb8ea4f38a7030da12187d22ef7e0 1686Author: Gary Jennejohn <garyj@denx.de> 1687Date: Sun Nov 9 12:36:15 2008 +0100 1688 1689 keymile add the common parts of the HDLC driver 1690 1691 This implements the ICN protocol used across the backplane and is 1692 needed by all the keymile boards. 1693 1694 Signed-off-by: Gary Jennejohn <garyj@denx.de> 1695 1696commit 1cb82a9207a550557399eabc7fe47f21bbd9ddf8 1697Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 1698Date: Fri Nov 7 22:46:22 2008 +0100 1699 1700 drivers/bios_emulator: Move conditional compilation to Makefile 1701 1702 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 1703 1704commit bcdf1d2cf6b24fb905fd7da80da4b3c65a7995b5 1705Author: Richard Retanubun <RichardRetanubun@RuggedCom.com> 1706Date: Thu Nov 6 14:01:51 2008 -0500 1707 1708 common/cmd_ide.c: Corrected endian order printing for compact flash serial number. 1709 1710 Corrected endian order printing for compact flash serial number. 1711 1712 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com> 1713 1714commit 16a28ef219c27423a1ef502f19070c4d375079b8 1715Author: Gary Jennejohn <garyj@denx.de> 1716Date: Thu Nov 6 15:04:23 2008 +0100 1717 1718 IOMUX: Add console multiplexing support. 1719 1720 Modifications to support console multiplexing. This is controlled using 1721 CONFIG_SYS_CONSOLE_MUX in the board configuration file. 1722 1723 This allows a user to specify multiple console devices in the environment 1724 with a command like this: setenv stdin serial,nc. As a result, the user can 1725 enter text on both the serial and netconsole interfaces. 1726 1727 All devices - stdin, stdout and stderr - can be set in this manner. 1728 1729 1) common/iomux.c and include/iomux.h contain the environment setting 1730 implementation. 1731 2) doc/README.iomux contains a somewhat more detailed description. 1732 3) The implementation in (1) is called from common/cmd_nvedit.c to 1733 handle setenv and from common/console.c to handle initialization of 1734 input/output devices at boot time. 1735 4) common/console.c also contains the code needed to poll multiple console 1736 devices for input and send output to all devices registered for output. 1737 5) include/common.h includes iomux.h and common/Makefile generates iomux.o 1738 when CONFIG_SYS_CONSOLE_MUX is set. 1739 1740 Signed-off-by: Gary Jennejohn <garyj@denx.de> 1741 1742commit 774ce72026f74ac9641bcbbc588b20f2e13f7ab8 1743Author: Mike Frysinger <vapier@gentoo.org> 1744Date: Tue Nov 4 16:03:46 2008 -0500 1745 1746 strings: use puts() rather than printf() 1747 1748 When running `strings` on really long strings, the stack tends to get 1749 smashed due to printf(). Switch to puts() instead since we're only passing 1750 the data through. 1751 1752 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 1753 1754commit b03150b52e3c491a86a3cc0945274f0e8f9872e7 1755Author: Niklaus Giger <niklaus.giger@member.fsf.org> 1756Date: Mon Nov 3 22:16:18 2008 +0100 1757 1758 Use new CONFIG_SYS_VXWORKS parameters for Netstal boards 1759 1760 Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org> 1761 1762commit 29a4c24de99d8cb4ac32991c04cab87ed94ca1f9 1763Author: Niklaus Giger <niklaus.giger@member.fsf.org> 1764Date: Mon Nov 3 22:15:34 2008 +0100 1765 1766 cmd_elf.c: Cleanup bootvx and handle new CONFIG_SYS_VXWORKS parameters 1767 1768 - fix size too small by one in sprintf 1769 - changed old (pre 2004) device name ibmEmac to emac 1770 - boot device may be overriden in board config 1771 - servername may be defined in board config 1772 - additional parameters may be defined in board config 1773 - fixed some line wrappings 1774 - replaced redundant MAX define by max 1775 1776 Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org> 1777 1778commit e9084b23d16102f44ace24379a1c0c352497ef80 1779Author: Niklaus Giger <niklaus.giger@member.fsf.org> 1780Date: Mon Nov 3 22:14:36 2008 +0100 1781 1782 Add vxworks.h to handle CONFIG_SYS_VXWORKS parameters 1783 1784 Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org> 1785 1786commit 0b2f4ecad473d785959c7976f20d2a00bd0ee01f 1787Author: Niklaus Giger <niklaus.giger@member.fsf.org> 1788Date: Mon Nov 3 22:13:47 2008 +0100 1789 1790 README: Document CONFIG_SYS parameters for vxworks 1791 1792 Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org> 1793 1794commit ace514837cac656e29c37a19569cb8ea83071126 1795Author: Peter Tyser <ptyser@xes-inc.com> 1796Date: Fri Oct 31 11:12:38 2008 -0500 1797 1798 lcd: Let the board code show board-specific info cleanup 1799 1800 remove unneeded version.h from lcd.c 1801 1802 Signed-off-by: Peter Tyser <ptyser@xes-inc.com> 1803 Signed-off-by: Wolfgang Denk <wd@denx.de> 1804 1805commit 561858ee7d0274c3e89dc98d4d0698cb6fcf6fd9 1806Author: Peter Tyser <ptyser@xes-inc.com> 1807Date: Mon Nov 3 09:30:59 2008 -0600 1808 1809 Update U-Boot's build timestamp on every compile 1810 1811 Use the GNU 'date' command to auto-generate a new U-Boot 1812 timestamp on every compile. 1813 1814 Signed-off-by: Peter Tyser <ptyser@xes-inc.com> 1815 1816commit 83ad179e2f0f625b88adb8ef5696709e46fb9077 1817Author: Remy Bohmer <linux@bohmer.net> 1818Date: Thu Dec 4 22:25:57 2008 +0100 1819 1820 Remove redundant armv4 flag from arm926ejs compile flags 1821 1822 Currently the arm926ejs tree has the armv4 option set during compilation. 1823 This flag does not belong here because a arm926 CPU is always a armv5 CPU. 1824 1825 Signed-off-by: Remy Bohmer <linux@bohmer.net> 1826 1827commit 89a7a87f084c657f8e32b513a77b50eca07e17ec 1828Author: Nicolas Ferre <nicolas.ferre@atmel.com> 1829Date: Sat Dec 6 13:11:14 2008 +0100 1830 1831 at91: Choose environment variables location within make config target 1832 1833 This patch adds the possiblity to choose the media where the environment will 1834 be located. This allow to choose this fundamental configuration without editing 1835 config files. 1836 1837 Documentation file added. 1838 1839 Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com> 1840 Acked-by: Stelian Pop <stelian@popies.net> 1841 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 1842 1843commit 1450c4a6682378567030414a9f1198c39b7730c7 1844Author: Anatolij Gustschin <agust@denx.de> 1845Date: Mon Nov 3 15:30:34 2008 +0100 1846 1847 lwmon, tqm8xx: Fix build errors 1848 1849 Commit 6b59e03e0237a40a2305ea385defdfd92000978b 1850 lcd: Let the board code show board-specific info 1851 1852 introduced some bugs which prevent U-Boot building 1853 for lwmon board if CONFIG_LCD_INFO_BELOW_LOGO will 1854 be defined in the board configuration. 1855 1856 Also "LCD enabled" building for TQM823L doesn't work 1857 since this commit. 1858 1859 This patch fixes above-mentioned issues. 1860 1861 Signed-off-by: Anatolij Gustschin <agust@denx.de> 1862 1863commit bfa0af6b22ff25b0719a8910f9b6d1f975aa6fb0 1864Author: Mike Frysinger <vapier@gentoo.org> 1865Date: Sun Nov 2 01:18:18 2008 -0400 1866 1867 ignore .gdb_history files 1868 1869 When using gdb, history files will often get generated. So ignore them. 1870 1871 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 1872 1873commit c8aa7dfc18f7cc90d0aea6c7becbb67dfc5bba4b 1874Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 1875Date: Fri Oct 31 12:26:55 2008 +0100 1876 1877 FPGA: move fpga drivers to drivers/fpga 1878 1879 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 1880 1881commit 6a86bb6c25376f0358478219fa28d7c84dd01ed0 1882Author: Peter Tyser <ptyser@xes-inc.com> 1883Date: Mon Dec 1 16:29:38 2008 -0600 1884 1885 net: Fix TftpStart() ip:filename bug 1886 1887 The TftpStart() function modifies the 'BootFile' 1888 string when 'BootFile' contains both an IP address 1889 and filename (eg 1.2.3.4:/path/file). This causes 1890 subsequent calls to TftpStart to incorrectly parse 1891 the TFTP filename and server IP address to use. 1892 For example: 1893 1894 => tftp 0x100000 10.52.0.62:/home/ptyser/non_existant 1895 Speed: 100, half duplex 1896 Using eTSEC1 device 1897 TFTP from server 10.52.0.62; our IP address is 10.52.253.79 1898 ^^^^^^^^^^ CORRECT 1899 Filename '/home/ptyser/non_existant'. 1900 ^^^^^^^^^^^^^^^^^^^^^^^^^ CORRECT 1901 Load address: 0x100000 1902 Loading: * 1903 TFTP error: 'File not found' (1) 1904 Starting again 1905 1906 eTSEC2: No link. 1907 Speed: 100, half duplex 1908 Using eTSEC1 device 1909 TFTP from server 10.52.0.33; our IP address is 10.52.253.79 1910 ^^^^^^^^^^ WRONG 1911 Filename '10.52.0.62'. 1912 ^^^^^^^^^^ WRONG 1913 Load address: 0x100000 1914 Loading: * 1915 TFTP error: 'File not found' (1) 1916 Starting again 1917 1918 TftpStart() was modified to not modify the 'BootFile' string. 1919 1920 Signed-off-by: Peter Tyser <ptyser@xes-inc.com> 1921 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 1922 1923commit d32c5be50bf0600bfdc54223ef341ee9c63db445 1924Author: Peter Tyser <ptyser@xes-inc.com> 1925Date: Mon Dec 1 16:26:21 2008 -0600 1926 1927 net: Add additional IP fragmentation check 1928 1929 Ignore IP packets which have the "more fragments" flag bit 1930 set. This flag indicates the IP packet is fragmented and 1931 must be ignored by U-Boot. 1932 1933 Signed-off-by: Peter Tyser <ptyser@xes-inc.com> 1934 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 1935 1936commit e0c07b868cab405ab4b5335a0247899bfc5ea0b6 1937Author: Peter Tyser <ptyser@xes-inc.com> 1938Date: Mon Dec 1 16:26:20 2008 -0600 1939 1940 net: Define IP flag field values 1941 1942 These defines were pulled from the "Add simple 1943 IP/UDP fragmentation support" patch from Frank 1944 Haverkamp <haver@vnet.ibm.com>. 1945 1946 Signed-off-by: Peter Tyser <ptyser@xes-inc.com> 1947 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 1948 1949commit 23afaba65ec5206757e589ef334a8b38168c045f 1950Author: Anatolij Gustschin <agust@denx.de> 1951Date: Tue Dec 2 10:31:04 2008 +0100 1952 1953 net: tsec: Fix Marvell 88E1121R phy init 1954 1955 This patch tries to ensure that phy interrupt pin 1956 won't be asserted after booting. We experienced 1957 following issues with current 88E1121R phy init: 1958 1959 Marvell 88E1121R phy can be hardware-configured 1960 to share MDC/MDIO and interrupt pins for both ports 1961 P0 and P1 (e.g. as configured on socrates board). 1962 Port 0 interrupt pin will be shared by both ports 1963 in such configuration. After booting Linux and 1964 configuring eth0 interface, port 0 phy interrupts 1965 are enabled. After rebooting without proper eth0 1966 interface shutdown port 0 phy interrupts remain 1967 enabled so any change on port 0 (link status, etc.) 1968 cause assertion of the interrupt. Now booting Linux 1969 and configuring eth1 interface will cause permanent 1970 phy interrupt storm as the registered phy 1 interrupt 1971 handler doesn't acknowledge phy 0 interrupts. This 1972 of course should be fixed in Linux driver too. 1973 1974 Signed-off-by: Anatolij Gustschin <agust@denx.de> 1975 Acked-by: Andy Fleming <afleming@freescale.com> 1976 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 1977 1978commit 2e4970d8109d690adcf615d9e3cac7b5b2e8eaed 1979Author: Peter Tyser <ptyser@xes-inc.com> 1980Date: Tue Dec 2 12:59:51 2008 -0600 1981 1982 net: Fix download command parsing 1983 1984 When CONFIG_SYS_HUSH_PARSER is defined network download 1985 commands with 1 argument in the format 'tftp "/path/file"' 1986 do not work as expected. The hush command parser strips 1987 the quotes from "/path/file" which causes the network 1988 commands to interpret "/path/file" as an address 1989 instead of the intended filename. 1990 1991 The previous check for a leading quote in netboot_common() 1992 was replaced with a check which ensures only valid 1993 numbers are treated as addresses. 1994 1995 Signed-off-by: Peter Tyser <ptyser@xes-inc.com> 1996 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 1997 1998commit 3c2c2f427905040c1513d0c51d637689cba48346 1999Author: Remy Bohmer <linux@bohmer.net> 2000Date: Thu Nov 27 22:30:27 2008 +0100
2001 2002 Remove non-ascii characters from fat code 2003 2004 This code contains some non-ascii characters in comment lines and code. 2005 Most editors do not display those characters properly and editing those 2006 files results always in diffs at these places which are usually not required 2007 to be changed at all. This is error prone. 2008 2009 So, remove those weird characters and replace them by normal C-style 2010 equivalents for which the proper defines were already in the header. 2011 2012 Signed-off-by: Remy Bohmer <linux@bohmer.net> 2013 2014commit dc889e865356497d3e495570118c2245ebce2631 2015Author: Dave Liu <daveliu@freescale.com> 2016Date: Fri Nov 28 20:16:58 2008 +0800 2017 2018 85xx: fix the wrong DDR settings for MPC8572DS 2019 2020 The default DDR freq is 400MHz or 800M data rate, 2021 the old settings is pure wrong for the default case. 2022 2023 Signed-off-by: Dave Liu <daveliu@freescale.com> 2024 Acked-by: Andy Fleming <afleming@freescale.com> 2025 2026commit 9df59533f77de2829b4b66e5b7620e04edaa391c 2027Author: Kumar Gala <galak@kernel.crashing.org> 2028Date: Mon Nov 24 10:29:26 2008 -0600 2029 2030 85xx: init gd as early as possible 2031 2032 Moved up the initialization of GD so C code like set_tlb() can use 2033 gd->flags to determine if we've relocated or not in the future. 2034 2035 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 2036 Acked-by: Andy Fleming <afleming@freescale.com> 2037 2038commit aed461af81012a398a205e9be67ab37667491838 2039Author: Kumar Gala <galak@kernel.crashing.org> 2040Date: Mon Nov 24 10:29:25 2008 -0600 2041 2042 85xx: Fix relocation of CCSRBAR 2043 2044 If the virtual address for CCSRBAR is the same after relocation but 2045 the physical address is changing we'd end up having two TLB entries with 2046 the same VA. Instead we new us the new CCSRBAR virt address + 4k as a 2047 temp virt address to access the old CCSRBAR to relocate it. 2048 2049 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 2050 Acked-by: Andy Fleming <afleming@freescale.com> 2051 2052commit ea154a1781135d822eedee7567cc156089eae93c 2053Author: Kumar Gala <galak@kernel.crashing.org> 2054Date: Mon Nov 24 10:25:14 2008 -0600 2055 2056 FSL: Moved BR_PHYS_ADDR for localbus to common header 2057 2058 The BR_PHYS_ADDR macro is useful on all machines that have local bus 2059 which is pretty much all 83xx/85xx/86xx chips. 2060 2061 Additionally most 85xx & 86xx will need it if they want to support 2062 36-bit physical addresses. 2063 2064 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 2065 Acked-by: Andy Fleming <afleming@freescale.com> 2066 2067commit 9427ccde0355a2ebf47454e8e1be59f5b9864e08 2068Author: Peter Tyser <ptyser@xes-inc.com> 2069Date: Mon Dec 1 13:47:12 2008 -0600 2070 2071 85xx: Add PORDEVSR_PCI1 define 2072 2073 Add define used to determine if PCI1 interface is in PCI or PCIX mode. 2074 2075 Convert users of the old PORDEVSR_PCI constant to use MPC85xx_PORDEVSR_PCI1 2076 2077 Signed-off-by: Peter Tyser <ptyser@xes-inc.com> 2078 Signed-off-by: Andy Fleming <afleming@freescale.com> 2079 2080commit 35db1c6d34b57ae15e99cf03c8e8f8a6148d74f3 2081Author: Becky Bruce <becky.bruce@freescale.com> 2082Date: Fri Nov 21 19:24:22 2008 -0600 2083 2084 drivers/fsl_pci_init: Fix inbound window mapping bug 2085 2086 The current code will cause the creation of a 4GB window 2087 starting at 0 if we have more than 4GB of RAM installed, 2088 which overlaps with PCI_MEM space and causes pci_bus_to_phys() 2089 to return erroneous information. Limit the size to 4GB - 1; 2090 which causes the code to create one 2GB and one 1GB window 2091 instead. 2092 2093 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org> 2094 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 2095 Acked-by: Andy Fleming <afleming@freescale.com> 2096 2097commit 5a105a333dab6a23e92d763ce76d6f31d57f45df 2098Author: Jon Loeliger <jdl@freescale.com> 2099Date: Thu Nov 20 15:36:48 2008 -0600 2100 2101 Removed unused CONFIG_L1_INIT_RAM symbol. 2102 2103 Prevent further viral propogation of the unused 2104 symbol CONFIG_L1_INIT_RAM by just removing it. 2105 2106 Signed-off-by: Jon Loeliger <jdl@freescale.com> 2107 Acked-by: Andy Fleming <afleming@freescale.com> 2108 2109commit 7008d26a40a76f90cae5824c812cfed449fb97b8 2110Author: Ed Swarthout <Ed.Swarthout@freescale.com> 2111Date: Wed Oct 29 09:21:44 2008 -0500 2112 2113 fsl ddr skip interleaving if not supported. 2114 2115 Removed while(1) hang if memctl_intlv_ctl is set wrong. 2116 Remove embedded tabs from strings. 2117 2118 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 2119 Acked-by: Kumar Gala <galak@kernel.crashing.org> 2120 Acked-by: Andy Fleming <afleming@freescale.com> 2121 2122commit dd332e18d082de75eca3fc2c7c778f5d4571a096 2123Author: Anatolij Gustschin <agust@denx.de> 2124Date: Thu Nov 13 18:08:57 2008 +0100 2125 2126 85xx: socrates: fix DDR SDRAM tlb entry configuration 2127 2128 since commit be0bd8234b9777ecd63c4c686f72af070d886517 2129 tlb entry for socrates DDR SDRAM will be reconfigured 2130 by setup_ddr_tlbs() from initdram() causing an 2131 inconsistency with previously configured DDR SDRAM tlb 2132 entry from tlb_table: 2133 2134 socrates>l2cam 7 9 2135 IDX PID EPN SIZE V TS RPN U0-U3 WIMGE UUUSSS 2136 7 : 00 00000000 256MB V 0 -> 0_00000000 0000 -I-G- ---RWX 2137 8 : 00 00000000 256MB V 0 -> 0_00000000 0000 ----- ---RWX 2138 9 : 00 10000000 256MB V 0 -> 0_10000000 0000 ----- ---RWX 2139 2140 This patch makes the presence of the DDR SDRAM tlb entry in 2141 the tlb_table dependent on CONFIG_SPD_EEPROM to avoid this 2142 inconsistency. 2143 2144 Signed-off-by: Anatolij Gustschin <agust@denx.de> 2145 Acked-by: Andy Fleming <afleming@freescale.com> 2146 2147commit a2cd50ed6ef0ac6b127b3d6db756979a8336718d 2148Author: Peter Tyser <ptyser@xes-inc.com> 2149Date: Tue Nov 11 10:17:10 2008 -0600 2150 2151 85xx: Add CPU 2 errata workaround to all 8548 boards 2152 2153 All mpc8548-based boards should implement the suggested workaround 2154 to CPU 2 errata. Without the workaround, its possible for the 2155 8548's core to hang while executing a msync or mbar 0 instruction 2156 and a snoopable transaction from an I/O master tagged to make 2157 quick forward progress is present. 2158 2159 Signed-off-by: Peter Tyser <ptyser@xes-inc.com> 2160 Acked-by: Andy Fleming <afleming@freescale.com> 2161 2162commit e57f0fa1333cdf3ca36110aac2900712a5f82976 2163Author: Dave Liu <daveliu@freescale.com> 2164Date: Tue Oct 28 17:53:45 2008 +0800 2165 2166 85xx: the DDR tlb is missed for the !CONFIG_SPD_EEPROM case 2167 2168 we need TLB entry for DDR at !SPD case. 2169 2170 Signed-off-by: Dave Liu <daveliu@freescale.com> 2171 Acked-by: Andy Fleming <afleming@freescale.com> 2172 2173commit 9b0ad1b1c7a15ff674978705c7c52264978dc5d8 2174Author: Dave Liu <daveliu@freescale.com> 2175Date: Tue Oct 28 17:53:38 2008 +0800 2176 2177 85xx: remove the unused ddr_enable_ecc in the board file 2178 2179 The DDR controller of 8548/8544/8568/8572/8536 processors 2180 have the ECC data init feature, and the new DDR code is 2181 using the feature, and we don't need the way with DMA to 2182 init memory any more. 2183 2184 Signed-off-by: Dave Liu <daveliu@freescale.com> 2185 Acked-by: Andy Fleming <afleming@freescale.com> 2186 2187commit 4a129a57d923f7c15aa1f567028a80a32d66a100 2188Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 2189Date: Sun Nov 30 19:36:53 2008 +0100 2190 2191 at91rm9200dk: Fix typo 2192 2193 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 2194 2195commit ed3b18e05c9a8ffa5fb643da9bcec7452e5d5e01 2196Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 2197Date: Sun Nov 30 19:36:50 2008 +0100 2198 2199 AT91: remove non supported board AT91RM9200DF macro 2200 2201 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 2202 2203commit bd876772ee04095e5dd943d97515a1f14bad4b1c 2204Author: Ilko Iliev <iliev@ronetix.at> 2205Date: Tue Dec 2 17:27:54 2008 +0100 2206 2207 mtd/dataflash.c: fix a problem with the last partition 2208 2209 This patch fix the problem that only the [NB_DATAFLASH_AREA - 1] dataflash 2210 partition can be defined to use the area to the end of dataflash size. 2211 Now it is possible to have only one dataflash partition from 0 to the end 2212 of of dataflash size. 2213 2214 Signed-off-by: Ilko Iliev <iliev@ronetix.at> 2215 2216commit 03f797793b124dccaae145b977d15d6cb9e74504 2217Author: Ilko Iliev <iliev@ronetix.at> 2218Date: Tue Dec 2 17:20:17 2008 +0100 2219 2220 fix some coding style violations. 2221 2222 This patch fix some coding style violations. 2223 2224 Signed-off-by: Ilko Iliev <iliev@ronetix.at> 2225 2226commit 5e46b1e54112f4b7fd5185665e571510132c12a7 2227Author: Stefan Roese <sr@denx.de> 2228Date: Thu Nov 27 14:11:37 2008 +0100 2229 2230 OneNAND: Add missing mtd info struct before calling onenand_erase() 2231 2232 Without this patch "saveenv" crashes when MTD partitions are enabled (e.g. 2233 for use in UBI) via CONFIG_MTD_PARTITIONS. 2234 2235 Signed-off-by: Stefan Roese <sr@denx.de> 2236 Signed-off-by: Scott Wood <scottwood@freescale.com> 2237 2238commit 29382d4064fbaff5daacff4c3209370fa5713966 2239Author: Becky Bruce <becky.bruce@freescale.com> 2240Date: Thu Nov 20 16:43:52 2008 -0600 2241 2242 mpc8641: Fix error in README 2243 2244 I made some updates to the code that didn't make it into the 2245 README - fix this 2246 2247 Signed-off-by: Becky Bruce <becky.bruce@freescale.com> 2248 2249commit 801a194616d95e6fc426a176d9615ccbf9876c7f 2250Author: Jon Loeliger <jdl@freescale.com> 2251Date: Thu Nov 20 12:01:02 2008 -0600 2252 2253 Removed unused CONFIG_L1_INIT_RAM symbol. 2254 2255 Prevent further viral propogation of the unused 2256 symbol CONFIG_L1_INIT_RAM by just removing it. 2257 2258 Signed-off-by: Jon Loeliger <jdl@freescale.com> 2259 2260commit f698738e46cb461e28c2d58228bb34a2fcf5a475 2261Author: Jon Loeliger <jdl@freescale.com> 2262Date: Thu Nov 20 14:02:56 2008 -0600 2263 2264 86xx: Fix non-64-bit compilation problems. 2265 2266 Introducing 64-bit (36-bit) support for the MPC8641HPCN 2267 failed to accomodate the other two 86xx boards. 2268 Introduce definitions for CONFIG_SYS_CCSRBAR_PHYS_{LOW,HIGH} 2269 CONFIG_SYS_CCSR_DEFAULT_DBAT{U,L} and CONFIG_SYS_CCSR_DEFAULT_IBAT{U,L} 2270 with nominal 32-bit values. 2271 2272 Signed-off-by: Jon Loeliger <jdl@freescale.com> 2273 Acked-by: Becky Bruce <becky.bruce@freescale.com> 2274 2275commit bebfc6ef3ec994c8e18783269b1d8d41f8e38afd 2276Author: Michael Trimarchi <trimarchi@gandalf.sssup.it> 2277Date: Wed Nov 26 17:40:37 2008 +0100 2278 2279 Remove obsolete command (apply afte USB style patch, 80 chars strict) 2280 2281 Remove USB obsolete commmand 2282 2283 Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it> 2284 Signed-off-by: Remy Böhmer <linux@bohmer.net> 2285 2286commit de39f8c19d7c12017248c49d432dcb81db68f724 2287Author: Michael Trimarchi <trimarchi@gandalf.sssup.it> 2288Date: Wed Nov 26 17:41:34 2008 +0100 2289 2290 USB style patch, 80 chars strict 2291 2292 USB Code style patch 2293 2294 Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it> 2295 Signed-off-by: Remy Böhmer <linux@bohmer.net> 2296 2297commit d10c5a87cb8affbb4d35a311370316d4383d598e 2298Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 2299Date: Fri Nov 7 22:46:21 2008 +0100 2300 2301 drivers/usb: Move conditional compilation to Makefile 2302 2303 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 2304 Signed-off-by: Remy Böhmer <linux@bohmer.net> 2305 2306commit 2077e348c2a84901022ad95311b47b70361e6daa 2307Author: Scott Wood <scottwood@freescale.com> 2308Date: Tue Nov 25 10:47:02 2008 -0600 2309 2310 NAND: Fix misplaced return statement in nand_{read,write}_skip_bad(). 2311 2312 This caused the operation to be needlessly repeated if there were 2313 no bad blocks and no errors. 2314 2315 Signed-off-by: Valeriy Glushkov <gvv@lstec.com> 2316 Signed-off-by: Scott Wood <scottwood@freescale.com> 2317 2318commit 89295028e7d8f7a524f485328279d72fdb102385 2319Author: Michal Simek <monstr@monstr.eu> 2320Date: Mon Nov 24 12:09:50 2008 +0100 2321 2322 ppc4xx: ml300 remove Xilinx BSP from ml300 folder 2323 2324 This BSP should be outside u-boot source tree. 2325 The second reason is that xilinx ppc405 was moved to generic platform. 2326 2327 Signed-off-by: Michal Simek <monstr@monstr.eu> 2328 Signed-off-by: Stefan Roese <sr@denx.de> 2329 2330commit 24eea623d4974a169026a975ba12fb23d48154b1 2331Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 2332Date: Mon Nov 24 15:11:10 2008 +0100 2333 2334 ppc4xx: Remove unused features 2335 2336 This patch disables some unused features from the PCI405 configuration 2337 to keep U-Boot image size below 192k. 2338 2339 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 2340 Signed-off-by: Stefan Roese <sr@denx.de> 2341 2342commit 0c2385c3bb51f5d3911fce1ec4720db86b534c2b 2343Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 2344Date: Mon Nov 24 15:11:09 2008 +0100 2345 2346 ppc4xx: Use correct io accessors for PCI405 2347 2348 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 2349 Signed-off-by: Stefan Roese <sr@denx.de> 2350 2351commit 348c849d86a6f0785752b9bc497a34658713d1d1 2352Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 2353Date: Mon Nov 24 15:11:08 2008 +0100 2354 2355 ppc4xx: Remove unused code from PCI405 code 2356 2357 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 2358 Signed-off-by: Stefan Roese <sr@denx.de> 2359 2360commit 58c696eed839af894e0265064669c402dc28b371 2361Author: Wolfgang Denk <wd@xpert.denx.de> 2362Date: Mon Nov 24 21:50:59 2008 +0100 2363 2364 AT91RM9200DK: fix broken boot from NOR flash 2365 2366 Signed-off-by: Wolfgang Denk <wd@denx.de> 2367 2368commit 8052352f20b33bef8f9872fc983eac73d4693c38 2369Author: Jens Scharsig <esw@bus-elektronik.de> 2370Date: Tue Nov 18 10:48:46 2008 +0100 2371 2372 at91rm9200: fix broken boot from nor flash 2373 2374 This patch fix the broken boot from NOR Flash on AT91RM9200 boards, if 2375 CONFIG_AT91RM9200 is defined and nor preloader is used. 2376 2377 Signed-off-by: Jens Scharsig <esw@bus-elektronik.de> 2378 2379commit 25ea652e907516a283b38237e83712a918f125d7 2380Author: Piotr Ziecik <kosmo@semihalf.com> 2381Date: Mon Nov 17 15:58:00 2008 +0100 2382 2383 UBI: Add proof-of-concept CFI flash support 2384 2385 With this patch UBI can be used on CFI flash chips. 2386 2387 Signed-off-by: Piotr Ziecik <kosmo@semihalf.com> 2388 Signed-off-by: Stefan Roese <sr@denx.de> 2389 2390commit e6a7edbc1778d27431ac663b40a71dafa5d20578 2391Author: Piotr Ziecik <kosmo@semihalf.com> 2392Date: Mon Nov 17 15:57:59 2008 +0100 2393 2394 mtd: Remove a printf() from add_mtd_device(). 2395 2396 Remove a printf() from add_mtd_device(), which produces spurious output. 2397 2398 Signed-off-by: Piotr Ziecik <kosmo@semihalf.com> 2399 Signed-off-by: Stefan Roese <sr@denx.de> 2400 2401commit 91809ed51d8327a8dbbf29aa98a091154c282171 2402Author: Piotr Ziecik <kosmo@semihalf.com> 2403Date: Mon Nov 17 15:57:58 2008 +0100 2404 2405 cfi-mtd: Add cfi-mtd driver. 2406 2407 Add cfi-mtd driver, which exports CFI flash to MTD layer. 2408 This allows CFI flash devices to be used from MTD layer. 2409 2410 Building of the new driver is controlled by CONFIG_FLASH_CFI_MTD 2411 option. Initialization is done by calling cfi_mtd_init() from 2412 flash_init(). 2413 2414 Signed-off-by: Piotr Ziecik <kosmo@semihalf.com> 2415 Signed-off-by: Stefan Roese <sr@denx.de> 2416 2417commit 6ea808efdf9aa5d9067fbfac32acde8539129ed2 2418Author: Piotr Ziecik <kosmo@semihalf.com> 2419Date: Mon Nov 17 15:49:32 2008 +0100 2420 2421 cfi_flash: Add interface for flash verbosity control 2422 2423 Add interface for flash verbosity control. It allows 2424 to disable output from low-level flash API. It is useful 2425 when calling these low-level functions from context other 2426 than flash commands (for example the MTD/CFI interface 2427 implmentation). 2428 2429 Signed-off-by: Piotr Ziecik <kosmo@semihalf.com> 2430 Signed-off-by: Stefan Roese <sr@denx.de> 2431 2432commit ebc9784ce6528385bb8d2558e783622d4bbf20f8 2433Author: Piotr Ziecik <kosmo@semihalf.com> 2434Date: Thu Nov 20 15:17:38 2008 +0100 2435 2436 cfi_flash: Export flash_sector_size() function. 2437 2438 Export flash_sector_size() function from drivers/mtd/cfi_flash.c, 2439 so that it can be used in the upcoming cfi-mtd driver. 2440 2441 Signed-off-by: Piotr Ziecik <kosmo@semihalf.com> 2442 Signed-off-by: Stefan Roese <sr@denx.de> 2443 2444commit 45aa5a7f4d5bcb79927ddfc896c1d7c4326e235d 2445Author: Stefan Roese <sr@denx.de> 2446Date: Mon Nov 17 14:45:22 2008 +0100 2447 2448 cfi_flash: Make all flash access functions weak 2449 2450 This patch defines all flash access functions as weak so that 2451 they can be overridden by board specific versions. 2452 2453 This will be used by the upcoming VCTH board support where the NOR 2454 FLASH unfortunately can't be accessed memory-mapped. Special 2455 accessor functions are needed here. 2456 2457 To enable this weak functions you need to define 2458 CONFIG_CFI_FLASH_USE_WEAK_ACCESSORS in your board config header. 2459 Otherwise the "old" default functions will be used resulting 2460 in smaller code. 2461 2462 Signed-off-by: Stefan Roese <sr@denx.de> 2463 Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 2464 2465commit a5c4067017631d903e1afa6ad615f0ce19fea517 2466Author: Stefan Roese <sr@denx.de> 2467Date: Mon Nov 24 08:31:16 2008 +0100 2468 2469 UBI: Change parsing of size in commands to default to hex 2470 2471 Currently the size parameters of the UBI commands (e.g. "ubi write") are 2472 decoded as decimal instead of hex as default. This patch now interprets 2473 all these values consistantly as hex, as all other standard U-Boot commands 2474 do. 2475 2476 Signed-off-by: Stefan Roese <sr@denx.de> 2477 2478commit de01c76c3ccc4e6c5989228eed58e955a3a1a968 2479Author: Stefan Roese <sr@denx.de> 2480Date: Fri Nov 21 13:06:06 2008 +0100 2481 2482 ppc4xx: ML2 shouldn't include the 4xx EMAC driver 2483 2484 Signed-off-by: Stefan Roese <sr@denx.de> 2485 2486commit 1a6a00dcc5bdfc6e9b4b00f39c1f583a7f96fc7f 2487Author: Yuri Tikhonov <yur@emcraft.com> 2488Date: Fri Nov 14 16:19:19 2008 +0300 2489 2490 ppc4xx: katmai: Change default config 2491 2492 This patch enables support for EXT2, and increases the 2493 CONFIG_SYS_BOOTMAPSZ size for the default configuration 2494 of the katmai boards to use them as the RAID-reference 2495 AMCC setups. 2496 2497 EXT2 enabling allows one to boot kernels from the EXT2 2498 formatted Compact Flash cards. 2499 2500 CONFIG_SYS_BOOTMAPSZ increasing allows one to boot the 2501 Linux kernels, which use PAGE_SIZE of 256KB. Otherwise, 2502 the memory area with DTB file (which is placed at the 2503 end of the bootmap area) will turn out to be overlapped 2504 with the BSS segment of the 256KB kernel, and zeroed 2505 in early_init() of Linux. 2506 2507 Actually, increasing of the bootmap size could be done 2508 via setting of the bootm_size U-Boot variable, but it looks 2509 like the current U-Boot implementation have some bootm_size- 2510 related functionality lost. In many places through the U-Boot 2511 code the CONFIG_SYS_BOOTMAPSZ definition is used directly 2512 (instead of trying to read the corresponding value from the 2513 environment). The same is truth for the boot_jump_linux() 2514 function in lib_ppc/bootm.c, where U-Boot transfers control 2515 to Linux passing the CONFIG_SYS_BOOTMAPSZ (not bootm_size) 2516 value to the booting kernel. 2517 2518 Signed-off-by: Yuri Tikhonov <yur@emcraft.com> 2519 Signed-off-by: Ilya Yanok <yanok@emcraft.com> 2520 Signed-off-by: Stefan Roese <sr@denx.de> 2521 2522commit ddf45cc758d394591fb9bcdcbe96530f733f2bce 2523Author: Dave Mitchell <dmitch71@gmail.com> 2524Date: Thu Nov 20 14:09:50 2008 -0600 2525 2526 ppc4xx: Changed 460EX/GT OCM TLB and internal SRAM initialization 2527 2528 Expanded OCM TLB to allow access to 64K OCM as well as 256K of 2529 internal SRAM. 2530 2531 Adjusted internal SRAM initialization to match updated user 2532 manual recommendation. 2533 2534 OCM & ISRAM are now mapped as follows: 2535 physical virtual size 2536 ISRAM 0x4_0000_0000 0xE300_0000 256k 2537 OCM 0x4_0004_0000 0xE304_0000 64k 2538 2539 A single TLB was used for this mapping. 2540 2541 Signed-off-by: Dave Mitchell <dmitch71@gmail.com> 2542 Signed-off-by: Stefan Roese <sr@denx.de> 2543 2544commit b14ca4b61a681f75f3125676e09d7ce6af66e927 2545Author: Dave Mitchell <dmitch71@gmail.com> 2546Date: Thu Nov 20 14:00:49 2008 -0600 2547 2548 ppc4xx: Added ppc4xx-isram.h for internal SRAM and L2 cache DCRs 2549 2550 Added include/asm-ppc/ppc4xx-isram.h and moved internal SRAM and 2551 L2 cache DCRs from ppc440.h to this new header. 2552 2553 Also converted these DCR defines from lowercase to uppercase and 2554 modified referencing modules to use them. 2555 2556 Signed-off-by: Dave Mitchell <dmitch71@gmail.com> 2557 Signed-off-by: Stefan Roese <sr@denx.de> 2558 2559commit 711e2b2af820d21d9931d4cf8057d3894600fd54 2560Author: Steven A. Falco <sfalco@harris.com> 2561Date: Thu Nov 20 14:37:57 2008 -0500 2562 2563 ppc4xx: Delete unused definitions for SDR0_DDRCFG from ppc4xx.h 2564 2565 The definitions of bits in SDR_CFG are incorrect, and not used within 2566 U-Boot. Therefore, they can be removed. 2567 2568 The naming of the sdr_ddrdl/sdr_cfg registers do not follow conventions, 2569 and are unused, so they can be removed too. 2570 2571 A definition for SDR0_DDRCFG is added. 2572 2573 Signed-off-by: Steven A. Falco <sfalco@harris.com> 2574 Signed-off-by: Stefan Roese <sr@denx.de> 2575 2576commit e23c7c95a96eb0f068efe5c532215a10a1512a95 2577Author: Dirk Behme <dirk.behme@gmail.com> 2578Date: Mon Nov 10 20:15:25 2008 +0100 2579 2580 ARM: OMAP: Convert IO macros 2581 2582 Convert IO macros to readx/writex. 2583 2584 Signed-off-by: Dirk Behme <dirk.behme@gmail.com> 2585 2586commit 263b749e2e25473a48776d317bd2a7e2ddcdd212 2587Author: Ilko Iliev <iliev@ronetix.at> 2588Date: Sun Nov 9 15:53:14 2008 +0100 2589 2590 lib_arm: do_bootm_linux() - correct a small mistake 2591 2592 This patch corrects a small bug in the "if" condition: 2593 the parameter "flag" is 0 and the "if" condition is always true. 2594 The result is - the boom command doesn't start the kernel. 2595 Affected targets: all arm based. 2596 2597 Signed-off-by: Ilko Iliev <iliev@ronetix.at> 2598 2599commit 3e0cda071a67cb5709e3fa4faf6b31a731859acc 2600Author: Stelian Pop <stelian@popies.net> 2601Date: Sun Nov 9 00:14:46 2008 +0100 2602 2603 AT91: Enable PLLB for USB 2604 2605 At least some (old ?) versions of the AT91Bootstrap do not set up the 2606 PLLB correctly to 48 MHz in order to make USB host function correctly. 2607 2608 This patch sets up the PLLB to the same values Linux uses, and makes USB 2609 work ok on the following CPUs: 2610 - AT91CAP9 2611 - AT91SAM9260 2612 - AT91SAM9263 2613 2614 This patch also defines CONFIG_USB_STORAGE and CONFIG_CMD_FAT for all 2615 the relevant AT91CAP9/AT91SAM9 atmel boards. 2616 2617 Signed-off-by: Stelian Pop <stelian@popies.net> 2618 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 2619 2620commit ad229a44e162af0f65e57e4e3dc133d5f0364ecb 2621Author: Stelian Pop <stelian@popies.net> 2622Date: Fri Nov 7 13:55:14 2008 +0100 2623 2624 AT91: Use AT91_CPU_CLOCK in displays 2625 2626 Introduce AT91_CPU_CLOCK and use it for displaying the CPU 2627 speed in the LCD driver. 2628 2629 Also make AT91_MAIN_CLOCK and AT91_MASTER_CLOCK reflect the 2630 corresponding board clocks. 2631 2632 Signed-off-by: Stelian Pop <stelian@popies.net> 2633 2634commit 25fb4eaaeab3f8866020818f4729d990dcc91cf0 2635Author: Stefan Roese <sr@denx.de> 2636Date: Thu Nov 20 11:46:20 2008 +0100 2637 2638 ppc4xx: Clear all potentially pending exceptions in MCSR 2639 2640 This is needed on Canyonlands which still has an exception pending 2641 while running relocate_code(). This leads to a failure after trap_init() 2642 is moved to the top of board_init_r(). 2643 2644 Signed-off-by: Stefan Roese <sr@denx.de> 2645 2646commit facdad5f2602e899a01746916beddbf9e856b5ee 2647Author: Heiko Schocher <hs@denx.de> 2648Date: Wed Nov 19 10:10:30 2008 +0100 2649 2650 powerpc: 83xx: add missing TIMING_CFG1_CASLAT_* defines 2651 2652 Signed-off-by: Heiko Schocher <hs@denx.de> 2653 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 2654 2655commit 2f2a5c3714d17f4ead18b713128b7226e0e822f4 2656Author: Howard Gregory <Greg.Howard@freescale.com> 2657Date: Tue Nov 4 14:55:33 2008 +0800 2658 2659 mpc83xx: Improve the performance of DDR memory 2660 2661 modify the CAS timings. my understanding is that these 2662 settings decrease various wait times in the DDR interface. 2663 Because these wait times are in clock cycles, and the DDR 2664 clock on the 8315 RDB runs slower than on some other 83xx 2665 platforms, we can dial down these values without a problem, 2666 thereby decreasing the latency of memory a little. 2667 2668 Signed-off-by: Howard Gregory <Greg.Howard@freescale.com> 2669 Signed-off-by: Dave Liu <daveliu@freescale.com> 2670 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 2671 2672commit 8000b086b33a5a81f3f390f37e178db7956dc08b 2673Author: Kyungmin Park <kyungmin.park@samsung.com> 2674Date: Fri Oct 24 14:55:33 2008 +0200 2675 2676 ARM: Add Apollon UBI support 2677 2678 To enable UBI on Apollon you need to uncomment the CONFIG_SYS_USE_UBI 2679 macro. 2680 2681 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> 2682 Signed-off-by: Stefan Roese <sr@denx.de> 2683 2684commit 694a0b3f1c0accd0de94b89555155d69f8022824 2685Author: Kyungmin Park <kyungmin.park@samsung.com> 2686Date: Wed Nov 19 11:47:05 2008 +0100 2687 2688 UBI: Add UBI command support 2689 2690 This patch adds these UBI commands: 2691 2692 ubi part [nand|onenand] [part] - Show or set current partition 2693 ubi info [l[ayout]] -Display volume and UBI layout information 2694 ubi create[vol] volume [size] [type] - Create volume name with size 2695 ubi write[vol] address volume size - Write volume from address with size 2696 ubi read[vol] address volume [size] - Read volume to address with size 2697 ubi remove[vol] volume - Remove volume 2698 2699 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> 2700 Signed-off-by: Stefan Roese <sr@denx.de> 2701 2702commit 58be3a1056d88c6d05f3e914389282807e69923a 2703Author: Kyungmin Park <kyungmin.park@samsung.com> 2704Date: Wed Nov 19 16:38:24 2008 +0100 2705 2706 UBI: Add basic UBI support to U-Boot (Part 8/8) 2707 2708 This patch adds basic UBI (Unsorted Block Image) support to U-Boot. 2709 It's based on the Linux UBI version and basically has a "OS" 2710 translation wrapper that defines most Linux specific calls 2711 (spin_lock() etc.) into no-ops. Some source code parts have been 2712 uncommented by "#ifdef UBI_LINUX". This makes it easier to compare 2713 this version with the Linux version and simplifies future UBI 2714 ports/bug-fixes from the Linux version. 2715 2716 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> 2717 Signed-off-by: Stefan Roese <sr@denx.de> 2718 2719commit 47ae6693f54f80455ae32c2e0d995e0e4bdc15b9 2720Author: Kyungmin Park <kyungmin.park@samsung.com> 2721Date: Wed Nov 19 16:36:36 2008 +0100 2722 2723 UBI: Add basic UBI support to U-Boot (Part 7/8) 2724 2725 This patch adds basic UBI (Unsorted Block Image) support to U-Boot. 2726 It's based on the Linux UBI version and basically has a "OS" 2727 translation wrapper that defines most Linux specific calls 2728 (spin_lock() etc.) into no-ops. Some source code parts have been 2729 uncommented by "#ifdef UBI_LINUX". This makes it easier to compare 2730 this version with the Linux version and simplifies future UBI 2731 ports/bug-fixes from the Linux version. 2732 2733 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> 2734 Signed-off-by: Stefan Roese <sr@denx.de> 2735 2736commit 7e6ee7ad27de5216db1baef76f38c3429c8f4a2a 2737Author: Kyungmin Park <kyungmin.park@samsung.com> 2738Date: Wed Nov 19 16:32:36 2008 +0100 2739 2740 UBI: Add basic UBI support to U-Boot (Part 6/8) 2741 2742 This patch adds basic UBI (Unsorted Block Image) support to U-Boot. 2743 It's based on the Linux UBI version and basically has a "OS" 2744 translation wrapper that defines most Linux specific calls 2745 (spin_lock() etc.) into no-ops. Some source code parts have been 2746 uncommented by "#ifdef UBI_LINUX". This makes it easier to compare 2747 this version with the Linux version and simplifies future UBI 2748 ports/bug-fixes from the Linux version. 2749 2750 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> 2751 Signed-off-by: Stefan Roese <sr@denx.de> 2752 2753commit c91a719daa331b5856109313371e4ece5ec06d96 2754Author: Kyungmin Park <kyungmin.park@samsung.com> 2755Date: Wed Nov 19 16:28:06 2008 +0100 2756 2757 UBI: Add basic UBI support to U-Boot (Part 5/8) 2758 2759 This patch adds basic UBI (Unsorted Block Image) support to U-Boot. 2760 It's based on the Linux UBI version and basically has a "OS" 2761 translation wrapper that defines most Linux specific calls 2762 (spin_lock() etc.) into no-ops. Some source code parts have been 2763 uncommented by "#ifdef UBI_LINUX". This makes it easier to compare 2764 this version with the Linux version and simplifies future UBI 2765 ports/bug-fixes from the Linux version. 2766 2767 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> 2768 Signed-off-by: Stefan Roese <sr@denx.de> 2769 2770commit f412fefa079c6aa9a9763f6869bf787ea6bf6e1b 2771Author: Kyungmin Park <kyungmin.park@samsung.com> 2772Date: Wed Nov 19 16:27:23 2008 +0100 2773 2774 UBI: Add basic UBI support to U-Boot (Part 4/8) 2775 2776 This patch adds basic UBI (Unsorted Block Image) support to U-Boot. 2777 It's based on the Linux UBI version and basically has a "OS" 2778 translation wrapper that defines most Linux specific calls 2779 (spin_lock() etc.) into no-ops. Some source code parts have been 2780 uncommented by "#ifdef UBI_LINUX". This makes it easier to compare 2781 this version with the Linux version and simplifies future UBI 2782 ports/bug-fixes from the Linux version. 2783 2784 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> 2785 Signed-off-by: Stefan Roese <sr@denx.de> 2786 2787commit 2d262c4853cb5b6ddce1a28a9641f2de3688d7ea 2788Author: Kyungmin Park <kyungmin.park@samsung.com> 2789Date: Wed Nov 19 16:26:54 2008 +0100 2790 2791 UBI: Add basic UBI support to U-Boot (Part 3/8) 2792 2793 This patch adds basic UBI (Unsorted Block Image) support to U-Boot. 2794 It's based on the Linux UBI version and basically has a "OS" 2795 translation wrapper that defines most Linux specific calls 2796 (spin_lock() etc.) into no-ops. Some source code parts have been 2797 uncommented by "#ifdef UBI_LINUX". This makes it easier to compare 2798 this version with the Linux version and simplifies future UBI 2799 ports/bug-fixes from the Linux version. 2800 2801 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> 2802 Signed-off-by: Stefan Roese <sr@denx.de> 2803 2804commit 961df83361aff9a14f226214224eb8a06e05ba24 2805Author: Kyungmin Park <kyungmin.park@samsung.com> 2806Date: Wed Nov 19 16:25:44 2008 +0100 2807 2808 UBI: Add basic UBI support to U-Boot (Part 2/8) 2809 2810 This patch adds basic UBI (Unsorted Block Image) support to U-Boot. 2811 It's based on the Linux UBI version and basically has a "OS" 2812 translation wrapper that defines most Linux specific calls 2813 (spin_lock() etc.) into no-ops. Some source code parts have been 2814 uncommented by "#ifdef UBI_LINUX". This makes it easier to compare 2815 this version with the Linux version and simplifies future UBI 2816 ports/bug-fixes from the Linux version. 2817 2818 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> 2819 Signed-off-by: Stefan Roese <sr@denx.de> 2820 2821commit f399d4a281713d5ef2d764f05d545fe61e3bd569 2822Author: Kyungmin Park <kyungmin.park@samsung.com> 2823Date: Wed Nov 19 16:23:06 2008 +0100 2824 2825 UBI: Add basic UBI support to U-Boot (Part 1/8) 2826 2827 This patch adds basic UBI (Unsorted Block Image) support to U-Boot. 2828 It's based on the Linux UBI version and basically has a "OS" 2829 translation wrapper that defines most Linux specific calls 2830 (spin_lock() etc.) into no-ops. Some source code parts have been 2831 uncommented by "#ifdef UBI_LINUX". This makes it easier to compare 2832 this version with the Linux version and simplifies future UBI 2833 ports/bug-fixes from the Linux version. 2834 2835 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> 2836 Signed-off-by: Stefan Roese <sr@denx.de> 2837 2838commit e29c22f5abe6e0f4baa6251efed6074cdfc3db79 2839Author: Kyungmin Park <kyungmin.park@samsung.com> 2840Date: Wed Nov 19 16:20:36 2008 +0100 2841 2842 MTD: Add MTD paritioning infrastructure 2843 2844 This MTD part infrastructure will be used by the upcoming 2845 UBI support. 2846 2847 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> 2848 Signed-off-by: Stefan Roese <sr@denx.de> 2849 2850commit 9b827cf1720acda2473afa516956eab6f7cca9a1 2851Author: Selvamuthukumar <selva.muthukumar@e-coninfotech.com> 2852Date: Thu Oct 16 22:54:03 2008 +0530 2853 2854 Align end of bss by 4 bytes 2855 2856 Most of the bss initialization loop increments 4 bytes 2857 at a time. And the loop end is checked for an 'equal' 2858 condition. Make the bss end address aligned by 4, so 2859 that the loop will end as expected. 2860 2861 Signed-off-by: Selvamuthukumar <selva.muthukumar@e-coninfotech.com> 2862 Signed-off-by: Wolfgang Denk <wd@denx.de> 2863 2864commit 3f510db522d160179dff3ddcce9b18f6241c2c24 2865Author: Becky Bruce <becky.bruce@freescale.com> 2866Date: Mon Nov 10 19:45:35 2008 -0600 2867 2868 mpc8641: fix address-cells default in old .dts detection 2869 2870 address-cells defaults to 2, not 1; so in the unlikely 2871 event that it isn't specified, this patch is required 2872 for correct operation. 2873 2874 Signed-off-by: Becky Bruce <becky.bruce@freescale.com> 2875 2876commit d025aa4b20a0618a2bada0132a9a0a4afb717f1a 2877Author: Becky Bruce <becky.bruce@freescale.com> 2878Date: Fri Oct 31 17:14:39 2008 -0500 2879 2880 lib_ppc: Move trap_init to occur earlier 2881 2882 Doing trap_init immediately once we're running from RAM 2883 means we're no longer dependent on the physical location of 2884 the flash on non-BookE platforms. Before trap_init, those 2885 platforms switch to real mode and go to 0xfff00100 on exception. 2886 After the switch, they go to 0x00000100 This makes it easier to 2887 move the flash location. 2888 2889 Signed-off-by: Becky Bruce <becky.bruce@freescale.com> 2890 2891commit d52082b12c6e545705a19433a2f4142526536189 2892Author: Becky Bruce <becky.bruce@freescale.com> 2893Date: Fri Nov 7 13:46:19 2008 -0600 2894 2895 mpc8641: Try to detect old .dts files 2896 2897 Since we've changed the memory map of the board, be nice and 2898 add some checking to try to catch out-of-date .dts files. We do 2899 this by checking the CCSRBAR location in the .dts and comparing 2900 it to the CCSRBAR location in u-boot. If they don't match, a 2901 warning msg is printed. This isn't foolproof, but it's simple and 2902 will catch most of the cases where an out-of-date .dts is present, 2903 including all of the cases where a new u-boot is used with an old 2904 standard MPC8641 .dts file as supplied with Linux. 2905 2906 Signed-off-by: Becky Bruce <becky.bruce@freescale.com> 2907 2908commit 8db0400a27839f91c047dcb83f4a0f09e054a180 2909Author: Becky Bruce <becky.bruce@freescale.com> 2910Date: Thu Nov 6 13:04:09 2008 -0600 2911 2912 toplevel Makefile: Add MPC8641HPCN_36BIT target 2913 2914 This will enable CONFIG_PHYS_36BIT for MPC8641HPCN. 2915 2916 Signed-off-by: Becky Bruce <becky.bruce@freescale.com> 2917 2918commit 3111d32c494e8251b90917447796a7206b757e1e 2919Author: Becky Bruce <becky.bruce@freescale.com> 2920Date: Thu Nov 6 17:37:35 2008 -0600 2921 2922 mpc8641: Support 36-bit physical addressing 2923 2924 This patch creates a memory map with all the devices 2925 in 36-bit physical space, in addition to the 32-bit map. 2926 The CCSR relocation is moved (again, sorry) to 2927 allow for the physical address to be 36 bits - this 2928 requires translation to be enabled. With 36-bit physical 2929 addressing enabled, we are no longer running with VA=PA 2930 translations. This means we have to distinguish between 2931 the two in the config file. The existing region name is 2932 used to indicate the virtual address, and a _PHYS variety 2933 is created to represent the physical address. 2934 2935 Large physical addressing is not enabled by default. 2936 Set CONFIG_PHYS_64BIT in the config file to turn this on. 2937 2938 Signed-off-by: Becky Bruce <becky.bruce@freescale.com> 2939 2940commit c759a01a0022de9378a3a761f49786f87684c916 2941Author: Becky Bruce <becky.bruce@freescale.com> 2942Date: Thu Nov 6 17:36:04 2008 -0600 2943 2944 mpc8641: Change 32-bit memory map 2945 2946 The memory map on the 8641hpcn is modified to look more like 2947 the 85xx boards; this is a step towards a more standardized 2948 layout going forward. As part of this change, we now relocate 2949 the flash. 2950 2951 The regions for some of the mappings were far larger than they 2952 needed to be. I have reduced the mappings to match the 2953 actual sizes supported by the hardware. 2954 2955 In addition I have removed the comments at the head 2956 of the BAT blocks in the config file, rather than updating 2957 them. These get horribly out of date, and it's a simple 2958 matter to look at the defines to see what they are set to 2959 since everything is right here in the same file. 2960 2961 Documentation has been changed to reflect the new map, as this 2962 change is user visible, and affects the OS which runs post-uboot. 2963 2964 Signed-off-by: Becky Bruce <becky.bruce@freescale.com> 2965 2966commit bf9a8c34309ed9276258295db9e9212aabb2531a 2967Author: Becky Bruce <becky.bruce@freescale.com> 2968Date: Wed Nov 5 14:55:35 2008 -0600 2969 2970 mpc86xx: Change early FLASH mapping to 1M at CONFIG_MONITOR_BASE_EARLY 2971 2972 We define CONFIG_MONITOR_BASE_EARLY to define the initial location 2973 of the bootpage in flash. Use this to create an early mapping 2974 definition for the FLASH, and change the early_bats code to use this. 2975 2976 This change facilitates the relocation of the flash since the early 2977 mappings are no longer tied to the final location of the flash. 2978 2979 Signed-off-by: Becky Bruce <becky.bruce@freescale.com> 2980 2981commit c1e1cf69547b138173f87a7f81c42a5d8dbfde3d 2982Author: Becky Bruce <becky.bruce@freescale.com> 2983Date: Wed Nov 5 14:55:34 2008 -0600 2984 2985 mpc86xx: Use SRR0/1/rfi to enable address translation, not blr 2986 2987 Using a mtmsr/blr means that you have to be executing at the 2988 same virtual address once you enable translation. This is 2989 unnecessarily restrictive, and is not really how this is 2990 usually done. Change it to use the more common mtspr SRR0/SRR1 2991 and rfi method. 2992 2993 Signed-off-by: Becky Bruce <becky.bruce@freescale.com> 2994 2995commit 6bf98b1362f0cb237620355ed3e6762fff82388d 2996Author: Becky Bruce <becky.bruce@freescale.com> 2997Date: Wed Nov 5 14:55:33 2008 -0600 2998 2999 mpc8641: make DIAG_ADDR == FLASH_BASE 3000
3001 Currently, that's what it is, but it's hardcoded. 3002 3003 Signed-off-by: Becky Bruce <becky.bruce@freescale.com> 3004 3005commit 170deacb1ddc39164bdb68f3963e0c0456a5369b 3006Author: Becky Bruce <becky.bruce@freescale.com> 3007Date: Wed Nov 5 14:55:32 2008 -0600 3008 3009 mpc8641: Drop imaginary second flash bank, map 8MB 3010 3011 There's a lot of setup and foo for the second flash 3012 bank. The problem is, this board doesn't actually have one. 3013 Clean this up. Also, the flash is 8M in size. Get rid 3014 of the confusing aliased overmapping, and just map 8M. 3015 3016 Signed-off-by: Becky Bruce <becky.bruce@freescale.com> 3017 3018commit 0f2d66027bfc60dc7eea2f096af8891988c5abe4 3019Author: Becky Bruce <becky.bruce@freescale.com> 3020Date: Wed Nov 5 14:55:31 2008 -0600 3021 3022 mpc8641: only define CONFIG_ENV_SIZE once 3023 3024 It's currently defined twice inside in an if/else block, but 3025 both halves set the same value. Move the define outside 3026 the if. 3027 3028 Signed-off-by: Becky Bruce <becky.bruce@freescale.com> 3029 3030commit 24bfb48c35fed6ad1f047e3e4a27df302482cd93 3031Author: Becky Bruce <becky.bruce@freescale.com> 3032Date: Wed Nov 5 14:55:30 2008 -0600 3033 3034 mpc86xx: Move setup_bats into cpu_init_f 3035 3036 In order to later allow for a physical relocation of the 3037 flash, setup_bats, which sets up the final BAT mapping 3038 for the board, needs to happen *after* init_laws(). 3039 Otherwise, there will be no window programmed for the flash 3040 at the new physical location at the point when we change 3041 the mmu translation. 3042 3043 Signed-off-by: Becky Bruce <becky.bruce@freescale.com> 3044 3045commit 05df3e5a638be8c5b0899eae1766bbe8e4b92c17 3046Author: Becky Bruce <becky.bruce@freescale.com> 3047Date: Wed Nov 5 14:55:29 2008 -0600 3048 3049 mpc8641: Remove extra "0" from BR2 define 3050 3051 Signed-off-by: Becky Bruce <becky.bruce@freescale.com> 3052 3053commit edf3fe7d39a1ee07353128af5221422ce9ccfad6 3054Author: Richard Retanubun <RichardRetanubun@RuggedCom.com> 3055Date: Thu Oct 23 09:08:18 2008 -0400 3056 3057 drivers/qe/uec_phy.c: Added PHY-less (fixed PHY) driver. 3058 3059 Copied over the fixed PHY driver as used in pp4xx/4xx_enet.c. 3060 This adds support for PHY-less MAC connections to the UEC. 3061 3062 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com> 3063 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 3064 3065commit 54bdcc9fb6670afde9c26dcf364f582879bf21d6 3066Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 3067Date: Thu Oct 23 16:27:24 2008 +0000 3068 3069 ColdFire: Add mii driver in drivers/net 3070 3071 All CF platforms' mii.c are consolidated into one 3072 3073 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 3074 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 3075 3076commit 25a859066b3af1070eb69f12022113c0a91bd813 3077Author: Ben Warren <biggerbadderben@gmail.com> 3078Date: Mon Oct 27 23:53:17 2008 -0700 3079 3080 Moved initialization of PPC4xx EMAC to cpu_eth_init() 3081 3082 Removed initialization of the driver from net/eth.c 3083 3084 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 3085 Acked-by: Stefan Roese <sr@denx.de> 3086 3087commit 4d03a4e20e58552cb96d61a0e8b56cdb6cc60126 3088Author: Ben Warren <biggerbadderben@gmail.com> 3089Date: Sun Nov 9 21:29:23 2008 -0800 3090 3091 Moved PPC4xx EMAC driver to drivers/net 3092 3093 Also changed path in all linker scripts that reference this driver 3094 3095 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 3096 Acked-by: Stefan Roese <sr@denx.de> 3097 3098commit 96e21f86e8266ed40759e5495ee461265d7f6d28 3099Author: Ben Warren <biggerbadderben@gmail.com> 3100Date: Mon Oct 27 23:50:15 2008 -0700 3101 3102 Changed PPC4xx EMAC driver to require CONFIG_PPC4xx_EMAC 3103 3104 All in-tree IBM/AMCC PPC4xx boards using the EMAC get this new CONFIG 3105 3106 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 3107 Acked-by: Stefan Roese <sr@denx.de> 3108 3109commit 9eb79bd8856bcab896ed5e1f1bca159807a124dd 3110Author: Ben Warren <biggerbadderben@gmail.com> 3111Date: Thu Oct 23 22:02:49 2008 -0700 3112 3113 Moved initialization of MPC8XX SCC to cpu_eth_init() 3114 3115 Removed initialization of the driver from net/eth.c 3116 3117 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 3118 3119commit a9bec96d6359ac9f90a852962bf3040cad9e0256 3120Author: Ben Warren <biggerbadderben@gmail.com> 3121Date: Wed Oct 22 23:47:51 2008 -0700 3122 3123 Moved initialization of MPC8220 FEC to cpu_eth_init() 3124 3125 Removed initialization of the driver from net/eth.c 3126 3127 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 3128 3129commit 0e8454e990385a58f708c2fc26d31ac041c7a6c5 3130Author: Ben Warren <biggerbadderben@gmail.com> 3131Date: Wed Oct 22 23:32:48 2008 -0700 3132 3133 Moved initialization of QE Ethernet controller to cpu_eth_init() 3134 3135 Removed initialization of the driver from net/eth.c 3136 3137 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 3138 3139commit 3456a148276d5494b53ee40242efb6462d163504 3140Author: Ben Warren <biggerbadderben@gmail.com> 3141Date: Wed Oct 22 23:20:29 2008 -0700 3142 3143 Moved initialization of FCC Ethernet controller to cpu_eth_init 3144 3145 Affected boards: 3146 Several MPC8xx boards 3147 Several MPC8260/MPC8272 boards 3148 Several MPC85xx boards 3149 3150 Removed initialization of the driver from net/eth.c 3151 3152 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 3153 3154commit 62e15b497f5c6334c059512678c8db7940ae4c61 3155Author: Ben Warren <biggerbadderben@gmail.com> 3156Date: Thu Oct 30 22:15:35 2008 -0700 3157 3158 Fix typo in cpu/mpc85xx/cpu.c 3159 3160 CONFIG_MPC85xx_FEC -> CONFIG_MPC85XX_FEC 3161 3162 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 3163 3164commit 5dfb3ee3f54e2382a08d72906f0e79ecf944f6e3 3165Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 3166Date: Sun Oct 19 12:08:50 2008 +0900 3167 3168 net: Move initialization of Au1x00 SoC ethernet MAC to cpu_eth_init 3169 3170 This patch will move au1x00_eth_initialize from net/eth.c to cpu_eth_init 3171 as a part of ongoing eth_initialize cleanup work. The function ret value 3172 is also fixed as it should be negative on fail. 3173 3174 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 3175 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 3176 3177commit cc94074ecac1885d18ddb683eb934b3c0268aa5b 3178Author: Ben Warren <biggerbadderben@gmail.com> 3179Date: Fri Sep 5 01:55:22 2008 -0400 3180 3181 Moved initialization of IXP4XX_NPE Ethernet controller to cpu_eth_init() 3182 3183 Also, removed the driver initialization from net/eth.c 3184 3185 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 3186 3187commit f2a7806fc23e82d30c8548911369e0c530607354 3188Author: Clive Stubbings <uboot@xentech.co.uk> 3189Date: Mon Oct 27 15:05:00 2008 +0000 3190 3191 xilinx_emaclite buffer overrun 3192 3193 Patch to fix buffer allocation size and alignment. Buffer needs to be u32 aligned and 3194 PKTSIZE_ALIGN bytes long. 3195 3196 Acked-by: Michal Simek <monstr@monstr.eu> 3197 3198 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 3199 3200commit 0115b1953718a2969f6469d3d5da51ba11e12d42 3201Author: richardretanubun <richardretanubun@ruggedcom.com> 3202Date: Fri Sep 26 08:59:12 2008 -0400 3203 3204 NET: QE: UEC: Make uec_miiphy_read() and uec_miiphy_write() use the devname arg. 3205 3206 The current uec_miiphy_read and uec_miiphy_write hardcode access devlist[0] 3207 This patch makes these function use the devname argument that is passed in to 3208 allow access to the phy registers of other devices in devlist[]. 3209 3210 Signed-of-by: Richard Retanubun <RichardRetanubun@RugggedCom.com> 3211 3212 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 3213 3214commit 44dcb7332033db8de2810f2fffcae3084f15c8d4 3215Author: richardretanubun <richardretanubun@ruggedcom.com> 3216Date: Mon Oct 6 15:31:43 2008 -0400 3217 3218 Adds two more ethernet interface to 83xx 3219 3220 Fixed compiler warning "declared but unused" eth5_uec_info and eth6_uec_info. 3221 Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com> 3222 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 3223 3224commit d8003fa03733901b73d6c4667b4d80fc8eb1ddd3 3225Author: Stelian Pop <stelian@popies.net> 3226Date: Fri Nov 7 13:54:31 2008 +0100 3227 3228 AT91: Replace AT91_BASE_EMAC by the board specific values. 3229 3230 AT91_BASE_EMAC is never used outside the board specific files, 3231 so replace its usage by the board specific AT91xxx_BASE_EMAC. 3232 3233 Signed-off-by: Stelian Pop <stelian@popies.net> 3234 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 3235 3236commit c91e17affa175ce06afa89b04752301eb4a61666 3237Author: Stelian Pop <stelian@popies.net> 3238Date: Fri Nov 7 12:09:21 2008 +0100 3239 3240 AT91: Replace (undefined) AT91_ID_US* by the board specific values. 3241 3242 AT91_ID_US0 / AT91_ID_US1 / AT91_ID_US2 were used but never defined. 3243 Since they are never used outside the board specific files, they can 3244 be replaced by the board specific AT91xxx_ID_US0 / AT91xxx_ID_US1 / 3245 AT91xxx_ID_US2. 3246 3247 Bug spotted by Jesus Alvarez <jalvarez@micromint.com>. 3248 3249 Signed-off-by: Stelian Pop <stelian@popies.net> 3250 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 3251 3252commit 28962f5a2de81bc0eed1c0b08c6bfaa1cc134ea2 3253Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 3254Date: Sat Nov 1 10:47:59 2008 +0100 3255 3256 Makefile/at91sam9: move some at91sam9 to the correct subsection for arm926ejs 3257 3258 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 3259 3260commit 1079432e04ccf71aa3684181186182cd63512f19 3261Author: Sergey Lapin <slapin@ossfans.org> 3262Date: Fri Oct 31 12:28:43 2008 +0100 3263 3264 Custom AFEB9260 board support 3265 3266 This patch provides support for AFEB9260 board, a product of 3267 OpenSource hardware and software. Some commertial projects 3268 are made with this design. A board is basically AT91SAM9260-EK 3269 with some modifications and different peripherals and different 3270 parts used. Main purpose of this project is to gain experience in 3271 hardware design. 3272 More info: http://groups.google.com/group/arm9fpga-evolution-board 3273 (In Russian only, sorry). 3274 Subversion repository: svn://194.85.238.22/home/users/george/svn/arm9eb 3275 3276 Signed-off-by: Sergey Lapin <slapin@ossfans.org> 3277 3278commit 26eecd24f97130e56e9c2c2af0e714e05bce6e00 3279Author: Tomohiro Masubuchi <tomohiro_masubuchiattripeaks.co.jp> 3280Date: Tue Oct 21 13:17:16 2008 +0900 3281 3282 Change to use "do_div" macro 3283 3284 Signed-off-by: Tomohiro Masubuchi <tomohiro_masubuchi@tripeaks.co.jp> 3285 3286commit e352495318d8056a00faa21b633b3e4374bfbf52 3287Author: Roman Mashak <romez777@gmail.com> 3288Date: Wed Oct 22 16:00:26 2008 -0400 3289 3290 ARM926EJ-S: relocate OMAP specific 'cpuinfo.c' into OMAP directory 3291 3292 OMAP identification is implemented in 'cpuinfo.c' and located in ARM926EJ-S directory. 3293 It makes sense to place this file in OMAP specific subdirectory, i.e. cpu/arm926ejs/omap 3294 3295 Signed-off-by: Roman Mashak <romez777@gmail.com> 3296 3297commit 248b2c367210c06dbd5fbdecf27e97fbe9d05fdb 3298Author: Roman Mashak <romez777@gmail.com> 3299Date: Tue Oct 21 03:01:41 2008 -0700 3300 3301 ARM/Versatile port: Removed unused functions 3302 3303 Removal of never used functions. 3304 3305 Signed-off-by: Roman Mashak <romez777@gmail.com> 3306 3307commit 1266df887781c779deaf6d05eea2ef90a470cb34 3308Author: Becky Bruce <becky.bruce@freescale.com> 3309Date: Mon Nov 3 15:44:01 2008 -0600 3310 3311 powerpc: change 86xx SMP boot method 3312 3313 We put the bootpg for the secondary cpus into memory and use 3314 BPTR to get to it. This is a step towards converting to the 3315 ePAPR boot methodology. Also, the code is written to 3316 deal properly with more than 4GB of RAM. 3317 3318 Signed-off-by: Becky Bruce <becky.bruce@freescale.com> 3319 3320commit b5431560682d8f318fbc49db87cfe13ab41d2ee4 3321Author: Becky Bruce <becky.bruce@freescale.com> 3322Date: Fri Oct 31 17:13:49 2008 -0500 3323 3324 8641HPCN: Config file cleanup 3325 3326 There are several items in the config file that were hardcoded 3327 but that should really be based on other config options, since 3328 the regions are contiguous and depend on being so. This cleans 3329 that up a bit. Also, add BR_PHYS_ADDR() macro to convert 3330 addresses into the proper format for BR registers. 3331 3332 Signed-off-by: Becky Bruce <becky.bruce@freescale.com> 3333 3334commit 4c77de3f144ca088c3867bd6240718c10f5a9d69 3335Author: Becky Bruce <becky.bruce@freescale.com> 3336Date: Fri Oct 31 17:13:32 2008 -0500 3337 3338 86xx: Make dram_size a phys_size_t 3339 3340 It's currently a long and should be phys_size_t. 3341 3342 Signed-off-by: Becky Bruce <becky.bruce@freescale.com> 3343 3344commit 104992fc541302a6bac74448e01e7fdad20abca0 3345Author: Becky Bruce <becky.bruce@freescale.com> 3346Date: Sun Nov 2 18:19:32 2008 -0600 3347 3348 powerpc 86xx: Handle CCSR relocation earlier 3349 3350 Currently, the CCSR gets relocated while translation is 3351 enabled, meaning we need 2 BAT translations to get to both the 3352 old location and the new location. Also, the DEFAULT 3353 CCSR location has a dependency on the BAT that maps the 3354 FLASH region. Moving the relocation removes this unnecessary 3355 dependency. This makes it easier and more intutive to 3356 modify the board's memory map. 3357 3358 Swap BATs 3 and 4 on 8610 so that all 86xx boards use the same 3359 BAT for CCSR space. 3360 3361 Signed-off-by: Becky Bruce <becky.bruce@freescale.com> 3362 3363commit af5d100e8d5cd49d69d52d20f1181eb06ddb4ddf 3364Author: Becky Bruce <becky.bruce@freescale.com> 3365Date: Fri Oct 31 17:14:14 2008 -0500 3366 3367 mpc8641: Make PCI and RIO mutually exclusive, fix non-PCI build 3368 3369 You can't actually have both, and with some coming changes to 3370 change the memory map for the board and support 36-bit physical, 3371 we need the extra BAT that is being consumed by having both. 3372 3373 I also make non-PCI configs build cleanly, for the sake of sanity. 3374 3375 Signed-off-by: Becky Bruce <becky.bruce@freescale.com> 3376 3377commit 98693b85d42ff438375dc6d6dcadc70eb7b050bb 3378Author: Becky Bruce <becky.bruce@freescale.com> 3379Date: Fri Oct 31 17:14:00 2008 -0500 3380 3381 mpc8641: Stop supporting non-PCI_PNP configs 3382 3383 We don't actually ever do this, remove the code so we 3384 can stop maintaining it. 3385 3386 Signed-off-by: Becky Bruce <becky.bruce@freescale.com> 3387 3388commit e4f69d1bd21a12049744989d2dd6b5199c9b8f23 3389Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 3390Date: Fri Oct 24 12:59:12 2008 +0000 3391 3392 ColdFire: Fix M5329EVB and M5373EVB nand issue 3393 3394 Fix compilation issue caused by a few mismatches. 3395 Provide proper nand chip select enable/disable in 3396 nand_hwcontrol() rather than in board_nand_init() 3397 just enable once. Remove redundant local nand driver 3398 functions - nand_read_byte(), nand_write_byte() and 3399 nand_dev_ready() to use common nand driver. 3400 3401 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 3402 3403commit 1b2708442224a551a0b865b52710306333888932 3404Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 3405Date: Wed Oct 22 11:55:30 2008 +0000 3406 3407 ColdFire: Fix compilation error 3408 3409 The error was caused by the change for strmhz() in cpu.c. 3410 A few of them were one extra close parenthesis. 3411 3412 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 3413 3414commit 536e7dac16769954915a484e682a2efb28699133 3415Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 3416Date: Wed Oct 22 11:38:21 2008 +0000 3417 3418 ColdFire: Add MCF5301x CPU and M53017EVB support 3419 3420 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 3421 3422commit a21d0c2cc9add8894d971ab791f4032f077db817 3423Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 3424Date: Tue Oct 21 15:37:02 2008 +0000 3425 3426 ColdFire: Add SBF support for M52277EVB 3427 3428 Add serial boot support 3429 3430 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 3431 3432commit b202816c61042c183fe67d097a5893b0f2dafba0 3433Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 3434Date: Tue Oct 21 14:19:26 2008 +0000 3435 3436 ColdFire: Use CFI driver for M5272C3 3437 3438 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 3439 3440commit f3962d3f574e5a1cffacd4e9bc48713060a2a314 3441Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 3442Date: Tue Oct 21 13:47:54 2008 +0000 3443 3444 ColdFire: Relocate FEC's GPIO and mii functions protocols 3445 3446 Place FEC pin assignments in cpu_init.c from platform's 3447 mii.c 3448 3449 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 3450 3451commit 6e80f5aa09f8d41bac50b38dc7488ecd22107802 3452Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 3453Date: Tue Oct 21 12:15:44 2008 +0000 3454 3455 ColdFire: Remove platforms mii.c file 3456 3457 Will use mcfmii.c driver in drivers/net rather than 3458 keep creating new mii.c for each future platform. 3459 Remove EB+MCF-EV123, cobra5272, idmr, M5235EVB, 3460 M5271EVB, M5272C3, M5275EVB, M5282EVB, M5329EVB, 3461 M5373EVB, M54451EVB, M54455EVB, M547xEVB, and M548xEVB's 3462 mii.c 3463 3464 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 3465 3466commit 012522fef3b382469125beb46a315ab4dee02fb0 3467Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 3468Date: Tue Oct 21 10:03:07 2008 +0000 3469 3470 ColdFire: Modules header files cleanup 3471 3472 Consolidate ATA, ePORT, QSPI, FlexCan, PWM, RNG, 3473 MDHA, SKHA, INTC, and FlexBus structures and 3474 definitions in immap_5xxx.h to more unify modules 3475 header files. Append DSPI support for m547x_8x. 3476 SSI cleanup. Remove USB Host structure from immap_539.h. 3477 Apply changes to use FlexBus structures in mcf52x2's 3478 cpu_init.c and platform configuration files. 3479 3480 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 3481 3482commit ac2331aee99ad36be0fcfed8c49922e3c61b576d 3483Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 3484Date: Tue Oct 21 08:52:36 2008 +0000 3485 3486 ColdFire: Remove linker file 3487 3488 Each different build for M54455EVB and M5235EVB will 3489 create a u-boot.lds linker file. It is redundant to 3490 keep the u-boot.lds 3491 3492 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 3493 3494commit 0829323073c505556ed5f5073f91adb504584d45 3495Author: Peter Tyser <ptyser@xes-inc.com> 3496Date: Fri Oct 31 11:26:44 2008 -0500 3497 3498 ppc: Fix compile warnings when !CONFIG_OF_LIBFDT 3499 3500 Signed-off-by: Peter Tyser <ptyser@xes-inc.com> 3501 3502commit a80b21d5127583171d6e9bc7f722947641898012 3503Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 3504Date: Fri Oct 31 12:12:12 2008 +0100 3505 3506 common/Makefile: create others group for non core, environment and command files 3507 3508 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 3509 3510commit 60c68d9c1c6d18ce02c862a05718fd94f97c13d0 3511Author: Wolfgang Denk <wd@denx.de> 3512Date: Fri Oct 31 01:13:37 2008 +0100 3513 3514 TQM8260: use CFI flash driver instead of custom driver. 3515 3516 Signed-off-by: Wolfgang Denk <wd@denx.de> 3517 3518commit 20d04774f4ef3f6e38974636e0e36ae0f0b5501f 3519Author: Andy Fleming <afleming@freescale.com> 3520Date: Thu Oct 30 17:35:30 2008 -0500 3521 3522 Consolidate MAX/MIN definitions 3523 3524 There were several, now there is one (two if you count the lower-case 3525 versions). 3526 3527 Signed-off-by: Andy Fleming <afleming@freescale.com> 3528 3529commit 298e476c66fd88d0bc4f0371118652d2b5de4e8a 3530Author: Heiko Schocher <hs@denx.de> 3531Date: Thu Oct 30 09:23:09 2008 +0100 3532 3533 mgsuvd: remove unused defines in config file. 3534 3535 Signed-off-by: Heiko Schocher <hs@denx.de> 3536 3537commit 3cbd823116ea8b7c654e275a8c2fca87cd1f5dc5 3538Author: Wolfgang Denk <wd@denx.de> 3539Date: Sun Nov 2 16:14:22 2008 +0100 3540 3541 Coding Style cleanup, update CHANGELOG 3542 3543 Signed-off-by: Wolfgang Denk <wd@denx.de> 3544 3545commit a47f957ab523019992fdef857af01bd71c58a4da 3546Author: Alessandro Rubini <rubini-list@gnudd.com> 3547Date: Fri Oct 31 22:33:21 2008 +0100 3548 3549 NAND: Allow NAND and OneNAND to coexist 3550 3551 This removes in nand.h code that is verbatim duplicated from bbm.h, 3552 including directly bbm.h in nand.h. The previous state of affairs 3553 prevented compiling code for a board hosting both NAND and OneNAND chips. 3554 3555 Reported-by: Scott Wood <scottwood@freescale.com> 3556 Signed-off-by: Alessandro Rubini <rubini@unipv.it> 3557 Signed-off-by: Scott Wood <scottwood@freescale.com> 3558 3559commit 2f77c7f45b9a37ef265a8dbe3c18efa706fed214 3560Author: Scott Wood <scottwood@freescale.com> 3561Date: Fri Oct 31 13:51:12 2008 -0500 3562 3563 JFFS2: Eliminate compiler error when both NAND and OneNAND are enabled. 3564 3565 Reported-by: Alessandro Rubini <rubini-list@gnudd.com> 3566 Signed-off-by: Scott Wood <scottwood@freescale.com> 3567 3568commit c57fc28947e248fb03c49a28b467686299895055 3569Author: Jason Jin <Jason.Jin@freescale.com> 3570Date: Fri Oct 31 05:07:04 2008 -0500 3571 3572 NAND: Add NAND support for MPC8536DS board 3573 3574 This patch defines 1M TLB&LAW size for NAND on MPC8536DS, assigns 0xffa00000 3575 for CONFIG_SYS_NAND_BASE and adds other NAND supports in config file. 3576 It also moves environment(CONFIG_ENV_ADDR) outside of u-boot image. 3577 3578 Singed-off-by: Jason Jin <Jason.Jin@freescale.com> 3579 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com> 3580 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 3581 3582commit 6fc110bd8a8d642b8f7b0653bd9a08a0b7c3d50b 3583Author: Haiying Wang <Haiying.Wang@freescale.com> 3584Date: Fri Oct 31 05:06:14 2008 -0500 3585 3586 NAND: Fix CONFIG_ENV_ADDR for MPC8572DS 3587 3588 CONFIG_ENV_ADDR should be (CONFIG_SYS_MONITOR_BASE - CONFIG_ENV_SECT_SIZE). 3589 3590 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com> 3591 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 3592 3593commit 51b572a801be57790fe26adaa530210e7fba59cc 3594Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 3595Date: Fri Oct 24 10:49:48 2008 +0900 3596 3597 sh: rsk7203: Moved rsk7203 board to board/renesas 3598 3599 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 3600 3601commit 58453b00b3ebb26aaa901210023f99504a90bb00 3602Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 3603Date: Fri Oct 24 10:48:31 2008 +0900 3604 3605 sh: MigoR: Moved MigoR board to board/renesas 3606 3607 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 3608 3609commit c1da2a22817ba85b437afa2f4e715e658b219fd1 3610Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 3611Date: Fri Oct 24 10:39:44 2008 +0900 3612 3613 sh: r2dplus: Moved r2dplus board to board/renesas 3614 3615 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 3616 3617commit 78385bf2359d828184d0b3649f7ae6b933420000 3618Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 3619Date: Fri Oct 24 10:36:13 2008 +0900 3620 3621 sh: sh7763rdp: Moved sh7763rdp board to board/renesas 3622 3623 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 3624 3625commit c6525d459c350bfc246ea7826456af77e1e314eb 3626Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 3627Date: Fri Oct 24 10:35:19 2008 +0900 3628 3629 sh: sh7785lcr: Moved sh7785lcr board to board/renesas 3630 3631 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 3632 3633commit acd3e30d09a73f876222f0d496c4f52ee9d0771d 3634Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 3635Date: Fri Oct 24 10:34:21 2008 +0900 3636 3637 sh: r7780mp: Moved r7780mp board to board/renesas 3638 3639 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 3640 3641commit f84e6ea275353b8fea772ec7553ff7e4b1f642e0 3642Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 3643Date: Fri Oct 24 10:32:14 2008 +0900 3644 3645 sh: ap325rxa: Moved ap325rxa board to board/renesas 3646 3647 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 3648 3649commit 9abda6ba735efb059f63dcb25d78b174bfcad1ad 3650Author: Wolfgang Denk <wd@xpert.denx.de> 3651Date: Fri Oct 31 01:12:28 2008 +0100 3652 3653 CFI Driver: Fix "flash not ready" problem 3654 3655 This patch fixes a problem on systems where the NOR flash is attached 3656 to a 64 bit bus. The toggle bit detection in flash_toggle() is based 3657 on the assumption that the same flash address is read twice without 3658 any other interjacent flash accesses. However, on 32 bit systems the 3659 function flash_read64() [as currently implemented] does not perform 3660 an atomic 64 bit read - instead, this is broken down into two 32 bit 3661 read accesses on addresses "addr" and "addr + 4". So instead of 3662 reading a 64 bit value twice from "addr", we see a sequence of 4 32 3663 bit reads from "addr", "addr + 4", "addr", and "addr + 4". The 3664 consequence is that flash_toggle() fails to work. 3665 3666 This patch implements a simple, but somewhat ugly solution, as it 3667 avoids the use of flash_read64() in this critical place (by breaking 3668 it down manually into 32 bit read operations) instead of rewriting 3669 flash_read64() such to perform atomic 64 bit reads as one could 3670 expect. However, such a rewrite would require the use of floating 3671 point load operations, which becomes pretty complex: 3672 3673 save MSR; 3674 set Floating Point Enable bit in MSR; 3675 use "lfd" instruction to perform atomic 64 bit read; 3676 use "stfd" to store value to temporary variable on stack; 3677 load u64 value from temporary variable; 3678 restore saved MSR; 3679 return u64 value; 3680 3681 The benefit-cost ratio of such an implementation was considered too 3682 bad to actually attempt this, especially as we can expect that such 3683 an implementation would not only have a bigger memory footprint but 3684 also cause a performance degradation. 3685 3686 Signed-off-by: Wolfgang Denk <wd@denx.de> 3687 Signed-off-by: Stefan Roese <sr@denx.de> 3688 3689commit cdd4fe63b094d4b767f12ff241d72566b461ee61 3690Author: Stefan Roese <sr@denx.de> 3691Date: Fri Oct 31 10:48:08 2008 +0100 3692 3693 ppc4xx: Fix spelling error in MAINTAINERS file 3694 3695 Signed-off-by: Stefan Roese <sr@denx.de> 3696 3697commit be270798900b75ad9c47c7b79c72f70441196c56 3698Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 3699Date: Tue Oct 28 13:37:00 2008 +0100 3700 3701 ppc4xx: Update PMC440 board support 3702 3703 This patch brings PMC440 board support up to date: 3704 3705 - fix GPIO configuration 3706 - add misc_init_f() 3707 - use better values for usbact variable 3708 - fix USB 2.0 phy reset sequence 3709 - shrink BAR2 to save PCI address space 3710 - add FDT support 3711 3712 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 3713 Signed-off-by: Stefan Roese <sr@denx.de> 3714 3715commit 75183b1a7fc04206d9779d13f16e03853d7e965d 3716Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 3717Date: Tue Oct 28 13:36:59 2008 +0100 3718 3719 ppc4xx: Fix PMC440 BSP commands 3720 3721 This patch fixes the PMC440 BSP commands painit and selfreset 3722 3723 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 3724 Signed-off-by: Stefan Roese <sr@denx.de> 3725 3726commit 76b565b69f886d5ae748db65e44f464b0e70d41a 3727Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 3728Date: Tue Oct 28 13:36:58 2008 +0100 3729 3730 ppc4xx: Update PMC440 board configuration 3731 3732 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 3733 Signed-off-by: Stefan Roese <sr@denx.de> 3734 3735commit ca0c2d42b93116a8e1b8ef8ad4493c7dc9b5f2e4 3736Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 3737Date: Tue Oct 28 13:36:57 2008 +0100 3738 3739 ppc4xx: Fix esd loadpci command 3740 3741 This patch fixes esd's loadpci command when not all 3742 memory on adapter boards is accessable via PCI. 3743 3744 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 3745 Signed-off-by: Stefan Roese <sr@denx.de> 3746 3747commit 492aa9ea13791ca4591b5bde895a425e27ae2d10 3748Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 3749Date: Tue Oct 28 13:36:56 2008 +0100 3750 3751 ppc4xx: Clean up PMC440 header 3752 3753 -Codingstyle cleanup 3754 -Remove unused GPIO define 3755 3756 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 3757 Signed-off-by: Stefan Roese <sr@denx.de> 3758 3759commit 295133258a44f97a57fb2ec339aecfda11f4db95 3760Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 3761Date: Tue Oct 28 13:36:55 2008 +0100 3762 3763 ppc4xx: Handle other board variant in PMC440 FPGA code 3764 3765 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 3766 Signed-off-by: Stefan Roese <sr@denx.de> 3767 3768commit cc2dc9b08cf7c09f9f237f8cb9303f11603d4fb0 3769Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es> 3770Date: Mon Oct 27 12:35:59 2008 +0100 3771 3772 ppc4xx: Merge xilinx-ppc440 and xilinx-ppc405 cfg 3773 3774 Xilinx ppc440 and ppc405 have many similarities. This patch merge the 3775 config files of both infrastuctures 3776 3777 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es> 3778 Signed-off-by: Stefan Roese <sr@denx.de> 3779 3780commit 3befd85633d33c4dcca1f359c3f4848c5ab8e4d2 3781Author: Stefan Roese <sr@denx.de> 3782Date: Sat Oct 25 06:45:31 2008 +0200 3783 3784 ppc4xx: Correctly configure the GPIO pin muxing on Arches 3785 3786 Arches doesn't use PerCS3 but GPIO43, so let's configure the GPIO 3787 pin multiplexing correctly 3788 3789 Signed-off-by: Stefan Roese <sr@denx.de> 3790 3791commit 7c84fe6a06dad9f793ed85b39b1e6c11a7882f5c 3792Author: Bartlomiej Sieka <tur@semihalf.com> 3793Date: Thu Oct 30 23:22:04 2008 +0100 3794 3795 Fix to the auto-update feature documentation (CONFIG_UPDATE_TFTP_MSEC_MAX) 3796 3797 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com> 3798 3799commit 4bc7deee9095f21e243b724ca3d634251c1d5432 3800Author: David Gibson <david@gibson.dropbear.id.au> 3801Date: Wed Oct 29 23:27:45 2008 -0500 3802 3803 libfdt: Fix bug in fdt_subnode_offset_namelen() 3804 3805 There's currently an off-by-one bug in fdt_subnode_offset_namelen() 3806 which causes it to keep searching after it's finished the subnodes of 3807 the given parent, and into the subnodes of siblings of the original 3808 node which come after it in the tree. 3809 3810 Signed-off-by: David Gibson <david@gibson.dropbear.id.au> 3811 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 3812 3813commit f242a08871839eac081ba5b599af979f3a148a0d 3814Author: Peter Korsgaard <jacmet@sunsite.dk> 3815Date: Tue Oct 28 08:26:52 2008 +0100 3816 3817 fdt_resize(): ensure minimum padding 3818 3819 fdt_add_mem_rsv() requires space for a struct fdt_reserve_entry 3820 (16 bytes), so make sure that fdt_resize at least adds that much 3821 padding, no matter what the location or size of the fdt is. 3822 3823 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> 3824 Acked-by: Andy Fleming <afleming@freescale.com> 3825 3826commit d685b74c64a38849f1a129b3ab846fbf67dd937e 3827Author: Dave Liu <daveliu@freescale.com> 3828Date: Thu Oct 23 21:59:35 2008 +0800 3829 3830 74xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache 3831 3832 The patch is following the commit 392438406041415fe64ab8748ec5ab5ad01d1cf7 3833 3834 mpc86xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache 3835 3836 This is needed in unlock_ram_in_cache() because it is called from C and 3837 will corrupt the small data area anchor that is kept in R2. 3838 3839 lock_ram_in_cache() is modified similarly as good coding practice, but 3840 is not called from C. 3841 3842 Signed-off-by: Nick Spence <nick.spence@freescale.com> 3843 3844 also, the r2 is used as global data pointer. 3845 3846 Signed-off-by: Dave Liu <daveliu@freescale.com> 3847 3848commit e053ab1903ccae6048ef759025b9f675bba91450 3849Author: Scott Wood <scottwood@freescale.com> 3850Date: Tue Oct 28 11:45:04 2008 -0500 3851 3852 mpc83xx pci: Round up memory size in inbound window. 3853 3854 The current calculation will fail to cover all memory if 3855 its size is not a power of two. 3856 3857 Signed-off-by: Scott Wood <scottwood@freescale.com> 3858 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 3859 3860commit 1c671977dc81359628be27ac99c174e76e8069ba 3861Author: Dave Liu <daveliu@freescale.com> 3862Date: Thu Oct 23 21:19:13 2008 +0800 3863 3864 86xx: remove the unused definition 3865 3866 Signed-off-by: Dave Liu <daveliu@freescale.com> 3867 3868commit eaa44c5dc83756c3067b9e6c9db626facd0b0660 3869Author: Dave Liu <daveliu@freescale.com> 3870Date: Tue Oct 28 17:47:49 2008 +0800 3871 3872 86xx: remove the redundant r2 global data pointer save 3873 3874 The commit 67256678f00c09b0a7f19e862e5c1847553d31bc add 3875 the another global data pointer save, but in fact the 3876 global data pointer will be initialized in the board_init_r, 3877 so remove it such as the 85xx/83xx family. 3878 3879 Signed-off-by: Dave Liu <daveliu@freescale.com> 3880 Acked-by: Kumar Gala <kumar.gala@freescale.com> 3881 3882commit bd888e9544419665334a6f47f81f34011cea38f3 3883Author: Dave Liu <daveliu@freescale.com> 3884Date: Tue Oct 28 17:47:41 2008 +0800 3885 3886 86xx: remove the unused code for 86xx family 3887 3888 I believe these code was copied from 74xx family, but for 3889 86xx, it is unused. 3890 3891 Signed-off-by: Dave Liu <daveliu@freescale.com> 3892 Acked-by: Kumar Gala <kumar.gala@freescale.com> 3893 3894commit 5ba1ef507402bc5e344dc374203792a40f222e8a 3895Author: Dave Liu <daveliu@freescale.com> 3896Date: Tue Oct 28 17:46:35 2008 +0800 3897 3898 86xx: remove the second DDR LAW setting for mpc8641hpcn 3899 3900 The DDR1 LAW will precedence the DDR2 LAW, so remove 3901 the second DDR LAW. 3902 3903 Signed-off-by: Dave Liu <daveliu@freescale.com> 3904 Acked-by: Becky Bruce <becky.bruce@freescale.com> 3905 3906commit 137a2dfd11ac51ae3154f13f323609b33a4a072e 3907Author: Dave Liu <daveliu@freescale.com> 3908Date: Tue Oct 28 17:46:23 2008 +0800 3909 3910 86xx: remove the unused ddr_enable_ecc in the board file 3911 3912 The DDR controller of 86xx processors have the ECC data init 3913 feature, and the new DDR code is using the feature, we don't 3914 need the way with DMA to init memory again. 3915 3916 Signed-off-by: Dave Liu <daveliu@freescale.com> 3917 Acked-by: Kumar Gala <kumar.gala@freescale.com> 3918 3919commit dc2adad85bf580d65916c940683f6e9671e8a5dd 3920Author: Dave Liu <daveliu@freescale.com> 3921Date: Tue Oct 28 17:46:12 2008 +0800 3922 3923 86xx: Move the clear_tlbs before MMU turn on 3924 3925 We must invalidate TLBs before MMU turn on, but 3926 currently the code is not, if there are some stale 3927 TLB entry valid in the TLBs, it will cause strange 3928 issue. 3929 3930 Signed-off-by: Dave Liu <daveliu@freescale.com> 3931 Acked-by: Becky Bruce <becky.bruce@freescale.com> 3932 3933commit 5cdade07b118d07154cb882650f9778cecc8a87c 3934Author: Scott Wood <scottwood@freescale.com> 3935Date: Mon Oct 27 15:57:08 2008 -0500 3936 3937 mpc8313erdb: Document NAND boot. 3938 3939 Previously, the documentation claimed that NAND boot is not supported. 3940 This is no longer true. 3941 3942 Signed-off-by: Scott Wood <scottwood@freescale.com> 3943 3944commit bd78bc6b2aebf5566aac464f936b88dfd97ab0bd 3945Author: Scott Wood <scottwood@freescale.com> 3946Date: Wed Oct 29 14:20:26 2008 -0500 3947 3948 NAND: Properly create JFFS2 cleanmarkers. 3949 3950 As reported by Ilko Iliev <iliev@ronetix.at>, the "nand erase clean" 3951 command is currently broken, and among other things causes all blocks 3952 to be marked bad. 3953 3954 This implements it properly using MTD_OOB_AUTO, along with some 3955 indentation fixes. 3956 3957 Signed-off-by: Scott Wood <scottwood@freescale.com> 3958 3959commit f7fe57c09866b44692d18c8cf22828bd137ec58d 3960Author: Scott Wood <scottwood@freescale.com> 3961Date: Wed Oct 29 13:42:41 2008 -0500 3962 3963 NAND fsl elbc: Set FMR[ECCM] based on page size. 3964 3965 Hardware expects ECCM 0 for small page and ECCM 1 for large page 3966 when booting from NAND, so use those defaults. 3967 3968 Signed-off-by: Scott Wood <scottwood@freescale.com> 3969 3970commit c013b74975dab0805ef6d369b013230c4e8a660d 3971Author: Haiying Wang <Haiying.Wang@freescale.com> 3972Date: Wed Oct 29 13:32:59 2008 -0400 3973 3974 NAND: Add support for MPC8572DS board 3975 3976 This patch defines 1M TLB&LAW size for NAND on MPC8572DS, assigns 3977 0xffa00000 for CONFIG_SYS_NAND_BASE and adds other NAND supports in 3978 config file. 3979 3980 It also moves environment(CONFIG_ENV_ADDR) outside of u-boot image, to 3981 make room for the increased code size with NAND enabled. 3982 3983 Signed-off-by: Jason Jin <Jason.Jin@freescale.com> 3984 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com> 3985 Signed-off-by: Scott Wood <scottwood@freescale.com> 3986 3987commit 4e190b03aaf2309bd2e025d1187a2ca880fedc95 3988Author: Haiying Wang <Haiying.Wang@freescale.com> 3989Date: Wed Oct 29 11:05:55 2008 -0400 3990 3991 Make Freescale local bus registers available for both 83xx and 85xx. 3992 3993 - Rename lbus83xx_t to fsl_lbus_t and move it to asm/fsl_lbc.h so that it 3994 can be shared by both 83xx and 85xx 3995 - Remove lbus83xx_t and replace it with fsl_lbus_t in all 83xx boards 3996 files which use lbus83xx_t. 3997 - Move FMR, FIR, FCR, FPAR, LTESR from mpc83xx.h to asm/fsl_lbc.h so that 3998 85xx can share them. 3999 4000 Signed-off-by: Jason Jin <Jason.Jin@freescale.com>
4001 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com> 4002 Signed-off-by: Scott Wood <scottwood@freescale.com> 4003 4004commit 695c130e4bf75b444720ddfd83aca88f41c046cf 4005Author: Scott Wood <scottwood@freescale.com> 4006Date: Mon Oct 27 15:38:30 2008 -0500 4007 4008 NAND: Align right column of the shorthelp with other commands. 4009 4010 I accidentally broke this in when making consistent the partial 4011 alignment of the longhelp. 4012 4013 Signed-off-by: Scott Wood <scottwood@freescale.com> 4014 4015commit 33efde5ecac91ab118ff00b95a181fd6d75f8645 4016Author: Karl Beldan <karl.beldan@gmail.com> 4017Date: Mon Sep 15 16:08:03 2008 +0200 4018 4019 NAND: Reset chip on power-up 4020 4021 Some chips require a RESET after power-up (e.g. Micron MT29FxGxxxxx). 4022 The first command sent is NAND_CMD_READID. 4023 Issue a NAND_CMD_RESET in nand_scan_ident before reading the device id. 4024 Tested with an MT29F4G08AAC. 4025 4026 Signed-off-by: Karl Beldan <karl.beldan@gmail.com> 4027 Signed-off-by: Scott Wood <scottwood@freescale.com> 4028 4029commit c45912d8abc52de796b9059a58faf7c4166eab58 4030Author: Scott Wood <scottwood@freescale.com> 4031Date: Fri Oct 24 16:20:43 2008 -0500 4032 4033 NAND: sync with 2.6.27 4034 4035 This brings the core NAND code up to date with the Linux kernel. 4036 4037 Since there were several drivers in Linux as of the last update that are 4038 not in u-boot, I'm not bringing over new drivers that have been added 4039 since in the absence of an interested party. 4040 4041 I did not update OneNAND since it was recently synced by Kyungmin Park, 4042 and I'm not sure exactly what the common ancestor is. 4043 4044 Signed-off-by: Scott Wood <scottwood@freescale.com> 4045 4046commit b1d0db1805c3395149777e507b6da53410abac4e 4047Author: Kumar Gala <galak@kernel.crashing.org> 4048Date: Tue Oct 21 17:25:47 2008 -0500 4049 4050 bootm: Added CONFIG_BOOTM_{LINUX, NETBSD, RTEMS} 4051 4052 Added the ability to config out bootm support for Linux, NetBSD, RTEMS 4053 4054 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 4055 4056commit 5a98127d81a6eefc5a78a704df619bfe362eeb87 4057Author: Kumar Gala <galak@kernel.crashing.org> 4058Date: Tue Oct 21 17:25:46 2008 -0500 4059 4060 bootm: support subcommands in linux ppc bootm 4061 4062 Add support for 'bdt', 'cmdline', 'prep' to the linux PPC bootm. 4063 4064 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 4065 4066commit 49c3a861d11735838f1f1b11999ce433006dc919 4067Author: Kumar Gala <galak@kernel.crashing.org> 4068Date: Tue Oct 21 17:25:45 2008 -0500 4069 4070 bootm: Add subcommands 4071 4072 Add the ability to break the steps of the bootm command into several 4073 subcommands: start, loados, ramdisk, fdt, bdt, cmdline, prep, go. 4074 4075 This allows us to do things like manipulate device trees before 4076 they are passed to a booting kernel or setup memory for a secondary 4077 core in multicore situations. 4078 4079 Not all OS types support all subcommands (currently only start, loados, 4080 ramdisk, fdt, and go are supported). 4081 4082 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 4083 4084commit be08315933537f061bc1ce61f33a29c56458bbad 4085Author: Kumar Gala <galak@kernel.crashing.org> 4086Date: Tue Oct 21 17:25:44 2008 -0500 4087 4088 bootm: Move to using a function pointer table for the boot os function 4089 4090 This removes a bit of code and makes it easier for the upcoming sub bootm 4091 command support to call into the proper OS specific handler. 4092 4093 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 4094 Signed-off-by: Wolfgang Denk <wd@denx.de> 4095 4096commit a369f4a492fa2805d87775d27380f0eeaca35aa6 4097Author: Graeme Russ <graeme.russ@gmail.com> 4098Date: Mon Sep 29 23:03:14 2008 +1000 4099 4100 i386: Renamed show_boot_progress in assembler code 4101 4102 Renamed show_boot_progress in assembler init phase to 4103 show_boot_progress_asm to avoid link conflicts with C version 4104 4105 Signed-off-by: Graeme Russ <graeme.russ@gmail.com> 4106 4107commit 4442f45b0e1cbad35aa22d4cad22b90a57e3f32d 4108Author: Peter Tyser <ptyser@xes-inc.com> 4109Date: Mon Oct 27 16:42:00 2008 -0500 4110 4111 85xx: Update MPC85xx_PORDEVSR_IO_SEL mask 4112 4113 The MPC8572 has a 4-bit wide PORDEVSR IO_SEL field. Other MPC85xx 4114 processors have a 3-bit wide IO_SEL field but have the most 4115 significant bit is wired to 0 so this change should not affect 4116 them. 4117 4118 Signed-off-by: Peter Tyser <ptyser@xes-inc.com> 4119 4120commit cd4251624205cb97104f6e32679dc7754934f711 4121Author: Becky Bruce <becky.bruce@freescale.com> 4122Date: Mon Oct 27 16:09:42 2008 -0500 4123 4124 powerpc: fix pci window initialization to work with > 4GB DRAM 4125 4126 The existing code has a few errors that need to be fixed in 4127 order to support large RAM sizes. Fix those, and add a 4128 comment to make it clearer. 4129 4130 Signed-off-by: Becky Bruce <becky.bruce@freescale.com> 4131 Acked-by: Kumar Gala <galak@kernel.crashing.org> 4132 4133commit 219542a1a66ca017b12860920714a9859b18a5d7 4134Author: Kumar Gala <galak@kernel.crashing.org> 4135Date: Mon Oct 27 13:16:20 2008 -0500 4136 4137 pci/fsl_pci_init: Removed a bunch pointless trailing backslashes. 4138 4139 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 4140 4141commit 6b59e03e0237a40a2305ea385defdfd92000978b 4142Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 4143Date: Mon Sep 1 16:21:22 2008 +0200 4144 4145 lcd: Let the board code show board-specific info 4146 4147 The information displayed when CONFIG_LCD_INFO is set is inherently 4148 board-specific, so it should be done by the board code. The current code 4149 dealing with this only handles two cases, and is already a horrible mess 4150 of #ifdeffery. 4151 4152 Yes, this duplicates some code, but it also allows boards to print more 4153 board-specific information; this used to be very difficult. 4154 4155 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 4156 Signed-off-by: Anatolij Gustschin <agust@denx.de> 4157 4158commit 6f93d2b8fca504200a5758f7c6dd2d6852900765 4159Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 4160Date: Mon Sep 1 16:21:21 2008 +0200 4161 4162 lcd: Set lcd_is_enabled before clearing the screen 4163 4164 This allows the logo/info rendering routines to use the regular 4165 lcd_putc/lcd_puts/lcd_printf calls. 4166 4167 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 4168 Signed-off-by: Anatolij Gustschin <agust@denx.de> 4169 4170commit 15b17ab52b7c15d46d9fc631cc06092e1e764de2 4171Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 4172Date: Mon Sep 1 16:21:20 2008 +0200 4173 4174 lcd: Implement lcd_printf() 4175 4176 lcd_printf() has a prototype in include/lcd.h but no implementation. Fix 4177 this by borrowing the lcd_printf() implementation from the cogent board 4178 code (which appears to use its own LCD framework.) 4179 4180 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 4181 Signed-off-by: Anatolij Gustschin <agust@denx.de> 4182 4183commit 70dbc54c0a5c798bcf82ae2a1e227404f412e892 4184Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 4185Date: Mon Sep 1 16:21:19 2008 +0200 4186 4187 atmel_lcdfb: Straighten out funky vl_sync logic 4188 4189 If the board _didn't_ request INVLINE_INVERTED, we set INVLINE_INVERTED, 4190 otherwise we don't. WTF? 4191 4192 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 4193 Signed-off-by: Anatolij Gustschin <agust@denx.de> 4194 4195commit 23bb28f0f76b46c4b573374b0bb3b3f23d85ef55 4196Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 4197Date: Mon Sep 1 16:21:18 2008 +0200 4198 4199 atmel_lcdfb: Eliminate unneeded #include <asm/arch/hardware.h> 4200 4201 atmel_lcdfb doesn't actually need anything from asm/arch/hardware.h. It 4202 includes a file that does, asm/arch/gpio.h, but this file doesn't 4203 include <asm/arch/hardware.h> like it's supposed to. 4204 4205 Add the missing include to asm/arch/gpio.h and remove the workaround 4206 from the atmel_lcdfb driver. This makes the driver compile on avr32. 4207 4208 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 4209 Signed-off-by: Anatolij Gustschin <agust@denx.de> 4210 4211commit c2083e0e11a03ef8be2e9f0ed8720fdc20832f3e 4212Author: Kumar Gala <galak@kernel.crashing.org> 4213Date: Wed Oct 22 14:38:55 2008 -0500 4214 4215 86xx: Convert all fsl_pci_init users to new APIs 4216 4217 Converted MPC8610HCPD, MPC8641HPCN, and SBC8641D to use 4218 fsl_pci_setup_inbound_windows() and ft_fsl_pci_setup(). 4219 4220 With these changes the board code is a bit smaller and we get dma-ranges 4221 set in the device tree for these boards. 4222 4223 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 4224 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com> 4225 Acked-by: Jon Loeliger <jdl@freescale.com> 4226 4227commit 2dba0dea98c0dee1799ffd6fd6eb541645dbbd98 4228Author: Kumar Gala <galak@kernel.crashing.org> 4229Date: Tue Oct 21 08:28:33 2008 -0500 4230 4231 85xx: Convert all fsl_pci_init users to new APIs 4232 4233 Converted ATUM8548, MPC8536DS, MPC8544DS, MPC8548CDS, MPC8568MDS, 4234 MPC8572DS, TQM85xx, and SBC8548 to use fsl_pci_setup_inbound_windows() 4235 and ft_fsl_pci_setup(). 4236 4237 With these changes the board code is a bit smaller and we get dma-ranges 4238 set in the device tree for these boards. 4239 4240 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 4241 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com> 4242 4243commit a2aab460727e5f674353a83a81000ef794bffcae 4244Author: Kumar Gala <galak@kernel.crashing.org> 4245Date: Thu Oct 23 00:01:06 2008 -0500 4246 4247 pci/fsl_pci_init: Added fdt helper for setting up bus-ranges & dma-ranges 4248 4249 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 4250 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com> 4251 4252commit b9a1fa9787a3a79573f5f932a4f8aa216bcb1785 4253Author: Kumar Gala <galak@kernel.crashing.org> 4254Date: Wed Oct 22 14:06:24 2008 -0500 4255 4256 pci/fsl_pci_init: Add a common PCI inbound setup function 4257 4258 Add a common setup function that determines the pci_region(s) based 4259 on how much memory we have in the system. 4260 4261 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 4262 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com> 4263 4264commit 612ea01018a459234d54ed57ec6a5a244ce75678 4265Author: Kumar Gala <galak@kernel.crashing.org> 4266Date: Tue Oct 21 10:13:14 2008 -0500 4267 4268 pci/fsl_pci_init: Enable larger address and setting inbound windows properly 4269 4270 * PCI Inbound window was setup incorrectly. The PCI address and system 4271 address were swapped. The PCI address should be setting piwar/piwbear 4272 and the system address should be setting pitar. 4273 4274 * Removed masking of addresses to allow for system address to support 4275 system address & PCI address >32-bits 4276 4277 * Set PIWBEAR & POTEAR to allow for full 64-bit PCI addresses 4278 4279 * Respect the PCI_REGION_PREFETCH for inbound windows 4280 4281 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 4282 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com> 4283 4284commit 8ab451c46b846f2bbd7122b29ffdd9a4a04da228 4285Author: Kumar Gala <galak@kernel.crashing.org> 4286Date: Wed Oct 22 23:33:56 2008 -0500 4287 4288 fdt: Added helper to set PCI dma-ranges property 4289 4290 Added fdt_pci_dma_ranges() that parses the pci_region info from the 4291 struct pci_controller and populates the dma-ranges based on it. 4292 4293 The max # of windws/dma-ranges we support is 3 since on embedded 4294 PowerPC based systems this is the max number of windows. 4295 4296 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 4297 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com> 4298 4299commit 3bed2aaf2d50fd13273c14d17d4fd40ef42e0d0f 4300Author: Kumar Gala <galak@kernel.crashing.org> 4301Date: Thu Oct 23 00:05:47 2008 -0500 4302 4303 fdt: Add fdt_getprop_u32_default helpers 4304 4305 Add helper functions to return find a node and return it's property 4306 or a default value. 4307 4308 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 4309 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com> 4310 Acked-by: Gerald Van Baren <vanbaren@cideas.com> 4311 4312commit 8ba93f68a1bae89e033527ce67b41b4a87aa5b7f 4313Author: Kumar Gala <galak@kernel.crashing.org> 4314Date: Tue Oct 21 18:06:15 2008 -0500 4315 4316 86xx: Enable 64-bit PCI resources on all Freescale boards 4317 4318 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 4319 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com> 4320 4321commit 0151cbaccf4504821ecfde0217299bd740086bb6 4322Author: Kumar Gala <galak@kernel.crashing.org> 4323Date: Tue Oct 21 11:33:58 2008 -0500 4324 4325 85xx: Enable 64-bit PCI resources on all Freescale boards 4326 4327 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 4328 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com> 4329 4330commit 30e76d5e3bc4c5208ee63585fe12b409d9308cd8 4331Author: Kumar Gala <galak@kernel.crashing.org> 4332Date: Tue Oct 21 08:36:08 2008 -0500 4333 4334 pci: Allow for PCI addresses to be 64-bit 4335 4336 PCI bus is inherently 64-bit. While not all system require access to 4337 the full 64-bit PCI address range some do. This allows those systems 4338 to enable the full PCI address width via CONFIG_SYS_PCI_64BIT. 4339 4340 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 4341 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com> 4342 Acked-by: Wolfgang Denk <wd@denx.de> 4343 4344commit ae5f943ba8ede448a4b1a145fd8911856701ecc5 4345Author: Dave Liu <daveliu@freescale.com> 4346Date: Thu Oct 23 21:18:53 2008 +0800 4347 4348 85xx: Fix the incorrect register used for DDR erratum1 4349 4350 The 8572 DDR erratum1: 4351 DDR controller may enter an illegal state when operating 4352 in 32-bit bus mode with 4-beat bursts. 4353 4354 Description: 4355 When operating with a 32-bit bus, it is recommended that 4356 DDR_SDRAM_CFG[8_BE] is cleared when DDR2 memories are used. 4357 This forces the DDR controller to use 4-beat bursts when 4358 communicating to the DRAMs. However, an issue exists that 4359 could lead to data corruption when the DDR controller is 4360 in 32-bit bus mode while using 4-beat bursts. 4361 4362 Projected Impact: 4363 If the DDR controller is operating in 32-bit bus mode with 4364 4-beat bursts, then the controller may enter into a bad state. 4365 All subsequent reads from memory is corrupted. 4366 Four-beat bursts with a 32-bit bus only is used with DDR2 memories. 4367 Therefore, this erratum does not affect DDR3 mode. 4368 4369 Work Arounds: 4370 To work around this issue, software must set DEBUG_1[31] in 4371 DDR memory mapped space (CCSRBAR offset + 0x2f00 for DDR_1 4372 and CCSRBAR offset + 0x6f00 for DDR_2). 4373 4374 Currenlty, the code is using incorrect register DDR_SDRAM_CFG_2 4375 as condition, but it should be DDR_SDRAM_CFG register. 4376 4377 Signed-off-by: Dave Liu <daveliu@freescale.com> 4378 4379commit d5b693090ed08d24c18491df9d8fc7387b2906f3 4380Author: Dave Liu <daveliu@freescale.com> 4381Date: Thu Oct 23 21:17:19 2008 +0800 4382 4383 85xx: remove unused config definition 4384 4385 Signed-off-by: Dave Liu <daveliu@freescale.com> 4386 4387commit 0f060c3bf82832331a509f2e5d2442539e7aad09 4388Author: Kumar Gala <galak@kernel.crashing.org> 4389Date: Thu Oct 23 01:47:38 2008 -0500 4390 4391 85xx: Add basic e500mc core support 4392 4393 Introduce CONFIG_E500MC to deal with the minor differences between 4394 e500v2 and e500mc. 4395 4396 * Certain fields of HID0/1 don't exist anymore on e500mc 4397 * Cache line size is 64-bytes on e500mc 4398 * reset value of PIR is different 4399 4400 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 4401 4402commit a38a5b6edd30f29fd5fdb1d7f674521906c0e677 4403Author: Kumar Gala <galak@kernel.crashing.org> 4404Date: Thu Oct 23 01:47:37 2008 -0500 4405 4406 85xx: Use CONFIG_SYS_CACHELINE_SIZE instead of magic number 4407 4408 Using CONFIG_SYS_CACHELINE_SIZE instead of 31 means we can handle 4409 e500mc's 64-byte cacheline properly when it gets added. 4410 4411 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 4412 4413commit 5deb8022c3749faac30e9ad9694691e2442b5c93 4414Author: Georg Schardt <schardt@team-ctech.de> 4415Date: Fri Oct 24 13:51:52 2008 +0200 4416 4417 ppc4xx: New board avnet fx12 minimodul 4418 4419 This patch adds support for the avnet fx12 minimodul. 4420 It needs the "ppc4xx: Generic architecture for xilinx ppc405" 4421 patch from Ricardo. 4422 4423 Signed-off-by: Georg Schardt <schardt@team-ctech.de> 4424 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es> 4425 Signed-off-by: Stefan Roese <sr@denx.de> 4426 4427commit 1f4d53260ec6f8f122aed75cce7c757d97a551e0 4428Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es> 4429Date: Tue Oct 21 18:29:46 2008 +0200 4430 4431 ppc4xx: Generic architecture for xilinx ppc405(v3) 4432 4433 As "ppc44x: Unification of virtex5 pp440 boards" did for the xilinx 4434 ppc440 boards, this patch presents a common architecture for all the 4435 xilinx ppc405 boards. 4436 4437 Any custom xilinx ppc405 board can be added very easily with no code 4438 duplicity. 4439 4440 This patch also adds a simple generic board, that can be used on almost 4441 any design with xilinx ppc405 replacing the file ppc405-generic/xparameters.h 4442 4443 This patch is prepared to work with the latest version of EDK (10.1) 4444 4445 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es> 4446 Signed-off-by: Stefan Roese <sr@denx.de> 4447 4448commit 485c00a57fab86f72a3769480c66bf1ca22e1459 4449Author: Stefan Roese <sr@denx.de> 4450Date: Fri Oct 24 08:56:09 2008 +0200 4451 4452 ppc4xx: Disable DDR2 autocalibration on Kilauea for now 4453 4454 Since the new autocalibration still has some problems on some Kilauea 4455 boards with 200MHz DDR2 frequency we disable the autocalibration and 4456 use the hardcoded values as done before. This seems to work reliably 4457 on all known DDR2 frequencies. 4458 4459 After the autocalibration issue is fixed we will enable it again. 4460 4461 Signed-off-by: Stefan Roese <sr@denx.de> 4462 4463commit f177f4250c729727b1629fa8d8d6556c999e9b8c 4464Author: Mike Frysinger <vapier@gentoo.org> 4465Date: Wed Apr 9 02:02:07 2008 -0400 4466 4467 Blackfin: fix up UART status bit handling 4468 4469 Some Blackfin UARTs are read-to-clear while others are write-to-clear. 4470 This can cause problems when we poll the LSR and then later try and handle 4471 any errors detected. 4472 4473 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 4474 4475commit ae0910298f31f5bb3d33a64b8467c60ea3c5d6d0 4476Author: Mike Frysinger <vapier@gentoo.org> 4477Date: Sat Oct 11 20:42:17 2008 -0400 4478 4479 Blackfin: bf561-ezkit: drop redundant code 4480 4481 Common Blackfin code already announces CPU information. 4482 4483 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 4484 4485commit e2eea98bff1369f77a9f59a5fd0bd4928bc3332e 4486Author: Mike Frysinger <vapier@gentoo.org> 4487Date: Sat Oct 11 20:43:10 2008 -0400 4488 4489 Blackfin: bf561-ezkit: drop pointless USB code 4490 4491 The USB/LAN register settings are not actually used/needed in order to 4492 drive things from U-Boot, so drop the code. 4493 4494 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 4495 4496commit c23bff63fb03cb9dbcd26522841e53f9b34fa1ab 4497Author: Mike Frysinger <vapier@gentoo.org> 4498Date: Sat Oct 11 20:47:58 2008 -0400 4499 4500 Blackfin: linker scripts: force start.o and set initcode boundaries 4501 4502 Make sure that the start.o object is always the first object in our linker 4503 script regardless of configuration settings, and add some linker symbols 4504 so the ldr utility can properly locate the initcode when generating a LDR. 4505 4506 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 4507 4508commit bd33e5c613cf70e3cb51a73fdd653fe83b942bb0 4509Author: Mike Frysinger <vapier@gentoo.org> 4510Date: Sat Oct 11 21:19:39 2008 -0400 4511 4512 Blackfin: small cpu init optimization while setting interrupt mask 4513 4514 Use the sti instruction to set the initial interrupt mask rather than 4515 banging on the core IMASK MMR to save both space and time. 4516 4517 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 4518 4519commit 960922291c9594acb575cec7e47d7bed9b58182c 4520Author: Mike Frysinger <vapier@gentoo.org> 4521Date: Sat Oct 11 21:18:10 2008 -0400 4522 4523 Blackfin: set initial stack correctly according to Blackfin ABI 4524 4525 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 4526 4527commit 25cd33d82ea521b7bd90ca858f8919fae1e9732b 4528Author: Mike Frysinger <vapier@gentoo.org> 4529Date: Sun Apr 20 03:11:53 2008 -0400 4530 4531 Blackfin: make baud calculation more accurate 4532 4533 We should use the algorithm in the Linux kernel so that the UART divisor 4534 calculation is more accurate. It also fixes problems on some picky UARTs 4535 that have sampling anomalies. 4536 4537 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 4538 4539commit 0ba1da116e5edcb0c5ae4a7585d73f6548400a06 4540Author: Mike Frysinger <vapier@gentoo.org> 4541Date: Mon Oct 6 04:21:41 2008 -0400 4542 4543 Blackfin: decode hwerrcause/excause when crashing 4544 4545 Having to decode hwerrcause/excause values is a pain, so automate it. 4546 4547 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 4548 4549commit 2de95bb20c488f20298df6881b700a5a757ee780 4550Author: Mike Frysinger <vapier@gentoo.org> 4551Date: Mon Oct 6 04:20:54 2008 -0400 4552 4553 Blackfin: fix register dump messages 4554 4555 Make sure we report RETI/IPEND correctly. 4556 4557 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 4558 4559commit 7133999e6f62a9a01f6a8ffe234b8532b3ad1e4b 4560Author: Mike Frysinger <vapier@gentoo.org> 4561Date: Mon Oct 6 04:19:34 2008 -0400 4562 4563 Blackfin: don't bother displaying reboot msg when crashing 4564 4565 The hang function already tells you to reboot, so no point in showing it 4566 twice. 4567 4568 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 4569 4570commit 70c4c032ea112cc42aa1ce959c33fc4825eaef95 4571Author: Mike Frysinger <vapier@gentoo.org> 4572Date: Sun Jun 1 01:23:48 2008 -0400 4573 4574 Blackfin: enable support for nested interrupts 4575 4576 During cpu init, make sure we initialize the CEC properly so that 4577 interrupts can fire and be handled while U-Boot is running. 4578 4579 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 4580 4581commit 39782727e185860faa4884c2b04e84cb33d1c6cf 4582Author: Mike Frysinger <vapier@gentoo.org> 4583Date: Mon Oct 6 03:55:25 2008 -0400 4584 4585 Blackfin: init NAND before relocating env 4586 4587 If booting out of NAND, we need to make sure we initialize it properly 4588 before attempting to relocate the environment. 4589 4590 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 4591 4592commit 0f9a8819416ba40a53de50af148847a0e508f84d 4593Author: Mike Frysinger <vapier@gentoo.org> 4594Date: Thu Aug 7 18:40:13 2008 -0400 4595 4596 Blackfin: check cache bits, not cplb bits 4597 4598 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 4599 4600commit 2c1ea9e370cb72dd6a5aa32338e87a8a1f77bd76 4601Author: Mike Frysinger <vapier@gentoo.org> 4602Date: Thu Aug 7 17:52:59 2008 -0400 4603 4604 Blackfin: drop unused cache flush code 4605 4606 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 4607 4608commit 50f0d211912a648e31aa9123b4665a0444bb8ca9 4609Author: Mike Frysinger <vapier@gentoo.org> 4610Date: Thu Aug 7 15:21:47 2008 -0400 4611 4612 Blackfin: unify cache handling code 4613 4614 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 4615 4616commit 3c8798983403cb68a827d7a0d09b1134524a1b7d 4617Author: Mike Frysinger <vapier@gentoo.org> 4618Date: Mon Oct 6 03:39:07 2008 -0400 4619 4620 Blackfin: only initialize the RTC when actually used 4621 4622 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 4623 4624commit 621e579b812dd1a2e6777f7cbf6e55e736505823 4625Author: Mike Frysinger <vapier@gentoo.org> 4626Date: Mon Oct 6 03:44:33 2008 -0400 4627 4628 Blackfin: fix SWRST register definition 4629 4630 The SWRST register is a 16bit, not 32bit, register. 4631 4632 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 4633 4634commit 06121c4e2d183887dcd7a4ca2dcd395b213ea15b 4635Author: Mike Frysinger <vapier@gentoo.org> 4636Date: Thu Aug 7 18:54:57 2008 -0400 4637 4638 Blackfin: build with -fomit-frame-pointer 4639 4640 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 4641 4642commit adbfeeb7b32f737a9738daa583350d2bb9ed017a 4643Author: Mike Frysinger <vapier@gentoo.org> 4644Date: Thu Aug 7 17:50:26 2008 -0400 4645 4646 Blackfin: document some of the blackfin directories 4647 4648 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 4649 4650commit e4337968e43698a68ba608369f46d4a4114111ca 4651Author: Mike Frysinger <vapier@gentoo.org> 4652Date: Thu Aug 7 15:16:56 2008 -0400 4653 4654 Blackfin: only enable hardware error irq by default 4655 4656 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 4657 4658commit 2b66f08f257ef6a06785f27b3c6dc2a4cfc9cac4 4659Author: Mike Frysinger <vapier@gentoo.org> 4660Date: Thu Aug 7 13:36:43 2008 -0400 4661 4662 Blackfin: punt old unused mem_init.h header 4663 4664 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 4665 4666commit bcc121a01608042066a19ab5bff5bcfb805bf406 4667Author: Mike Frysinger <vapier@gentoo.org> 4668Date: Thu Aug 7 13:18:55 2008 -0400 4669 4670 Blackfin: delete unused page_descriptor_table_size define 4671 4672 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 4673 4674commit 30fb9d24ae16e5b0ed39e5b7cc85981165ca98bc 4675Author: Mike Frysinger <vapier@gentoo.org> 4676Date: Thu Aug 7 13:17:03 2008 -0400 4677 4678 Blackfin: fix typo in boot mode comment and add NAND define 4679 4680 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 4681 4682commit 2e5cbe5461c5c4c6665e318cfe950a5a150d999c 4683Author: Ben Maan <moo@cow> 4684Date: Thu Aug 7 13:14:21 2008 -0400 4685 4686 Blackfin: fix port mux defines for BF54x 4687 4688 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 4689 4690commit 0656ef2ba274910d31364fe022f6c7db0051660d 4691Author: Mike Frysinger <vapier@gentoo.org> 4692Date: Thu Aug 7 13:09:50 2008 -0400 4693 4694 Blackfin: update anomaly lists 4695 4696 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 4697 4698commit 50ca95402876cf7bac4e2d4f7855f616a038763f 4699Author: Mike Frysinger <vapier@gentoo.org> 4700Date: Thu Aug 7 13:08:54 2008 -0400 4701 4702 Blackfin: unify DSPID/DBGSTAT MMR definitions 4703 4704 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 4705 4706commit d9d8c7c696dec370ca714c03beb6e79d4c90bd5e 4707Author: Wolfgang Denk <wd@denx.de> 4708Date: Tue Oct 21 15:53:51 2008 +0200 4709 4710 Fix strmhz(): avoid printing negative fractions 4711 4712 Signed-off-by: Wolfgang Denk <wd@denx.de> 4713 4714commit 4a7f6b750d8de543fdf8e58acd86745010054571 4715Author: Richard Retanubun <RichardRetanubun@ruggedcom.com> 4716Date: Fri Oct 17 08:55:51 2008 -0400 4717 4718 mpc83xx: Removed #ifdef CONFIG_MPC834X dependency on upmconfig function 4719 4720 This is done to allow other 83XX based platforms which also have UPM 4721 (e.g. 8360) to configure and use their UPM in u-boot. 4722 4723 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com> 4724 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 4725 4726commit 3bf1be3c0cfb1129b68cc1474119e5f323536488 4727Author: Anton Vorontsov <avorontsov@ru.mvista.com> 4728Date: Tue Oct 14 22:58:53 2008 +0400 4729 4730 mpc83xx: add support for switching between USB Host/Function for MPC837XEMDS 4731 4732 With this patch u-boot can fixup the dr_mode and phy_type properties 4733 for the Dual-Role USB controller. 4734 4735 While at it, also remove #ifdefs around includes, they are not needed. 4736 4737 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> 4738 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 4739 4740commit b3379f3fd13969934c00097c05754e7a8990fd39 4741Author: Anton Vorontsov <avorontsov@ru.mvista.com> 4742Date: Wed Oct 8 20:52:54 2008 +0400 4743 4744 mpc83xx: add ELBC NAND support for the MPC837XEMDS boards 4745 4746 Though NAND chip is replaceable on the MPC837XE-MDS boards, the 4747 current settings don't work with the default chip on the board. 4748 Nevertheless Freescale's U-Boot sets the option register correctly, 4749 so I just dumped the register from the working u-boot. My guess is 4750 that the old settings were applicable for some pilot boards, not 4751 found in the production. 4752 4753 This patch also enables FSL ELBC driver so that we could access 4754 the NAND storage in the u-boot. 4755 4756 The NAND support costs about 45KB, so the u-boot no longer fits 4757 into two 128KB NOR flash sectors, thus we also have to adjust 4758 environment location: add another 128KB to the monitor length. 4759 4760 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> 4761 4762 It is due to hardware design and logic defect, that is the 4763 I/O[0:7] of NAND chip is connected to LAD[7:0], so when 4764 the NAND chip connected to nLCS3, you have to set up the 4765 OR3[BCTLD] = '1' for normal operation, otherwise it will have 4766 bus contention due to the pin 48/25 of U60 is enabled. 4767 4768 Setup the OR3[BCTLD] = '1' , that meaning the LBCTL is not 4769 asserted upon access to the NAND chip, keep the default state. 4770 4771 Acked-by: Dave Liu <daveliu@freescale.com> 4772 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 4773 4774commit 00f7bbae92e3b13f2b37aeb1def9bb12445521b7 4775Author: Anton Vorontsov <avorontsov@ru.mvista.com> 4776Date: Thu Oct 2 19:17:33 2008 +0400 4777 4778 mpc83xx: fix PCI scan hang on the standalone MPC837xE-MDS boards 4779 4780 The MPC837xE-MDS board's CPLD can auto-detect if the board is on the PIB, 4781 standalone or acting as a PCI agent. User's Guide says: 4782 4783 - When the CPLD recognizes its location on the PIB it automatically 4784 configures RCW to the PCI Host. 4785 - If the CPLD fails to recognize its location then it is automatically 4786 configured as an Agent and the PCI is configured to an external arbiter. 4787 4788 This sounds good. Though in the standalone setup the CPLD sets PCI_HOST 4789 flag (it's ok, we can't act as PCI agents since we receive CLKIN, not 4790 PCICLK), but the CPLD doesn't set the ARBITER_ENABLE flag, and without 4791 any arbiter bad things will happen (here the board hangs during any config 4792 space reads). 4793 4794 In this situation we must disable the PCI. And in case of anybody really 4795 want to use an external arbiter, we provide "pci_external_aribter" 4796 environment variable. 4797 4798 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> 4799 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 4800 4801commit 1da83a63d8e1b4bddeb82581b1745a09aac3e2d3 4802Author: Anton Vorontsov <avorontsov@ru.mvista.com> 4803Date: Thu Oct 2 18:32:25 2008 +0400 4804 4805 mpc83xx: add SGMII riser module support for the MPC8378E-MDS boards 4806 4807 This involves configuring the SerDes and fixing up the flags and 4808 PHY addresses for the TSECs. 4809 4810 For Linux we also fix up the device tree. 4811 4812 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> 4813 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 4814 4815commit e6d9c8916de9c24f2c52d0b01cf00d2e74a04cd8 4816Author: Anton Vorontsov <avorontsov@ru.mvista.com> 4817Date: Thu Oct 2 18:31:59 2008 +0400 4818 4819 mpc83xx: add TSECs' HRCWH masks for MPC837x processors 4820 4821 We'll use these masks to parse TSEC modes out of HRCWH. 4822 4823 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> 4824 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 4825 4826commit 6f9cc6608b4e1cefde56c0fb99ae1c95c42575ff 4827Author: Anton Vorontsov <avorontsov@ru.mvista.com> 4828Date: Thu Oct 2 18:31:56 2008 +0400 4829 4830 mpc83xx: serdes: add forgotten shifts for rfcks 4831 4832 The rfcks should be shifted by 28 bits left. We didn't notice the bug 4833 because we were using only 100MHz clocks (for which rfcks == 0). 4834 4835 Though, for SGMII we'll need 125MHz clocks. 4836 4837 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> 4838 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 4839 4840commit 55c531984dcf933e4cd13a187a7e08e873b7ced1 4841Author: Anton Vorontsov <avorontsov@ru.mvista.com> 4842Date: Thu Oct 2 18:31:53 2008 +0400 4843 4844 mpc83xx: fix serdes setup for the MPC8378E boards 4845 4846 MPC837xE specs says that SerDes1 has: 4847 4848 — Two lanes running x1 SGMII at 1.25 Gbps; 4849 — Two lanes running x1 SATA at 1.5 or 3.0 Gbps. 4850 4851 And for SerDes2: 4852 4853 — Two lanes running x1 PCI Express at 2.5 Gbps; 4854 — One lane running x2 PCI Express at 2.5 Gbps; 4855 — Two lanes running x1 SATA at 1.5 or 3.0 Gbps. 4856 4857 The spec also explicitly states that PEX options are not valid for 4858 the SD1. 4859 4860 Nevertheless MPC8378 RDB and MDS boards configure the SD1 for PEX, 4861 which is wrong to do. 4862 4863 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> 4864 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 4865 4866commit 5c2ff323a94e27e481f70c44838d43fcd844dd46 4867Author: Anton Vorontsov <avorontsov@ru.mvista.com> 4868Date: Wed Sep 10 18:12:37 2008 +0400 4869 4870 mpc83xx: mpc8360emds: rework LBC SDRAM setup 4871 4872 Currently 64M of LBC SDRAM are mapped at 0xF0000000 which makes 4873 it difficult to use (b/c then the memory is discontinuous and 4874 there is quite big memory hole between the DDR/SDRAM regions). 4875 4876 This patch reworks LBC SDRAM setup so that now we dynamically 4877 place the LBC SDRAM near the DDR (or at 0x0 if there isn't any 4878 DDR memory). 4879 4880 With this patch we're able to: 4881 4882 - Boot without external DDR memory; 4883 - Use most "DDR + SDRAM" setups without need to support for 4884 sparse/discontinuous memory model in the software. 4885 4886 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> 4887 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 4888 4889commit def0819e920b05b34b56d8b42e1e43d9b89a52d6 4890Author: Wolfgang Denk <wd@xpert.denx.de> 4891Date: Tue Oct 21 11:23:56 2008 +0200 4892 4893 FDT: don't use private kernel header files 4894 4895 On some systems (for example Fedora Core 4) U-Boot builds with the 4896 following wanrings only: 4897 4898 ... 4899 In file included from /home/wd/git/u-boot/include/libfdt_env.h:33, 4900 from fdt.c:51: 4901 /usr/include/asm/byteorder.h:6:2: warning: #warning using private kernel header; include <endian.h> instead! 4902 4903 This patch fixes this problem. 4904 4905 Signed-off-by: Wolfgang Denk <wd@denx.de> 4906 4907commit f4d14c55504ce40287321bd63ee269e3233ee4ae 4908Author: Stefan Roese <sr@denx.de> 4909Date: Mon Oct 13 15:15:31 2008 +0200 4910 4911 ppc4xx: Add 1.0 & 1.066 GHz to canyonlands bootstrap command for PLL setup 4912 4913 Signed-off-by: Stefan Roese <sr@denx.de> 4914 4915commit 43cbce69d48d052574d71f50724be546d90a46a4 4916Author: Stefan Roese <sr@denx.de> 4917Date: Mon Oct 13 10:45:14 2008 +0200 4918 4919 ppc4xx: Correctly setup ranges property in ebc node 4920 4921 Previously only the NOR flash mapping was written into the ranges 4922 property of the ebc node. This patch now writes all enabled chip 4923 select areas into the ranges property. 4924 4925 Signed-off-by: Stefan Roese <sr@denx.de> 4926 4927commit d7b26d58328f137471ea97de382bfa63f7239931 4928Author: Dirk Eibach <eibach@gdsys.de> 4929Date: Wed Oct 8 15:37:50 2008 +0200 4930 4931 ppc4xx: Add GDSys neo 405EP board support 4932 4933 Signed-off-by: Dirk Eibach <eibach@gdsys.de> 4934 Signed-off-by: Stefan Roese <sr@denx.de> 4935 4936commit c11da194545d2f4bbb54be1bb5e504e20ce8c16c 4937Author: Niklaus Giger <niklaus.giger@netstal.com> 4938Date: Wed Oct 1 14:46:13 2008 +0200 4939 4940 ppc4xx: Update configs for Netstal boards 4941 4942 I reorganized my config files, putting the common stuff into netstal-common.h 4943 (got the idea by looking a amcc-common.h from Stefan). 4944 4945 Added stuff to boot the new powerpc linux via NFS (only tested with HCU4). 4946 4947 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com> 4948 Signed-off-by: Stefan Roese <sr@denx.de> 4949 4950commit c9c11d751e4242cf29c3c3c290d971f6d0cb1d15 4951Author: Adam Graham <agraham@amcc.com> 4952Date: Wed Oct 8 10:13:19 2008 -0700 4953 4954 ppc4xx: Add routine to retrieve CPU number 4955 4956 Provide a weak defined routine to retrieve the CPU number for 4957 reference boards that have multiple CPU's. Default behavior 4958 is the existing single CPU print output. Reference boards with 4959 multiple CPU's need to provide a board specific routine. 4960 See board/amcc/arches/arches.c for an example. 4961 4962 Signed-off-by: Adam Graham <agraham@amcc.com> 4963 Signed-off-by: Victor Gallardo <vgallardo@amcc.com> 4964 Signed-off-by: Stefan Roese <sr@denx.de> 4965 4966commit 59217bae40e90982ab5400d849c08af683ace036 4967Author: Adam Graham <agraham@amcc.com> 4968Date: Wed Oct 8 10:13:14 2008 -0700 4969 4970 ppc4xx: Add static support for 44x IBM SDRAM Controller 4971 4972 This patch add the capability to configure a PPC440 based IBM SDRAM 4973 Controller with static, compiled-in, values. PPC440 memory subsystem 4974 includes a Memory Queue core. 4975 4976 Signed-off-by: Adam Graham <agraham@amcc.com> 4977 Signed-off-by: Victor Gallardo <vgallardo@amcc.com> 4978 Signed-off-by: Stefan Roese <sr@denx.de> 4979 4980commit f09f09d3899017aaaa2b031bba63c271e9c48e4d 4981Author: Adam Graham <agraham@amcc.com> 4982Date: Wed Oct 8 10:12:53 2008 -0700 4983 4984 ppc4xx: Add AMCC Arches board support (dual 460GT) 4985 4986 The Arches Evaluation board is based on the AMCC 460GT SoC chip. 4987 This board is a dual processor board with each processor providing 4988 independent resources for Rapid IO, Gigabit Ethernet, and serial 4989 communications. Each 460GT has it's own 512MB DDR2 memory, 32MB NOR 4990 FLASH, UART, EEPROM and temperature sensor, along with a shared debug 4991 port. The two 460GT's will communicate with each other via shared 4992 memory, Gigabit Ethernet and x1 PCI-Express. 4993 4994 Signed-off-by: Adam Graham <agraham@amcc.com> 4995 Signed-off-by: Victor Gallardo <vgallardo@amcc.com> 4996 Signed-off-by: Stefan Roese <sr@denx.de> 4997 4998commit 055b12f2ffd7c34eea7e983a0588b24f2e69e0e3 4999Author: Wolfgang Denk <wd@xpert.denx.de> 5000Date: Sun Oct 19 21:54:30 2008 +0200
5001 5002 TQM8260: environment in flash instead EEPROM, baudrate 115k 5003 5004 Several customers have reported problems with the environment in 5005 EEPROM, including corrupted content after board reset. Probably the 5006 code to prevent I2C Enge Conditions is not working sufficiently. 5007 5008 We move the environment to flash now, which allows to have a backup 5009 copy plus gives much faster boot times. 5010 5011 Also, change the default console initialization to 115200 bps as used 5012 on most other boards. 5013 5014 Signed-off-by: Wolfgang Denk <wd@denx.de> 5015 5016commit 1836881190b3d8a6918b0d64b39fe32bbbdf85d8 5017Author: Kumar Gala <galak@kernel.crashing.org> 5018Date: Sun Oct 19 12:49:19 2008 -0500 5019 5020 85xx: Fix compile warning in mpc8536ds.c 5021 5022 mpc8536ds.c: In function 'is_sata_supported': 5023 mpc8536ds.c:615: warning: unused variable 'devdisr' 5024 5025 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 5026 5027commit 8ed44d91c8122d00368523b0b746691c895d3b3c 5028Author: Wolfgang Denk <wd@denx.de> 5029Date: Sun Oct 19 02:35:50 2008 +0200 5030 5031 Cleanup: fix "MHz" spelling 5032 5033 Signed-off-by: Wolfgang Denk <wd@denx.de> 5034 5035commit 08ef89ecd174969b3544f3f0c7cd1de3c57f737b 5036Author: Wolfgang Denk <wd@denx.de> 5037Date: Sun Oct 19 02:35:49 2008 +0200 5038 5039 Use strmhz() to format clock frequencies 5040 5041 Signed-off-by: Wolfgang Denk <wd@denx.de> 5042 5043commit d50c7d4be150b2252c0d2e16cfcf69643bdd6dc9 5044Author: Wolfgang Denk <wd@denx.de> 5045Date: Sun Oct 19 02:35:48 2008 +0200 5046 5047 strmhz(): Round numbers when printing clock frequencies 5048 5049 Round clock frequencies for printing. 5050 5051 Many boards printed off clock frequencies like 399 MHz instead of the 5052 exact 400 MHz because numberes were not rounded. This is fixed now. 5053 5054 Signed-off-by: Wolfgang Denk <wd@denx.de> 5055 5056commit 681c02d05b29c6d46093525052c74b9c4ddc8b08 5057Author: Timur Tabi <timur@freescale.com> 5058Date: Mon Oct 20 15:16:47 2008 -0500 5059 5060 85xx: properly document MPC85xx_PORDEVSR2_SEC_CFG 5061 5062 Commit f7d190b1 corrected the value of MPC85xx_PORDEVSR2_SEC_CFG, but forgot 5063 to add a comment that the correct value disagrees with the 8544 reference 5064 manual. The changelog for that commit is also wrong, as it says "bit 28" 5065 when it should be "bit 24". 5066 5067 Signed-off-by: Timur Tabi <timur@freescale.com> 5068 5069commit 360fe71e82b83e264c964c9447c537e9a1f643c8 5070Author: Heiko Schocher <hs@denx.de> 5071Date: Fri Oct 17 18:24:06 2008 +0200 5072 5073 mgcoge: add redundant environment sector 5074 5075 Signed-off-by: Heiko Schocher <hs@denx.de> 5076 5077commit 53ebf0c470c87d5f9fa76462e5f4064d26a9b16a 5078Author: Heiko Schocher <hs@denx.de> 5079Date: Fri Oct 17 18:23:27 2008 +0200 5080 5081 mgsuvd: update size of environment 5082 5083 Signed-off-by: Heiko Schocher <hs@denx.de> 5084 5085commit 2e26d837f11460c0e6dede7d65424a31e0183d09 5086Author: Jason Jin <Jason.jin@freescale.com> 5087Date: Fri Oct 10 11:41:00 2008 +0800 5088 5089 Enabled the Freescale SGMII riser card on 8536DS 5090 5091 Signed-off-by: Jason Jin <Jason.jin@freescale.com> 5092 5093commit 7e183cad0c5ab6415dca95d6ac290ea918b28c55 5094Author: Liu Yu <yu.liu@freescale.com> 5095Date: Fri Oct 10 11:40:59 2008 +0800 5096 5097 Enabled the Freescale SGMII riser card on 8572DS 5098 5099 This patch based on Andy's work. 5100 Including command 'pixis_set_sgmii' support. 5101 5102 Signed-off-by: Liu Yu <yu.liu@freescale.com> 5103 5104commit bff188baf9427c35745356439435acf3864d4c65 5105Author: Liu Yu <yu.liu@freescale.com> 5106Date: Fri Oct 10 11:40:58 2008 +0800 5107 5108 Make pixis_set_sgmii more general to support MPC85xx boards. 5109 5110 The pixis sgmii command depend on the FPGA support on the board, some 85xx 5111 boards support SGMII riser card but did not support this command, define 5112 CONFIG_PIXIS_SGMII_CMD for those boards which support the sgmii command. 5113 5114 Not like 8544, 8572 has 4 eTsec so that the other two's pixis bits 5115 are not supported by 8544. Therefor, define PIXIS_VSPEED2_MASK and 5116 PIXIS_VCFGEN1_MASK in header file for both boards. 5117 5118 Signed-off-by: Liu Yu <yu.liu@freescale.com> 5119 5120commit 5e981d683d2363204c76773941c2e9c2044c808f 5121Author: Ed Swarthout <Ed.Swarthout@freescale.com> 5122Date: Wed Oct 8 23:38:02 2008 -0500 5123 5124 Add cpu/8xxx to TAGS_SUBDIRS 5125 5126 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 5127 5128commit e1f7d22b8b52fc08c4d17a6a7db1e664281aed63 5129Author: Ed Swarthout <Ed.Swarthout@freescale.com> 5130Date: Thu Oct 9 01:25:55 2008 -0500 5131 5132 fsl_law clear enable before changing. 5133 5134 Debug sessions may have left enabled laws. 5135 Changing lawbar with an unkown enabled tgtid could cause problems. 5136 5137 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 5138 5139commit 86be510f7b5443e7e937f696bfbe037fdc740b15 5140Author: Ed Swarthout <Ed.Swarthout@freescale.com> 5141Date: Thu Oct 9 00:29:27 2008 -0500 5142 5143 mpc8572 additional end-point mode 5144 5145 mpc8572 supports all pcie controllers as end-points with cfg_host_agent=0. 5146 Include host_agent == 0 decode for end-point determination. 5147 5148 This is not needed for the ds reference board since pcie3 will be a host 5149 in order to connect to the uli chip. Include it here as a reference for 5150 other mpc8572 boards. 5151 5152 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 5153 5154commit 6856b3d0221a838580e6bb06f61425fd7529ba93 5155Author: Ed Swarthout <Ed.Swarthout@freescale.com> 5156Date: Wed Oct 8 23:37:59 2008 -0500 5157 5158 85xx if NUM_CPUS>1, print cpu number 5159 5160 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 5161 5162commit f7fecc3e25050a036c9f50f0d2b85bc3199a96e0 5163Author: Ed Swarthout <Ed.Swarthout@freescale.com> 5164Date: Wed Oct 8 23:38:01 2008 -0500 5165 5166 pixis do not print long help if not configured 5167 5168 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 5169 5170commit 0e17f02a8a78d85225a4d805f6a1ea95a0a460b5 5171Author: Andy Fleming <afleming@freescale.com> 5172Date: Tue Oct 7 08:09:50 2008 -0500 5173 5174 Have u-boot pass stashing parameters into device tree 5175 5176 Some cores don't support ethernet stashing at all, and some 5177 instances have errata. Adds 3 properties to gianfar nodes 5178 which support stashing. For now, just add this support to 5179 85xx SoCs. 5180 5181 Signed-off-by: Andy Fleming <afleming@freescale.com> 5182 5183commit c21617fd265b7c126c6e2f2d8a23cdb00d4fade7 5184Author: Haiying Wang <Haiying.Wang@freescale.com> 5185Date: Fri Oct 3 12:37:57 2008 -0400 5186 5187 Add DDR options setting on MPC8641HPCN board 5188 5189 * Add board specific parameter table to choose correct cpo, clk_adjust, 5190 write_data_delay based on board ddr frequency and n_ranks. 5191 5192 * Set odt_rd_cfg and odt_wr_cfg based on the dimm# and CS#. 5193 5194 Signed-off-by: James Yang <James.Yang@freescale.com> 5195 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com> 5196 5197commit 4ca06607d60d0a6378812ef58fd1eab2a7f77111 5198Author: Haiying Wang <Haiying.Wang@freescale.com> 5199Date: Fri Oct 3 12:37:41 2008 -0400 5200 5201 Add ddr interleaving suppport for MPC8572DS board 5202 5203 * Add board specific parameter table to choose correct cpo, clk_adjust, 5204 write_data_delay, 2T based on board ddr frequency and n_ranks. 5205 5206 * Set odt_rd_cfg and odt_wr_cfg based on the dimm# and CS#. 5207 5208 * Set memory controller interleaving mode to bank interleaving, and disable 5209 bank(chip select) interleaving mode by default, because the default on-board 5210 DDR DIMMs are 2x512MB single-rank. 5211 5212 * Change CONFIG_ICS307_REFCLK_HZ from 33333333 to 33333000. 5213 5214 Signed-off-by: James Yang <James.Yang@freescale.com> 5215 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com> 5216 5217commit 1f293b417ac6ab8e317ca2b770377ca93edf2370 5218Author: Haiying Wang <Haiying.Wang@freescale.com> 5219Date: Fri Oct 3 12:37:26 2008 -0400 5220 5221 Add debug information for DDR controller registers 5222 5223 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com> 5224 5225commit c9ffd839b1ada502c86f88edaf1534426b6688ce 5226Author: Haiying Wang <Haiying.Wang@freescale.com> 5227Date: Fri Oct 3 12:37:10 2008 -0400 5228 5229 Check DDR interleaving mode 5230 5231 * Check DDR interleaving mode from environment by reading memctl_intlv_ctl and 5232 ba_intlv_ctl. 5233 * Print DDR interleaving mode information 5234 * Add doc/README.fsl-ddr to describe the interleaving setting 5235 5236 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com> 5237 5238commit dfb49108e4f86c2224e1f30124328b0de66ef72e 5239Author: Haiying Wang <Haiying.Wang@freescale.com> 5240Date: Fri Oct 3 12:36:55 2008 -0400 5241 5242 Pass dimm parameters to populate populate controller options 5243 5244 Because some dimm parameters like n_ranks needs to be used with the board 5245 frequency to choose the board parameters like clk_adjust etc. in the 5246 board_specific_paramesters table of the board ddr file, we need to pass 5247 the dimm parameters to the board file. 5248 5249 * move ddr dimm parameters header file from /cpu to /include directory. 5250 * add ddr dimm parameters to populate board specific options. 5251 * Fix fsl_ddr_board_options() for all the 8xxx boards which call this function. 5252 5253 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com> 5254 5255commit dbbbb3abeff325855cae76e33d69d5665631443f 5256Author: Haiying Wang <Haiying.Wang@freescale.com> 5257Date: Fri Oct 3 12:36:39 2008 -0400 5258 5259 Make DDR interleaving mode work correctly 5260 5261 Fix some bugs: 5262 1. Correctly set intlv_ctl in cs_config. 5263 2. Correctly set sa, ea in cs_bnds when bank interleaving mode is enabled. 5264 3. Set base_address and total memory for each ddr controller in memory 5265 controller interleaving mode. 5266 5267 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com> 5268 5269commit 1c9aa76bf9013069e24258f46f4687c9f98a02d6 5270Author: Kumar Gala <galak@kernel.crashing.org> 5271Date: Mon Sep 22 23:40:42 2008 -0500 5272 5273 85xx: Enable interrupt and setexpr commands on Freescale 85xx boards 5274 5275 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 5276 5277commit 7c0d4a7508d252d2d7c137eeb376814132dda30f 5278Author: Kumar Gala <galak@kernel.crashing.org> 5279Date: Mon Sep 22 14:11:11 2008 -0500 5280 5281 85xx: Improve flash remapping on MPC8572DS & MPC8536DS 5282 5283 Changing the flash from cacheable to cache-inhibited was taking a significant 5284 amount of time due to the fact that we were iterating over the full 256M of 5285 flash. Instead we can just flush the L1 d-cache and invalidate the i-cache. 5286 5287 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 5288 5289commit 54e091d3b603a3332c619199ca83a07e95960da4 5290Author: Kumar Gala <galak@kernel.crashing.org> 5291Date: Mon Sep 22 14:11:10 2008 -0500 5292 5293 85xx: Export invalidate_{i,d}cache and add flush_dcache 5294 5295 Added the ability for C code to invalidate the i/d-cache's and 5296 to flush the d-cache. This allows us to more efficient change mappings 5297 from cache-able to cache-inhibited. 5298 5299 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 5300 5301commit 6250f0f6297c5ba9aecdea6290799a95c5d4b1da 5302Author: Heiko Schocher <hs@denx.de> 5303Date: Fri Oct 17 16:11:52 2008 +0200 5304 5305 mgcoge, mgsuvd: extract more common code 5306 5307 in ft_blob_update () for both boards was an unneccessary 5308 repetition of code, which this patch moves in a common 5309 function for this boards. 5310 5311 Signed-off-by: Heiko Schocher <hs@denx.de> 5312 5313commit 9e299192ca9850cf725456388042a5aa5a6f3ec7 5314Author: Heiko Schocher <hs@denx.de> 5315Date: Fri Oct 17 12:15:55 2008 +0200 5316 5317 mgcoge, mgsuvd: use in_*/out_* accesors 5318 5319 Signed-off-by: Heiko Schocher <hs@denx.de> 5320 5321commit a21ca95f8b9dca22714952b348e4905ac157b5cd 5322Author: Heiko Schocher <hs@denx.de> 5323Date: Fri Oct 17 13:52:51 2008 +0200 5324 5325 mgsuvd: fix compiler warning when using soft_i2c driver 5326 5327 Signed-off-by: Heiko Schocher <hs@denx.de> 5328 5329commit cac9cf7875c2a01d63422820ed4732a9bdf5ab7b 5330Author: Heiko Schocher <hs@denx.de> 5331Date: Fri Oct 17 12:15:05 2008 +0200 5332 5333 mgsuvd: fix coding style 5334 5335 Signed-off-by: Heiko Schocher <hs@denx.de> 5336 5337commit 5f4c3137f4f051787707c548133823f1656eb508 5338Author: Heiko Schocher <hs@denx.de> 5339Date: Fri Oct 17 12:13:30 2008 +0200 5340 5341 mgcoge: Second Flash on CS5 not on CS1 5342 5343 Signed-off-by: Heiko Schocher <hs@denx.de> 5344 5345commit 76da19df5b8e186d269f29190696bd31fb6c836b 5346Author: Kumar Gala <galak@kernel.crashing.org> 5347Date: Thu Oct 16 21:52:08 2008 -0500 5348 5349 Added arch_lmb_reserve to allow arch specific memory regions protection 5350 5351 Each architecture has different ways of determine what regions of memory 5352 might not be valid to get overwritten when we boot. This provides a 5353 hook to allow them to reserve any regions they care about. Currently 5354 only ppc, m68k and sparc need/use this. 5355 5356 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 5357 5358commit e02d4a9904c8f36395994c0c81469d552b82f5ea 5359Author: Heiko Schocher <hs@denx.de> 5360Date: Thu Oct 16 16:32:35 2008 +0200 5361 5362 mgcoge: added CONFIG_FIT to support the new u-boot image format 5363 5364 Signed-off-by: Heiko Schocher <hs@denx.de> 5365 5366commit 6d0f6bcf337c5261c08fabe12982178c2c489d76 5367Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 5368Date: Thu Oct 16 15:01:15 2008 +0200 5369 5370 rename CFG_ macros to CONFIG_SYS 5371 5372 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 5373 5374commit 71edc271816ec82cf0550dd6980be2da3cc2ad9e 5375Author: Kumar Gala <galak@kernel.crashing.org> 5376Date: Mon Oct 13 14:12:55 2008 -0500 5377 5378 74xx/7xx/86xx: Rename flush_data_cache to flush_dcache to match 85xx version 5379 5380 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 5381 5382commit b799cb4c0eebb0762e91e9653d8b9cc9a98440e3 5383Author: Kumar Gala <galak@kernel.crashing.org> 5384Date: Tue Sep 23 10:05:02 2008 -0500 5385 5386 Expose command table search for sub-commands 5387 5388 Sub-command can benefit from using the same table and search functions 5389 that top level commands have. Expose this functionality by refactoring 5390 find_cmd() and introducing find_cmd_tbl() that sub-command processing 5391 can call. 5392 5393 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 5394 5395commit f7e51b27508446f8cae3927975817137979ad5e8 5396Author: Heiko Schocher <hs@denx.de> 5397Date: Wed Oct 15 09:41:33 2008 +0200 5398 5399 mgsuvd, mgcoge: added BOOTCOUNT feature. 5400 5401 Signed-off-by: Heiko Schocher <hs@denx.de> 5402 5403commit 8f64da7f83b553889bc08400c97047998382e9d2 5404Author: Heiko Schocher <hs@denx.de> 5405Date: Wed Oct 15 09:41:00 2008 +0200 5406 5407 mgcoge, mgsuvd: added support for the IVM EEprom. 5408 5409 The EEprom contains some Manufacturerinformation, 5410 which are read from u-boot at boot time, and saved 5411 in same hush shell variables. 5412 5413 Signed-off-by: Heiko Schocher <hs@denx.de> 5414 5415commit 81473f67810c4c9b7efaed8dee258ed6bc4c7983 5416Author: Heiko Schocher <hs@denx.de> 5417Date: Wed Oct 15 09:40:28 2008 +0200 5418 5419 hush: add showvar command for hush shell. 5420 5421 This new command shows the local variables defined in 5422 the hush shell: 5423 5424 => help showvar 5425 showvar 5426 - print values of all hushshell variables 5427 showvar name ... 5428 - print value of hushshell variable 'name' 5429 5430 Also make the set_local_var() and unset_local_var () 5431 no longer static, so it is possible to define local 5432 hush shell variables at boot time. If CONFIG_HUSH_INIT_VAR 5433 is defined, u-boot calls hush_init_var (), where 5434 boardspecific code can define local hush shell 5435 variables at boottime. 5436 5437 Signed-off-by: Heiko Schocher <hs@denx.de> 5438 5439commit 67b23a322848d828a5e45c0567b72762bfde7abf 5440Author: Heiko Schocher <hs@denx.de> 5441Date: Wed Oct 15 09:39:47 2008 +0200 5442 5443 I2C: adding new "i2c bus" Command to the I2C Subsystem. 5444 5445 With this Command it is possible to add new I2C Busses, 5446 which are behind 1 .. n I2C Muxes. Details see README. 5447 5448 Signed-off-by: Heiko Schocher <hs@denx.de> 5449 5450commit c24853644ddd2dd2e4246b5854a93e6254a14092 5451Author: Heiko Schocher <hs@denx.de> 5452Date: Wed Oct 15 09:39:08 2008 +0200 5453 5454 mgcoge, mgsuvd: add board specific I2C deblocking mechanism. 5455 5456 As documented in doc/I2C_Edge_Conditions, adding a 5457 board specific deblocking mechanism via CFG_I2C_INIT_BOARD 5458 for the mgcoge and mgsuvd board. 5459 5460 This code was originally written by Keymile in association 5461 with Anatech and Atmel in 1998. The Code toggels the SCL 5462 until the SCA line goes to HIGH (max. 16 times). 5463 And after this, a start condition is sent. 5464 5465 This is another approach to deblock the I2C Bus. The 5466 soft I2C driver actually sends 9 clocks with SDA High, 5467 and then a stop at the end, to deblock the I2C Bus. 5468 5469 Maybe we should use the approach from Keymile as 5470 the new standard? 5471 5472 Signed-off-by: Heiko Schocher <hs@denx.de> 5473 5474commit 4ca107effebfbabac1057c39632105dacef95957 5475Author: Heiko Schocher <hs@denx.de> 5476Date: Wed Oct 15 09:38:38 2008 +0200 5477 5478 soft_i2c: Add CFG_I2C_INIT_BOARD option 5479 5480 This patch adds the option for a boardspecific 5481 I2C deblocking mechanism for the soft i2c driver. 5482 5483 Signed-off-by: Heiko Schocher <hs@denx.de> 5484 5485commit e5e4edd9f1f76210a09c34ee835f6cff60fdbbd1 5486Author: Heiko Schocher <hs@denx.de> 5487Date: Wed Oct 15 09:38:07 2008 +0200 5488 5489 mgcoge, mgsuvd: add DTT (LM75) support. 5490 5491 Signed-off-by: Heiko Schocher <hs@denx.de> 5492 5493commit 8e442df438ab677057571e3ac01846bff7719bce 5494Author: Heiko Schocher <hs@denx.de> 5495Date: Wed Oct 15 09:37:34 2008 +0200 5496 5497 lm75: Make the LM75 MULTI_BUS compatible. 5498 5499 Signed-off-by: Heiko Schocher <hs@denx.de> 5500 5501commit 12f1678127c1df2b2878ba93c88948bedc060775 5502Author: Heiko Schocher <hs@denx.de> 5503Date: Wed Oct 15 09:37:04 2008 +0200 5504 5505 lm75: fix Codingstyle issues. 5506 5507 Signed-off-by: Heiko Schocher <hs@denx.de> 5508 5509commit f2202450c75ba6934b356024101500ddcde6e2a6 5510Author: Heiko Schocher <hs@denx.de> 5511Date: Wed Oct 15 09:36:33 2008 +0200 5512 5513 mgcoge, mgsuvd: added EEprom support. 5514 5515 Signed-off-by: Heiko Schocher <hs@denx.de> 5516 5517commit 9661bf9d120f760238b2a073b84f2baf05010057 5518Author: Heiko Schocher <hs@denx.de> 5519Date: Wed Oct 15 09:36:03 2008 +0200 5520 5521 mgcoge, mgsuvd: add I2C support. 5522 5523 Signed-off-by: Heiko Schocher <hs@denx.de> 5524 5525commit 98aed379586a155292efbf3209356836584b601c 5526Author: Heiko Schocher <hs@denx.de> 5527Date: Wed Oct 15 09:35:26 2008 +0200 5528 5529 soft_i2c: prevent compiler warnings if driver does not use CPU Pins. 5530 5531 This patch fixes the following warnings, when using 5532 the soft_i2c driver using no CPU pins on MPC82xx or MPC8xx 5533 systems: 5534 5535 soft_i2c.c: In function 'send_reset': 5536 soft_i2c.c:93: warning: unused variable 'immr' 5537 soft_i2c.c: In function 'send_start': 5538 soft_i2c.c:124: warning: unused variable 'immr' 5539 soft_i2c.c: In function 'send_stop': 5540 soft_i2c.c:146: warning: unused variable 'immr' 5541 soft_i2c.c: In function 'send_ack': 5542 soft_i2c.c:171: warning: unused variable 'immr' 5543 soft_i2c.c: In function 'write_byte': 5544 soft_i2c.c:196: warning: unused variable 'immr' 5545 soft_i2c.c: In function 'read_byte': 5546 soft_i2c.c:244: warning: unused variable 'immr' 5547 5548 Signed-off-by: Heiko Schocher <hs@denx.de> 5549 5550commit 799b784aa00cb03a352847ab9f9acdde79b72d21 5551Author: Heiko Schocher <hs@denx.de> 5552Date: Wed Oct 15 09:34:45 2008 +0200 5553 5554 i2c: add CONFIG_I2C_MULTI_BUS for soft_i2c and mpc8260 i2c driver. 5555 5556 Signed-off-by: Heiko Schocher <hs@denx.de> 5557 5558commit 0809ea2f4340ab2047400c7d3d3047f97987d0fd 5559Author: Heiko Schocher <hs@denx.de> 5560Date: Wed Oct 15 09:34:05 2008 +0200 5561 5562 mgcoge: fix Coding Style issues. 5563 5564 Signed-off-by: Heiko Schocher <hs@denx.de> 5565 5566commit e43a27c49712203fe8848a17714330623edfb2eb 5567Author: Heiko Schocher <hs@denx.de> 5568Date: Wed Oct 15 09:33:30 2008 +0200 5569 5570 I2C: add new command i2c reset. 5571 5572 If I2C Bus is blocked (see doc/I2C_Edge_Conditions), 5573 it is not possible to get out of this, until the 5574 complete Hardware gets a reset. This new commando 5575 calls again i2c_init (and that calls i2c_init_board 5576 if defined), which will deblock the I2C Bus. 5577 5578 Signed-off-by: Heiko Schocher <hs@denx.de> 5579 Signed-off-by: Wolfgang Denk <wd@denx.de> 5580 5581commit 86e9cdf8c415c1a9725e9dae5237ba1e7bd9f686 5582Author: Heiko Schocher <hs@denx.de> 5583Date: Wed Oct 15 09:32:25 2008 +0200 5584 5585 mgsuvd, mgcoge: move this 2 boards in one dir. 5586 5587 There are some more extensions, which are for both boards 5588 and some more boards from this manufacturer will follow soon. 5589 5590 Signed-off-by: Heiko Schocher <hs@denx.de> 5591 Signed-off-by: Wolfgang Denk <wd@denx.de> 5592 5593commit 1c6fe6eac75d695fde677af8330c0dbe75fb6a2b 5594Author: Dirk Eibach <eibach@gdsys.de> 5595Date: Wed Oct 8 13:44:27 2008 +0200 5596 5597 hwmon: Add LM63 support 5598 5599 This patch adds support for the National LM63 temperature 5600 sensor with integrated fan control. It's used on the GDSys 5601 Neo board (405EP) which will be submitted later. 5602 5603 Signed-off-by: Dirk Eibach <eibach@gdsys.de> 5604 Acked-by: Stefan Roese <sr@denx.de> 5605 5606commit 7ba890bf2f2b92831420243c058951aa831119fd 5607Author: Kyungmin Park <kmpark@infradead.org> 5608Date: Wed Oct 8 11:01:17 2008 +0900 5609 5610 Add Red Black Tree support 5611 5612 Now it's used at UBI module. Of course other modules can use it. 5613 If you want to use it, please define CONFIG_RBTREE 5614 5615 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> 5616 5617commit fbd85ad65dd9c98f36ed3fb12fe41f381b7d4794 5618Author: richardretanubun <richardretanubun@ruggedcom.com> 5619Date: Mon Oct 6 16:10:53 2008 -0400 5620 5621 CONFIG_EFI_PARTITION: Added support for EFI partition in cmd_ext2fs.c 5622 5623 Added support for CONFIG_EFI_PARTITION to ext2 commands. 5624 Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com> 5625 5626commit 07f3d789b9beb7ce3278c974f4d5c8f51b6ab567 5627Author: richardretanubun <richardretanubun@ruggedcom.com> 5628Date: Fri Sep 26 11:13:22 2008 -0400 5629 5630 Add support for CONFIG_EFI_PARTITION (GUID Partition Table) 5631 5632 The GUID (Globally Unique Identifier) Partition Table (GPT) is a part 5633 of EFI. See http://en.wikipedia.org/wiki/GUID_Partition_Table 5634 5635 Based on linux/fs/partitions/efi.[ch] 5636 5637 Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com> 5638 5639commit fbc87dc0546dff709b38f358e2c5d5e39c4ca374 5640Author: Bartlomiej Sieka <tur@semihalf.com> 5641Date: Wed Oct 1 15:26:32 2008 +0200 5642 5643 FIT: output image load address for type 'firmware', fix message while there 5644 5645 Now that the auto-update feature uses the 'firmware' type for updates, it is 5646 useful to inspect the load address of such images. 5647 5648 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com> 5649 5650commit 4bae90904b69ce3deb9f7c334ef12ed74e18a275 5651Author: Bartlomiej Sieka <tur@semihalf.com> 5652Date: Wed Oct 1 15:26:31 2008 +0200 5653 5654 Automatic software update from TFTP server 5655 5656 The auto-update feature allows to automatically download software updates 5657 from a TFTP server and store them in Flash memory during boot. Updates are 5658 contained in a FIT file and protected with SHA-1 checksum. 5659 5660 More detailed description can be found in doc/README.update. 5661 5662 Signed-off-by: Rafal Czubak <rcz@semihalf.com> 5663 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com> 5664 5665commit 3f0cf51dabacc2724731c5079a60ea989103bb8f 5666Author: Bartlomiej Sieka <tur@semihalf.com> 5667Date: Wed Oct 1 15:26:27 2008 +0200 5668 5669 flash: factor out adjusting of Flash address to the end of sector 5670 5671 The upcoming automatic update feature needs the ability to adjust an 5672 address within Flash to the end of its respective sector. Factor out 5673 this functionality to a new function flash_sect_roundb(). 5674 5675 Signed-off-by: Rafal Czubak <rcz@semihalf.com> 5676 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com> 5677 Signed-off-by: Stefan Roese <sr@denx.de> 5678 5679commit e83cc06375ac2bea0830c6ed0f9d8fdc3c1b27d5 5680Author: Bartlomiej Sieka <tur@semihalf.com> 5681Date: Wed Oct 1 15:26:29 2008 +0200 5682 5683 net: Make TFTP server timeout configurable 5684 5685 There are two aspects of a TFTP transfer involving timeouts: 5686 1. timeout waiting for initial server reply after sending RRQ 5687 2. timeouts while transferring actual data from the server 5688 5689 Since the upcoming auto-update feature attempts a TFTP download during each 5690 boot, it is undesirable to have a long delay when the TFTP server is not 5691 available. Thus, this commit makes the server timeout (1.) configurable by two 5692 global variables: 5693 5694 TftpRRQTimeoutMSecs 5695 TftpRRQTimeoutCountMax 5696 5697 TftpRRQTimeoutMSecs overrides default timeout when trying to connect to a TFTP 5698 server, TftpRRQTimeoutCountMax overrides default number of connection retries. 5699 The total delay when trying to download a file from a non-existing TFTP server 5700 is TftpRRQTimeoutMSecs x TftpRRQTimeoutCountMax milliseconds. 5701 5702 Timeouts during file transfers (2.) are unaffected. 5703 5704 Signed-off-by: Rafal Czubak <rcz@semihalf.com> 5705 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com> 5706 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 5707 5708commit 49f3bdbba8071f56d950a9498b6cdb998b35340a 5709Author: Bartlomiej Sieka <tur@semihalf.com> 5710Date: Wed Oct 1 15:26:28 2008 +0200 5711 5712 net: express the first argument to NetSetTimeout() in milliseconds 5713 5714 Enforce millisecond semantics of the first argument to NetSetTimeout() -- 5715 the change is transparent for well-behaving boards (CFG_HZ == 1000 and 5716 get_timer() countiing in milliseconds). 5717 5718 Rationale for this patch is to enable millisecond granularity for 5719 network-related timeouts, which is needed for the upcoming automatic 5720 software update feature. 5721 5722 Summary of changes: 5723 - do not scale the first argument to NetSetTimeout() by CFG_HZ 5724 - change timeout values used in the networking code to milliseconds 5725 5726 Signed-off-by: Rafal Czubak <rcz@semihalf.com> 5727 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com> 5728 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 5729 5730commit c68a05feeb88de9fcf158e67ff6423c4cc988f88 5731Author: richardretanubun <richardretanubun@ruggedcom.com> 5732Date: Mon Sep 29 18:28:23 2008 -0400 5733 5734 Adds two more ethernet interface to 83xx 5735 5736 Added as a convenience for other platforms that uses MPC8360 (has 8 UCC). 5737 Six eth interface is chosen because the platform I am using combines 5738 UCC1&2 and UCC3&4 as 1000 Eth and the other four UCCs as 10/100 Eth. 5739 5740 Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com> 5741 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 5742 5743commit 41410eee472b0f42e03a77f961bbc55ef58f3c01 5744Author: Haiying Wang <Haiying.Wang@freescale.com> 5745Date: Wed Sep 24 11:42:12 2008 -0500 5746 5747 Change UEC PHY interface to RGMII on MPC8568MDS 5748 5749 Change UEC phy interface from GMII to RGMII on MPC8568MDS board 5750 5751 Because on MPC8568MDS, GMII interface is only recommended for 1000Mbps speed, 5752 but RGMII interface can work at 10/100/1000Mbps, and RGMII interface works more stable. 5753 5754 Now both UEC1 and UEC2 can work properly under u-boot. 5755 5756 It is also in consistent with the kernel setting for 8568 UEC phy interface. 5757 5758 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com> 5759 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 5760 5761commit b59b16ca24bc7e77ec113021a6d77b9b32fcf192 5762Author: Wolfgang Denk <wd@denx.de> 5763Date: Sat Oct 18 21:30:31 2008 +0200 5764 5765 Prepare v2008.10 release: update CHANGELOG & Makefile 5766 5767 Signed-off-by: Wolfgang Denk <wd@denx.de> 5768 5769commit f7a35a60cf45491871a5c28e9ad24db005487857 5770Author: Heiko Schocher <hs@denx.de> 5771Date: Fri Oct 17 18:24:06 2008 +0200 5772 5773 mgcoge: add redundant environment sector 5774 5775 Signed-off-by: Heiko Schocher <hs@denx.de> 5776 Signed-off-by: Wolfgang Denk <wd@denx.de> 5777 5778commit c2537ee85954af9d036b18b644f3e18d837bf4a5 5779Author: Heiko Schocher <hs@denx.de> 5780Date: Fri Oct 17 18:23:27 2008 +0200 5781 5782 mgsuvd: update size of environment 5783 5784 Signed-off-by: Heiko Schocher <hs@denx.de> 5785 5786commit fa7b1c07e9371aea8f87ee6d3c2ea5564bd8cc8d 5787Author: Lepcha Suchit <Suchit.Lepcha@freescale.com> 5788Date: Thu Oct 16 13:38:00 2008 -0500 5789 5790 83xx NAND boot: wait for LTESR[CC] 5791 5792 At least some revisions of the 8313, and possibly other chips, do not 5793 wait for all pages of the initial 4K NAND region to be loaded before 5794 beginning execution; thus, we wait for it before branching out of the 5795 first NAND page. 5796 5797 This fixes warm reset problems when booting from NAND on 8313erdb. 5798 5799 Signed-off-by: Scott Wood <scottwood@freescale.com> 5800 Acked-by: Kim Phillips <kim.phillips@freescale.com> 5801 5802commit bf29e0ea0af03d593c64614136acc723a7a022a2 5803Author: Yuri Tikhonov <yur@emcraft.com> 5804Date: Fri Oct 17 12:54:18 2008 +0200 5805 5806 ppc4xx: PPC44x MQ initialization 5807 5808 Set the MQ Read Passing & MCIF Cycle limits to the recommended by AMCC 5809 values. This fixes the occasional 440SPe hard locking issues when the 440SPe's 5810 dedicated DMA engines are used (e.g. by the h/w accelerated RAID driver). 5811 5812 Previously the appropriate initialization had been made in Linux, by the 5813 ppc440spe ADMA driver, which is wrong because modifying the MQ configuration 5814 registers after normal operation has begun is not supported and could 5815 have unpredictable results. 5816 5817 Comment from Stefan: This patch doesn't change the resulting value of the 5818 MQ registers. It explicitly sets/clears all bits to the desired state which 5819 better documents the resulting register value instead of relying on pre-set 5820 default values. 5821 5822 Signed-off-by: Yuri Tikhonov <yur@emcraft.com> 5823 Signed-off-by: Stefan Roese <sr@denx.de> 5824 5825commit ec081c2c190148b374e86a795fb6b1c49caeb549 5826Author: Stefan Roese <sr@denx.de> 5827Date: Fri Oct 17 12:51:46 2008 +0200 5828 5829 ppc4xx: PPC44x MQ initialization 5830 5831 Set the MQ Read Passing & MCIF Cycle limits to the recommended by AMCC 5832 values. This fixes the occasional 440SPe hard locking issues when the 440SPe's 5833 dedicated DMA engines are used (e.g. by the h/w accelerated RAID driver). 5834 5835 Previously the appropriate initialization had been made in Linux, by the 5836 ppc440spe ADMA driver, which is wrong because modifying the MQ configuration 5837 registers after normal operation has begun is not supported and could 5838 have unpredictable results. 5839 5840 Comment from Stefan: This patch doesn't change the resulting value of the 5841 MQ registers. It explicitly sets/clears all bits to the desired state which 5842 better documents the resulting register value instead of relying on pre-set 5843 default values. 5844 5845 Signed-off-by: Yuri Tikhonov <yur@emcraft.com> 5846 Signed-off-by: Stefan Roese <sr@denx.de> 5847 5848commit f7d190b1c0b3ab7fc53074ad2862f7de99de37ff 5849Author: Kumar Gala <galak@kernel.crashing.org> 5850Date: Thu Oct 16 21:58:50 2008 -0500 5851 5852 85xx: Using proper I2C source clock divider for MPC8544 5853 5854 The MPC8544 RM incorrect shows the SEC_CFG bit in PORDEVSR2 as being 5855 bit 26, instead it should be bit 28. This caused in incorrect 5856 interpretation of the i2c_clk which is the same as the SEC clk on 5857 MPC8544. The SEC clk is controlled by cfg_sec_freq that is reported 5858 in PORDEVSR2. 5859 5860 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 5861 5862commit 42653b826adb319a1df06e24ef26096b2a5d9d2a 5863Author: Kumar Gala <galak@kernel.crashing.org> 5864Date: Thu Oct 16 21:58:49 2008 -0500 5865 5866 Revert "85xx: Using proper I2C source clock divider for MPC8544" 5867 5868 This reverts commit dffd2446fb041f38ef034b0fcf41e51e5e489159. 5869 5870 The fix introduced by this patch is not correct. The problem is 5871 that the documentation is not correct for the MPC8544 with regards 5872 to which bit in PORDEVSR2 is for the SEC_CFG. 5873 5874 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 5875 5876commit 2179c4766bffeece98e5e92040629a96c97e230c 5877Author: Kumar Gala <galak@kernel.crashing.org> 5878Date: Wed Oct 15 10:19:41 2008 -0500 5879 5880 85xx: Fix compile warning 5881 5882 mpc8536ds.c: In function 'is_sata_supported': 5883 mpc8536ds.c:614: warning: unused variable 'devdisr' 5884 5885 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 5886 5887commit 9029b68f3f81b3013044f167ea025e836e6c8c0e 5888Author: Jason Jin <Jason.jin@freescale.com> 5889Date: Wed Oct 15 10:40:24 2008 +0800 5890 5891 Fix the function conflict in x86emu when DEBUG is on 5892 5893 The function parse_line() in common/main.c was exposed globally by commit 5894 6636b62a6efc7f14e6e788788631ae7a7fca4537, Result in conflict with the same 5895 name funciton in drivers/bios_emulator/x86emu/debug.c when define the DEBUG. 5896 This patch fix this by renaming the function in the debug.c file. 5897 5898 Signed-off-by: Jason Jin <Jason.jin@freescale.com> 5899 5900commit b4dbacf69a669a17487054552fc2761149dd6767 5901Author: Wolfgang Denk <wd@denx.de> 5902Date: Wed Oct 15 15:50:45 2008 +0200 5903 5904 Coding Style cleanup, update CHANGELOG, prepare 2008.10-rc3 5905 5906 Signed-off-by: Wolfgang Denk <wd@denx.de> 5907 5908commit 374b9038293d01d8744a46af9b7854a6fd99b228 5909Author: Heiko Schocher <hs@denx.de> 5910Date: Wed Oct 15 09:51:19 2008 +0200 5911 5912 Fix compiler warning in lib_ppc/board.c 5913 5914 Fix compiler warning introduced by commit 0f8cbc18 5915 5916 Signed-off-by: Heiko Schocher <hs@denx.de> 5917 Signed-off-by: Wolfgang Denk <wd@denx.de> 5918 5919commit 9724555755a6f1066636481b41f7094e0ce93a69 5920Author: Selvamuthukumar <selva.muthukumar@e-coninfotech.com> 5921Date: Thu Oct 9 10:29:14 2008 +0530 5922 5923 mpc83xx: wait till UPM completes the write to array 5924 5925 Reference manual states that MxMR[MAD] increment is the indication 5926 of write to UPM array is complete. Honour that. Also, make the dummy 5927 write explicit. 5928 5929 also fix the comment. 5930 5931 Signed-off-by: Selvamuthukumar <selva.muthukumar@e-coninfotech.com> 5932 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 5933 5934commit 03e2dbb18e858e2f7a6aaa437f290f3690d02d51 5935Author: Selvamuthukumar <selva.muthukumar@e-coninfotech.com> 5936Date: Wed Oct 8 18:12:20 2008 -0500 5937 5938 Remove unwanted ';' at end of define. 5939 5940 Currently this is not creating any problem. But it will result 5941 in compilation error when used as below. 5942 5943 printf("CFG_SDRAM_CFG2 - %08x\n", CFG_SDRAM_CFG2); 5944 5945 Signed-off-by: Selvamuthukumar <selva.muthukumar@e-coninfotech.com> 5946 5947 continuation of the theme based on git grep "^#define CFG_.*;$" include/ 5948 5949 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 5950 5951commit b2934a56650e9a6c54432f9ce6dc36757967385e 5952Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com> 5953Date: Mon Oct 6 10:53:59 2008 -0400 5954 5955 ARM DaVinci: Add maintainer information for SFFSDR board. 5956 5957 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com> 5958 5959commit 12c6670f873ed632c264a6f3e8bf1297d5c3ddbc 5960Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 5961Date: Sat Oct 4 19:26:16 2008 +0200 5962 5963 api: fix type mismatch 5964 5965 This patch fixes a type mismatch and thus removes a compiler 5966 warning when compiling with CONFIG_API on powerpc. 5967 5968 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 5969 5970commit 9bc2e4eee3bcb8e63847d7a733e0c607807d6141 5971Author: Peter Tyser <ptyser@xes-inc.com> 5972Date: Wed Oct 1 12:25:04 2008 -0500 5973 5974 cmd_i2c: Fix help for CONFIG_I2C_CMD_TREE && !CONFIG_I2C_MULTI_BUS 5975 5976 Original code displayed: 5977 => help i2c 5978 i2c i2c speed [speed] - show or set I2C bus speed 5979 i2c md chip address[.0, .1, .2] [# of objects] - read from I2C device 5980 ... 5981 5982 Signed-off-by: Peter Tyser <ptyser@xes-inc.com> 5983 5984commit a0b1b610e980e253d4c2519ee15bd0937c3f8be1 5985Author: Wolfgang Denk <wd@denx.de> 5986Date: Tue Oct 14 22:13:41 2008 +0200 5987 5988 Update CHANGELOG 5989 5990 Signed-off-by: Wolfgang Denk <wd@denx.de> 5991 5992commit 0f8cbc1829d9c7d9616fd29b366a99d037facdcd 5993Author: Jason Jin <Jason.jin@freescale.com> 5994Date: Fri Oct 10 11:41:01 2008 +0800 5995 5996 Do not init SATA when disabled on 8536DS. 5997 5998 SGMII and SATA share the serdes on MPC8536 CPU, When SATA disabled and the 5999 driver still try to access the SATA registers, the cpu will hangup. 6000 This patch try to fix this by reading the serdes status before the SATA
6001 initialize. 6002 6003 Signed-off-by: Jason Jin <Jason.jin@freescale.com> 6004 Acked-by: Andy Fleming <afleming@freescale.com> 6005 6006commit 9dbc366744960013965fce8851035b6141f3b3ae 6007Author: Remy Bohmer <linux@bohmer.net> 6008Date: Fri Oct 10 10:23:22 2008 +0200 6009 6010 The PIPE_INTERRUPT flag is used wrong 6011 6012 At a lot of places in the code the PIPE_INTERRUPT flags and friends 6013 are used wrong. The wrong bits are compared to this flag resulting 6014 in wrong conditions. Also there are macros that should be used for 6015 PIPE_* flags. 6016 This patch tries to fix them all, however, I was not able to test the 6017 changes, because I do not have any of these boards. 6018 6019 Review required! 6020 6021 Signed-off-by: Remy Bohmer <linux@bohmer.net> 6022 Signed-off-by: Markus Klotzbuecher <mk@denx.de> 6023 6024commit 48867208444cb2a82e2af9c3249e90b7ed4a1751 6025Author: Remy Bohmer <linux@bohmer.net> 6026Date: Fri Oct 10 10:23:21 2008 +0200 6027 6028 fix USB initialisation procedure 6029 6030 The max packet size is encoded as 0,1,2,3 for 8,16,32,64 bytes. 6031 At some places directly 8,16,32,64 was used instead of the encoded 6032 value. Made a enum for the options to make this more clear and to help 6033 preventing similar errors in the future. 6034 6035 After fixing this bug it became clear that another bug existed where 6036 the 'pipe' is and-ed with PIPE_* flags, where it should have been 6037 'usb_pipetype(pipe)', or even better usb_pipeint(pipe). 6038 6039 Also removed the triple 'get_device_descriptor' sequence, it has no use, 6040 and Windows nor Linux behaves that way. 6041 There is also a poll going on with a timeout when usb_control_msg() fails. 6042 However, the poll is useless, because the flag will never be set on a error, 6043 because there is no code that runs in a parallel that can set this flag. 6044 Changed this to something more logical. 6045 6046 Tested on AT91SAM9261ek and compared the flow on the USB bus to what 6047 Linux is doing. There is no difference anymore in the early initialisation 6048 sequence. 6049 6050 Signed-off-by: Remy Bohmer <linux@bohmer.net> 6051 Signed-off-by: Markus Klotzbuecher <mk@denx.de> 6052 6053commit ec4d8c1c1d94a790c1473ae8aace282b817c3123 6054Author: Nikita V. Youshchenko <yoush@cs.msu.su> 6055Date: Fri Oct 3 00:03:55 2008 +0400 6056 6057 fsl_diu: fix alignment error that caused malloc corruption 6058 6059 When aligning malloc()ed screen_base, invalid offset was added. 6060 This not only caused misaligned result (which did not cause hardware 6061 misbehaviour), but - worse - caused screen_base + smem_len to 6062 be out of malloc()ed space, which in turn caused breakage of 6063 futher malloc()/free() operation. 6064 6065 This patch fixes screen_base alignment. 6066 6067 Also this patch makes memset() that cleans framebuffer to be executed 6068 on first initialization of diu, not only on re-initialization. It looks 6069 correct to clean the framebuffer instead of displaying random garbage; 6070 I believe that was disabled only because that memset caused breakage 6071 of malloc/free described above - which no longer happens with the fix 6072 described above. 6073 6074 Signed-off-by: Nikita V. Youshchenko <yoush@debian.org> 6075 6076commit 3d0ea3110f3431b6c2aee882784f39f97b20bce9 6077Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 6078Date: Wed Sep 24 10:29:37 2008 +0200 6079 6080 api: Fix building with CONFIG_API 6081 6082 This patch fixes building with CONFIG_API and CONFIG_USB_STORAGE. 6083 6084 USB_MAX_STOR_DEV is defined in include/usb.h, but 6085 needed in api/api_storage.c. 6086 6087 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 6088 6089commit abbb90666d5ef2f500ebbedbb80ff60adc56b043 6090Author: Peter Tyser <ptyser@xes-inc.com> 6091Date: Tue Sep 23 12:39:40 2008 -0500 6092 6093 Remove unused CFG_EEPROM_PAGE_WRITE_ENABLE references 6094 6095 Signed-off-by: Peter Tyser <ptyser@xes-inc.com> 6096 6097commit 81e612014c40c922ec35488d17c504d4e9286f06 6098Author: Peter Tyser <ptyser@xes-inc.com> 6099Date: Tue Sep 23 12:38:42 2008 -0500 6100 6101 Remove CFG_EEPROM_PAGE* dependencies for temperature sensors 6102 6103 The checks for CFG_EEPROM_PAGE_WRITE_ENABLE and 6104 CFG_EEPROM_PAGE_WRITE_BITS in various temperature 6105 sensor drivers are not necessary 6106 6107 Signed-off-by: Peter Tyser <ptyser@xes-inc.com> 6108 6109commit c46980f6d2135ade345dadc1fb1f1f4c8bbf255a 6110Author: Mike Frysinger <vapier@gentoo.org> 6111Date: Tue Oct 14 07:04:38 2008 -0400 6112 6113 cmd_spi: remove broken signed casting for display 6114 6115 Since we're working with unsigned data, you can't apply a signed pointer 6116 cast and then attempt to print the result. Otherwise you get wrong output 6117 when the sign bit is set like "0xFF" incorrectly extended to "0xFFFFFFFF". 6118 6119 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 6120 6121commit d5fd0b49210c941de8a1fce3947ace92243ab5ca 6122Author: Mike Frysinger <vapier@gentoo.org> 6123Date: Tue Oct 14 07:05:24 2008 -0400 6124 6125 strings cmd: drop old CONFIG_CFG_STRINGS define 6126 6127 We don't need CONFIG_CFG_STRINGS anymore now that we have the define 6128 CONFIG_CMD_STRINGS and Makefile control. 6129 6130 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 6131 6132commit fecb5ade3b37f62981f2b05b621005850173aaa9 6133Author: Jason Jin <Jason.jin@freescale.com> 6134Date: Fri Sep 19 17:32:49 2008 +0800 6135 6136 Fix the NAND size overflow issue. 6137 6138 When the total size of all NAND devices exceeds 4 GiB, the size will 6139 overflow. This patch tries to fix this. 6140 6141 Note that we still have a problem when a single NAND device is bigger 6142 than 4 GiB: then the overflow would actually happen earlier, i. e. 6143 when storing the size in nand_info[].size, as nand_info[].size is an 6144 "u_int32_t". 6145 6146 Signed-off-by: Jason Jin <Jason.jin@freescale.com> 6147 Signed-off-by: Wolfgang Denk <wd@denx.de> 6148 6149commit 30f574717277238b9014b8136c90eea77196490f 6150Author: Louis Su <louis@asix.com.tw> 6151Date: Wed Jul 9 11:01:37 2008 +0800 6152 6153 AX88180: new gigabit network driver 6154 6155 Signed-off-by: Louis Su <louis@asix.com.tw> 6156 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 6157 6158commit c9d6b6925344740ca1db2f8a6bab7921ff820de3 6159Author: Andre Schwarz <andre.schwarz@matrix-vision.de> 6160Date: Tue Aug 19 16:07:03 2008 +0200 6161 6162 enable 10/100M at VSC8601 at tsec driver 6163 6164 Currently VSC8601 doesn't link with 10/100M partners if the 6165 EEPROM/Strapping is not set up. 6166 Setting the auto-neg register fixes this. 6167 6168 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de> 6169 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 6170 6171commit 702c85b0e876d587c11acdbb55738ee52acd54f4 6172Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 6173Date: Tue Sep 30 15:02:53 2008 +0900 6174 6175 net: ne2000: Divided a function of NE2000 driver 6176 6177 get_prom function was used __attriute__ , but it is not enable. 6178 ax88796.o does not do link besides ne2000.o. When ld is carried 6179 out, get_prom function of ax88796.c is ignored. 6180 This problem is a thing by specifications of ld. 6181 I checked and test this patch on SuperH and MIPS. 6182 6183 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 6184 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 6185 6186commit 05c7e9070fe4d751e029fd9524bfbbc93cbb1393 6187Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 6188Date: Tue Oct 14 11:10:59 2008 +0900 6189 6190 sh: rsk7203: Add smc911x driver support to board config file 6191 6192 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 6193 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 6194 6195commit cae6f909baf86357b3c0bd01acfc414348c4d175 6196Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 6197Date: Thu Oct 9 13:54:33 2008 +0900 6198 6199 sh: Fix cannot execute a stand-alone application 6200 6201 Address calculated in EXPORT_FUNC in SuperH was wrong, I revised it. 6202 6203 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 6204 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 6205 6206commit 6df0efd5c86ca1689deeb2738b46b7d83ce228ef 6207Author: Ed Swarthout <Ed.Swarthout@freescale.com> 6208Date: Wed Oct 8 23:38:00 2008 -0500 6209 6210 fsl_pci_init do not scan bus when configured as an end-point 6211 6212 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 6213 Acked-by: Andy Fleming <afleming@freescale.com> 6214 6215commit 6f099bbac1ba5dfb46ee7ad29dc53713f0501ba5 6216Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com> 6217Date: Tue Sep 16 17:07:53 2008 -0400 6218 6219 ARM DaVinci: Remove redundant setting of GD_FLG_RELOC for sffsdr board. 6220 6221 This is no longer necessary now that the GD_FLG_RELOC flag is set for 6222 all ARM boards. 6223 6224 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com> 6225 6226commit d977a57356657ba241256231efca32828a5822f9 6227Author: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com> 6228Date: Sat Sep 13 10:04:32 2008 +0200 6229 6230 Fix lzma uncompress call (image_start wrongly used instead image_len) 6231 6232 Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com> 6233 6234commit 392438406041415fe64ab8748ec5ab5ad01d1cf7 6235Author: Nick Spence <nick.spence@freescale.com> 6236Date: Thu Aug 28 14:09:15 2008 -0700 6237 6238 mpc86xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache 6239 6240 This is needed in unlock_ram_in_cache() because it is called from C and 6241 will corrupt the small data area anchor that is kept in R2. 6242 6243 lock_ram_in_cache() is modified similarly as good coding practice, but 6244 is not called from C. 6245 6246 Signed-off-by: Nick Spence <nick.spence@freescale.com> 6247 6248commit 5c7cbcd34d0ee566875a4fd0f2a3e5a62bba921c 6249Author: Kumar Gala <galak@kernel.crashing.org> 6250Date: Tue Aug 19 15:05:34 2008 -0500 6251 6252 86xx: remove redudant code with lib_ppc/interrupts.c 6253 6254 For some reason we duplicated the majority of code in lib_ppc/interrupts.c 6255 Not know how that happened, but there is no good reason for it. 6256 6257 Use the interrupt_init_cpu() and timer_interrupt_cpu() since its why 6258 they exist. 6259 6260 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 6261 6262commit 0d01f66d235118515b5086b88f82498bc0695d6a 6263Author: Ed Swarthout <Ed.Swarthout@freescale.com> 6264Date: Thu Oct 9 01:26:36 2008 -0500 6265 6266 CFI: cfi_flash write fix for AMD legacy 6267 6268 The flash_unlock_seq requires a sector for AMD_LEGACY. 6269 Fix a retcode check typeo. 6270 6271 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 6272 Signed-off-by: Stefan Roese <sr@denx.de> 6273 6274commit 542b385a620a1783454a00424930e51895f45073 6275Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 6276Date: Tue Oct 7 13:13:10 2008 +0200 6277 6278 ppc4xx: Fix USB 2.0 phy reset sequence 6279 6280 This patch fixes USB 2.0 communication issues on some DU440 boards. 6281 6282 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 6283 Signed-off-by: Stefan Roese <sr@denx.de> 6284 6285commit df8c1ce11114c2260dedb5547281945f7db8fa5c 6286Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 6287Date: Tue Oct 7 13:13:09 2008 +0200 6288 6289 ppc4xx: Add strapping mode for 667MHz CPU frequency on DU440 board 6290 6291 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 6292 Signed-off-by: Stefan Roese <sr@denx.de> 6293 6294commit 6a133d6a00b1fc7b9257cd5925d8cb67f75ecda2 6295Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 6296Date: Tue Oct 7 13:13:08 2008 +0200 6297 6298 ppc4xx: Fix DU440 GPIO configuration 6299 6300 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 6301 Signed-off-by: Stefan Roese <sr@denx.de> 6302 6303commit 35dd025c70fcc4389317db2f2a9d14795172137d 6304Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 6305Date: Tue Oct 7 13:13:07 2008 +0200 6306 6307 ppc4xx: Update DU440 config 6308 6309 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 6310 Signed-off-by: Stefan Roese <sr@denx.de> 6311 6312commit f3bf9273939ffe1a60a32a2eef909097f15df56b 6313Author: Kumar Gala <galak@kernel.crashing.org> 6314Date: Wed Oct 8 15:36:39 2008 -0500 6315 6316 MPC8572DS: Fix compile warnings 6317 6318 Commit 445a7b38308eb05b41de74165b20855db58c7ee5 introduced the following 6319 compile warnings: 6320 6321 cmd_i2c.c:112: warning: missing braces around initializer 6322 cmd_i2c.c:112: warning: (near initialization for 'i2c_no_probes[0]') 6323 6324 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 6325 6326commit dffd2446fb041f38ef034b0fcf41e51e5e489159 6327Author: Wolfgang Grandegger <wg@grandegger.com> 6328Date: Tue Sep 30 10:55:57 2008 +0200 6329 6330 85xx: Using proper I2C source clock divider for MPC8544 6331 6332 Measurements with our MPC8544 board showed that the I2C bus frequency 6333 is wrong by a factor of 1.5. Obviously, the interpretation of the 6334 MPC85xx_PORDEVSR2_SEC_CFG bit of the cfg_sec_freq register is not 6335 correct. There seems to be an error in the 8544 RM. 6336 6337 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com> 6338 6339commit e46c7bfb8bc3c304cedd20f7a365d6e78d7eaf17 6340Author: Rafal Czubak <rcz@semihalf.com> 6341Date: Wed Oct 8 13:41:30 2008 +0200 6342 6343 FSL: Fix get_cpu_board_revision() return value. 6344 6345 get_cpu_board_revision() returned board revision based on information stored 6346 in global static struct eeprom. It should instead use one from local struct 6347 board_eeprom, to which the data is actually read from EEPROM. The bug led to 6348 system hang after printing L1 cache information on U-Boot startup. The problem 6349 was observed on MPC8555CDS system and possibly affects other Freescale MPC85xx 6350 boards using CFG_I2C_EEPROM_CCID. 6351 6352 The change has been successfully tested on MPC8555CDS system. 6353 6354 Signed-off-by: Rafal Czubak <rcz@semihalf.com> 6355 6356commit 747f316cca484ed627a97dd3391febabce384186 6357Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 6358Date: Tue Sep 30 20:08:49 2008 +0200 6359 6360 update uImage FIT multi documentation 6361 6362 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 6363 6364commit 77a0355f60b801f232ce0a5bfbe95331fa3b6bc0 6365Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 6366Date: Tue Sep 30 20:08:36 2008 +0200 6367 6368 move README.imx31 to doc/ and merge with README.mx31 6369 6370 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 6371 6372commit 1ed7a7f0f571b13d46530f8f8b9aff3957f15a96 6373Author: Guennadi Liakhovetski <lg@denx.de> 6374Date: Thu Sep 25 20:54:37 2008 +0200 6375 6376 i.MX31: switch to CFG_HZ=1000 6377 6378 Switch to the standard CFG_HZ=1000 value, while at it, minor white-space 6379 cleanup, remove CFG_CLKS_IN_HZ from config-headers. Tested on mx31ads, 6380 provides 2% or 0.4% precision depending on the 6381 CONFIG_MX31_TIMER_HIGH_PRECISION flag. Measured with stop-watch on 100s 6382 boot-delay. 6383 6384 Signed-off-by: Guennadi Liakhovetski <lg@denx.de> 6385 6386commit f41b144c11341b571eab7dcef6c4b8e03c92d2b2 6387Author: gnusercn <gnusercn@gmail.com> 6388Date: Wed Oct 8 18:58:58 2008 +0200 6389 6390 Fix bug: in arch-arm, env_get_char dose not work fine 6391 6392 due to the arm implementation which supposed that U-Boot is in RAM 6393 when we jump to start_armboot 6394 6395 Signed-off-by: gnusercn <gnusercn@gmail.com> 6396 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 6397 6398commit f8a00dea841d5d75de1f8e8107e90ee1beeddf5f 6399Author: Adam Graham <agraham@amcc.com> 6400Date: Mon Oct 6 10:16:13 2008 -0700 6401 6402 ppc4xx: Reset and relock memory DLL after SDRAM_CLKTR change 6403 6404 After changing SDRAM_CLKTR phase value rerun the memory preload 6405 initialization sequence (INITPLR) to reset and relock the memory 6406 DLL. Changing the SDRAM_CLKTR memory clock phase coarse timing 6407 adjustment effects the phase relationship of the internal, to the 6408 PPC chip, and external, to the PPC chip, versions of MEMCLK_OUT. 6409 6410 Signed-off-by: Adam Graham <agraham@amcc.com> 6411 Signed-off-by: Victor Gallardo <vgallardo@amcc.com> 6412 Signed-off-by: Stefan Roese <sr@denx.de> 6413 6414commit 5297246bbaa9943c0da1ec2e717b72e4ab6b830e 6415Author: Haiying Wang <Haiying.Wang@freescale.com> 6416Date: Fri Oct 3 11:48:03 2008 -0400 6417 6418 Remove redundant #define for MPC8536DS 6419 6420 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com> 6421 6422commit 445a7b38308eb05b41de74165b20855db58c7ee5 6423Author: Haiying Wang <Haiying.Wang@freescale.com> 6424Date: Fri Oct 3 11:47:30 2008 -0400 6425 6426 Add ID EEPROM support for MPC8572DS 6427 6428 The ID EEPROM on MPC8572DS board locates on I2C bus 1. Its the storage for 6429 system information like mac addresses etc. This patch enables it. 6430 6431 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com> 6432 6433commit 1f3ba317a5c5f3a7aabf580fddc211f4bb5a4540 6434Author: Haiying Wang <Haiying.Wang@freescale.com> 6435Date: Fri Oct 3 11:46:59 2008 -0400 6436 6437 Minor fixes for I2C address on MPC8572DS 6438 6439 MPC8572DS has two i2c buses. This patch moves the DDR SPD_EEPROM to i2c bus 1 6440 according to the board spec, and adds the 2nd i2c bus offset. 6441 6442 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com> 6443 6444commit c0391111c33c22fabeddf8f4ca801ec7645b4f5c 6445Author: Jason Jin <Jason.jin@freescale.com> 6446Date: Sat Sep 27 14:40:57 2008 +0800 6447 6448 Fix the incorrect DDR clk freq reporting on 8536DS 6449 6450 On 8536DS board, When the DDR clk is set async mode(SW3[6:8] != 111), 6451 The display is still sync mode DDR freq. This patch try to fix 6452 this. The display DDR freq is now the actual freq in both 6453 sync and async mode. 6454 6455 Signed-off-by: Jason Jin <Jason.jin@freescale.com> 6456 6457commit bac6a1d1fa1cd80aa57881fa9c2152b853cd0ed4 6458Author: Kumar Gala <galak@kernel.crashing.org> 6459Date: Tue Oct 7 10:28:46 2008 -0500 6460 6461 85xx: Remove setting of *cache-line-size in device trees 6462 6463 ePAPR says if the *cache-block-size is the same as *cache-line-size 6464 than we don't need the *cache-line-size property. 6465 6466 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 6467 6468commit cd3cb0d9269d155276b00207e3816a9347fd1c92 6469Author: Gerald Van Baren <vanbaren@cideas.com> 6470Date: Sat Oct 4 07:56:06 2008 -0400 6471 6472 libfdt: Fix error in documentation for fdt_get_alias_namelen() 6473 6474 Oops, screwed up the function name in the documenting comment for this 6475 function. Trivial correction in this patch. 6476 6477 Signed-off-by: David Gibson <david@gibson.dropbear.id.au> 6478 Acked-by: Gerald Van Baren <vanbaren@cideas.com> 6479 6480commit 9a6cf73a88ddab2e1ac39088f2806177982cc62c 6481Author: David Gibson <david@gibson.dropbear.id.au> 6482Date: Wed Aug 20 16:55:14 2008 +1000 6483 6484 libfdt: Add function to explicitly expand aliases 6485 6486 Kumar has already added alias expansion to fdt_path_offset(). 6487 However, in some circumstances it may be convenient for the user of 6488 libfdt to explicitly get the string expansion of an alias. This patch 6489 adds a function to do this, fdt_get_alias(), and uses it to implement 6490 fdt_path_offset(). 6491 6492 Signed-off-by: David Gibson <david@gibson.dropbear.id.au> 6493 6494commit 2215987e100d2a841ae6d48a7cc9bb83fcf22737 6495Author: Mike Frysinger <vapier@gentoo.org> 6496Date: Thu Oct 2 01:55:38 2008 -0400 6497 6498 cfi_flash: do not reset flash when probe fails 6499 6500 The CFI flash driver starts at flash_init() which calls down into 6501 flash_get_size(). This starts by calling flash_detect_cfi(). If said 6502 function fails, flash_get_size() finishes by attempting to reset the 6503 flash. Unfortunately, it does this with an info->portwidth set to 0x10 6504 which filters down into flash_make_cmd() and that happily smashes the 6505 stack by sticking info->portwidth bytes into a cfiword_t variable that 6506 lives on the stack. On a 64bit system you probably won't notice, but 6507 killing the last 8 bytes on a 32bit system usually leads to a corrupt 6508 return address. Which is what happens on a Blackfin system. 6509 6510 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 6511 Signed-off-by: Stefan Roese <sr@denx.de> 6512 6513commit 3e38577208e4256956bc33bb8bcd0a6b6fab55c3 6514Author: Stefan Roese <sr@denx.de> 6515Date: Fri Sep 26 17:03:26 2008 +0200 6516 6517 fdt: Overwrite /chosen node in bootm if it already exists in the dtb 6518 6519 Set force parameter in fdt_chosen() call in do_bootm_linux() call. 6520 Without this, the chosen node is not overwritten if it already 6521 exists. 6522 6523 Signed-off-by: Stefan Roese <sr@denx.de> 6524 6525commit 741a6d010d09b5bafca8e4cdfb6b2f8a2c07994d 6526Author: Jon Loeliger <jdl@freescale.com> 6527Date: Thu Sep 25 11:02:17 2008 -0500 6528 6529 Fix an overflow case in fdt_offset_ptr() detected by GCC 4.3. 6530 6531 Using Gcc 4.3 detected this problem: 6532 6533 ../dtc/libfdt/fdt.c: In function 'fdt_next_tag': 6534 ../dtc/libfdt/fdt.c:82: error: assuming signed overflow does not 6535 occur when assuming that (X + c) < X is always false 6536 6537 To fix the problem, treat the offset as an unsigned int. 6538 6539 The problem report and proposed fix were provided 6540 by Steve Papacharalambous <stevep@freescale.com>. 6541 6542 Signed-off-by: Jon Loeliger <jdl@freescale.com> 6543 6544commit bbdbc7cb3abefda5bd998edbcf0508fe6256327d 6545Author: David Gibson <david@gibson.dropbear.id.au> 6546Date: Fri Aug 29 14:19:13 2008 +1000 6547 6548 libfdt: Fix bugs in fdt_get_path() 6549 6550 The current implementation of fdt_get_path() has a couple of bugs, 6551 fixed by this patch. 6552 6553 First, contrary to its documentation, on success it returns the length 6554 of the node's path, rather than 0. The testcase is correspondingly 6555 wrong, and the patch fixes this as well. 6556 6557 Second, in some circumstances, it will return -FDT_ERR_BADOFFSET 6558 instead of -FDT_ERR_NOSPACE when given insufficient buffer space. 6559 Specifically this happens when there is insufficient space even to 6560 hold the path's second last component. This behaviour is corrected, 6561 and the testcase updated to check it. 6562 6563 Signed-off-by: David Gibson <david@gibson.dropbear.id.au> 6564 6565commit 33af3e6656e84660d397b5dd95abab2dccc36f83 6566Author: Wolfgang Denk <wd@denx.de> 6567Date: Wed Oct 1 12:34:58 2008 +0200 6568 6569 TQM5200: enable support for ATAPI devices 6570 6571 Signed-off-by: Wolfgang Denk <wd@denx.de> 6572 6573commit d13ff2358ff8c384f52eaf46f5d60258acf96ea6 6574Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 6575Date: Mon Sep 15 05:48:25 2008 +0200 6576 6577 Revert "ARM: set GD_FLG_RELOC for boards skipping relocation to RAM" 6578 6579 we need this due to the arm implementation which supposed that U-Boot 6580 is in RAM when we jump to start_armboot 6581 6582 This reverts commit f96b44cef897bd372beb86dde1b33637c119d84d. 6583 in order to do it for all arm board 6584 6585 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 6586 6587commit 7fd0bea2e4a78eab7e6693140940f9f9a0009bc2 6588Author: Kim Phillips <kim.phillips@freescale.com> 6589Date: Wed Sep 24 08:46:25 2008 -0500 6590 6591 mpc83xx: don't disable autoboot 6592 6593 bootdelay set to -1 'permanently' disables autobooting, even if 6594 bootcmd is specified. Change to a positive value to allow 6595 autobooting when a bootcmd is set. 6596 6597 Reported-by: Coray Tate <Coray.Tate@freescale.com> 6598 Cc: Scott Wood <scottwood@freescale.com> 6599 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 6600 6601commit 2fb29c520c42b7bfef33ea3fd1527eba64099164 6602Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 6603Date: Wed Sep 24 10:42:15 2008 +0900 6604 6605 mpc83xx: Fix typo in include/mpc83xx.h 6606 6607 Fixed typo from CONIFG_MPC837X to CONFIG_MPC837X 6608 6609 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 6610 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 6611 6612commit 162c41c03179727a1d14262f703c9a8bc40231fa 6613Author: Kim Phillips <kim.phillips@freescale.com> 6614Date: Tue Sep 23 09:38:49 2008 -0500 6615 6616 mpc83xx: add h/w flash protection to board configs 6617 6618 the operating system may leave flash in a h/w locked state after writing. 6619 This allows u-boot to continue to write flash by enabling h/w unlocking 6620 by default. 6621 6622 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 6623 6624commit d26154c9a692586b66eb6d1f8e1b67c75e40ea70 6625Author: Anton Vorontsov <avorontsov@ru.mvista.com> 6626Date: Thu Sep 11 21:35:36 2008 +0400 6627 6628 mpc83xx: spd_sdram: fix ddr sdram base address assignment bug 6629 6630 The spd_dram code shifts the base address, then masks 20 bits, but 6631 forgets to shift the base address back. Fix this by just masking the 6632 base address correctly. 6633 6634 Found this bug while trying to relocate a DDR memory at the base != 0. 6635 6636 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> 6637 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 6638 6639commit 8fd4166c467a46773f80208bda1ec3b4757747bc 6640Author: Stefan Roese <sr@denx.de> 6641Date: Mon Sep 22 16:10:43 2008 +0200 6642 6643 ppc4xx: Canyonlands: Remove unnecessary FDT warning upon DTB fixup 6644 6645 Depending on the configuration jumper "SATA SELECT", U-Boot disabled 6646 either one PCIe node or the SATA node in the device tree blob. This 6647 patch removes the unnecessary and even confusing warning, when the node 6648 is not found at all. 6649 6650 Signed-off-by: Stefan Roese <sr@denx.de> 6651 6652commit 6e24a1eb1490aa043770bcf0061ac1fad0864fd9 6653Author: Remy Bohmer <linux@bohmer.net> 6654Date: Fri Sep 19 13:30:06 2008 +0200 6655 6656 Add missing device types to dev_print() in part.c 6657 6658 Signed-off-by: Remy Bohmer <linux@bohmer.net> 6659 6660commit 5fdc215f0b351b0c36cc3f8a0fa5850f24454bed 6661Author: Wolfgang Denk <wd@denx.de> 6662Date: Mon Sep 22 22:23:06 2008 +0200 6663 6664 Fix DPRAM memory leak when CFG_ALLOC_DPRAM is defined, which 6665 eventually leads to a machine check. This change assures that DPRAM 6666 is allocated only once in that case. 6667 6668 Signed-off-by: Gary Jennejohn <garyj@denx.de> 6669 Signed-off-by: Wolfgang Denk <wd@denx.de> 6670 6671commit a07faf7b9ad5a86763a577c79922c4ff9a70ef23 6672Author: Laurent Pinchart <laurentp@cse-semaphore.com> 6673Date: Wed Sep 17 17:57:34 2008 +0200 6674 6675 Fix Spartan-3 definitions. 6676 6677 A few Spartan-3 definitions erroneously use Spartan-3E size 6678 constants. This patch fixes them. 6679 6680 Signed-off-by: Laurent Pinchart <laurentp@cse-semaphore.com> 6681 6682commit 28113e1f0da4146b823ffce37680d31d5685a60b 6683Author: Laurent Pinchart <laurentp@cse-semaphore.com> 6684Date: Wed Sep 17 17:41:58 2008 +0200 6685 6686 Remove duplicate Spartan-3E definition. 6687 6688 Signed-off-by: Laurent Pinchart <laurentp@cse-semaphore.com> 6689 Signed-off-by: Wolfgang Denk <wd@denx.de> 6690 6691commit 5c65ecf7cd94df250b295621f3b24135cbcfe579 6692Author: Anatolij Gustschin <agust@denx.de> 6693Date: Wed Sep 17 13:46:17 2008 +0200 6694 6695 socrates: change default mtest address range 6696 6697 Running mtest command on socrates without specifying 6698 an address range crashes the board. This patch changes 6699 default mtest address range to prevent this behavior. 6700 6701 Signed-off-by: Anatolij Gustschin <agust@denx.de> 6702 6703commit d666b2d59674b5e002c0821b7ab83ec3ff90d670 6704Author: Anatolij Gustschin <agust@denx.de> 6705Date: Wed Sep 17 12:34:45 2008 +0200 6706 6707 socrates: fix crash after relocation 6708 6709 Currently U-Boot crashes after relocation to RAM. 6710 Changing the CPO value of the DDR SDRAM TIMING_CFG_2 6711 register to READ_LAT + 1 (to the value it was before 6712 conversion of socrates to new DDR code) fixes the 6713 problem. 6714 6715 Signed-off-by: Anatolij Gustschin <agust@denx.de> 6716 6717commit 562788b0a303f3528b920d81f547f5ca77ba528e 6718Author: Anatolij Gustschin <agust@denx.de> 6719Date: Wed Sep 17 11:45:51 2008 +0200 6720 6721 socrates: fix SPD EEPROM address 6722 6723 Commit be0bd8234b9777ecd63c4c686f72af070d886517 6724 changed SPD EEPROM address to 0x51 and DDR SDRAM 6725 detection stopped working. Change this address 6726 back to 0x50. 6727 6728 Signed-off-by: Anatolij Gustschin <agust@denx.de> 6729 6730commit 023824549a370bd185d7129d9a6c86f9be7b86a8 6731Author: Stefan Roese <sr@denx.de> 6732Date: Mon Sep 22 11:06:50 2008 +0200 6733 6734 Revert "ppc4xx: Fix DDR2 auto calibration on Kilauea 600MHz (200MHz PLB)" 6735 6736 This reverts commit 3eec160a3a405b29ce9c06920f6427b9047dd8a8. 6737 6738 Signed-off-by: Stefan Roese <sr@denx.de> 6739 6740commit e58c41e26cf3c8accd60311be579f452e368e97e 6741Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 6742Date: Thu Sep 18 20:13:08 2008 +0900 6743 6744 usb: Fix compile warning of r8a66597-hcd 6745 6746 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 6747 Signed-off-by: Markus Klotzbuecher <mk@denx.de> 6748 6749commit b5d10a13525c07ec6374adf840d7c87553b5f189 6750Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 6751Date: Thu Sep 18 19:34:36 2008 +0900 6752 6753 sh: Fix compile warning 6754 6755 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 6756 6757commit 4a065abf926f128beb36d93449defa0d690e7fef 6758Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 6759Date: Thu Sep 18 19:04:26 2008 +0900 6760 6761 sh: Add support watchdog for SH4A core 6762 6763 Add support watchdog for SH4A core (SH7763, SH7780 and SH7785). 6764 And fix some compile warning. 6765 6766 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 6767 6768commit a03c09c5fdb8430fe2ae6a03f88a0cf7bcc0aa57 6769Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 6770Date: Wed Sep 17 11:45:26 2008 +0900 6771 6772 sh: Fix typo in SH serial driver 6773 6774 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 6775 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 6776 6777commit 6b44a439215ba7c63f666f8099213ea4f05f2b07 6778Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 6779Date: Wed Sep 17 11:08:36 2008 +0900 6780 6781 sh: Add support any page size and empty_zero_page to SH Linux uImage 6782 6783 Old U-Boot supported 4KB page size only. If this version, Linux 6784 kernel can not get command line from U-Boot. 6785 SH Linux kernel can change page size and empty_zero_page. 6786 This patch support this function and fix promlem. 6787 6788 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 6789 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 6790 6791commit ce9f99ddb59628f41dc534e892368a7d66dfc774 6792Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 6793Date: Thu Aug 28 13:40:52 2008 +0900 6794 6795 sh: rsk7203: Add support pkt_data_pull and pkt_data_push function 6796 6797 Add function of smc911x, pkt_data_pull and pkt_data_push. 6798 6799 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 6800 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 6801 6802commit dd820b03a2f45e86e7960e26729a3b58e3dda44a 6803Author: Wolfgang Denk <wd@denx.de> 6804Date: Thu Sep 18 13:57:32 2008 +0200 6805 6806 ADS5121: fix typo in "rootpath" default setting 6807 6808 Signed-off-by: Wolfgang Denk <wd@denx.de> 6809 6810commit c9e8436b10cca53fca4904ecbadcd6231ad72c38 6811Author: Remy Bohmer <linux@bohmer.net> 6812Date: Tue Sep 16 14:55:44 2008 +0200 6813 6814 USB layer of U-Boot causes USB protocol errors while using USB memory sticks 6815 6816 There are several differences between Linux, Windows and U-boot for initialising the 6817 USB devices. While analysing the behaviour of U-boot it turned out that U-boot does 6818 things really different, and some are wrong (compared to the USB standard). 6819 6820 This patch fixes some errors: 6821 * The NEW_init procedure that was already in the code is good, while the old procedure 6822 is wrong. See code comments for more info. 6823 * On a Control request the data returned by the device can be more than 8 bytes, while 6824 the host limits it to 8 bytes. This caused the host to generate a DataOverrun error. 6825 This results in a lot of USB sticks not being recognised, and the transmission ended 6826 frequently with a CTL:TIMEOUT Error. 6827 * Added a flag CONFIG_LEGACY_USB_INIT_SEQ to allow users to use the old init procedure. 6828 6829 Signed-off-by: Remy Bohmer <linux@bohmer.net> 6830 Signed-off-by: Markus Klotzbuecher <mk@denx.de> 6831 6832commit 6f5794a6f78b313231256958fd73673c6aacc116 6833Author: Remy Bohmer <linux@bohmer.net> 6834Date: Tue Sep 16 14:55:43 2008 +0200 6835 6836 Refactoring parts of the common USB OHCI code 6837 6838 This patch refactors some large routines of the USB OHCI code by 6839 making some routines smaller and more readable which helps 6840 debugging and understanding the code. (Makes the code looks 6841 somewhat more like the Linux implementation.) 6842 6843 Also made entire file compliant to Linux Coding Rules (checkpatch.pl compliant) 6844 6845 Signed-off-by: Remy Bohmer <linux@bohmer.net> 6846 Signed-off-by: Markus Klotzbuecher <mk@denx.de> 6847 6848commit be19d324edc1a1d7f393d24e10d164cd94c91a00 6849Author: Remy Bohmer <linux@bohmer.net> 6850Date: Tue Sep 16 14:55:42 2008 +0200 6851 6852 Fix for USB sticks not working on ARM while using GCC 4.x compilers 6853 6854 The GCC-compiler makes an optimisation error while optimising the routine 6855 usb_set_maxpacket(). This should be fixed in the compiler in the first place, 6856 but there lots of compilers out there that makes this error, that it is 6857 probably wiser to workaround it in U-boot itself. 6858 6859 What happens is that the register r3 is used as loop-counter 'i', but gets 6860 overwritten later on. From there it starts using register r3 for several other 6861 things and the assembler code is becoming a big mess. This is clearly a compiler bug. 6862 6863 This error occurs on at least several versions of Code Sourcery Lite compilers 6864 for ARM. Like the Edition 2008q1, and 2008q3, It has also been seen on other 6865 compilers, while compiling for armv4t, or armv5te with Os, O1 and O2. 6866 6867 We work around it by splitting up this routine in 2 parts, and making sure that 6868 the split out part is NOT inlined any longer. This will make GCC spit out assembler 6869 that do not show this problem. Another possibility is to adapt the Makefile to stop 6870 optimisation for the complete file. I think this solution is nicer. 6871 6872 Signed-off-by: Remy Bohmer <linux@bohmer.net> 6873 Signed-off-by: Markus Klotzbuecher <mk@denx.de> 6874 6875commit 87b4ef560cf2da4ccc9e59711ad1ff7fafe96670 6876Author: Wolfgang Denk <wd@denx.de> 6877Date: Wed Sep 17 10:17:55 2008 +0200 6878 6879 Coding style cleanup; update CHANEGLOG 6880 6881 Signed-off-by: Wolfgang Denk <wd@denx.de> 6882 6883commit 3eec160a3a405b29ce9c06920f6427b9047dd8a8 6884Author: Victor Gallardo <vgallardo@amcc.com> 6885Date: Tue Sep 16 06:59:13 2008 -0700 6886 6887 ppc4xx: Fix DDR2 auto calibration on Kilauea 600MHz (200MHz PLB) 6888 6889 Signed-off-by: Victor Gallardo <vgallardo@amcc.com> 6890 Signed-off-by: Adam Graham <agraham@amcc.com> 6891 Signed-off-by: Stefan Roese <sr@denx.de> 6892 6893commit ce47eb402c5e29a025399dc282246414fc492940 6894Author: Peter Tyser <ptyser@xes-inc.com> 6895Date: Tue Sep 16 10:04:47 2008 -0500 6896 6897 Support for multiple SGMII/TBI interfaces for TSEC ethernet 6898 6899 Fix TBI PHY accesses to use the proper offset in CPU register space. The 6900 previous code would incorrectly access the TBI PHY by reading/writing to CPU 6901 register space at the same location as would be used to access external PHYs. 6902 6903 Signed-off-by: Peter Tyser <ptyser@xes-inc.com> 6904 Acked-by: Andy Fleming <afleming@freescale.com> 6905 6906commit 7c803be2eb3cae245dedda438776e08fb122250f 6907Author: Wolfgang Denk <wd@denx.de> 6908Date: Tue Sep 16 18:02:19 2008 +0200 6909 6910 TQM8xx: Fix CFI flash driver support for all TQM8xx based boards 6911 6912 After switching to using the CFI flash driver, the correct remapping 6913 of the flash banks was forgotten. 6914 6915 Also, some boards were not adapted, and the old legacy flash driver 6916 was not removed yet. 6917 6918 Signed-off-by: Wolfgang Denk <wd@denx.de> 6919 6920commit c0d2f87d6c450128b88e73eea715fa3654f65b6c 6921Author: Wolfgang Denk <wd@denx.de> 6922Date: Sun Sep 14 00:59:35 2008 +0200 6923 6924 Prepare v2008.10-rc2 6925 6926 Signed-off-by: Wolfgang Denk <wd@denx.de> 6927 6928commit f12e4549b6fb01cd2654348af95a3c7a6ac161e7 6929Author: Wolfgang Denk <wd@denx.de> 6930Date: Sat Sep 13 02:23:05 2008 +0200 6931 6932 Coding style cleanup, update CHANGELOG 6933 6934 Signed-off-by: Wolfgang Denk <wd@denx.de> 6935 6936commit 0c32565f536609d78feef35c88bbc39d3ac53a73 6937Author: Peter Tyser <ptyser@xes-inc.com> 6938Date: Wed Sep 10 09:18:34 2008 -0500 6939 6940 Update mailing list email and archive addresses 6941 6942 Signed-off-by: Peter Tyser <ptyser@xes-inc.com> 6943 6944commit fb661ea444ae61de60520f66ae84cdb5dd5a3246 6945Author: u-boot@bugs.denx.de <u-boot@bugs.denx.de> 6946Date: Thu Sep 11 15:40:01 2008 +0200 6947 6948 85xx: socrates: autoprobe Lime chip 6949 6950 This patch is an attempt to implement autoprobing for the Lime 6951 presence on the bus. 6952 Configure GPCM for Lime CS2 and try to access chip ID registers. 6953 Second read atempt delivers register values if the chip is present. 6954 6955 Signed-off-by: Anatolij Gustschin <agust@denx.de> 6956 6957commit e99b607a5ec56ce66e0bcccb78480d5e16fb7bc5 6958Author: u-boot@bugs.denx.de <u-boot@bugs.denx.de> 6959Date: Thu Sep 11 15:40:01 2008 +0200 6960 6961 85xx: socrates: Add support for new image format. 6962 6963 Signed-off-by: Detlev Zundel <dzu@denx.de> 6964 6965commit 3c094b652d4107b34641f300a8e9fe16ca15e3d8 6966Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 6967Date: Thu Sep 11 17:28:18 2008 +0900 6968 6969 sh: Fix compile error for r2dplus 6970 6971 netdev.h was not include by r2dplus. 6972 6973 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 6974 6975commit 56844a22b76c719e600047e23b80465a44d76abd 6976Author: Heiko Schocher <hs@denx.de> 6977Date: Thu Sep 11 08:11:23 2008 +0200 6978 6979 powerpc: Fix bootm to boot up again with a Ramdisk 6980 6981 Commit 2a1a2cb6 didnt remove the dummy mem reservation in fdt_chosen, 6982 and this stopped Linux from booting with a Ramdisk. This patch fixes 6983 this, by deleting the useless dummy mem reservation. 6984 6985 When booting with a Ramdisk, a fix offset FDT_RAMDISK_OVERHEAD is now 6986 added to of_size, so we dont need anymore a dummy mem reservation. 6987 6988 I measured the value of FDT_RAMDISK_OVERHEAD on a MPC8270 based 6989 system (=0x44 bytes) and rounded it up to 0x80). 6990 6991 Signed-off-by: Heiko Schocher <hs@denx.de> 6992 Acked-by: Kumar Gala <galak@kernel.crashing.org> 6993 6994commit fc9c1727b5b3483ce49c3cb668e8332fb001b8a7 6995Author: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com> 6996Date: Mon Sep 8 02:46:13 2008 +0200 6997 6998 Add support for LZMA uncompression algorithm. 6999 7000 Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
7001 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 7002 7003commit 0008b6d968160abe2bfd936493f3a516a7c8da20 7004Author: Anton Vorontsov <avorontsov@ru.mvista.com> 7005Date: Fri Jun 27 23:04:20 2008 +0400 7006 7007 fsl_elbc_nand: ecclayout cleanups 7008 7009 This patch deletes oobavail assignments, they're calculated by the nand 7010 core code in nand_scan_tail, plus current oobavail values are wrong for 7011 the LP NANDs. 7012 7013 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> 7014 Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> 7015 Signed-off-by: Scott Wood <scottwood@freescale.com> 7016 7017commit 8f42bf1c393d53a70c2545e9f329d11c46d74794 7018Author: Anton Vorontsov <avorontsov@ru.mvista.com> 7019Date: Fri Jun 27 23:04:13 2008 +0400 7020 7021 fsl_elbc_nand: implement support for flash-based BBT 7022 7023 This patch implements support for flash-based BBT for chips working 7024 through ELBC NAND controller, so that NAND core will not have to re-scan 7025 for bad blocks on every boot. 7026 7027 Because ELBC controller may provide HW-generated ECCs we should adjust 7028 bbt pattern and bbt version positions in the OOB free area. 7029 7030 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> 7031 Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> 7032 Signed-off-by: Scott Wood <scottwood@freescale.com> 7033 7034commit 97ae023648e764f794ffb9c52da109d6caf09c47 7035Author: Anton Vorontsov <avorontsov@ru.mvista.com> 7036Date: Fri Jun 27 23:04:04 2008 +0400 7037 7038 fsl_elbc_nand: fix OOB workability for large page NAND chips 7039 7040 For large page chips, nand_bbt is looking into OOB area, and checking 7041 for "0xff 0xff" pattern at OOB offset 0. That is, two bytes should be 7042 reserved for bbt means. 7043 7044 But ELBC driver is specifying ecclayout so that oobfree area starts at 7045 offset 1, so only one byte left for the bbt purposes. 7046 7047 This causes problems with any OOB users, namely JFFS2: after first mount 7048 JFFS2 will fill all OOBs with "erased marker", so OOBs will contain: 7049 7050 OOB Data: ff 19 85 20 03 00 ff ff ff 00 00 08 ff ff ff ff 7051 OOB Data: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 7052 OOB Data: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 7053 OOB Data: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 7054 7055 And on the next boot, NAND core will rescan for bad blocks, then will 7056 see "0xff 0x19" pattern, and will mark all blocks as bad ones. 7057 7058 To fix the issue we should implement our own bad block pattern: just one 7059 byte at OOB start. Though, this will work only for x8 chips. For x16 7060 chips two bytes must be checked. Since ELBC driver does not support x16 7061 NANDs (yet), we're safe for now. 7062 7063 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> 7064 Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> 7065 Signed-off-by: Scott Wood <scottwood@freescale.com> 7066 7067commit 7238ada313057a85409485b8ee21515dc10c07a5 7068Author: Wolfgang Denk <wd@denx.de> 7069Date: Fri Sep 12 13:52:21 2008 +0200 7070 7071 MPC512x: reduce timeout waiting for Ethernet autonegotiation to 2.5s 7072 7073 Signed-off-by: Wolfgang Denk <wd@denx.de> 7074 7075commit b18410e508a12ba0a177dfc2a386857c806fa96d 7076Author: Stefan Roese <sr@denx.de> 7077Date: Thu Sep 11 13:05:56 2008 +0200 7078 7079 ppc4xx: Enable device tree (FDT) support in zeus board port 7080 7081 Signed-off-by: Stefan Roese <sr@denx.de> 7082 7083commit 7bf5ecfa50722a9feb45ea8f04da75f5d406f20b 7084Author: Stefan Roese <sr@denx.de> 7085Date: Wed Sep 10 16:53:47 2008 +0200 7086 7087 ppc4xx: Fix SDRAM inititialization of multiple 405 based board ports 7088 7089 This patch fixes a problem introdiced with patch 7090 bbeff30c [ppc4xx: Remove superfluous dram_init() call or replace it by 7091 initdram()]. 7092 7093 The boards affected are: 7094 - PCI405 7095 - PPChameleonEVB 7096 - quad100hd 7097 - taihu 7098 - zeus 7099 7100 Signed-off-by: Stefan Roese <sr@denx.de> 7101 7102commit 61737c59a3285f6fadf96a5836879898c04ec28d 7103Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es> 7104Date: Thu Sep 11 19:41:26 2008 -0400 7105 7106 ppc4xx: Add .gitignore file to xilinx-ppc440 boards 7107 7108 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es> 7109 Signed-off-by: Stefan Roese <sr@denx.de> 7110 7111commit 2bec498ed1164a58cd8437b561bdc4551d69f9bf 7112Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es> 7113Date: Thu Sep 11 19:41:25 2008 -0400 7114 7115 ppc4xx: Fix compilation of v5fx30teval_flash 7116 7117 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es> 7118 Signed-off-by: Stefan Roese <sr@denx.de> 7119 7120commit 4bed9deebbd7ee6f0ba746b44d47a922156f7404 7121Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es> 7122Date: Wed Sep 10 17:44:30 2008 -0400 7123 7124 ppc4xx: Fix in-tree build for ppc440-generic boards 7125 7126 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es> 7127 Signed-off-by: Stefan Roese <sr@denx.de> 7128 7129commit 06c4ab50f5ccfb55ea2dd324aa28b2b06102e416 7130Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 7131Date: Fri Sep 12 02:20:47 2008 +0200 7132 7133 ARM: synchronize mach-types.h with linux 2.6.27-rc6 7134 7135 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 7136 7137commit 3ee9f03f588ad605e3fd10530237f9e3e2e7ab4c 7138Author: Jens Scharsig <esw@bus-elektronik.de> 7139Date: Fri Sep 12 02:20:47 2008 +0200 7140 7141 at91rm9200: fix errors with CONFIG_CMD_I2C_TREE 7142 7143 This patch prevents linker error on AT91RM9200 boards, if 7144 CONFIG_CMD_I2_TREE is set. 7145 It implements i2c_set_bus_speed and i2c_get_bus_speed as a dummy function. 7146 7147 Signed-off-by: Jens Scharsig <esw@bus-elektronik.de> 7148 7149commit b5b0344957d32e3d07a8dd72fce64fb48e680ba4 7150Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com> 7151Date: Fri Sep 12 02:20:47 2008 +0200 7152 7153 ARM DaVinci: Remove duplicate code in cpu/arm926ejs/davinci/dp83848.c 7154 7155 ARM DaVinci: Remove duplicate code in cpu/arm926ejs/davinci/dp83848.c 7156 7157 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com> 7158 7159commit 03db53335c8eba656a7c44d1555b1a4514383e33 7160Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 7161Date: Fri Sep 12 02:20:46 2008 +0200 7162 7163 make: Remove redundant __ARM__ addition when cross-compiling on *BSD 7164 7165 __ARM__ is given by arm_config.mk automatically. 7166 7167 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 7168 7169commit 8cc62a7d9c77f8ef5166fb57322c4a6ddac320b4 7170Author: Claudio Scordino <claudio@evidence.eu.com> 7171Date: Fri Sep 12 02:20:46 2008 +0200 7172 7173 Fix MACH_TYPE for the AT91RM9200DK board. 7174 7175 Signed-off-by: Claudio Scordino <claudio@evidence.eu.com> 7176 7177commit 274737e5eb25b2bcd3af3a96da923effd543284f 7178Author: Andrew Dyer <adyer@righthandtech.com> 7179Date: Fri Sep 12 02:20:46 2008 +0200 7180 7181 i.mx change get_timer(base) to return time since base 7182 7183 This patch changes get_timer() for i.MX to return the time since 7184 'base' instead of the time since the counter was at zero. 7185 7186 Symptom seen is flash timeout errors when erasing or programming a 7187 sector using the common cfi flash code. 7188 7189 Signed-off-by: Andrew Dyer <adyer@righthandtech.com> 7190 7191commit 48fed40575b3e8eae960eb0141509ddd9a73012a 7192Author: Andrew Dyer <adyer@righthandtech.com> 7193Date: Fri Sep 12 02:20:46 2008 +0200 7194 7195 i.MX use u-boot baud rate and don't assume UART master clock 7196 7197 1) Change the i.MX serial driver to use the baud rate set in the 7198 u-boot environment 7199 7200 2) don't assume a 16MHz value for PERCLK1 in baud rate calculations 7201 7202 3) don't write a 1 to the RDR bit in the USR2 reg. (bit is not "write 7203 one to clear" like other status bits in the reg.) 7204 7205 Signed-off-by: Andrew Dyer <adyer@righthandtech.com> 7206 7207commit 6e1551a870d360805b9d172dc56d935064abe71d 7208Author: Andrew Dyer <adyer@righthandtech.com> 7209Date: Fri Sep 12 02:20:46 2008 +0200 7210 7211 arm920t fix constant error in start.S 7212 7213 Code in cpu/arm920t/start.S will die with a compilation error if 7214 CONFIG_STACKSIZE + CFG_MALLOC_LEN works out to an invalid constant for 7215 the ARM sub instruction. Change the code so that each is subtracted 7216 independently to avoid the error. 7217 7218 Signed-off-by: Andrew Dyer <adyer@righthandtech.com> 7219 7220commit b23253835f871cd9bd8e955b9a971d18a7d4ff56 7221Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in> 7222Date: Fri Sep 12 02:20:40 2008 +0200 7223 7224 ARM OMAP : Correct Invalid Timer Register Field Declaration in omap1510.h & omap730.h 7225 7226 - Correct Invalid #define of MPUTIM_PTV_MASK for 7227 omap1510 & omap730 register definition 7228 7229 MPUTIM_PTV_MASK is defined as 7230 #define MPUTIM_PTV_MASK (0x7<<PTV_BIT) 7231 7232 while it should have been 7233 #define MPUTIM_PTV_MASK (0x7<<MPUTIM_PTV_BIT) 7234 7235 - Below Patch corrects the same 7236 7237 Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in> 7238 7239commit c455d07396dddc9864fd8dbb965ee10fe95ce8cf 7240Author: Adrian Filipi <adrian.filipi@eurotech.com> 7241Date: Fri Jul 18 11:52:02 2008 -0400 7242 7243 Set up SD/MMC OCR as comment describes. i.e. 3.2-3.4v. 7244 7245 Signed-off-by: Adrian Filipi <adrian.filipi@eurotech.com> 7246 7247commit eb16135df20535b0d19969f50fb5bd17f95e9c25 7248Author: Guennadi Liakhovetski <lg@denx.de> 7249Date: Thu Aug 28 12:25:11 2008 +0200 7250 7251 i.MX31: document timer precision option 7252 7253 Signed-off-by: Guennadi Liakhovetski <lg@denx.de> 7254 7255commit 1a6337b01351b82a45b0defa76f08744511c580b 7256Author: Magnus Lilja <lilja.magnus@gmail.com> 7257Date: Fri Aug 29 10:36:18 2008 +0200 7258 7259 i.MX31: Make the SPI bus and chip select configurable for MC13783 7260 7261 The i.MX31 has three SPI buses and each bus has several chip selects 7262 and the MC13783 chip can be connected to any of these. The current 7263 RTC driver for MC13783 is hardcoded for CSPI2/SS2. 7264 7265 This patch makes make MC13783 SPI bus and chip select configurable 7266 via CONFIG_MC13783_SPI_BUS and CONFIG_MC13783_SPI_CS. 7267 7268 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com> 7269 7270commit 8c4ebec25b21e355b8488698ec1594da9701fff4 7271Author: Magnus Lilja <lilja.magnus@gmail.com> 7272Date: Fri Aug 29 10:36:17 2008 +0200 7273 7274 i.MX31: Add reset_timer() and modify get_timer_masked(). 7275 7276 This patch adds the reset_timer() function (needed by nand_base.c) and 7277 modifies the get_timer_masked() to work in the same way as the omap24xx 7278 function. 7279 7280 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com> 7281 7282commit deeec4991a55de243787002ede24d2331d234fc8 7283Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 7284Date: Wed Sep 10 22:48:09 2008 +0200 7285 7286 ap325rxa: remove duplicate CONFIG_FLASH_CFI_DRIVER 7287 7288 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 7289 7290commit a3a08c0cedd329edf5256e1d6b2bad0fca002725 7291Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 7292Date: Wed Sep 10 22:48:09 2008 +0200 7293 7294 bootm arm/avr32/blackfin/microblaze/nios2/sh: remove no more need 'error' label 7295 7296 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 7297 7298commit 0e8d158664a913392cb01fb11a948d83f72e105e 7299Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 7300Date: Wed Sep 10 22:48:06 2008 +0200 7301 7302 rename CFG_ENV macros to CONFIG_ENV 7303 7304 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 7305 7306commit 1ede78710c3bf9ad6f4a53aaddc3bcc86fedd9df 7307Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 7308Date: Wed Sep 10 22:48:05 2008 +0200 7309 7310 nvedit: rename error comment to CONFIG_ENV_IS_IN_ 7311 7312 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 7313 7314commit b64b775e7546ed138df360ceb3a71ee358cb9a01 7315Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 7316Date: Wed Sep 10 22:48:05 2008 +0200 7317 7318 cmd_mem: Move conditional compilation to Makefile 7319 7320 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 7321 7322commit 8a40fb148efa442d6526eac46a2001e4c64d28ff 7323Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 7324Date: Wed Sep 10 22:48:05 2008 +0200 7325 7326 move cmd_get_data_size to command.c 7327 7328 add CMD_DATA_SIZE macro to enable it 7329 7330 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 7331 7332commit 507641d2491980531932b9f25dab37fe5e6c3a1a 7333Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 7334Date: Wed Sep 10 22:48:04 2008 +0200 7335 7336 env_flash: Move conditional compilation to Makefile 7337 7338 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 7339 7340commit 5a1aceb0689e2f731491838970884a673ef7e7d3 7341Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 7342Date: Wed Sep 10 22:48:04 2008 +0200 7343 7344 rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASH 7345 7346 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 7347 7348commit 7d9b5bae5ba558c7464d89d033aca04acaf01172 7349Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 7350Date: Wed Sep 10 22:48:03 2008 +0200 7351 7352 cleanup use of CFG_ENV_IS_IN_FLASH 7353 7354 - #if CFG_ENV_IS_IN_FLASH 7355 - #if (CFG_ENV_IS_IN_FLASH == 1) 7356 - #define CFG_ENV_IS_IN_FLASH 0 7357 7358 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 7359 7360commit 0cf4fd3cf8d0e00605bec5fc56f89c6415015a46 7361Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 7362Date: Wed Sep 10 22:48:01 2008 +0200 7363 7364 rename environment.c in env_embedded.c to reflect is functionality 7365 7366 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 7367 7368commit c0878af6e32f0fd8e13a6ca315b9add64441115a 7369Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 7370Date: Wed Sep 10 22:48:01 2008 +0200 7371 7372 env_nowhere: Move conditional compilation to Makefile 7373 7374 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 7375 7376commit 93f6d72544da4510a146bc4c93d609b0116cde37 7377Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 7378Date: Wed Sep 10 22:48:00 2008 +0200 7379 7380 rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHERE 7381 7382 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 7383 7384commit 2556ef78113b5f089dfcac5da90bf31dd568397b 7385Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 7386Date: Wed Sep 10 22:48:00 2008 +0200 7387 7388 env_sf: Move conditional compilation to Makefile 7389 7390 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 7391 7392commit 0b5099a8419bf9c828df5e3e2c6878dc300d98e3 7393Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 7394Date: Wed Sep 10 22:48:00 2008 +0200 7395 7396 rename CFG_ENV_IS_IN_SPI_FLASH in CONFIG_ENV_IS_IN_SPI_FLASH 7397 7398 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 7399 7400commit 55c5f49910ec8225347aa1d211352a84de6649b4 7401Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 7402Date: Wed Sep 10 22:48:00 2008 +0200 7403 7404 env_onenand: Move conditional compilation to Makefile 7405 7406 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 7407 7408commit 9656138ff1a34d4c4768db6b490deffc40ee674b 7409Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 7410Date: Wed Sep 10 22:47:59 2008 +0200 7411 7412 rename CFG_ENV_IS_IN_ONENAND in CONFIG_ENV_IS_IN_ONENAND 7413 7414 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 7415 7416commit 957a0e69575683efd70ace147746bbb3d8e7c501 7417Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 7418Date: Wed Sep 10 22:47:59 2008 +0200 7419 7420 env_nvram: Move conditional compilation to Makefile 7421 7422 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 7423 7424commit 9314cee6917444ab88bd4e758da7a30975120187 7425Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 7426Date: Wed Sep 10 22:47:59 2008 +0200 7427 7428 rename CFG_ENV_IS_IN_NVRAM in CONFIG_ENV_IS_IN_NVRAM 7429 7430 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 7431 7432commit 06f61354397911a4c121dfa51b6ccbf7e300d48b 7433Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 7434Date: Wed Sep 10 22:47:59 2008 +0200 7435 7436 env_nand: Move conditional compilation to Makefile 7437 7438 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 7439 7440commit 51bfee192099206a4397f15f3b93516e01f58ab0 7441Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 7442Date: Wed Sep 10 22:47:58 2008 +0200 7443 7444 rename CFG_ENV_IS_IN_NAND in CONFIG_ENV_IS_IN_NAND 7445 7446 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 7447 7448commit d8cc04d0ac9c7c0d12454708aaf5489f8532bbf9 7449Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 7450Date: Wed Sep 10 22:47:58 2008 +0200 7451 7452 env_dataflash: Move conditional compilation to Makefile 7453 7454 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 7455 7456commit 057c849c45b9ee19df8ff3acdeee66be52819962 7457Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 7458Date: Wed Sep 10 22:47:58 2008 +0200 7459 7460 rename CFG_ENV_IS_IN_DATAFLASH in CONFIG_ENV_IS_IN_DATAFLASH 7461 7462 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 7463 7464commit d1034bc8db60fa6bd419328baf6a75cb0645cee8 7465Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 7466Date: Wed Sep 10 22:47:52 2008 +0200 7467 7468 cmd_eeprom: Move conditional compilation to Makefile 7469 7470 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 7471 7472commit bf5a7710ec70e90e98f451b4ba0eb65f9ffc34eb 7473Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 7474Date: Fri Sep 5 09:19:54 2008 +0200 7475 7476 env_eeprom: Move conditional compilation to Makefile 7477 7478 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 7479 7480commit bb1f8b4f8bb0bfce52e0faa4637b975b745824b3 7481Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 7482Date: Fri Sep 5 09:19:30 2008 +0200 7483 7484 rename CFG_ENV_IS_IN_EEPROM in CONFIG_ENV_IS_IN_EEPROM 7485 7486 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 7487 7488commit 32628c5008105a732212003d83b75f05e5243bb2 7489Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 7490Date: Sat Aug 30 23:54:58 2008 +0200 7491 7492 cmd_mac: Move conditional compilation to Makefile 7493 7494 finish remaning CFG_ID_EEPROM in CONFIG_ID_EEPROM 7495 start in commit ad8f8687b78c3e917b173f038926695383c55555 7496 7497 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 7498 7499commit e5648acab153f0f429bfc714902c5aaa7879f71b 7500Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 7501Date: Sat Aug 30 23:47:41 2008 +0200 7502 7503 cmd_fdc: Move conditional compilation to Makefile 7504 7505 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 7506 7507commit 2d02d91d530e831f2dab228085963fc1d5b71cb0 7508Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 7509Date: Sat Aug 30 23:47:38 2008 +0200 7510 7511 common/Makefile: add core command section 7512 7513 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 7514 7515commit 0d92d4a699fb1a39381d98571dc51fb97e5bcf9e 7516Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 7517Date: Sat Aug 30 23:29:57 2008 +0200 7518 7519 cmd_vfd: Move conditional compilation to Makefile 7520 7521 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 7522 7523commit 6644641d072aee3087da129d8443187196a4d8a9 7524Author: Scott Wood <scottwood@freescale.com> 7525Date: Wed Sep 10 11:48:49 2008 -0500 7526 7527 delta, zylonite: Update nand_oobinfo to nand_ecclayout. 7528 7529 This is part of the switch to newer upstream MTD code. 7530 7531 Signed-off-by: Scott Wood <scottwood@freescale.com> 7532 7533commit 9b05aa788bfdd3264ff1bc9418cb19550a7234e4 7534Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com> 7535Date: Sat Aug 30 17:06:55 2008 -0400 7536 7537 ARM DaVinci: Fix broken HW ECC for large page NAND. 7538 7539 Based on original patch by Bernard Blackham <bernard@largestprime.net> 7540 7541 U-boot's HW ECC support for large page NAND on Davinci is completely 7542 broken. Some kernels, such as the 2.6.10 one supported by 7543 MontaVista for DaVinci, rely upon this broken behaviour as they 7544 share the same code for ECCs. In the existing scheme, error 7545 detection *might* work on large page, but error correction 7546 definitely does not. Small page ECC correction works, but the 7547 format is not compatible with the mainline git kernel. 7548 7549 This patch adds ECC code that matches what is currently in the 7550 Davinci git repository (since NAND support was added in 2.6.24). 7551 This makes the ECC and OOB layout written by u-boot compatible with 7552 Linux for both small page and large page devices and fixes ECC 7553 correction for large page devices. 7554 7555 The old behaviour can be restored by defining the macro 7556 CFG_DAVINCI_BROKEN_ECC, which is undefined by default. 7557 7558 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com> 7559 Acked-by: Sergey Kubushyn <ksi@koi8.net> 7560 Signed-off-by: Scott Wood <scottwood@freescale.com> 7561 7562commit 0b7c5639891f4103a0e31ec7ae0beb3e97ed3836 7563Author: Heiko Schocher <hs@denx.de> 7564Date: Wed Sep 10 11:15:28 2008 +0200 7565 7566 muas3001: update BR4 settings 7567 7568 Also set up the port pins for using I2C. 7569 7570 Signed-off-by: Heiko Schocher <hs@denx.de> 7571 7572commit 3591293509e0c0bcf244b0f974775bff2e25697e 7573Author: Petri Lehtinen <petri.lehtinen@inoi.fi> 7574Date: Wed Sep 10 09:43:49 2008 +0300 7575 7576 autoscr: Fix one-character lines and non-newline terminated scripts 7577 7578 When not using hush, the autoscr command now executes lines that are 7579 only one character long. It also runs the last line of scripts even if 7580 it does not end in a newline. 7581 7582 Signed-off-by: Petri Lehtinen <petri.lehtinen@inoi.fi> 7583 7584commit 9ebbb54f7a25055010fa6668eba40c72a4c4f985 7585Author: Victor Gallardo <vgallardo@amcc.com> 7586Date: Tue Sep 9 15:13:29 2008 -0700 7587 7588 ppc4xx: Allow DTT_I2C_DEV_CODE configured by CFG_I2C_DTT_ADDR 7589 7590 On AMCC Arches board DTT_I2C_DEV_CODE is different then canyonlands 7591 and glacier. 7592 7593 Signed-off-by: Victor Gallardo <vgallardo@amcc.com> 7594 7595commit 245f6ef3e11828cb46188e396fb1e67f7b07cd03 7596Author: Heiko Schocher <hs@denx.de> 7597Date: Mon Sep 8 10:21:11 2008 +0200 7598 7599 muas3001: added support for the LM75 sensor. 7600 7601 Signed-off-by: Heiko Schocher <hs@denx.de> 7602 7603commit 4a02a2dca82aeab8f839db9dd35fda9d5412dacb 7604Author: Heiko Schocher <hs@denx.de> 7605Date: Mon Sep 8 10:20:19 2008 +0200 7606 7607 muas3001: activate WDT for the muas3001 board. 7608 7609 Signed-off-by: Heiko Schocher <hs@denx.de> 7610 7611commit a55d074dac24dc941f1afb5b4e94b1509bfdda4e 7612Author: Heiko Schocher <hs@denx.de> 7613Date: Mon Sep 8 10:19:36 2008 +0200 7614 7615 muas3001: added 64MB SDRAM autodetection. 7616 7617 Signed-off-by: Heiko Schocher <hs@denx.de> 7618 7619commit 5251469943895de4bb9a04d5053352cc22acb7d5 7620Author: Andrew Klossner <andrew@cesa.opbu.xerox.com> 7621Date: Thu Aug 21 07:12:26 2008 -0700 7622 7623 Fix printf errors under -DDEBUG 7624 7625 Fix printf format-string/arg mismatches under -DDEBUG. 7626 7627 These warnings occur with DEBUG defined for a platform using 7628 cpu/mpc85xx. Users of other architectures can unearth similar 7629 problems by adding the line "CFLAGS += -DDEBUG=1" in config.mk right 7630 after "CFLAGS += $(call cc-option,-fno-stack-protector)". 7631 7632 Signed-off-by: Andrew Klossner <andrew@cesa.opbu.xerox.com> 7633 Signed-off-by: Andy Fleming <afleming@freescale.com> 7634 7635commit 8b9e4787641719d709bfa2ebeb72e8bd4952bee7 7636Author: Wolfgang Denk <wd@denx.de> 7637Date: Tue Sep 9 23:55:18 2008 +0200 7638 7639 Update CHANGELOG, prepare 2008-10-rc1 release 7640 7641 Signed-off-by: Wolfgang Denk <wd@denx.de> 7642 7643commit e0ff3d350d6b7960deb5a881dfc5acf3a63ef676 7644Author: Kumar Gala <galak@kernel.crashing.org> 7645Date: Mon Sep 8 08:51:29 2008 -0500 7646 7647 85xx: Ensure timebase is zero on secondary cores 7648 7649 The e500um says the timebase is volatile out of reset. To ensure 7650 TB sync works we need to make sure its zero. 7651 7652 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 7653 7654commit 54b4ab3c961a2012a1c2a09c259a6343323ec551 7655Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 7656Date: Tue Sep 9 22:18:24 2008 +0200 7657 7658 bootm_load_os: fix load_end debug message 7659 7660 print load_end value not pointer 7661 7662 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 7663 7664commit 1d9af0be764960e6cc1c093e97176c3542796820 7665Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 7666Date: Tue Sep 9 22:18:23 2008 +0200 7667 7668 bootm: enable fdt support only on ppc, m68k and sparc 7669 7670 ...as done in image.c 7671 7672 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 7673 7674commit 748b5274e76f81df85cfcffaffedc323678d0623 7675Author: Markus Heidelberg <markus.heidelberg@web.de> 7676Date: Tue Sep 9 18:51:05 2008 +0200 7677 7678 common/cmd_mem.c: remove nested #if defined(CONFIG_CMD_MEMORY) 7679 7680 Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de> 7681 7682commit 650632fe4ca09cfd0e5e6a593f2efc02ef87a58c 7683Author: Markus Heidelberg <markus.heidelberg@web.de> 7684Date: Tue Sep 9 17:31:46 2008 +0200 7685 7686 gitignore: add tags files and Vim swap file 7687 7688 Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de> 7689 7690commit 1d9b67b23fca6a25154333733204339802510720 7691Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com> 7692Date: Tue Sep 9 17:52:47 2008 +0900 7693 7694 add board_eth_init() for sh7785lcr board 7695 7696 Fix the problem that cannot work RTL8169 on sh7785lcr board. 7697 7698 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com> 7699 7700commit 7b7a869a8ba3bd6d9bffb748c91232141330f514 7701Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 7702Date: Wed Aug 6 16:08:41 2008 -0500 7703 7704 mtd: SPI Flash: Support the STMicro Flash 7705 7706 Add MTD SPI Flash support for M25P16, M25P20, M25P32, 7707 M25P40, M25P64, M25P80, M25P128. 7708 7709 Signed-off-by: Jason McMullan <mcmullan@netapp.com> 7710 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 7711 7712commit 4bc07c368076560ed7fa4c9f987c71a8521488a9 7713Author: Wolfgang Denk <wd@denx.de> 7714Date: Tue Sep 9 17:55:31 2008 +0200 7715 7716 trab: fix build problem after change to use do_div() 7717 7718 We must link with libgeneric now. 7719 7720 Signed-off-by: Wolfgang Denk <wd@denx.de> 7721 7722commit 3b20fd83c73c22acfcb0c6663be747bd5c8b7011 7723Author: Ryan CHEN <ryan.chen@st.com> 7724Date: Wed Aug 20 13:00:17 2008 -0400 7725 7726 Correct drv_usb_kbd_init function 7727 7728 The patch is that check if usb_get_dev_index() function return valid 7729 pointer. If valid, continue. Otherwise return -1. 7730 7731 Signed-off-by: Ryan Chen <ryan.chen@st.com> 7732 Acked-by: Markus Klotzbuecher <mk@denx.de> 7733 7734commit eba1f2fc75f128a9a6c1328d786996a93fd7a707 7735Author: Remy Bohmer <linux@bohmer.net> 7736Date: Wed Aug 20 11:22:02 2008 +0200 7737 7738 Make usb-stop() safe to call multiple times in a row. 7739 7740 A recent commit (936897d4d1365452bbbdf8430db5e7769ef08d38) 7741 enabled the usb_stop() command in common/cmd_bootm.c which was 7742 not enabled for some time, because no board did actually set the 7743 CFG_CMD_USB flag. So, now the usb_stop() is executed before 7744 loading the linux kernel. 7745 7746 However, the usb_ohci driver hangs up (at least on AT91SAM) if the 7747 driver is stopped twice (e.g. the peripheral clock is stopped on AT91). 7748 If some other piece of code calls usb_stop() before the bootm command, 7749 this command will hangup the system during boot. 7750 (usb start and stop is typically used while booting from usb memory stick) 7751 7752 But, stopping the usb stack twice is useless anyway, and a flag already 7753 existed that kept track on the usb_init()/usb_stop() calls. 7754 So, we now check if the usb stack is really started before we stop it. 7755 7756 This problem is now fixed in both the upper as low-level layer. 7757 7758 Signed-off-by: Remy Bohmer <linux@bohmer.net> 7759 Acked-by: Markus Klotzbuecher <mk@denx.de> 7760 7761commit 2c8ccf2728f5e67d991cecf76c4057db75a87b67 7762Author: Wolfgang Denk <wd@denx.de> 7763Date: Tue Sep 9 16:55:47 2008 +0200 7764 7765 Makefile: fix bug introduced by commit 47ffd6c2 7766 7767commit 880f6a5d7596f42db5ff8803b797b78ec5b146e0 7768Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es> 7769Date: Tue Sep 9 10:00:33 2008 -0400 7770 7771 ppc4xx: ppc440-generic-ALL: Fix out of tree build v2 7772 7773 This patch solves the problems compiling ml507, v5fx30teval and 7774 ppc440-generic out of tree. 7775 7776 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es> 7777 7778commit 47bebe34ca4e33bab0e822e4ceebbec2590ccbcb 7779Author: NÃcolas Carneiro Lebedenco <nicolas.lebedenco@tasksistemas.com.br> 7780Date: Thu Sep 4 15:35:46 2008 -0300 7781 7782 Fix dev_print when called from usb_stor_info (usb storage command) 7783 7784 Fix output of the usb storage command. It was printing "Device 0: not 7785 available" because IF_TYPE_USB was not included into the switch 7786 statement. 7787 7788 Signed-off-by: Nicolas Lebedenco <nicolas.lebedenco@tasksistemas.com.br> 7789 7790commit a4f243452cc8ce0c2c9b51a2520db4bde5f472de 7791Author: Bartlomiej Sieka <tur@semihalf.com> 7792Date: Tue Sep 9 12:58:16 2008 +0200 7793 7794 FIT: make iminfo check hashes of all images in FIT, return 1 on failed check 7795 7796 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com> 7797 7798commit 919f550dc11a13abf01c6bc713c968de790b8d7c 7799Author: Bartlomiej Sieka <tur@semihalf.com> 7800Date: Tue Sep 9 12:58:15 2008 +0200 7801 7802 FIT: add ability to check hashes of all images in FIT, improve output 7803 7804 - add function fit_all_image_check_hashes() that verifies if all 7805 hashes of all images in the FIT are valid 7806 - improve output of fit_image_check_hashes() when the hash check fails 7807 7808 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com> 7809 7810commit 1de1fa408967cef6804bb046b904114519bb36f0 7811Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 7812Date: Mon Sep 8 20:54:39 2008 +0200 7813 7814 qemu_mips: Update linux bootm to support dynamic cmdline 7815 7816 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 7817 7818commit f5ed9e39088ecfa5a5f3ef47b08e5bda7890d764 7819Author: Peter Tyser <ptyser@xes-inc.com> 7820Date: Mon Sep 8 14:56:49 2008 -0500 7821 7822 Add support for booting of INTEGRITY operating system uImages 7823 7824 Signed-off-by: Peter Tyser <ptyser@xes-inc.com> 7825 7826commit 72f1b65f1b68bc6ed0d182eda1f3d6cf51b6414a 7827Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 7828Date: Mon Sep 8 21:01:29 2008 +0200 7829 7830 mips/bootm: Fix typo in commit c4f9419c, "initrd_start" replaced by "images->rd_start" 7831 7832 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 7833 7834commit 9ba2e2c8191353d75b2d535e672a125be7b84c03 7835Author: Kumar Gala <galak@kernel.crashing.org> 7836Date: Mon Sep 8 13:57:12 2008 -0500 7837 7838 Remove support for booting ARTOS images 7839 7840 Pantelis Antoniou stated: 7841 AFAIK, it is still used but the products using PPC are long gone. 7842 Nuke it plz (from orbit). 7843 7844 So remove it since it cleans up a usage of env_get_char outside of 7845 the environment code. 7846 7847 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 7848 7849commit 47ffd6c2fc72b46daa9d5d59eedb894fab2b7ee1 7850Author: Wolfgang Denk <wd@denx.de> 7851Date: Tue Sep 9 15:45:18 2008 +0200 7852 7853 Makefile: compile and link each module just once 7854 7855 Several source files need to be compiled and linked when one or more 7856 config options are selected. To allow for easy selection in the 7857 Makefiles yet to avoild multiple compilation (which costs build time) 7858 and especially multiple linking (which causes errors), we use 7859 "COBJS = $(sort COBJS-y)" which eliminates duplicates. 7860 7861 By courtesy of Detlev Zundel who suggested this approach. 7862 7863 Signed-off-by: Wolfgang Denk <wd@denx.de> 7864 7865commit 48d0192fe869948fef14b460b5f0c85bca933693 7866Author: Andreas Engel <andreas.engel@ericsson.com> 7867Date: Mon Sep 8 14:30:53 2008 +0200 7868 7869 Moved conditional compile into Makefile 7870 7871 Signed-off-by: Andreas Engel <andreas.engel@ericsson.com> 7872 7873commit 20c9226cb8cab08a111ee73db04e62d943ee0c97 7874Author: Andreas Engel <andreas.engel@ericsson.com> 7875Date: Mon Sep 8 10:17:31 2008 +0200 7876 7877 Merged serial_pl010.c and serial_pl011.c. 7878 7879 They only differ in the init function. 7880 This also adds the missing watchdog support for the PL011. 7881 7882 Signed-off-by: Andreas Engel <andreas.engel@ericsson.com> 7883 7884commit 0817d688f307ee2c0598e79175c94a40ce90337b 7885Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es> 7886Date: Sun Sep 7 17:10:27 2008 -0400 7887 7888 Remove gap fill in srec object v2 7889 7890 SREC files do not need gap fill: The load address is specified in the 7891 file. On the other hand, it can't be avoided in a .bin object. It has 7892 no information about memory location. 7893 7894 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es> 7895 7896commit 1dc306931ca5ce87f13916fa7165b052d3aa714f 7897Author: Markus Heidelberg <markus.heidelberg@web.de> 7898Date: Sun Sep 7 20:18:27 2008 +0200 7899 7900 README: fix missing subdirectory in the documentation 7901 7902 Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de> 7903 7904commit 3ef96ded38a8d33b58b9fab9cd879d51ddac4cbd 7905Author: Graeme Russ <graeme.russ@gmail.com> 7906Date: Sun Sep 7 07:08:42 2008 +1000 7907 7908 Update i386 code (sc520_cdp) 7909 7910 Attempt to bring i386 / sc520 inline with master 7911 7912 Signed-off-by: Graeme Russ <graeme.russ@gmail.com> 7913 7914commit 5608692104efa8d56df803dc79ea41ac3607eee5 7915Author: Guennadi Liakhovetski <lg@denx.de> 7916Date: Thu Sep 4 13:01:49 2008 +0200 7917 7918 fw_env: add NAND support 7919 7920 Add support for environment in NAND with automatic NOR / NAND recognition, 7921 including unaligned environment, bad-block skipping, redundant environment 7922 copy. 7923 7924 Signed-off-by: Guennadi Liakhovetski <lg@denx.de> 7925 7926commit dd794323a2a1ed6a8a5df51785c31bcde60ad7ca 7927Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 7928Date: Tue Sep 9 09:50:24 2008 +0200 7929 7930 ppc4xx: Fix out-of-tree building of CPCI405 variants 7931 7932 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 7933 Acked-by: Stefan Roese <sr@denx.de> 7934 7935commit 59f630588e3fdbd698a0a2798e52a8924e899563 7936Author: Sergei Poselenov <sposelenov@emcraft.com> 7937Date: Fri Aug 15 15:42:11 2008 +0200 7938 7939 Removed hardcoded MxMR loop value from upmconfig() for MPC85xx. 7940 7941 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com> 7942 7943commit e64987a892353f3d49eb242d997820ef8f538912 7944Author: Anatolij Gustschin <agust@denx.de> 7945Date: Fri Aug 15 15:42:13 2008 +0200 7946 7947 85xx: socrates: Enable Lime support. 7948 7949 This patch adds Lime GDC support together with support for the PWM 7950 backlight control through the w83782d chip. The reset pin of the 7951 latter is attached to GPIO, so we need to reset it in 7952 early_board_init_r. 7953 7954 Signed-off-by: Anatolij Gustschin <agust@denx.de> 7955 7956commit 3e79b588b5199f35016f178fc0d5d1266382097f 7957Author: Detlev Zundel <dzu@denx.de> 7958Date: Fri Aug 15 15:42:12 2008 +0200 7959 7960 85xx: Socrates: Major code update. 7961 7962 - Update the local bus ranges in the FDT for Linux for the various 7963 devices connected to the local bus via chip-select. 7964 7965 - Set the LCRR_DBYP bit in the LCRR for local bus frequencies 7966 lower than 66 MHz and uses I/O accessor functions consequently. 7967 7968 - UPM data update. 7969 7970 - Update of default environment and configuration. Use I2C multibus 7971 as we do have two I2C buses. Also enable sdram and ext2 commands. 7972 7973 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com> 7974 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com> 7975 Signed-off-by: Detlev Zundel <dzu@denx.de> 7976 7977commit e8d18541c6ceab821f75faab031740b33fdbfa4b 7978Author: Timur Tabi <timur@freescale.com> 7979Date: Fri Jul 18 16:52:23 2008 +0200 7980 7981 Update Freescale 85xx boards to sys_eeprom.c 7982 7983 The new sys_eeprom.c supports both the old CCID EEPROM format and the new NXID 7984 format, and so it obsoletes board/freescale/common/cds_eeprom.c. Freescale 7985 86xx boards already use sys_eeprom.c, so this patch migrates the remaining 7986 Freescale 85xx boards to use it as well. cds_eeprom.c is deleted. 7987 7988 Signed-off-by: Timur Tabi <timur@freescale.com> 7989 7990commit aab2bf0202c86227e3dcc8a5b58946087ebcc1af 7991Author: Wolfgang Denk <wd@denx.de> 7992Date: Tue Sep 9 10:08:02 2008 +0200 7993 7994 lib_ppc/interrupts.c: make board_show_activity() a weak function 7995 7996 This allows to use show_activity() without having to 7997 define an empty board_show_activity() function. 7998 7999 Signed-off-by: Wolfgang Denk <wd@denx.de> 8000
8001commit fe876787f8743883ce58fed61525eaa2f34da4c5 8002Author: Wolfgang Denk <wd@denx.de> 8003Date: Tue Sep 9 10:06:44 2008 +0200 8004 8005 stxxtc: remove empty CONFIG_SHOW_ACTIVITY functions 8006 8007 Signed-off-by: Wolfgang Denk <wd@denx.de> 8008 8009commit 965de106ba8900372c8b16dc60d5acab7f925e38 8010Author: Wolfgang Denk <wd@denx.de> 8011Date: Tue Sep 9 10:03:47 2008 +0200 8012 8013 NETTA2: remove empty CONFIG_SHOW_ACTIVITY functions 8014 8015 Signed-off-by: Wolfgang Denk <wd@denx.de> 8016 8017commit 6cc64f9b5f69239c8b1969572b5a3a4aab7de5b9 8018Author: Sergei Poselenov <sposelenov@emcraft.com> 8019Date: Fri Aug 15 15:42:11 2008 +0200 8020 8021 Removed hardcoded MxMR loop value from upmconfig() for MPC85xx. 8022 8023 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com> 8024 8025commit 36241ca29d4804a1006fb3f26069effda5202581 8026Author: Anatolij Gustschin <agust@denx.de> 8027Date: Fri Aug 15 15:42:13 2008 +0200 8028 8029 85xx: socrates: Enable Lime support. 8030 8031 This patch adds Lime GDC support together with support for the PWM 8032 backlight control through the w83782d chip. The reset pin of the 8033 latter is attached to GPIO, so we need to reset it in 8034 early_board_init_r. 8035 8036 Signed-off-by: Anatolij Gustschin <agust@denx.de> 8037 8038commit 7a47753ddcaebbf2142809842f70c5f723bd9ddb 8039Author: Detlev Zundel <dzu@denx.de> 8040Date: Fri Aug 15 15:42:12 2008 +0200 8041 8042 85xx: Socrates: Major code update. 8043 8044 - Update the local bus ranges in the FDT for Linux for the various 8045 devices connected to the local bus via chip-select. 8046 8047 - Set the LCRR_DBYP bit in the LCRR for local bus frequencies 8048 lower than 66 MHz and uses I/O accessor functions consequently. 8049 8050 - UPM data update. 8051 8052 - Update of default environment and configuration. Use I2C multibus 8053 as we do have two I2C buses. Also enable sdram and ext2 commands. 8054 8055 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com> 8056 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com> 8057 Signed-off-by: Detlev Zundel <dzu@denx.de> 8058 8059commit 4d2ae70e8c31c22e5710df5ff236b5565ea2cf2c 8060Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 8061Date: Tue Sep 9 01:22:39 2008 +0200 8062 8063 disk-on-chip: remove duplicate doc_probe declaration 8064 8065 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 8066 8067commit 3221b074a0ab199f6ae47c19cc22f42ddf3ef819 8068Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 8069Date: Tue Sep 9 00:59:40 2008 +0200 8070 8071 onenand_uboot: fix warning: 'struct mtd_oob_ops' declared inside parameter list 8072 8073 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 8074 8075commit 13b4db0e2107175a8622ebb48529fa3ad8e12c75 8076Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 8077Date: Tue Sep 9 00:59:39 2008 +0200 8078 8079 rs5c372: fix rtc_set prototype 8080 8081 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 8082 8083commit 1bb8b2ef2722bbaea3cc5d46321ce1d99f9b56f7 8084Author: Sergei Poselenov <sposelenov@emcraft.com> 8085Date: Thu Aug 14 14:08:28 2008 +0200 8086 8087 ARM: fix warning: target CPU does not support interworking 8088 8089 This patch fixes warnings like this: 8090 8091 start.S:0: warning: target CPU does not support interworking 8092 8093 which come from some ARM cross compilers and are caused by hard-coded 8094 (with "--with-cpu=arm9" configuration option) ARM targets (which 8095 support ARM Thumb instructions), while the ARM target selected from 8096 the command line (with "-march=armv4") doesn't support Thumb 8097 instructions. 8098 8099 This warning is issued by the compiler regardless of the real use of 8100 the Thumb instructions in code. 8101 8102 To fix this problem, we use options according to compiler version 8103 being used. 8104 8105 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com> 8106 Signed-off-by: Wolfgang Denk <wd@denx.de> 8107 8108commit 4265c35fbcb248e58179007621d61d32d0b3b82a 8109Author: Sergei Poselenov <sposelenov@emcraft.com> 8110Date: Thu Aug 14 14:08:28 2008 +0200 8111 8112 ARM: Use do_div() instead of division for "long long". 8113 8114 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com> 8115 Signed-off-by: Wolfgang Denk <wd@denx.de> 8116 8117commit 8febd13c69cb68652577d1a9fcbde954bf784155 8118Author: Timur Tabi <timur@freescale.com> 8119Date: Fri Jul 18 16:52:23 2008 +0200 8120 8121 Update Freescale 85xx boards to sys_eeprom.c 8122 8123 The new sys_eeprom.c supports both the old CCID EEPROM format and the new NXID 8124 format, and so it obsoletes board/freescale/common/cds_eeprom.c. Freescale 8125 86xx boards already use sys_eeprom.c, so this patch migrates the remaining 8126 Freescale 85xx boards to use it as well. cds_eeprom.c is deleted. 8127 8128 Signed-off-by: Timur Tabi <timur@freescale.com> 8129 8130commit 1055171ed05b7c4885737463d52b8d6c013bcb5d 8131Author: Wolfgang Denk <wd@denx.de> 8132Date: Mon Sep 8 23:26:22 2008 +0200 8133 8134 lib_arm/bootm.c: fix compile warnings 8135 8136 bootm.c:128: warning: label 'error' defined but not used 8137 bootm.c:65: warning: unused variable 'ret' 8138 8139 Signed-off-by: Wolfgang Denk <wd@denx.de> 8140 8141commit 2e3c867d0a63c563a51e65b776973b008f16cec5 8142Author: Wolfgang Denk <wd@denx.de> 8143Date: Mon Sep 8 22:46:42 2008 +0200 8144 8145 ml507: fix out of tree build problem 8146 8147 Signed-off-by: Wolfgang Denk <wd@denx.de> 8148 8149commit 9863a15a98f23b79f34a0e4f9e465bc6df5d504d 8150Author: Wolfgang Denk <wd@denx.de> 8151Date: Mon Sep 8 22:10:28 2008 +0200 8152 8153 common/cmd_bootm.c: fix printf() format warnings 8154 8155 Signed-off-by: Wolfgang Denk <wd@denx.de> 8156 8157commit 4394f9a8c42bb1b0abc4fc04bd582d4db5f8b726 8158Author: Wolfgang Denk <wd@denx.de> 8159Date: Mon Sep 8 22:37:45 2008 +0200 8160 8161 BMW, PCIPPC2, PCIPPC6, RBC82: fix compile warnings 8162 8163 missing doc_probe() prototype. 8164 8165 Signed-off-by: Wolfgang Denk <wd@denx.de> 8166 8167commit 2c5e3cc4994897d364b148942ff23e47783198f6 8168Author: Wolfgang Denk <wd@denx.de> 8169Date: Mon Sep 8 21:28:14 2008 +0200 8170 8171 mk48t59: fix compile problem introduced by commit d1e23194 8172 8173 Signed-off-by: Wolfgang Denk <wd@denx.de> 8174 8175commit 5ff889349d2ace13f10c9335e09365fcec8247cc 8176Author: Stefan Roese <sr@denx.de> 8177Date: Mon Sep 8 14:11:12 2008 +0200 8178 8179 ppc4xx: Move ppc4xx specific prototypes to ppc4xx header 8180 8181 This patch moves some 4xx specific prototypes out of include common.h 8182 to a ppc4xx specific header. 8183 8184 Signed-off-by: Stefan Roese <sr@denx.de> 8185 8186commit ac53ee8318678190bf3c68da477a84a657d86fb0 8187Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 8188Date: Fri Sep 5 15:34:04 2008 +0200 8189 8190 ppc4xx: Update CPCI405(AB) configuration 8191 8192 This patch add FDT support and command line editing capabilities 8193 for CPCI405 and CPCI405AB boards. 8194 8195 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 8196 Signed-off-by: Stefan Roese <sr@denx.de> 8197 8198commit 7b1fbcadf73a83b3beb94abccda1c35e2c075a94 8199Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 8200Date: Fri Sep 5 15:34:03 2008 +0200 8201 8202 ppc4xx: Cleanup CPCI405 linker script 8203 8204 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 8205 Signed-off-by: Stefan Roese <sr@denx.de> 8206 8207commit 767f9159c5c94cd0cb3135b5b82814ad12816ddf 8208Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 8209Date: Fri Sep 5 15:34:02 2008 +0200 8210 8211 ppc4xx: Update CPCI405 variants handling 8212 8213 This patch replaces the BOARD_REVISION variable in include/config.mk 8214 by a using a temporary include file in the platform directory. 8215 8216 The former way does not work anymore and the latter is also used by 8217 some other boards. 8218 8219 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 8220 Signed-off-by: Stefan Roese <sr@denx.de> 8221 8222commit f071f01fd09e9bf1cf09de37a7416aacce71bae1 8223Author: Stefan Roese <sr@denx.de> 8224Date: Mon Sep 8 10:01:48 2008 +0200 8225 8226 ppc4xx: Remove CONFIG_CS8952_PHY define 8227 8228 Since this define is only used on one board that was never really in 8229 production, removing this compile time option doesn't hurt and makes 8230 the code more readable. 8231 8232 Signed-off-by: Stefan Roese <sr@denx.de> 8233 8234commit 6ca8646c1860bba74326bf916a5a3389a5c0d3b5 8235Author: Stefan Roese <sr@denx.de> 8236Date: Fri Sep 5 14:11:40 2008 +0200 8237 8238 ppc4xx: Fix compilation warning for PIP405 8239 8240 This patch fixes a compilation warning for the PIP405 board. It moves the 8241 #ifndef CONFIG_CS8952_PHY define a little so that the warning doesn't 8242 occur anymore. I am a little unsure if this #ifdef is at the correct 8243 place now or if it could be removed completely. This needs to get 8244 tested on the PIP405 board. 8245 8246 Signed-off-by: Stefan Roese <sr@denx.de> 8247 8248commit 725b53ac61f4df3026b8f6489ef0080fd27d3816 8249Author: Stefan Roese <sr@denx.de> 8250Date: Fri Sep 5 14:09:09 2008 +0200 8251 8252 ppc4xx: Fix compilation warning for canyonlands & glacier 8253 8254 Signed-off-by: Stefan Roese <sr@denx.de> 8255 8256commit 302e52e0b1d4c7f994991709d0cb6c3ea612cdb5 8257Author: Kumar Gala <galak@kernel.crashing.org> 8258Date: Fri Sep 5 14:40:29 2008 -0500 8259 8260 Fix compiler warning in mpc8xxx ddr code 8261 8262 ctrl_regs.c: In function 'compute_fsl_memctl_config_regs': 8263 ctrl_regs.c:523: warning: 'caslat' may be used uninitialized in this function 8264 ctrl_regs.c:523: note: 'caslat' was declared here 8265 8266 Add a warning in DDR1 case if cas_latency isn't a value we know about. 8267 8268 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 8269 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 8270 8271commit d1e2319414ea5218ba801163e4530ecf2dfcbf36 8272Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 8273Date: Mon Sep 1 23:06:23 2008 +0200 8274 8275 rtc: allow rtc_set to return an error and use it in cmd_date 8276 8277 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 8278 8279commit ee9536a28cb149bcb6c5dee9d08c62c91f4c72d2 8280Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 8281Date: Mon Sep 1 01:16:33 2008 +0200 8282 8283 ap325rxa/favr-32-ezkit: Use CONFIG_FLASH_CFI_DRIVER 8284 8285 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 8286 8287commit 6b971c73f182248ce103503d74fbc0100bb8c8b7 8288Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 8289Date: Sun Aug 31 05:37:04 2008 +0900 8290 8291 config.mk: Move arch-specific condition to $(ARCH)_config.mk 8292 8293 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 8294 8295commit ea86b9e64b811753d9eabe0f560ee189fbe5d0c1 8296Author: Kumar Gala <galak@kernel.crashing.org> 8297Date: Fri Aug 29 19:08:29 2008 -0500 8298 8299 Prevent crash if random/invalid ramdisks are passed to bootm 8300 8301 Adds returning an error from the ramdisk detection code if 8302 its not a real ramdisk (invalid). There is no reason we can't 8303 just return back to the console if we detect an invalid 8304 ramdisk or CRC error. 8305 8306 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 8307 8308commit 8e02494e8f86c8f2d7324b5eb9e75271104a01ef 8309Author: Anatolij Gustschin <agust@denx.de> 8310Date: Fri Aug 29 21:04:45 2008 +0200 8311 8312 Prevent crash if random DTB address is passed to bootm 8313 8314 This patch adds bootm_start() return value check. If 8315 error status is returned, we do not proceed further to 8316 prevent board reset or crash as we still can recover 8317 at this point. 8318 8319 Signed-off-by: Anatolij Gustschin <agust@denx.de> 8320 8321commit cc347801add2689b1ee54d21f62bc14ecf6e1dd8 8322Author: Andrew Dyer <adyer@righthandtech.com> 8323Date: Fri Aug 29 12:30:39 2008 -0500 8324 8325 clean up some #if !defined() in drivers/video/cfb_console.c 8326 8327 rearrange some #if !defined() / #else / #endif statements to remove 8328 the negative logic. 8329 8330 Signed-off-by: Andrew Dyer <adyer@righthandtech.com> 8331 8332commit c83f4c2d77f07174dcd6bef7e87a0f7017be7c33 8333Author: Kyungmin Park <kmpark@infradead.org> 8334Date: Fri Aug 29 09:02:20 2008 +0900 8335 8336 apollon: use the last memory area for u-boot 8337 8338 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> 8339 8340commit a6f2e455b774d0c5d56e44e5661df9adb69b6e07 8341Author: Heiko Schocher <hs@denx.de> 8342Date: Thu Aug 28 13:50:42 2008 +0200 8343 8344 TQM8272: move NAND part in seperate File 8345 8346 I didn't try to use drivers/mtd/nand/fsl_upm.c for the NAND driver, 8347 because I have no longer access to the hardware. 8348 8349 Signed-off-by: Heiko Schocher <hs@denx.de> 8350 8351commit 584f979f7ee914e32d408739cbdd2c4457ec18b8 8352Author: Heiko Schocher <hs@denx.de> 8353Date: Thu Aug 28 13:48:36 2008 +0200 8354 8355 TQM8272: Fix compiling error for the TQM8272 board. 8356 8357 Fix compile problems caused by 8358 commit cfa460adfdefcc30d104e1a9ee44994ee349bb7b 8359 8360 Signed-off-by: Heiko Schocher <hs@denx.de> 8361 8362commit 1a7f8ccec981648ccd38fca2535490582eee08e6 8363Author: Kyungmin Park <kmpark@infradead.org> 8364Date: Wed Aug 27 14:45:20 2008 +0900 8365 8366 Add JFFS2 command support on OneNAND 8367 8368 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> 8369 8370commit f5c3ba79788b0e39baab7026d374fe375dd1a43f 8371Author: Mark Jackson <mpfj@mimc.co.uk> 8372Date: Mon Aug 25 19:21:30 2008 +0100 8373 8374 Allow console input to be disabled 8375 8376 Added new CONFIG_DISABLE_CONSOLE define and GD_FLG_DISABLE_CONSOLE. 8377 8378 When CONFIG_DISABLE_CONSOLE is defined, setting 8379 GD_FLG_DISABLE_CONSOLE disables all console input and output. 8380 8381 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk> 8382 8383commit 2b22d608f370565c87f55928b524207031419c11 8384Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es> 8385Date: Wed Jul 30 12:39:29 2008 +0200 8386 8387 loads: allow negative offsets 8388 8389 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es> 8390 8391commit e90fb6afab2c0c074dfb67bacb4de179eb188a24 8392Author: Yuri Tikhonov <yur@emcraft.com> 8393Date: Thu Sep 4 11:19:05 2008 +0200 8394 8395 USB EHCI: reset root hub 8396 8397 Some of multi-function USB controllers (e.g. ISP1562) allow root hub 8398 resetting only via EHCI registers. So, this patch adds the 8399 corresponding kind of reset to OHCI's hc_reset() if the newly 8400 introduced CONFIG_PCI_EHCI_DEVNO option is set (e.g. for Socrates 8401 board). 8402 8403 Signed-off-by: Yuri Tikhonov <yur@emcraft.com> 8404 Acked-by: Markus Klotzbuecher <mk@denx.de> 8405 8406commit 5875d358f025c1b042d8a0f08384b756de7256c9 8407Author: Yuri Tikhonov <yur@emcraft.com> 8408Date: Fri Aug 15 15:42:09 2008 +0200 8409 8410 RX 8025 RTC: analyze 12/24-hour mode flag in rtc_get(). 8411 8412 Signed-off-by: Yuri Tikhonov <yur@emcraft.com> 8413 8414commit 3e3c026ed746a284c6f0ef139b26d859939de7e9 8415Author: Stefan Roese <sr@denx.de> 8416Date: Fri Sep 5 10:47:46 2008 +0200 8417 8418 devices: Use list_add_tail() instead of list_add() to register a device 8419 8420 This patch fixes a problem spotted on Glacier/Canyonlands (and most 8421 likely lots of other board ports), that no serial output was seen 8422 after console initialization in console_init_r(). This is because the 8423 last added console device was used instead of the first added. 8424 8425 This patch fixes this problem by using list_add_tail() instead of 8426 list_add() to register a device. This way the first added console 8427 is used again. 8428 8429 Signed-off-by: Stefan Roese <sr@denx.de> 8430 8431commit 78d78236896d62bb8ca7302af38d8f1493eb2651 8432Author: Victor Gallardo <vgallardo@amcc.com> 8433Date: Thu Sep 4 23:49:36 2008 -0700 8434 8435 ppc4xx: Add support for GPCS, SGMII and M88E1112 PHY 8436 8437 This patch adds GPCS, SGMII and M88E1112 PHY support 8438 for the AMCC PPC460GT/EX processors. 8439 8440 Signed-off-by: Victor Gallardo <vgallardo@amcc.com> 8441 Signed-off-by: Stefan Roese <sr@denx.de> 8442 8443commit f6b6c45840f9b4671d2d97243a12a1f3ffb64765 8444Author: Adam Graham <agraham@amcc.com> 8445Date: Wed Sep 3 12:26:59 2008 -0700 8446 8447 ppc4xx: Update Kilauea to use PPC4xx DDR autocalibration routines 8448 8449 Signed-off-by: Adam Graham <agraham@amcc.com> 8450 Signed-off-by: Stefan Roese <sr@denx.de> 8451 8452commit 075d0b81e896e8735ae26372cd384f87cbd24e41 8453Author: Adam Graham <agraham@amcc.com> 8454Date: Wed Sep 3 12:26:28 2008 -0700 8455 8456 ppc4xx: IBM Memory Controller DDR autocalibration routines 8457 8458 Alternate SDRAM DDR autocalibration routine that can be generically used 8459 for any PPC4xx chips that have the IBM SDRAM Controller core allowing for 8460 support of more DIMM/memory chip vendors and gets the DDR autocalibration 8461 values which give the best read latency performance (SDRAM0_RDCC.[RDSS]). 8462 8463 Two alternate SDRAM DDR autocalibration algoritm are provided in this patch, 8464 "Method_A" and "Method_B". DDR autocalibration Method_A scans the full range 8465 of possible PPC4xx SDRAM Controller DDR autocalibration values and takes a 8466 lot longer to run than Method_B. Method_B executes in the same amount of time 8467 as the currently existing DDR autocalibration routine, i.e. 1 second or so. 8468 Normally Method_B is used and it is set as the default method. 8469 8470 The current U-Boot PPC4xx DDR autocalibration code calibrates the IBM SDRAM 8471 Controller registers.[bit-field]: 8472 1) SDRAM0_RQDC.[RQFD] 8473 2) SDRAM0_RFDC.[RFFD] 8474 8475 This alternate PPC4xx DDR autocalibration code calibrates the following 8476 IBM SDRAM Controller registers.[bit-field]: 8477 8478 1) SDRAM0_WRDTR.[WDTR] 8479 2) SDRAM0_CLKTR.[CKTR] 8480 3) SDRAM0_RQDC.[RQFD] 8481 4) SDRAM0_RFDC.[RFFD] 8482 8483 and will also use the calibrated settings of the above four registers that 8484 produce the best "Read Sample Cycle Select" value in the SDRAM0_RDCC.[RDSS] 8485 register.[bit-field]. 8486 8487 Signed-off-by: Adam Graham <agraham@amcc.com> 8488 Signed-off-by: Stefan Roese <sr@denx.de> 8489 8490commit e07f4a8033b6270b8103049adb6456f660ff4a89 8491Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es> 8492Date: Mon Sep 1 13:09:39 2008 -0400 8493 8494 ppc44x: Unification of virtex5 pp440 boards 8495 8496 This patch provides an unificated way of handling xilinx v5 ppc440 boards. 8497 8498 It unificates 3 different things: 8499 8500 1) Source code 8501 A new board called ppc440-generic has been created. This board includes 8502 a generic tlb initialization (Maps the whole memory into virtual) and 8503 defines board_pre_init, checkboard, initdram and get_sys_info weakly, 8504 so, they can be replaced by specific functions. 8505 8506 If a new board needs to redefine any of the previous functions 8507 (specific initialization) it can create a new directory with the 8508 specific initializations needed. (see the example ml507 board). 8509 8510 2) Configuration file 8511 Common configurations are located under configs/xilinx-ppc440.h, this 8512 header file interpretes the xparameters file generated by EDK and 8513 configurates u-boot in correspondence. Example: if there is a Temac, 8514 allows CMD_CONFIG_NET 8515 Specific configuration are located under specific configuration file. 8516 (see the example ml507 board) 8517 8518 3) Makefile 8519 Some work has been done in order to not duplicate work in the Main 8520 Makefile. Please see the attached code. 8521 8522 In order to support new boards they can be implemented in the next way: 8523 8524 a) Simple Generic Board (90% of the time) 8525 Using EDK generates a new xparameters.h file, replace 8526 ppc440-generic/xparameters.h and run make xilinx-ppc440-generic_config 8527 && make 8528 8529 b) Simple Boards with special u-boot parameters (9 % of the time) 8530 Create a new file under configs for it (use ml507.h as example) and 8531 change your paramaters. Create a new Makefile paragraph and compile 8532 8533 c) Complex boards (1% of the time) 8534 Create a new folder for the board, like the ml507 8535 8536 Finally, it adds support for the Avnet FX30T Evaluation board, following 8537 the new generic structure: 8538 8539 Cheap board by Avnet for evaluating the Virtex5 FX technology. 8540 8541 This patch adds support for: 8542 - UartLite 8543 - 16MB Flash 8544 - 64MB RAM 8545 8546 Prior using U-boot in this board, read carefully the ERRATA by Avnet 8547 to solve some memory initialization issues. 8548 8549 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es> 8550 Signed-off-by: Stefan Roese <sr@denx.de> 8551 8552commit 64ac1eb5afafced49b327425ad1814b2dc422d6e 8553Author: Nick Spence <nick.spence@freescale.com> 8554Date: Tue Sep 2 15:21:16 2008 -0500 8555 8556 mpc83xx: fix mpc8313 in-tree building with NAND 8557 8558 and add mpc8313 NAND build to MAKEALL 8559 8560 Signed-off-by: Nick Spence <nick.spence@freescale.com> 8561 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 8562 8563commit 6eb2a44e27919fdc601e0c05404b298a7602c0e3 8564Author: Nick Spence <nick.spence@freescale.com> 8565Date: Thu Aug 28 14:09:25 2008 -0700 8566 8567 mpc83xx: clean up cache operations and unlock_ram_in_cache() functions 8568 8569 Cleans up some latent issues with the data cache control so that 8570 dcache_enable() and dcache_disable() will work reliably (after 8571 unlock_ram_in_cache() has been called) 8572 8573 Signed-off-by: Nick Spence <nick.spence@freescale.com> 8574 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 8575 8576commit 46497056ae3b1e81e736e9cf3a170472c5d9719f 8577Author: Nick Spence <nick.spence@freescale.com> 8578Date: Thu Aug 28 14:09:19 2008 -0700 8579 8580 mpc83xx: Store and display Arbiter Event Register values 8581 8582 Record the Arbiter Event Register values and optionally display them. 8583 8584 The Arbiter Event Register can record the type and effective address of 8585 an arbiter error, even through an HRESET. This patch stores the values in 8586 the global data structure. 8587 8588 Display of the Arbiter Event registers immediately after the RSR value 8589 can be enabled with defines. The Arbiter values will only be displayed 8590 if an arbiter event has occured since the last Power On Reset, and either 8591 of the following defines exist: 8592 #define CONFIG_DISPLAY_AER_BRIEF - display only the arbiter address and 8593 and type register values 8594 #define CONFIG_DISPLAY_AER_FULL - display and interpret the arbiter 8595 event register values 8596 8597 Address Only transactions are one of the trapped events that can register 8598 as an arbiter event. They occur with some cache manipulation instructions 8599 if the HID0_ABE (Address Broadcast Enable) is set and the memory region 8600 has the MEMORY_COHERENCE WIMG bit set. Setting: 8601 #define CONFIG_MASK_AER_AO - prevents the arbiter from recording address 8602 only events, so that it can still capture 8603 other real problems. 8604 8605 Signed-off-by: Nick Spence <nick.spence@freescale.com> 8606 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 8607 8608commit ade50c7fa1b16ef98be17e9c3ae286aecf4f5605 8609Author: Nick Spence <nick.spence@freescale.com> 8610Date: Thu Aug 28 14:09:11 2008 -0700 8611 8612 mpc83xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache 8613 8614 This is needed in unlock_ram_in_cache() because it is called from C and 8615 will corrupt the small data area anchor that is kept in R2. 8616 8617 lock_ram_in_cache() is modified similarly as good coding practice, but 8618 is not called from C. 8619 8620 Signed-off-by: Nick Spence <nick.spence@freescale.com> 8621 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 8622 8623commit d9fe88173cb4f7d293796ffe10c7a0d3d426d8f9 8624Author: Nick Spence <nick.spence@freescale.com> 8625Date: Fri Aug 22 23:52:50 2008 -0700 8626 8627 MPC83XX: Fix GPIO configuration - set gpio level before direction 8628 8629 Set DAT value before DIR values to avoid creating glitches on the 8630 GPIO signals. 8631 8632 Set gpio level register before direction register to inhibit 8633 glitches on high level output pins. 8634 8635 Dir and data gets cleared at powerup, so high level output lines see 8636 a short low pulse between setting the direction and level registers. 8637 8638 Issue was seen on a new board with the nReset line of the NOR flash 8639 connected to a GPIO. Setting the direction register puts the NOR flash 8640 in reset so the next instruction to set the level cannot get executed. 8641 8642 Signed-off-by: Nick Spence <nick.spence@freescale.com> 8643 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> 8644 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 8645 8646commit 7007c5975ee900ad70983b0681d3251e221f8321 8647Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 8648Date: Tue Sep 2 02:58:32 2008 +0200 8649 8650 doc/qemu_mips: add doc howto debug u-boot with gdb 8651 8652 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 8653 8654commit 7deb3b3ecd0e81ef09bb68aa0ec2346f4ae0a405 8655Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 8656Date: Wed Sep 3 17:15:45 2008 +0200 8657 8658 ppx4xx: Fix broken DASA_SIM board 8659 8660 This patch adds initdram() to DASA_SIM boards that has been 8661 removed accidentally by a previous commit. 8662 8663 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 8664 Signed-off-by: Stefan Roese <sr@denx.de> 8665 8666commit 7e410aa30fbcb1d19a26bbf1e84a9ca6102d534b 8667Author: Stefan Roese <sr@denx.de> 8668Date: Mon Sep 1 08:35:37 2008 +0200 8669 8670 ppc4xx: Remove reference to common/lists.o from some esd linker scripts 8671 8672 This patch removes some direct references to common/lists.o from some 8673 esd linker scripts. This is necessary because the lists source was moved 8674 and is not in the "common" directory anymore. 8675 8676 Signed-off-by: Stefan Roese <sr@denx.de> 8677 8678commit 97b0734d65f8a0b03df0a335a2addc759da56107 8679Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 8680Date: Tue Sep 2 16:33:05 2008 +0200 8681 8682 ppc4xx: Remove obsolete or unused functions from some esd boards 8683 8684 This patch removes initdram() and testdram() from most esd 405 platforms. 8685 Some boards also have an empty dummy implementation of 8686 misc_init_f(). This is also removed. 8687 8688 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 8689 Signed-off-by: Stefan Roese <sr@denx.de> 8690 8691commit 1092ce218c514e5ccb18450ac5af501d96d6e3e9 8692Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 8693Date: Tue Sep 2 15:07:54 2008 +0200 8694 8695 ppc4xx: Update VOM405 board configuration 8696 8697 - remove PCI code 8698 - add command line editing 8699 - minor cleanup 8700 8701 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 8702 Signed-off-by: Stefan Roese <sr@denx.de> 8703 8704commit 830c800e28e96ec7c3c6936a0bd1b9461f3e77d4 8705Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 8706Date: Tue Sep 2 15:07:53 2008 +0200 8707 8708 ppc4xx: Remove obsolete initdram() function from VOM405 board 8709 8710 This patch removed the obsolete initdram() function from 8711 VOM405 platform file. 8712 8713 Some minor cleanup. 8714 8715 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 8716 Signed-off-by: Stefan Roese <sr@denx.de> 8717 8718commit 3d4dd7a941b2327b8c2fc535b782ca307ff8b6c8 8719Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 8720Date: Tue Sep 2 15:07:52 2008 +0200 8721 8722 ppc4xx: Cleanup VOM405 linker script 8723 8724 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 8725 Signed-off-by: Stefan Roese <sr@denx.de> 8726 8727commit fcaffd597f6f5191b12ca66c2a4789bbdeea85c2 8728Author: Matthias Fuchs <mf@esd.eu> 8729Date: Tue Sep 2 15:07:51 2008 +0200 8730 8731 ppc4xx: Add fdt support for VOM405 boards 8732 8733 Signed-off-by: Matthias Fuchs <mf@esd.eu> 8734 Signed-off-by: Stefan Roese <sr@denx.de> 8735 8736commit 9ec367aa2c5dcf79558aa2b209b45d7686654c14 8737Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 8738Date: Tue Sep 2 11:36:14 2008 +0200 8739 8740 ppc4xx: Coding style cleanup 8741 8742 Wrap long lines etc. 8743 8744 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 8745 Signed-off-by: Stefan Roese <sr@denx.de> 8746 8747commit 17e65c21adfb63980e6aff80bfbd2df0eeb12060 8748Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 8749Date: Tue Sep 2 11:35:56 2008 +0200 8750 8751 ppc4xx: Enable USB on PLU405 boards 8752 8753 This patch enables the PCI-OHCI controller on PLU405 board. 8754 8755 Also the default CPU frequency is updated to 266 MHz and 8756 command line editing is enabled. 8757 8758 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 8759 Signed-off-by: Stefan Roese <sr@denx.de> 8760 8761commit 40e43e3b87d57b2ac786e27f6e25a7df9940d93b 8762Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 8763Date: Tue Sep 2 11:35:35 2008 +0200 8764 8765 ppc4xx: Cleanup PLU405 platform file 8766 8767 This patch 8768 - wraps some long lines 8769 - removes unused/obsolete functions: misc_init_f() and initdram() 8770 8771 Signed-off-by: Matthias Fuchs <mf@esd.eu> 8772 Signed-off-by: Stefan Roese <sr@denx.de> 8773 8774commit d74cdb1d0614ab78128e0735a51e7988a7b7ea33 8775Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 8776Date: Tue Sep 2 11:35:04 2008 +0200 8777 8778 ppc4xx: Cleanup PLU405 linker script 8779 8780 Signed-off-by: Matthias Fuchs <mf@esd.eu> 8781 Signed-off-by: Stefan Roese <sr@denx.de> 8782 8783commit 3bc1054cec2f6b25822f301ea922a16233baa4c7 8784Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 8785Date: Tue Sep 2 11:34:36 2008 +0200 8786 8787 ppc4xx: Add fdt support for PLU405 boards 8788 8789 Signed-off-by: Matthias Fuchs <mf@esd.eu> 8790 Signed-off-by: Stefan Roese <sr@denx.de> 8791 8792commit 5a3e480b783bfbc139586293a54fb875d7c5c5d4 8793Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 8794Date: Tue Sep 2 11:34:08 2008 +0200 8795 8796 ppc4xx: Increase U-Boot size to 384kB for PLU405 boards 8797 8798 Signed-off-by: Matthias Fuchs <mf@esd.eu> 8799 Signed-off-by: Stefan Roese <sr@denx.de> 8800 8801commit be1b0d2777e179191a57b138b660547a17e55aad 8802Author: Jochen Friedrich <jochen@scram.de> 8803Date: Tue Sep 2 11:24:59 2008 +0200 8804 8805 Don't tftp to unknown flash 8806 8807 If a board has a variable number of flash banks, there are empty entries 8808 in flash_info[] and CFG_DIRECT_FLASH_TFTP is set, tftp boot fails with 8809 "Outside available Flash". This patch skips flash banks with unknown 8810 flash ids. 8811 8812 Signed-off-by: Jochen Friedrich <jochen@scram.de> 8813 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 8814 8815commit 33314470ab32a3f5412bb61b5f3d6c216c88bf9b 8816Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 8817Date: Thu Aug 28 13:40:44 2008 +0900 8818 8819 net: smc911x: Add pkt_data_pull and pkt_data_push function 8820 8821 The RSK7203 board has the SMSC9118 wired up 'incorrectly'. 8822 Byte-swapping is necessary, and so poor performance is inevitable. 8823 This problem cannot evade by the swap function of CHIP, this can 8824 evade by software Byte-swapping. 8825 And this has problem by FIFO access only. pkt_data_pull/pkt_data_push 8826 functions necessary to solve this problem. 8827 8828 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 8829 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 8830 8831commit 10efa024b8ffd9e6aaca63da8bddfdffdc672274 8832Author: Ben Warren <biggerbadderben@gmail.com> 8833Date: Sun Aug 31 20:37:00 2008 -0700 8834 8835 Moved initialization of EEPRO100 Ethernet controller to board_eth_init() 8836 8837 Affected boards: 8838 db64360 8839 db64460 8840 katmai 8841 taihu 8842 taishan 8843 yucca 8844 cpc45 8845 cpu87 8846 eXalion 8847 elppc 8848 debris 8849 kvme080 8850 mpc8315erdb 8851 integratorap 8852 ixdp425 8853 oxc 8854 pm826 8855 pm828 8856 pm854 8857 pm856 8858 ppmc7xx 8859 sc3 8860 sc520_spunk 8861 sorcery 8862 tqm8272 8863 tqm85xx 8864 utx8245 8865 8866 Removed initialization of the driver from net/eth.c 8867 Also, wrapped contents of pci_eth_init() by CONFIG_PCI. 8868 8869 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 8870 8871commit 8ca0b3f99c4fce7a599dcaf92ae095496dc8c8e0 8872Author: Ben Warren <biggerbadderben@gmail.com> 8873Date: Sun Aug 31 10:45:44 2008 -0700 8874 8875 Moved initialization of TULIP Ethernet controller to board_eth_init() 8876 8877 Affected boards: 8878 cu824 8879 bab7xx 8880 adciop 8881 dasa_sim 8882 mousse 8883 mpc8540eval 8884 musenki 8885 mvblue 8886 pcippc2/pcippc6 8887 sbc8240 8888 stxssa 8889 8890 Removed initialization of the driver from net/eth.c 8891 8892 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 8893 8894commit ad3381cf4167120db5c7b88e4970245e1d5c0a32 8895Author: Ben Warren <biggerbadderben@gmail.com> 8896Date: Sun Aug 31 10:44:19 2008 -0700 8897 8898 Moved initialization of E1000 Ethernet controller to board_eth_init() 8899 8900 Affected boards: 8901 ap1000 8902 mvbc_p 8903 PM854 8904 8905 Removed initialization of the driver from net/eth.c 8906 8907 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 8908 8909commit 4fce2aceaf8afd31a252bc782c9dbc497bf40487 8910Author: Ben Warren <biggerbadderben@gmail.com> 8911Date: Sun Aug 31 10:40:51 2008 -0700 8912 8913 Moved initialization of plb2800 Ethernet driver to board_eth_init 8914 8915 Affected boards: 8916 purple 8917 8918 Removed initialization of controller from net/eth.c 8919 8920 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 8921 8922commit e1d7480b5de1fd4830bf7cf5e2237d3b0846d08d 8923Author: Ben Warren <biggerbadderben@gmail.com> 8924Date: Sun Aug 31 10:39:12 2008 -0700 8925 8926 Moved initialization of MPC5xxx_FEC Ethernet driver to CPU directory 8927 8928 Modified board_eth_init() functions of boards that have this FEC in addition 8929 to other Ethernet controllers. 8930 8931 Affected boards: 8932 bc3450 8933 icecube 8934 mvbc_p 8935 o2dnt 8936 pm520 8937 total5200 8938 tq5200 8939 8940 Removed initialization of controller from net/eth.c 8941 8942 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 8943 8944commit a0aad08f9427ac00218bdb2cb649833ce6ec9b8d 8945Author: Ben Warren <biggerbadderben@gmail.com> 8946Date: Sun Aug 31 10:36:38 2008 -0700 8947 8948 Moved initialization of MPC512x_FEC Ethernet driver to CPU directory 8949 8950 Added a cpu_eth_init() function to MPC512x CPU directory and 8951 removed code from net/eth.c 8952 8953 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 8954 8955commit 8218bd2aa68820b878a8413493ae17fd8d21f944 8956Author: Ben Warren <biggerbadderben@gmail.com> 8957Date: Sun Aug 31 10:16:59 2008 -0700 8958 8959 Moved initialization of IncaIP Ethernet controller to board_eth_init 8960 8961 Affected boards: 8962 IncaIP 8963 8964 Removed initialization of the driver from net/eth.c 8965 8966 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 8967 8968commit 164846eeb25cb2a5ede7ab9371fdca7f4831a055 8969Author: Ben Warren <biggerbadderben@gmail.com> 8970Date: Sun Aug 31 10:15:26 2008 -0700 8971 8972 Moved initialization of 3COM Ethernet controller (AmigaOne) to board_eth_init() 8973 8974 Affected boards: 8975 AmigaOneG3SE 8976 8977 Removed initialization of the driver from net/eth.c 8978 8979 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 8980 8981commit 6aca145e067efe75398e9fac97822bd3700de0b2 8982Author: Ben Warren <biggerbadderben@gmail.com> 8983Date: Sun Aug 31 10:13:34 2008 -0700 8984 8985 Moved initialization of GT6426x Ethernet controller to board_eth_init() 8986 8987 Affected boards: 8988 EVB64260 8989 P3G4 8990 ZUMA 8991 8992 Removed initialization of the driver from net/eth.c 8993 8994 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 8995 8996commit e3090534d62045dcb73f5392bacc64a4e8e443dc 8997Author: Ben Warren <biggerbadderben@gmail.com> 8998Date: Sun Aug 31 10:08:43 2008 -0700 8999 9000 Moved initialization of PCNET Ethernet controller to board_eth_init()
9001 9002 Affected boards: 9003 PN62 9004 sc520_cdp 9005 9006 Removed initialization of the driver from net/eth.c 9007 9008 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 9009 9010commit b902b8dda5e1fd4d5fe2f202c71ee3521d2c40ed 9011Author: Ben Warren <biggerbadderben@gmail.com> 9012Date: Sun Aug 31 10:07:16 2008 -0700 9013 9014 Moved initialization of NATSEMI Ethernet controller to board_eth_init() 9015 9016 Affected boards: 9017 a3000 9018 9019 Removed initialization of the driver from net/eth.c 9020 9021 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 9022 9023commit 19403633dd70333893c2da7926a1d0dcd6dab7d8 9024Author: Ben Warren <biggerbadderben@gmail.com> 9025Date: Sun Aug 31 10:03:22 2008 -0700 9026 9027 Moved initialization of NS8382X Ethernet controller to board_eth_init() 9028 9029 Affected boards: 9030 bc3450 9031 cpci5200 9032 mecp5200 9033 pf2000 9034 icecube 9035 o2dnt 9036 pm520 9037 sandpoint8245 9038 total5200 9039 tqm5200 9040 9041 Removed initialization of the driver from net/eth.c 9042 9043 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 9044 9045commit ccdd12f83ef93719fbe85f642aa4dc648b9498f0 9046Author: Ben Warren <biggerbadderben@gmail.com> 9047Date: Sun Aug 31 09:59:33 2008 -0700 9048 9049 Moved initialization of TSI108 Ethernet controller to board_eth_init() 9050 9051 Affected boards: 9052 mpc7448hpc2 9053 9054 Removed initialization of the driver from net/eth.c 9055 9056 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 9057 9058commit 0b252f50ae218ae15bfb63af44227972686ebc56 9059Author: Ben Warren <biggerbadderben@gmail.com> 9060Date: Sun Aug 31 21:41:08 2008 -0700 9061 9062 Moved initialization of RTL8139 Ethernet controller to board_eth_init() 9063 9064 Affected boards: 9065 hidden_dragon 9066 MPC8544DS 9067 MPC8610HPCN 9068 R2DPLUS 9069 TB0229 9070 9071 Removed initialization of the driver from net/eth.c 9072 9073 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 9074 9075commit 02d69891d95ee76b0e86e1715a4dc0b964a57cb7 9076Author: Ben Warren <biggerbadderben@gmail.com> 9077Date: Sun Aug 31 09:49:42 2008 -0700 9078 9079 Moved initialization of RTL8169 Ethernet controller to board_eth_init() 9080 9081 Affected boards: 9082 linkstation 9083 r7780mp 9084 9085 Removed initialization of the driver from net/eth.c 9086 9087 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 9088 9089commit 3ae071e44256144d6c1e3febb65f6c56bd433769 9090Author: Ben Warren <biggerbadderben@gmail.com> 9091Date: Tue Aug 12 22:11:53 2008 -0700 9092 9093 Moved initialization of Ethernet controllers on Atmel AT91 to board_eth_init() 9094 9095 Removed at91sam9_eth_initialize() from net/eth.c 9096 9097 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 9098 9099commit 89973f8a82c28ad893c4c3cc56839a8e10fe5f13 9100Author: Ben Warren <biggerbadderben@gmail.com> 9101Date: Sun Aug 31 22:22:04 2008 -0700 9102 9103 Introduce netdev.h header file and remove externs 9104 9105 This addresses all drivers whose initializers have already 9106 been moved to board_eth_init()/cpu_eth_init(). 9107 9108 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 9109 9110commit 5a8a163ac394d9f4f7ff57f415d82bd673b0068c 9111Author: Andy Fleming <afleming@freescale.com> 9112Date: Sun Aug 31 16:33:30 2008 -0500 9113 9114 Add pixis_set_sgmii command 9115 9116 The 8544DS and 8572DS platforms support an optional SGMII riser card to 9117 expose ethernet over an SGMII interface. Once the card is in, it is also 9118 necessary to configure the board such that it uses the card, rather than 9119 the on-board ethernet ports. This can either be done by flipping dip switches 9120 on the motherboard, or by modifying registers in the pixis. Either way 9121 requires a reboot. 9122 9123 This adds a command to allow users to choose which ports are routed through 9124 the SGMII card, and which through the onboard ports. It also allows users 9125 to revert to the current switch settings. 9126 9127 This code does not work on the 8572, as the PIXIS is different. 9128 9129 Signed-off-by: Andy Fleming <afleming@freescale.com> 9130 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 9131 9132commit 216f2a7156a5fde7b47adc40ad553c888a9cbaa7 9133Author: Andy Fleming <afleming@freescale.com> 9134Date: Sun Aug 31 16:33:29 2008 -0500 9135 9136 Add SGMII support for the 8544 DS 9137 9138 The 8544 DS has an optional SGMII Riser card, which uses different PHY 9139 addresses. Check if we are in SGMII mode, and invoke the SGMII Riser 9140 setup code if so. 9141 9142 Signed-off-by: Andy Fleming <afleming@freescale.com> 9143 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 9144 9145commit 652f7c2eef76a1340928bd660845441e932d86a2 9146Author: Andy Fleming <afleming@freescale.com> 9147Date: Sun Aug 31 16:33:28 2008 -0500 9148 9149 Add support for Freescale SGMII Riser Card 9150 9151 The 8544DS and 8572DS systems have an optional SGMII riser card which 9152 exposes new ethernet ports which are connected to the eTSECs via an 9153 SGMII interface. The SGMII PHYs for this board are offset from the standard 9154 PHY addresses, so this code modifies the passed in tsec_info structure to 9155 use the SGMII PHYs on the card, instead. 9156 9157 Signed-off-by: Andy Fleming <afleming@freescale.com> 9158 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 9159 9160commit 2abe361c03b43e6dcf68f54e96b5c05156c49284 9161Author: Andy Fleming <afleming@freescale.com> 9162Date: Sun Aug 31 16:33:27 2008 -0500 9163 9164 Add SGMII support to the tsec 9165 9166 Adds support for configuring the TBI to talk properly with the SerDes. 9167 9168 Signed-off-by: Andy Fleming <afleming@freescale.com> 9169 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 9170 9171commit 75b9d4ae0d69f214eab641caf12ce8af83a39a42 9172Author: Andy Fleming <afleming@freescale.com> 9173Date: Sun Aug 31 16:33:26 2008 -0500 9174 9175 Pass in tsec_info struct through tsec_initialize 9176 9177 The tsec driver contains a hard-coded array of configuration information 9178 for the tsec ethernet controllers. We create a default function that works 9179 for most tsecs, and allow that to be overridden by board code. It creates 9180 an array of tsec_info structures, which are then parsed by the corresponding 9181 driver instance to determine configuration. Also, add regs, miiregs, and 9182 devname fields to the tsec_info structure, so that we don't need the kludgy 9183 "index" parameter. 9184 9185 Signed-off-by: Andy Fleming <afleming@freescale.com> 9186 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 9187 9188commit dd3d1f56a01f460d560766126ee7dfed2ea9bc10 9189Author: Andy Fleming <afleming@freescale.com> 9190Date: Sun Aug 31 16:33:25 2008 -0500 9191 9192 tsec: Move tsec.h to include/ 9193 9194 This is to prepare the way for board code passing in the tsec_info structure 9195 9196 Signed-off-by: Andy Fleming <afleming@freescale.com> 9197 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 9198 9199commit d23dc394aa69093b6326ad917db04dc0d1aff3f8 9200Author: Sergei Poselenov <sposelenov@emcraft.com> 9201Date: Fri Jun 6 15:52:44 2008 +0200 9202 9203 PHY: Add support for the M88E1121R Marvell chip. 9204 9205 Signed-off-by: Yuri Tikhonov <yur@emcraft.com> 9206 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com> 9207 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 9208 9209commit 1711f3bd16d1c5e9d17b4c0198b426d86999781b 9210Author: Wolfgang Denk <wd@denx.de> 9211Date: Tue Sep 2 21:17:36 2008 +0200 9212 9213 fw_env.c: fix build problems with MTD_VERSION=old 9214 9215 (as needed to support old 2.4 Linux kernel based releases) 9216 9217 Signed-off-by: Wolfgang Denk <wd@denx.de> 9218 9219commit 628ffd73bcff0c9f3bc5a8eeb2c7455fe9d28a51 9220Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 9221Date: Mon Sep 1 17:11:26 2008 +0200 9222 9223 device: make device_register() clone the device 9224 9225 This is expected by the callers, but this fact was hidden well within 9226 the old list implementation. 9227 9228 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 9229 9230commit c75e772a2f061a508bba28ded1b5bea91f0442b0 9231Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 9232Date: Sun Aug 31 23:28:15 2008 +0900 9233 9234 sh: Remove CC line from board's Makefile 9235 9236 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 9237 9238commit 468eae0660de6fdfd9999944c536ecc4797bd944 9239Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 9240Date: Sun Aug 31 23:25:57 2008 +0900 9241 9242 sh: Replaced "@./mkconfig" for @$(MKCONFIG) 9243 9244 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 9245 9246commit 3aeb1ff7482a732503186c742d3a5ded4b7a0d34 9247Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 9248Date: Thu Aug 28 14:50:52 2008 +0900 9249 9250 sh: Add support sh2 to MAKEALL 9251 9252 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 9253 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 9254 9255commit 6f3d8bb5faa12dbf3031382286784c978df038ee 9256Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 9257Date: Thu Aug 28 14:52:23 2008 +0900 9258 9259 sh: Fix compile error rsk7203 board 9260 9261 This boards used old type preprocessor. 9262 This patch fix compile error. 9263 9264 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 9265 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 9266 9267commit 1c98172e025018552e9bb4c43b0aaee76f79b1aa 9268Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 9269Date: Thu Aug 28 14:53:31 2008 +0900 9270 9271 sh: Fix compile error sh7785lcr board 9272 9273 This boards used old type preprocessor. 9274 This patch fix compile error. 9275 9276 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 9277 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 9278 9279commit 6f0da4972e48f99d37bc522814940a6022cd3084 9280Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 9281Date: Fri Aug 22 17:39:09 2008 +0900 9282 9283 sh: Renesas Solutions AP325RXA board support 9284 9285 AP325RXA is SH7723's reference board. 9286 This has SCIF, NOR Flash, Ethernet, USB host, LCDC, SD Host, Camera and other. 9287 In this patch, support SCIF, NOR Flash, and Ethernet. 9288 9289 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 9290 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 9291 9292commit ab09f433b50bb83b5e440c335bc3839ee069e534 9293Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 9294Date: Fri Aug 22 17:48:51 2008 +0900 9295 9296 sh: add support Renesas SH7723 9297 9298 Renesas SH7723 has 5 SCIF, SD, Camera, LCDC and other. 9299 This patch supports CPU register's header file and SCIF serial driver. 9300 9301 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 9302 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 9303 9304commit c655fad06ba3fb042dbc667724a40e1a9a091248 9305Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 9306Date: Sun Aug 31 23:02:04 2008 +0900 9307 9308 sh: Renesas RSK+ 7203 board support 9309 9310 This adds initial support for the RTE RSK+ SH7203 board. 9311 9312 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 9313 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 9314 9315commit 6ede753ddf52a7b0f992d9bccbe5e4a0968ca475 9316Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 9317Date: Thu Jul 3 23:11:02 2008 +0900 9318 9319 sh: Add support Renesas SH7203 processor 9320 9321 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 9322 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 9323 9324commit 6ad43d0dd86b612895ddc7f480eb6cdfe793adf9 9325Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 9326Date: Sun Aug 31 22:48:33 2008 +0900 9327 9328 sh: Add support SH2/SH2A which is CPU of Renesas Technology 9329 9330 Add support SH2/SH2A basic function. 9331 9332 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 9333 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 9334 9335commit 0d53a47dc0737b6aa3a39caee21410c169441ae5 9336Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 9337Date: Sun Aug 31 22:45:08 2008 +0900 9338 9339 sh: Renesas R0P7785LC0011RL board support 9340 9341 This board has SH7785, 512MB DDR2-SDRAM, NOR Flash, 9342 Graphic, Ethernet, USB, SD, RTC, and I2C controller. 9343 9344 This patch supports the following functions: 9345 - 128MB DDR2-SDRAM (29-bit address mode only) 9346 - NOR Flash 9347 - USB host 9348 - Ethernet 9349 9350 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com> 9351 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 9352 9353commit b0b6218929bc7de9a6bdb8e564fa8ec2efa71b4e 9354Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com> 9355Date: Thu Jul 10 19:32:53 2008 +0900 9356 9357 sh: add support for SH7785 9358 9359 Renesas SH7785 has DDR2-SDRAM controller, PCI, and other. 9360 This patch supports CPU register's header file. 9361 9362 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com> 9363 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 9364 9365commit d6e04258be8f2408845468d3cf722a4cf0433445 9366Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 9367Date: Sun Aug 31 04:45:42 2008 +0200 9368 9369 davinci: fix remaining dm644x_eth 9370 9371 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 9372 9373commit 08ab4e1780fa63c88dd5a5ab52f4ff4ed1ee1878 9374Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 9375Date: Sun Aug 31 04:24:56 2008 +0200 9376 9377 fs: Move conditional compilation to Makefile 9378 9379 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 9380 9381commit c1de7a6daf9c657484e1c6d433f01fccd49a7f48 9382Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 9383Date: Sun Aug 31 04:24:55 2008 +0200 9384 9385 devices: merge to list_head 9386 9387 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 9388 9389commit ef0255fc75f28655f9681422079287d68a14dbaa 9390Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 9391Date: Sun Aug 31 04:24:51 2008 +0200 9392 9393 update linux/list 9394 9395 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 9396 9397commit 71cb31227bee741b274f6c0279b2aac1ab8e28e3 9398Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 9399Date: Sun Aug 31 00:39:48 2008 +0200 9400 9401 smdk6400: add gitignore 9402 9403 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 9404 9405commit f9f692e2b146d4e306b777e6d5f69f1d725b9eb9 9406Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 9407Date: Sun Aug 31 00:39:48 2008 +0200 9408 9409 smdk6400: Use CONFIG_FLASH_CFI_DRIVER 9410 9411 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 9412 9413commit 7c0e5a8db3d1358b0ce3cc85ada0de6341ca4a15 9414Author: Guennadi Liakhovetski <lg@denx.de> 9415Date: Sun Aug 31 00:39:47 2008 +0200 9416 9417 smdk6400: remove redundant bootargs definition 9418 9419 Double bootargs setting leads to a duplicated environmant entry. 9420 9421 Signed-off-by: Guennadi Liakhovetski <lg@denx.de> 9422 9423commit 11edcfe260f20dcea79284a3e95270989d433854 9424Author: Guennadi Liakhovetski <lg@denx.de> 9425Date: Sun Aug 31 00:39:47 2008 +0200 9426 9427 ARM: Add support for S3C6400 based SMDK6400 board 9428 9429 SMDK6400 can only boot U-Boot from NAND-flash. This patch adds a nand_spl 9430 driver for it too. The board can also boot from the NOR flash, but due to 9431 hardware limitations it can only address 64KiB on it, which is not enough 9432 for U-Boot. Based on the original sources by Samsung for U-Boot 1.1.6. 9433 9434 Signed-off-by: Guennadi Liakhovetski <lg@denx.de> 9435 9436commit e0056b341069796eaea11eae0fc8eb93a3dceaac 9437Author: Guennadi Liakhovetski <lg@denx.de> 9438Date: Sun Aug 31 00:39:47 2008 +0200 9439 9440 NAND: add NAND driver for S3C64XX 9441 9442 Based on the original S3C64XX NAND driver by Samsung for U-Boot 1.1.6. 9443 9444 Signed-off-by: Guennadi Liakhovetski <lg@denx.de> 9445 9446commit 3fe7b589f9c7463df39056f8872006a67f56a91c 9447Author: Guennadi Liakhovetski <lg@denx.de> 9448Date: Sun Aug 31 00:39:47 2008 +0200 9449 9450 S3C64XX: remove broken HWFLOW support from the serial driver 9451 9452 As noted by Harald Welte, HWFLOW support in the S3C64XX serial driver is 9453 broken and currently unused. Remove it. 9454 9455 Signed-off-by: Guennadi Liakhovetski <lg@denx.de> 9456 9457commit 2fb28dcf82048045e1bf5014e938e486fa6c2383 9458Author: Guennadi Liakhovetski <lg@denx.de> 9459Date: Sun Aug 31 00:39:47 2008 +0200 9460 9461 serial: add S3C64XX serial driver 9462 9463 Based on the original S3C64XX UART driver by Samsung for U-Boot 1.1.6. 9464 9465 Signed-off-by: Guennadi Liakhovetski <lg@denx.de> 9466 9467commit 8262813ca04fc57f5d8856e1828085c136e0f1eb 9468Author: Guennadi Liakhovetski <lg@denx.de> 9469Date: Sun Aug 31 00:39:46 2008 +0200 9470 9471 USB: Add support for OHCI controller on S3C6400 9472 9473 Notice: USB on S3C6400 currently works _only_ with switched off MMU. One could 9474 try to enable the MMU, but map addresses 1-to-1, and disable data cache, then 9475 it should work too and we could still profit from instruction cache. 9476 9477 Signed-off-by: Guennadi Liakhovetski <lg@denx.de> 9478 9479commit 9b07773f8883665b002500c190507e9fd99b7181 9480Author: Guennadi Liakhovetski <lg@denx.de> 9481Date: Sun Aug 31 00:39:46 2008 +0200 9482 9483 ARM: Add arm1176 core with S3C6400 SoC 9484 9485 Based on the original S3C64XX port by Samsung for U-Boot 1.1.6. 9486 9487 Signed-off-by: Guennadi Liakhovetski <lg@denx.de> 9488 9489commit fcaac589a68115819ddadcf5c18ded9a5f9e2c75 9490Author: Sandeep Paulraj <s-paulraj@ti.com> 9491Date: Sun Aug 31 00:39:46 2008 +0200 9492 9493 ARM DaVinci: Changing function names for EMAC driver 9494 9495 DM644x is just one of a series of DaVinci chips that use the EMAC driver. 9496 By replacing all the function names that start with dm644x_* to davinci_* 9497 we make these function more portable. I have tested this change on my EVM. 9498 DM6467 is another DaVinci SOC which uses the EMAC driver and i will 9499 be sending patches that add DaVinci DM6467 support to the list soon. 9500 9501 Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com> 9502 9503commit fbbb1de369ca7d5ace6f7b0ce9d0aee24a6f457b 9504Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in> 9505Date: Sat Aug 30 23:21:30 2008 +0200 9506 9507 Integrator[AP/CP] - Remove unused file memsetup.S 9508 9509 - memsetup.s is changed/merged to lowlevel_init.S 9510 memsetup.S has a global label memsetup that just returns back to caller 9511 - memsetup global label is changed/merged to lowlevel_init 9512 This label is not called from anywhere. 9513 9514 Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in> 9515 9516commit 89d51d022a63be1a851eda983c8cbce1a044f65f 9517Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com> 9518Date: Wed Aug 27 21:35:52 2008 +0200 9519 9520 ARM DaVinci: Standardize names of directories/files 9521 9522 ARM DaVinci: Standardize names of directories/files. 9523 9524 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com> 9525 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 9526 9527commit 264bbdd11d01f14f5ea4629556ae63b00b13402d 9528Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com> 9529Date: Fri Jul 11 15:10:13 2008 -0400 9530 9531 ARM DaVinci: Move common functions to board/davinci/common 9532 9533 ARM DaVinci: Move common functions to board/davinci/common. 9534 9535 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com> 9536 9537commit c2b4b2e4814f4ace9015fdb64132894327400bf0 9538Author: Stefan Roese <sr@denx.de> 9539Date: Fri Aug 29 11:56:49 2008 +0200 9540 9541 ppc4xx/NAND: Add select_chip function to 4xx NDFC driver 9542 9543 This function is needed for the new NAND infrastructure. We only need 9544 a dummy implementation though for the NDFC. 9545 9546 Signed-off-by: Stefan Roese <sr@denx.de> 9547 9548commit 3d4a746e2fb4545f07d871049805fb34ae97cc94 9549Author: Stefan Roese <sr@denx.de> 9550Date: Fri Aug 29 12:06:27 2008 +0200 9551 9552 ppc4xx: Increase image size for NAND boot target 9553 9554 This is needed since now with HUSH enabled (amcc-common.h) the image 9555 read from NAND exceeds the previous limit. 9556 9557 Signed-off-by: Stefan Roese <sr@denx.de> 9558 9559commit 6b5049d056cd8ef72d1f2f461ceb2d033d93f759 9560Author: Ben Warren <biggerbadderben@gmail.com> 9561Date: Thu Aug 28 23:58:30 2008 -0700 9562 9563 Move MPC512x_FEC driver to drivers/net 9564 9565 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 9566 9567commit 80b00af01b3c9154774de2936f05a051e92f6a03 9568Author: Ben Warren <biggerbadderben@gmail.com> 9569Date: Thu Aug 28 23:58:29 2008 -0700 9570 9571 Move MPC5xxx_FEC driver to drivers/net 9572 9573 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 9574 9575commit 3de7bf0e6b1ad2608014096c8192f13229b2e9d7 9576Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 9577Date: Fri Aug 29 21:53:57 2008 +0200 9578 9579 cmd_terminal: remove no need ifdef 9580 9581 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 9582 9583commit 578118bdf122877ae769776be002255be447b4fa 9584Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 9585Date: Fri Aug 29 21:53:57 2008 +0200 9586 9587 common/Makefile: order by functionality 9588 9589 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 9590 9591commit ba7b5b2348b684cf8ec424b2e38e267dc1cfd2fb 9592Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 9593Date: Fri Aug 29 21:53:56 2008 +0200 9594 9595 miiphyutil: Move conditional compilation to Makefile 9596 9597 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 9598 9599commit 81789c39db3f0f6b621df8c0ec66014d701f368e 9600Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 9601Date: Fri Aug 29 21:53:37 2008 +0200 9602 9603 autoscript: Move conditional compilation to Makefile 9604 9605 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 9606 9607commit bbf52df9aa94ffb115b8b1ebeb00d01374bb0a1d 9608Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 9609Date: Fri Aug 29 01:18:11 2008 +0200 9610 9611 crc16: move to lib_generic 9612 9613 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 9614 9615commit 55195773eacefb22dd483a3c560ea30a14263ce1 9616Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 9617Date: Fri Aug 29 01:18:01 2008 +0200 9618 9619 miiphybb: move to drivers/net/phy 9620 9621 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 9622 9623commit e8314035996a9118ac5948df2ff8a2f2161ed67a 9624Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 9625Date: Thu Aug 28 12:31:51 2008 +0200 9626 9627 soft_spi: move to drivers/spi 9628 9629 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 9630 9631commit 4d75e0aa9caca64d4a1d55d95cd1ca5f30d9fc56 9632Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 9633Date: Thu Aug 28 12:31:51 2008 +0200 9634 9635 soft_i2c: move to drivers/i2c 9636 9637 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 9638 9639commit 717a222229fdb77703e9174d0eb08a4b41febf49 9640Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 9641Date: Thu Aug 28 12:31:48 2008 +0200 9642 9643 gunzip: move to lib_generic 9644 9645 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 9646 9647commit 52aef8f9ba28b747973bf76741c23db658d5773c 9648Author: Wolfgang Ocker <weo@reccoware.de> 9649Date: Tue Aug 26 19:55:23 2008 +0200 9650 9651 ppc4xx: NAND configuration 9652 9653 Made NAND bank configuration setting a config variable. 9654 9655 Signed-off-by: Wolfgang Ocker <weo@reccoware.de> 9656 Signed-off-by: Stefan Roese <sr@denx.de> 9657 9658commit 5bc542a593abc9e974fbd34704af85c37c366c60 9659Author: Victor Gallardo <vgallardo@amcc.com> 9660Date: Thu Aug 28 16:03:28 2008 -0700 9661 9662 ppc4xx: fix UIC external_interrupt hang on UIC0 9663 9664 This patch fixes a UIC external_interrupt hang if critical or non-critical 9665 interrupt is set at the same time as a normal interrupt is set on UIC0. 9666 9667 Signed-off-by: Victor Gallardo <vgallardo@amcc.com> 9668 Signed-off-by: Stefan Roese <sr@denx.de> 9669 9670commit 04737d5ffd16248cb80ab3dd4f3765057a803f18 9671Author: Prodyut Hazarika <phazarika@amcc.com> 9672Date: Wed Aug 27 16:39:00 2008 -0700 9673 9674 ppc4xx: Optimizations/Cleanups for IBM DDR2 Memory Controller 9675 9676 Removed Magic numbers from Initialization preload registers 9677 Tested with Kilauea, Glacier, Canyonlands and Katmai boards 9678 About 5-7% improvement seen for LMBench memtests 9679 9680 Signed-off-by: Prodyut Hazarika <phazarika@amcc.com> 9681 Signed-off-by: Stefan Roese <sr@denx.de> 9682 9683commit 8a490422bed685c9491274ec997f62061d88620b 9684Author: John Rigby <jrigby@freescale.com> 9685Date: Thu Aug 28 13:17:07 2008 -0600 9686 9687 ADS5121: Fix NOR and CPLD ALE timing for rev 2 silicon 9688 9689 MPC5121 rev 2 silicon has a new register for controlling how long 9690 CS is asserted after deassertion of ALE in multiplexed mode. 9691 9692 The default is to assert CS together with ALE. The alternative 9693 is to assert CS (ALEN+1)*LPC_CLK clocks after deassertion of ALE. 9694 9695 The default is wrong for the NOR flash and CPLD on the ADS5121. 9696 9697 This patch turns on the alternative for CS0 (NOR) and CS2 (CPLD) 9698 it does so conditionally based on silicon rev 2.0 or greater. 9699 9700 Signed-off-by: Martha J Marx <mmarx@silicontkx.com> 9701 Signed-off-by: John Rigby <jrigby@freescale.com> 9702 9703commit 5d9a5efa4b332f442b54a755d49969123c3a8742 9704Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 9705Date: Tue Aug 19 00:56:46 2008 +0600 9706 9707 Add I2C frequency dividers for ColdFire 9708 9709 The existing I2C freqency dividers for FDR does not apply 9710 to ColdFire platforms; thus, a seperate table is added 9711 based on MCF5xxx Reference Manual 9712 9713 Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com> 9714 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 9715 Acked-by: Tabi Timur <timur@freescale.com> 9716 9717commit eec567a67e00d1ed8d941e9098b7d421f4091abf 9718Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 9719Date: Tue Aug 19 03:01:19 2008 +0600 9720 9721 ColdFire: I2C fix for multiple platforms 9722 9723 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 9724 9725commit d53cf6a9c7423cba668b867978648645f71c3090 9726Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 9727Date: Tue Aug 19 00:37:13 2008 +0600 9728 9729 ColdFire: Add CONFIG_MII_INIT for M5272C3 9730 9731 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 9732 9733commit f78ced3028d4130b24a318943a70cf5584ab16f4 9734Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 9735Date: Tue Aug 19 00:26:25 2008 +0600 9736 9737 ColdFire: Multiple fixes for MCF5445x platforms 9738 9739 Add FEC pin set and mii reset in __mii_init(). Change 9740 legacy flash vendor from 2 to AMD LEGACY (0xFFF0), 9741 change cfi_offset to 0, and change CFG_FLASH_CFI to 9742 CONFIG_FLASH_CFI_LEGACY. Correct M54451EVB and 9743 M54455EVB env settings in configuration file. 9744 9745 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 9746 9747commit 454e725b3a9537b7f273bbd0cbca180f23a7a6e8 9748Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 9749Date: Fri Aug 15 18:24:25 2008 +0000 9750 9751 ColdFire: Change the SDRAM BRD2WT timing from 3 to 7 9752 9753 The user manuals recommend 7. 9754 9755 Signed-off-by: Kurt Mahan <kmahan@freescale.com> 9756 Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 9757 9758commit 79e0799cf6e88d98d77b216a55234bf674b59a4e 9759Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 9760Date: Fri Aug 15 16:50:07 2008 +0000 9761 9762 ColdFire: Raise uart baudrate to 115200 bps 9763 9764 M5249EVB, M5271EVB, M5272C3, M5275EVB and M5282EVB platforms 9765 uart baudrate increase from 19200 to 115200 bps 9766 9767 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 9768 9769commit ab6ba842682552ccf071d0034da0a20633d1d1ac 9770Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 9771Date: Wed Aug 13 12:07:03 2008 +0000 9772 9773 ColdFire: Fix board.c warning message 9774 9775 Implicit declaration of nand_init() warning message 9776 9777 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 9778 9779commit 5798b1c4650e9a8713c95b25c1e669a2bc80a97b 9780Author: Kumar Gala <galak@kernel.crashing.org> 9781Date: Wed Aug 27 01:10:34 2008 -0500 9782 9783 FSL DDR: Remove duplicate setting of cs0_bnds register on 86xx. 9784 9785 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 9786 9787commit 258c37b147353bc522ffc33dfbd7d0d9cd7c32d7 9788Author: Heiko Schocher <hs@denx.de> 9789Date: Thu Aug 21 20:44:49 2008 +0200 9790 9791 mpc52xx: added support for the MPC5200 based MUC.MC52 board from MAN. 9792 9793 Signed-off-by: Heiko Schocher <hs@denx.de> 9794 9795commit 9cff4448a9cb882defe6c8bde73b77fc0c636799 9796Author: Kumar Gala <galak@kernel.crashing.org> 9797Date: Tue Aug 19 14:46:36 2008 -0500 9798 9799 mpc85xx: remove redudant code with lib_ppc/interrupts.c 9800 9801 For some reason we duplicated the majority of code in lib_ppc/interrupts.c 9802 not show how that happened, but there is no good reason for it. 9803 9804 Use the interrupt_init_cpu() and timer_interrupt_cpu() since its why 9805 they exist. 9806 9807 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 9808 9809commit 9490a7f1a9484617bad75c60807ce02c8a3a6d56 9810Author: Kumar Gala <galak@kernel.crashing.org> 9811Date: Fri Jul 25 13:31:05 2008 -0500 9812 9813 mpc85xx: Add support for the MPC8536DS reference board 9814 9815 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 9816 Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com> 9817 Signed-off-by: Dejan Minic <minic@freescale.com> 9818 Signed-off-by: Jason Jin <Jason.jin@freescale.com> 9819 Signed-off-by: Dave Liu <daveliu@freescale.com> 9820 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 9821 9822commit ef50d6c06ece74fb17e8d7510e62cad9df8b810d 9823Author: Kumar Gala <galak@kernel.crashing.org> 9824Date: Tue Aug 12 11:14:19 2008 -0500 9825 9826 mpc85xx: Add support for the MPC8536 9827 9828 The MPC8536 Adds SDHC and SATA controllers to the PQ3 family. We 9829 also have SERDES init code for the 8536. 9830 9831 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 9832 Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com> 9833 Signed-off-by: Dejan Minic <minic@freescale.com> 9834 Signed-off-by: Jason Jin <Jason.jin@freescale.com> 9835 Signed-off-by: Dave Liu <daveliu@freescale.com> 9836 9837commit 129ba616b3813dde861f25f3d8a3c47c5c36ad5f 9838Author: Kumar Gala <galak@kernel.crashing.org> 9839Date: Tue Aug 12 11:13:08 2008 -0500 9840 9841 mpc85xx: Add support for the MPC8572DS reference board 9842 9843 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 9844 9845commit 457caecdbca3df21a93abff19eab12dbc61b7897 9846Author: Kumar Gala <galak@kernel.crashing.org> 9847Date: Wed Aug 27 01:05:35 2008 -0500 9848 9849 FSL DDR: Remove old SPD support from cpu/mpc85xx 9850 9851 All 85xx boards have been converted to the new code so we can 9852 remove the old SPD DDR setup code. 9853 9854 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 9855 9856commit 0e7927db138976469e7257e29c1338050a50fcd9 9857Author: Kumar Gala <galak@kernel.crashing.org> 9858Date: Wed Aug 27 01:04:07 2008 -0500 9859 9860 FSL DDR: Convert STXSSA to new DDR code. 9861 9862 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 9863 9864commit c360d9b970fbb9c13744c355879671165bbb9b9e 9865Author: Kumar Gala <galak@kernel.crashing.org> 9866Date: Wed Aug 27 01:03:42 2008 -0500 9867 9868 FSL DDR: Convert STXGP3 to new DDR code. 9869 9870 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 9871 9872commit 8e55313b7ae12352a343f9b9962e662dbd897187 9873Author: Kumar Gala <galak@kernel.crashing.org> 9874Date: Tue Aug 26 23:52:58 2008 -0500 9875 9876 FSL DDR: Convert SBC8560 to new DDR code. 9877 9878 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 9879 9880commit 9658bec2e8f55d56ca1be70090ce5a348be4980f 9881Author: Kumar Gala <galak@kernel.crashing.org> 9882Date: Tue Aug 26 23:52:32 2008 -0500 9883 9884 FSL DDR: Convert MPC8540EVAL to new DDR code. 9885 9886 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 9887 9888commit 6bfa8f723cfd82c55e3ef5620ade396916470a70 9889Author: Kumar Gala <galak@kernel.crashing.org> 9890Date: Tue Aug 26 23:52:07 2008 -0500 9891 9892 FSL DDR: Convert PM856 to new DDR code. 9893 9894 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 9895 9896commit d53bd3e17bd4f460257c19255569ea6dcfaae817 9897Author: Kumar Gala <galak@kernel.crashing.org> 9898Date: Tue Aug 26 23:51:49 2008 -0500 9899 9900 FSL DDR: Convert PM854 to new DDR code. 9901 9902 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 9903 9904commit 33b9079ba20926f14238fff863b68a98e938948e 9905Author: Kumar Gala <galak@kernel.crashing.org> 9906Date: Tue Aug 26 23:15:28 2008 -0500 9907 9908 FSL DDR: Convert sbc8548 to new DDR code. 9909 9910 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 9911 9912commit a947e4c7eb15cea1d9fb633955c516aab5ad35dd 9913Author: Kumar Gala <galak@kernel.crashing.org> 9914Date: Tue Aug 26 23:14:14 2008 -0500 9915 9916 FSL DDR: Convert atum8548 to new DDR code. 9917 9918 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 9919 9920commit be0bd8234b9777ecd63c4c686f72af070d886517 9921Author: Kumar Gala <galak@kernel.crashing.org> 9922Date: Tue Aug 26 22:56:56 2008 -0500 9923 9924 FSL DDR: Convert socrates to new DDR code. 9925 9926 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 9927 9928commit 1167a2fd56138b716e01370c4267f3b70bf9ffa0 9929Author: Kumar Gala <galak@kernel.crashing.org> 9930Date: Tue Aug 26 08:02:30 2008 -0500 9931 9932 FSL DDR: Convert MPC8544DS to new DDR code. 9933 9934 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 9935 9936commit e6f5b35b41ddbd637bb9ca4ad985b1e0b07dae0e 9937Author: Jon Loeliger <jdl@freescale.com> 9938Date: Tue Mar 18 13:51:05 2008 -0500 9939 9940 FSL DDR: Convert MPC8568MDS to new DDR code. 9941 9942 Signed-off-by: Jon Loeliger <jdl@freescale.com> 9943 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 9944 9945commit e31d2c1e2bc954dc32e33bb2076139f85b95f8e6 9946Author: Jon Loeliger <jdl@freescale.com> 9947Date: Tue Mar 18 13:51:06 2008 -0500 9948 9949 FSL DDR: Convert MPC8548CDS to new DDR code. 9950 9951 Signed-off-by: Jon Loeliger <jdl@freescale.com> 9952 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 9953 9954commit aa11d85cf318b961e029fe50d68ca47d004bce93 9955Author: Jon Loeliger <jdl@freescale.com> 9956Date: Mon Mar 17 15:48:18 2008 -0500 9957 9958 FSL DDR: Convert MPC8541CDS to new DDR code. 9959 9960 Signed-off-by: Jon Loeliger <jdl@freescale.com> 9961 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 9962 9963commit 2b40edb10d81da7bba724edbccd7f53777112579 9964Author: Jon Loeliger <jdl@freescale.com> 9965Date: Tue Mar 18 11:12:42 2008 -0500 9966 9967 FSL DDR: Convert MPC8555ADS to new DDR code. 9968 9969 Signed-off-by: Jon Loeliger <jdl@freescale.com> 9970 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 9971 9972commit 8b625114e8bc5a6b436181167a6e7fcd3303dd2c 9973Author: Jon Loeliger <jdl@freescale.com> 9974Date: Tue Mar 18 11:12:44 2008 -0500 9975 9976 FSL DDR: Convert MPC8560ADS to new DDR code. 9977 9978 Signed-off-by: Jon Loeliger <jdl@freescale.com> 9979 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 9980 9981commit 9617c8d49a21703eaf13a4033ab1a56eecc033cc 9982Author: Kumar Gala <galak@kernel.crashing.org> 9983Date: Fri Jun 6 13:12:18 2008 -0500 9984 9985 FSL DDR: Convert MPC8540ADS to new DDR code. 9986 9987 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 9988 9989commit 2a6c2d7ab2a66660f40a6cd3de2eb29ee29d9693 9990Author: Kumar Gala <galak@kernel.crashing.org> 9991Date: Tue Aug 26 21:34:55 2008 -0500 9992 9993 FSL DDR: Add 85xx specific register setting 9994 9995 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 9996 9997commit 6fb1b7346849ccd0c20306143e334f5b76143070 9998Author: Kumar Gala <galak@kernel.crashing.org> 9999Date: Mon Jun 9 11:07:46 2008 -0500 10000
10001 FSL DDR: Add e500 TLB helper for DDR code 10002 10003 Provide a helper function that board code can call to map TLBs when 10004 setting up DDR. 10005 10006 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 10007 10008commit d26b739afe5a6760bd345743188759cd9d0f3b47 10009Author: Andrew Dyer <adyer@righthandtech.com> 10010Date: Tue Aug 26 17:03:38 2008 -0500 10011 10012 dm9000 remove dead external phy support, gpio fix 10013 10014 dm9000 has code to detect and initialize external phy parts, but later 10015 on in the code the part is forced to use the internal phy 10016 unconditionally. Remove the unused/untested code. 10017 10018 change the GPIO initialization so that only the GPIO used as an 10019 internal phy reset (hardwired in the chip) is set as an output. The 10020 remaining GPIO need to be handled by board specific code to prevent 10021 possible drive conflicts. Set as inputs for safety. 10022 10023 replace a few magic numbers with defines 10024 10025 Signed-off-by: Andrew Dyer <adyer@righthandtech.com> 10026 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 10027 10028commit a1573db0c07c8ba99e9c373bb07ecd6f59da672c 10029Author: Peter Tyser <ptyser@xes-inc.com> 10030Date: Tue Aug 26 11:17:48 2008 -0500 10031 10032 Standardize bootp, tftpboot, rarpboot, dhcp, and nfs command descriptions 10033 10034 cmd_net.c command descriptions were updated to describe the optional 10035 hostIPaddr argument. The dhcp command help message was also updated 10036 to more closely reflect the other commands in cmd_net.c 10037 10038 Signed-off-by: Peter Tyser <ptyser@xes-inc.com> 10039 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 10040 10041commit 51dfe1382ebaf691485badfa0ea5e75b0710531b 10042Author: Remy Bohmer <linux@bohmer.net> 10043Date: Wed Aug 20 11:30:28 2008 +0200 10044 10045 Fix bogus error message in the DHCP handler 10046 10047 The DHCP handler has 1 state that is not listed in this case, causing a 10048 failure message when there is actually no failure. 10049 10050 Signed-off-by: Remy Bohmer <linux@bohmer.net> 10051 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 10052 10053commit 61365501a0e2cae9c1df2818b7b5b3f52c450d18 10054Author: Remy Bohmer <linux@bohmer.net> 10055Date: Wed Aug 20 11:30:27 2008 +0200 10056 10057 Fix compile error when CONFIG_BOOTP_RANDOM_DELAY is set. 10058 10059 The option CONFIG_BOOTP_RANDOM_DELAY does not compile, because of a 10060 missing extern inside the net/bootp.h header 10061 10062 Signed-off-by: Remy Bohmer <linux@bohmer.net> 10063 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 10064 10065commit 1803f7f91ff35ca402259065df7557107dcf28a2 10066Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 10067Date: Tue Aug 19 21:26:32 2008 +0000 10068 10069 ColdFire: Add FEC Buffer descriptors in SRAM 10070 10071 Add FEC Buffer descriptors and data buffer in SRAM for 10072 faster execution and access. 10073 10074 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 10075 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 10076 10077commit 429be27ce195210d4b9decf9e867b9ca6155a87d 10078Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 10079Date: Thu Aug 21 23:55:11 2008 +0000 10080 10081 Fix ColdFire FEC warning messages 10082 10083 Types mismatch and implicit declaration of icache_invalid() 10084 warning messages 10085 10086 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 10087 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 10088 10089commit 6a002171098e968bd5b362347d2831224fab6048 10090Author: Ben Warren <biggerbadderben@gmail.com> 10091Date: Sat Jul 12 00:17:50 2008 -0700 10092 10093 Moved initialization of SKGE Ethernet driver to board code. 10094 10095 The only board using this driver is the SL8245 board. 10096 Removed initialization for the driver from net/eth.c 10097 10098 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 10099 10100commit 8379f42bc745eb9e4ca551a30fd2d0a63f740d75 10101Author: Ben Warren <biggerbadderben@gmail.com> 10102Date: Sat Jul 12 00:08:45 2008 -0700 10103 10104 Moved conditional compilation to Makefile for SK98 Ethernet driver 10105 10106 Brute-force removal of #ifdefs. Didn't touch the code. 10107 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 10108 10109commit 65d3d99c28dc363d15eaee78225ff643df499b97 10110Author: Ben Warren <biggerbadderben@gmail.com> 10111Date: Fri Jul 11 23:42:19 2008 -0700 10112 10113 Moved initialization of ULI526X Ethernet driver to board code. 10114 10115 The only board using this driver is the Freescale MPC8610HPCD board. 10116 Removed initialization for the driver from net/eth.c 10117 10118 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 10119 10120commit 914947313a710f5dcf06beaf7f2aa24f1ebcce4f 10121Author: Ben Warren <biggerbadderben@gmail.com> 10122Date: Fri Jul 11 23:15:28 2008 -0700 10123 10124 Moved initialization of Blackfin EMAC Ethernet controller to board_eth_init() 10125 10126 Added board_eth_init() function to bf537-stamp board. 10127 Removed initialization for the Blackin EMAC driver from net/eth.c 10128 10129 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 10130 10131commit fc363ce35408f348cacced68505f3747a53e3d7c 10132Author: Ben Warren <biggerbadderben@gmail.com> 10133Date: Wed Jul 9 01:04:19 2008 -0700 10134 10135 Moved initialization of GRETH Ethernet driver to CPU directory 10136 10137 Added a cpu_eth_init() function to leon2/leon3 CPU directories and 10138 removed code from net/eth.c 10139 10140 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 10141 10142commit 86882b80771309bceb11c6accfd7f6f90ade8bfc 10143Author: Ben Warren <biggerbadderben@gmail.com> 10144Date: Tue Aug 26 22:16:25 2008 -0700 10145 10146 Moved initialization of MCFFEC Ethernet driver to CPU directory 10147 10148 Added a cpu_eth_init() function to coldfire CPU directories and 10149 removed code from net/eth.c 10150 10151 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 10152 10153commit b31da88b9c160d80d42a59cbbb31e24f27184d5c 10154Author: Ben Warren <biggerbadderben@gmail.com> 10155Date: Tue Aug 26 22:12:36 2008 -0700 10156 10157 Moved initialization of FSL_MCDMAFEC Ethernet driver to CPU directory 10158 10159 Added a cpu_eth_init() function to cpu/mcf547x_8x directory and 10160 removed code from net/eth.c 10161 10162 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 10163 10164commit b5710d9974f6f0f3ddb4e67d6cccc262ab37049e 10165Author: Kumar Gala <galak@kernel.crashing.org> 10166Date: Tue Aug 26 15:01:38 2008 -0500 10167 10168 FSL DDR: Remove old SPD support from cpu/mpc86xx 10169 10170 All 86xx boards have been converted to the new code so we can 10171 remove the old SPD DDR setup code. 10172 10173 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 10174 10175commit 9bd4e5911b750837515466bc7449087698b88e0e 10176Author: Kumar Gala <galak@kernel.crashing.org> 10177Date: Tue Aug 26 15:01:37 2008 -0500 10178 10179 FSL DDR: Convert SBC8641D to new DDR code. 10180 10181 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 10182 10183commit 39aa1a73483e1ac2bd56d5523abfc3970ee82c77 10184Author: Jon Loeliger <jdl@freescale.com> 10185Date: Tue Aug 26 15:01:36 2008 -0500 10186 10187 FSL DDR: Convert MPC8610HPCD to new DDR code. 10188 10189 Signed-off-by: Jon Loeliger <jdl@freescale.com> 10190 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 10191 10192commit 6a8e5692933e8e6d6e5ba7e594f49dd6d4c3a263 10193Author: Kumar Gala <galak@kernel.crashing.org> 10194Date: Tue Aug 26 15:01:35 2008 -0500 10195 10196 FSL DDR: Convert MPC8641HPCN to new DDR code. 10197 10198 Signed-off-by: Jon Loeliger <jdl@freescale.com> 10199 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 10200 10201commit 46ff4f1100ea64a01d21cc008ce85ac15eb1821f 10202Author: Kumar Gala <galak@kernel.crashing.org> 10203Date: Tue Aug 26 15:01:34 2008 -0500 10204 10205 FSL DDR: Add 86xx specific register setting 10206 10207 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 10208 10209commit 233fdd502a6c227f476212b3097653ad48d7e254 10210Author: Kumar Gala <galak@kernel.crashing.org> 10211Date: Tue Aug 26 15:01:32 2008 -0500 10212 10213 FSL DDR: Add DDR2 DIMM paramter support 10214 10215 Compute DIMM parameters based upon the SPD information. 10216 10217 Signed-off-by: James Yang <James.Yang@freescale.com> 10218 Signed-off-by: Jon Loeliger <jdl@freescale.com> 10219 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 10220 10221commit 05c05a2363a6ac11e0e405926034546ffad71fad 10222Author: Kumar Gala <galak@kernel.crashing.org> 10223Date: Tue Aug 26 15:01:30 2008 -0500 10224 10225 FSL DDR: Add DDR1 DIMM paramter support 10226 10227 Compute DIMM parameters based upon the SPD information in spd. 10228 10229 Signed-off-by: James Yang <James.Yang@freescale.com> 10230 Signed-off-by: Jon Loeliger <jdl@freescale.com> 10231 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 10232 10233commit 58e5e9aff147e8c7e2bc1406bf9384f65f020ffa 10234Author: Kumar Gala <galak@kernel.crashing.org> 10235Date: Tue Aug 26 15:01:29 2008 -0500 10236 10237 FSL DDR: Rewrite the FSL mpc8xxx DDR controller setup code. 10238 10239 The main purpose of this rewrite it to be able to share the same 10240 initialization code on all FSL PowerPC products that have DDR 10241 controllers. (83xx, 85xx, 86xx). 10242 10243 The code is broken up into the following steps: 10244 GET_SPD 10245 COMPUTE_DIMM_PARMS 10246 COMPUTE_COMMON_PARMS 10247 GATHER_OPTS 10248 ASSIGN_ADDRESSES 10249 COMPUTE_REGS 10250 PROGRAM_REGS 10251 10252 This allows us to share more code an easily allow for board specific code 10253 overrides. 10254 10255 Additionally this code base adds support for >4G of DDR and provides a 10256 foundation for supporting interleaving on processors with more than one 10257 controller. 10258 10259 Signed-off-by: James Yang <James.Yang@freescale.com> 10260 Signed-off-by: Jon Loeliger <jdl@freescale.com> 10261 Signed-off-by: Becky Bruce <becky.bruce@freescale.com> 10262 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 10263 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 10264 10265commit f784e32b4bce0013983506b11af4b85b8ca3d36e 10266Author: Kumar Gala <galak@kernel.crashing.org> 10267Date: Tue Aug 26 15:01:28 2008 -0500 10268 10269 FSL DDR: Provide a generic set_ddr_laws() 10270 10271 Provide a helper function that will setup the last available 10272 LAWs (upto 2) for DDR. Useful for SPD/dyanmic DDR setting code. 10273 10274 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 10275 10276commit 0f2cbe3f5eddbdf3848265f35e4f714434929cff 10277Author: James Yang <James.Yang@freescale.com> 10278Date: Tue Aug 26 15:01:27 2008 -0500 10279 10280 Add proper SPD definitions for DDR1/2/3 10281 10282 Also adds helper functions for DDR1/2 to verify the checksum. 10283 10284 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 10285 10286commit 285db74716c724ae8a0ff177878fd09a74428c7b 10287Author: Wolfgang Denk <wd@denx.de> 10288Date: Wed Aug 27 01:02:48 2008 +0200 10289 10290 Update CHANGELOG 10291 10292 Signed-off-by: Wolfgang Denk <wd@denx.de> 10293 10294commit adf22b66d8bf05bd46e098cf71e6dca29b30aa7b 10295Author: Heiko Schocher <hs@denx.de> 10296Date: Tue Aug 19 10:08:49 2008 +0200 10297 10298 Add support for muas3001 board (MPC8270) 10299 10300 Signed-off-by: Heiko Schocher <hs@denx.de> 10301 10302commit 322098bff32410d2a00031649b47c4ec90a66d9a 10303Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in> 10304Date: Tue Aug 19 08:31:18 2008 +0530 10305 10306 common/cmd_load.c cleanup - remove unused variables 10307 10308 - Remove unused global variable os_data_count. 10309 - Remove unused variable z. 10310 10311 Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in> 10312 10313commit 306620b762a4f9fa6678568ad2e8772dec145208 10314Author: Andre Schwarz <andre.schwarz@matrix-vision.de> 10315Date: Mon Aug 18 13:35:27 2008 +0200 10316 10317 remove MVS1 board 10318 10319 MVS1 board has reached end-of-life and can be removed completely. 10320 10321 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de> 10322 10323commit 40d7e99d374ba0a0a29cd1a8ba40d3b7c2c175c7 10324Author: Kumar Gala <galak@kernel.crashing.org> 10325Date: Fri Aug 15 08:24:45 2008 -0500 10326 10327 bootm: refactor do_reset and os boot function args 10328 10329 There is no need for each OS specific function to call do_reset() we 10330 can just do it once in bootm. This means its feasible on an error for 10331 the OS boot function to return. 10332 10333 Also, remove passing in cmd_tbl_t as its not needed by the OS boot 10334 functions. flag isn't currently used but might be in the future so 10335 we left it alone. 10336 10337 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 10338 10339commit 40afac22a9c602e55c501c800f1c064324711b56 10340Author: Kumar Gala <galak@kernel.crashing.org> 10341Date: Fri Aug 15 08:24:44 2008 -0500 10342 10343 fdt: Added resize command 10344 10345 Resize the fdt to size + padding to 4k boundary 10346 10347 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 10348 10349commit 2a1a2cb6e2b87ee550e6f27b647d23331dfd5e1b 10350Author: Kumar Gala <galak@kernel.crashing.org> 10351Date: Fri Aug 15 08:24:43 2008 -0500 10352 10353 fdt: refactor initrd related code 10354 10355 Created a new fdt_initrd() to deal with setting the initrd properties 10356 in the device tree and fixing up the mem reserve. We can use this 10357 both in the choosen node handling and lets us remove some duplicated 10358 code when we fixup the initrd info in bootm on PPC. 10359 10360 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 10361 10362commit 3082d2348c8e13342f5fdd10e9b3f7408062dbf9 10363Author: Kumar Gala <galak@kernel.crashing.org> 10364Date: Fri Aug 15 08:24:42 2008 -0500 10365 10366 fdt: refactor fdt resize code 10367 10368 Move the fdt resizing code out of ppc specific boot code and into 10369 common fdt support code. 10370 10371 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 10372 10373commit 396f635b8ff3ccbc38d75d5eda98444c6466810a 10374Author: Kumar Gala <galak@kernel.crashing.org> 10375Date: Fri Aug 15 08:24:41 2008 -0500 10376 10377 bootm: refactor image detection and os load steps 10378 10379 Created a bootm_start() that handles the parsing and detection of all 10380 the images that will be used by the bootm command (OS, ramdisk, fdt). 10381 As part of this we now tract all the relevant image offsets in the 10382 bootm_headers_t struct. This will allow us to have all the needed 10383 state for future sub-commands and lets us reduce a bit of arch 10384 specific code on SPARC. 10385 10386 Created a bootm_load_os() that deals with decompression and loading 10387 the OS image. 10388 10389 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 10390 10391commit e906cfae08e8cc2447f59b1bc4c22ab9c3c286d2 10392Author: Kumar Gala <galak@kernel.crashing.org> 10393Date: Fri Aug 15 08:24:40 2008 -0500 10394 10395 bootm: move lmb into the bootm_headers_t structure 10396 10397 To allow for persistent state between future bootm subcommands we 10398 need the lmb to exist in a global state. 10399 Moving it into the bootm_headers_t allows us to do that. 10400 10401 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 10402 10403commit 54f9c86691309b2f919f567f9255b8bcad2c7651 10404Author: Kumar Gala <galak@kernel.crashing.org> 10405Date: Fri Aug 15 08:24:39 2008 -0500 10406 10407 bootm: Set working fdt address as part of the bootm flow 10408 10409 Set the fdt working address so "fdt FOO" commands can be used as part 10410 of the bootm flow. Also set an the environment variable "fdtaddr" 10411 with the value. 10412 10413 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 10414 10415commit 06a09918f3903450313e2047a9cc258bf5872f46 10416Author: Kumar Gala <galak@kernel.crashing.org> 10417Date: Fri Aug 15 08:24:38 2008 -0500 10418 10419 bootm: refactor fdt locating and relocation code 10420 10421 Move the code that handles finding a device tree blob and relocating 10422 it (if needed) into common code so all arch's have access to it. 10423 10424 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 10425 10426commit c4f9419c6b54958e0eddbcbc9e5a4a7b7ec99865 10427Author: Kumar Gala <galak@kernel.crashing.org> 10428Date: Fri Aug 15 08:24:37 2008 -0500 10429 10430 bootm: refactor ramdisk locating code 10431 10432 Move determing if we have a ramdisk and where its located into the 10433 common code. Keep track of the ramdisk start and end in the 10434 bootm_headers_t image struct. 10435 10436 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 10437 10438commit c160a9544743e80e8889edb2275538e7764ce334 10439Author: Kumar Gala <galak@kernel.crashing.org> 10440Date: Fri Aug 15 08:24:36 2008 -0500 10441 10442 bootm: refactor entry point code 10443 10444 Move entry point code out of each arch and into common code. 10445 Keep the entry point in the bootm_headers_t images struct. 10446 10447 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 10448 10449commit 20220d22b9f41446288588cd2e457e0077a18bed 10450Author: Randy Vinson <rvinson@mvista.com> 10451Date: Wed Aug 13 11:44:57 2008 -0700 10452 10453 mpc7448hpc2: Fix PCI I/O space mapping. 10454 10455 PCI I/O space is currently mapped 1:1 at 0xFA000000. Linux requires 10456 PCI I/O space to start at 0 on the PCI bus. This patch maps PCI I/O 10457 space such that 0xFA000000 in the processor's address space maps to 0 10458 on the PCI I/O bus. 10459 10460 Signed-off-by Randy Vinson <rvinson@mvista.com> 10461 Acked-by: Roy Zang <tie-fei.zang@freescale.com> 10462 10463commit b4e07520bbb5467ad72eb92a5c9177d2797b9e30 10464Author: Guennadi Liakhovetski <lg@denx.de> 10465Date: Wed Aug 13 18:10:26 2008 +0200 10466 10467 i.MX31: Specify maintainers for i.MX31-based boards 10468 10469 Signed-off-by: Guennadi Liakhovetski <lg@denx.de> 10470 Signed-off-by: Wolfgang Denk <wd@denx.de> 10471 10472commit 51e46e28fda4bbdf5149ac7f67d62fcc8df4da63 10473Author: Wolfgang Denk <wd@denx.de> 10474Date: Tue Aug 26 15:01:28 2008 +0200 10475 10476 ADS5121: adjust image addresses in RAM and flash 10477 10478 Use the same mapping in flash as used by Linux 10479 10480 Signed-off-by: Wolfgang Denk <wd@denx.de> 10481 10482commit 19f101412c16edee9fd55db4039e1d68a833b28b 10483Author: Wolfgang Denk <wd@denx.de> 10484Date: Tue Aug 26 13:14:34 2008 +0200 10485 10486 cmd_mem.c: Fix help message alignment 10487 10488 Bug was introced by "Big white-space cleanup" (53677ef1) 10489 10490 Signed-off-by: Wolfgang Denk <wd@denx.de> 10491 10492commit 1a9eeb78b825bfade31d7606a2fe3b9eca9e35be 10493Author: Andre Schwarz <andre.schwarz@matrix-vision.de> 10494Date: Wed Aug 20 11:11:52 2008 +0200 10495 10496 change mvBL-M7 default env and move to vendor subdir 10497 10498 fix mvBL-M7 config and move to matrix_vision subdir 10499 10500 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de> 10501 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 10502 10503commit 002d27caf26e7eb913d474d3a91f67d56c8c31d5 10504Author: Nick Spence <nick.spence@freescale.com> 10505Date: Fri Aug 22 23:52:40 2008 -0700 10506 10507 MPC83XX: Add miscellaneous registers and #defines to support MPC83xx family devices 10508 10509 This patch adds elements to the 83xx sysconf structure and #define values that are used 10510 by mpc83xx family devices. 10511 10512 Signed-off-by: Nick Spence <nick.spence@freescale.com> 10513 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 10514 10515commit 447ad5768abda669ac0e7f46fcdb62fbe828d637 10516Author: Ira W. Snyder <iws@ovro.caltech.edu> 10517Date: Fri Aug 22 11:00:15 2008 -0700 10518 10519 MPC8349EMDS: Add PCI Agent (PCISLAVE) support 10520 10521 Add the ability for the MPC8349EMDS to run in PCI Agent mode, acting as a 10522 PCI card rather than a host computer. 10523 10524 Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu> 10525 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 10526 10527commit 4ff9aea9d6b5602683a920951ef896996438af62 10528Author: Ira W. Snyder <iws@ovro.caltech.edu> 10529Date: Fri Aug 22 11:00:14 2008 -0700 10530 10531 mpc83xx: add PCISLAVE support to 83XX_GENERIC_PCI setup code 10532 10533 This adds a helper function to unlock the PCI configuration bit, so that 10534 any extra PCI setup (such as outbound windows, etc.) can be done after 10535 using the 83XX_GENERIC_PCI code to set up the PCI bus. 10536 10537 Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu> 10538 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 10539 10540commit 162338e1fcde231ca4d562e5ebd7859456731691 10541Author: Ira W. Snyder <iws@ovro.caltech.edu> 10542Date: Fri Aug 22 11:00:13 2008 -0700 10543 10544 MPC8349EMDS: use 83XX_GENERIC_PCI setup code 10545 10546 Change the MPC8349EMDS board to use the generic PCI initialization code 10547 for the mpc83xx cpu. 10548 10549 Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu> 10550 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 10551 10552commit f4e55a4941e8ba46bc06020b2747928adf8fdee7 10553Author: Kim Phillips <kim.phillips@freescale.com> 10554Date: Mon Aug 25 14:53:09 2008 -0500 10555 10556 fix out of tree building 10557 10558 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 10559 10560commit a49d10cf027d059ee15c262010a05cdaec0961e1 10561Author: Wolfgang Denk <wd@denx.de> 10562Date: Mon Aug 25 23:45:41 2008 +0200 10563 10564 Minor coding style cleanup, updte CHANGELOG 10565 10566 Signed-off-by: Wolfgang Denk <wd@denx.de> 10567 10568commit 4d56e8dea670757c801a6a65531f02a8f981ce1f 10569Author: Stefan Roese <sr@denx.de> 10570Date: Wed Aug 20 20:29:38 2008 +0200 10571 10572 RTC: Fix Makefile problem with COBJS-$(CONFIG_RTC_DS1307 || CONFIG_RTC_DS1338) 10573 10574 This "||" doesn't seem to work. Now using the idea suggest by Scott Wood 10575 to combine both config options into one line. This even allows defining 10576 both options and not generating the target object twice. 10577 10578 Signed-off-by: Stefan Roese <sr@denx.de> 10579 10580commit 079edb913dbae147b50a488cf02e03f473fc5f28 10581Author: Jens Gehrlein <sew_s@tqs.de> 10582Date: Fri Jul 4 16:50:05 2008 +0200 10583 10584 MX31: fix bit masks in function mx31_decode_pll() 10585 10586 Bits MPCTL[MFN] and MPCTL[MFD] were not fully covered. 10587 10588 Signed-off-by: Jens Gehrlein <sew_s@tqs.de> 10589 10590commit e8f1207bbf2df6fb693ee1aa3329b2014c92e5e6 10591Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in> 10592Date: Mon Aug 25 11:11:34 2008 +0200 10593 10594 Correct ARM Versatile Timer Initialization 10595 10596 - According to ARM Dual-Timer Module (SP804) TRM (ARM DDI0271), 10597 -- Timer Value Register @ TIMER Base + 4 is Read-only. 10598 -- Prescale Value (Bits 3-2 of TIMER Control register) 10599 can only be one of 00,01,10. 11 is undefined. 10600 -- CFG_HZ for Versatile board is set to 10601 #define CFG_HZ (1000000 / 256) 10602 So Prescale bits is set to indicate 10603 - 8 Stages of Prescale, Clock divided by 256 10604 - The Timer Control Register has one Undefined/Shouldn't Use Bit 10605 So we should do read/modify/write Operation 10606 10607 Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in> 10608 10609commit 535cfa4f3de86cf48d6c0af1daf33aebdca089f9 10610Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in> 10611Date: Mon Aug 25 11:30:29 2008 +0200 10612 10613 Add ARM AMBA PL031 RTC Support 10614 10615 Signed-off-by: Gururaja Hebbar K R <gururajakr@sanyo.co.in> 10616 10617commit e39411674669cc880e1ec4a8ca4794fb15c33a45 10618Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com> 10619Date: Tue Aug 19 16:21:03 2008 -0400 10620 10621 ARM DaVinci: Removed redundant NAND initialization code. 10622 10623 ARM DaVinci: Removed redundant NAND initialization code. 10624 10625 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com> 10626 10627commit b3fb663b20d995ca41327db877ddb168279b3f62 10628Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com> 10629Date: Tue Aug 19 16:21:00 2008 -0400 10630 10631 ARM DaVinci: Fix compilation error with new MTD code. 10632 10633 ARM DaVinci: Fix compilation error with new MTD code. 10634 10635 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com> 10636 10637commit 109c30fb8edea1a15d37a6ce787cd5faf33d8e43 10638Author: Gerald Van Baren <vanbaren@cideas.com> 10639Date: Fri Aug 22 14:37:05 2008 -0400 10640 10641 Add note on dereferencing /aliases pointers 10642 10643 Replace the "must quote special characters" note with a hint on 10644 how to dereference /aliases pointers by omitting the leading "/". 10645 This feature was introduced by Kumar Gala as a libfdt enhancement 10646 in commit ed035708235332c3c117ee3bb1a426063f03cfcb. 10647 10648 Example: 10649 10650 => fdt print /aliases 10651 aliases { 10652 ethernet0 = "/qe@e0100000/ucc@2000"; 10653 ethernet1 = "/qe@e0100000/ucc@3000"; 10654 serial0 = "/soc8360@e0000000/serial@4500"; 10655 serial1 = "/soc8360@e0000000/serial@4600"; 10656 pci0 = "/pci@e0008500"; 10657 }; 10658 => fdt print ethernet0 10659 ucc@2000 { 10660 device_type = "network"; 10661 compatible = "ucc_geth"; 10662 cell-index = <0x1>; 10663 reg = <0x2000 0x200>; 10664 interrupts = <0x20>; 10665 interrupt-parent = <0x2>; 10666 local-mac-address = [00 00 00 00 00 00]; 10667 rx-clock-name = "none"; 10668 tx-clock-name = "clk9"; 10669 phy-handle = <0x3>; 10670 phy-connection-type = "rgmii-id"; 10671 pio-handle = <0x4>; 10672 }; 10673 10674 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com> 10675 10676commit feeca3f578b7f53c032ba203698751c982f8bf5a 10677Author: Kumar Gala <galak@kernel.crashing.org> 10678Date: Thu Aug 14 08:28:19 2008 -0500 10679 10680 libfdt: Add support for using aliases in fdt_path_offset() 10681 10682 If the path doesn't start with '/' check to see if it matches some alias 10683 under "/aliases" and substitute the matching alias value in the path 10684 and retry the lookup. 10685 10686 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 10687 Acked-by: David Gibson <david@gibson.dropbear.id.au> 10688 Acked-by: Gerald Van Baren <vanbaren@cideas.com> 10689 10690commit 0219399a4e3a8edb428e1924e1a03d58cccf8d8e 10691Author: David Gibson <david@gibson.dropbear.id.au> 10692Date: Wed Aug 6 14:50:49 2008 +1000 10693 10694 libfdt: Implement fdt_get_property_namelen() and fdt_getprop_namelen() 10695 10696 As well as fdt_subnode_offset(), libfdt includes an 10697 fdt_subnode_offset_namelen() function that takes the subnode name to 10698 look up not as a NUL-terminated string, but as a string with an 10699 explicit length. This can be useful when the caller has the name as 10700 part of a longer string, such as a full path. 10701 10702 However, we don't have corresponding 'namelen' versions for 10703 fdt_get_property() and fdt_getprop(). There are less obvious use 10704 cases for these variants on property names, but there are 10705 circumstances where they can be useful e.g. looking up property names 10706 which need to be parsed from a longer string buffer such as user input 10707 or a configuration file, or looking up an alias in a path with 10708 IEEE1275 style aliases. 10709 10710 So, since it's very easy to implement such variants, this patch does 10711 so. The original NUL-terminated variants are, of course, implemented 10712 in terms of the namelen versions. 10713 10714 Signed-off-by: David Gibson <david@gibson.dropbear.id.au> 10715 10716commit f171746f701ea58bf6a53e835b53d2aaebee0d81 10717Author: David Gibson <david@gibson.dropbear.id.au> 10718Date: Tue Jul 29 14:51:22 2008 +1000 10719 10720 libfdt: Forgot one function when cleaning the namespace 10721 10722 In commit b6d80a20fc293f3b995c3ce1a6744a5574192125, we renamed all 10723 libfdt functions to be prefixed with fdt_ or _fdt_ to minimise the 10724 chance of collisions with things from whatever package libfdt is 10725 embedded in, pulled into the libfdt build via that environment's 10726 libfdt_env.h. 10727 10728 Except... I missed one. This patch applies the same treatment to 10729 _stringlist_contains(). While we're at it, also make it static since 10730 it's only used in the same file. 10731 10732 Signed-off-by: David Gibson <david@gibson.dropbear.id.au> 10733 10734commit 46390da15411351fc3b498bd8c1615f78fe80df0 10735Author: Wolfram Sang <w.sang@pengutronix.de> 10736Date: Wed Jul 9 11:22:44 2008 +0200 10737 10738 libfdt: Improve documentation in libfdt.h 10739 10740 Fix a few typos and mistakes. 10741 10742 Signed-off-by: Wolfram Sang <w.sang@pengutronix.de> 10743 Acked-by: David Gibson <david@gibson.dropbear.id.au> 10744 10745commit fc7758ee4f5782878f2e96876b7bc56cfee0ac66 10746Author: David Gibson <david@gibson.dropbear.id.au> 10747Date: Wed Jul 9 14:10:24 2008 +1000 10748 10749 libfdt: Increase namespace-pollution paranoia 10750 10751 libfdt is supposed to easy to embed in projects all and sundry. 10752 Often, it won't be practical to separate the embedded libfdt's 10753 namespace from that of the surrounding project. Which means there can 10754 be namespace conflicts between even libfdt's internal/static functions 10755 and functions or macros coming from the surrounding project's headers 10756 via libfdt_env.h. 10757 10758 This patch, therefore, renames a bunch of libfdt internal functions 10759 and macros and makes a few other chances to reduce the chances of 10760 namespace collisions with embedding projects. Specifically: 10761 - Internal functions (even static ones) are now named _fdt_*() 10762 10763 - The type and (static) global for the error table in 10764 fdt_strerror() gain an fdt_ prefix 10765 10766 - The unused macro PALIGN is removed 10767 10768 - The memeq and streq macros are removed and open-coded in the 10769 users (they were only used once each) 10770 10771 - Other macros gain an FDT_ prefix 10772 10773 - To save some of the bulk from the previous change, an 10774 FDT_TAGALIGN() macro is introduced, where FDT_TAGALIGN(x) == 10775 FDT_ALIGN(x, FDT_TAGSIZE) 10776 10777 Signed-off-by: David Gibson <david@gibson.dropbear.id.au> 10778 10779commit c66830263af19831f2b7db307f79d1943febf7f9 10780Author: David Gibson <david@gibson.dropbear.id.au> 10781Date: Mon Jul 7 10:14:15 2008 +1000 10782 10783 dtc: Enable and fix -Wcast-qual warnings 10784 10785 Enabling -Wcast-qual warnings in dtc shows up a number of places where 10786 we are incorrectly discarding a const qualification. There are also 10787 some places where we are intentionally discarding the 'const', and we 10788 need an ugly cast through uintptr_t to suppress the warning. However, 10789 most of these are pretty well isolated with the *_w() functions. So 10790 in the interests of maximum safety with const qualifications, this 10791 patch enables the warnings and fixes the existing complaints. 10792 10793 Signed-off-by: David Gibson <david@gibson.dropbear.id.au> 10794 Acked-by: Gerald Van Baren <vanbaren@cideas.com> 10795 10796commit ef4e8ce1beb5b93aedda5a4c1b90bfd989c6791e 10797Author: David Gibson <david@gibson.dropbear.id.au> 10798Date: Mon Jul 7 10:10:48 2008 +1000 10799 10800 dtc: Enable and fix -Wpointer-arith warnings 10801 10802 This patch turns on the -Wpointer-arith option in the dtc Makefile, 10803 and fixes the resulting warnings due to using (void *) in pointer 10804 arithmetic. While convenient, pointer arithmetic on void * is not 10805 portable, so it's better that we avoid it, particularly in libfdt. 10806 10807 Also add necessary definition of uintptr_t needed by David Gibson's 10808 changeset "dtc: Enable and fix -Wpointer-arith warnings" (the definition 10809 comes from stdint.h, which u-boot doesn't have). -- gvb 10810 10811 Signed-off-by: David Gibson <david@gibson.dropbear.id.au> 10812 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com> 10813 10814commit 5d4b3d2b31e58fcb2d4bd10af762f5ff41b229fd 10815Author: Tirumala R Marri <tmarri@amcc.com> 10816Date: Thu Aug 21 21:54:53 2008 -0700 10817 10818 ppc4xx: AMCC PPC460GT/EX PCI-E de-emphasis adjustment fix 10819 10820 During recent PCI-E tests it has been found that current 10821 driverl level and de-emphasis values are not set correctly. 10822 After sweeping throgh all de-ephasis values, it was found that 10823 0x130 is a right value. Where 0x13 is driver level and 0 is 10824 de-emphasis. 10825 10826 Signed-off-by: Tirumala R Marri <tmarri@amcc.com> 10827 Signed-off-by: Stefan Roese <sr@denx.de> 10828 10829commit 0bb86d823b6c150c7ee17de0cfca9ffccc16463b 10830Author: Remy Bohmer <linux@bohmer.net> 10831Date: Wed Aug 20 20:46:56 2008 +0200 10832 10833 Make the YAFFS filesystem work 10834 10835 Recently the YAFFS filesystem support has been added to U-boot. 10836 However, just enabling CONFIG_YAFFS2 is not enough to get it working. 10837 10838 ymount will generate an exception (when dereferencing mtd->readoob()), because 10839 the genericDevice is a null pointer. Further, a lot of logging is produced 10840 while using YAFFS fs, so logging should also be disabled. 10841 Both issues are solved by this patch. 10842 10843 With this patch and CONFIG_YAFFS2 enabled, I get a readable filesystem 10844 in U-boot, as well as in Linux. 10845 10846 Tested on a Atmel AT91SAM9261EK board. 10847 10848 Signed-off-by: Remy Bohmer <linux@bohmer.net> 10849 Acked-by: William Juul <william.juul@tandberg.com> 10850 Signed-off-by: Scott Wood <scottwood@freescale.com> 10851 10852commit bfd7f38614e21f745b6d6845fcc616ebc5e4d36f 10853Author: Kyungmin Park <kmpark@infradead.org> 10854Date: Tue Aug 19 08:42:53 2008 +0900 10855 10856 Fix OneNAND read_oob/write_oob functions compatability 10857 10858 Also sync with kernel OneNAND codes 10859 10860 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> 10861 Signed-off-by: Scott Wood <scottwood@freescale.com> 10862 10863commit 8d765456c1d33f2010d2717ee58de7647fdc6346 10864Author: Scott Wood <scottwood@freescale.com> 10865Date: Mon Aug 18 17:11:20 2008 -0500 10866 10867 NAND: Remove delay from nand_boot_fsl_elbc.c. 10868 10869 It was for debugging purposes, and shouldn't have been left in. 10870 10871 Signed-off-by: Scott Wood <scottwood@freescale.com> 10872 10873commit f556483734126793522fb7a8cf36af90da78f084 10874Author: Stefan Roese <sr@denx.de> 10875Date: Thu Aug 21 11:05:03 2008 +0200 10876 10877 ppc4xx: Cleanup of "ppc4xx: Optimize PLB4 Arbiter..." patch 10878 10879 This patch fixes some minor issues introduced with the patch: 10880 ppc4xx: Optimize PLB4 Arbiter... from Prodyut Hazarika: 10881 10882 - Rework memory-queue and PLB arbiter optimization code, that the 10883 local variable is not needed anymore. This removes one #ifdef. 10884 - Use consistant spacing in ppc4xx.h header (XXX + 0x01 instead 10885 of XXX+ 0x01). This was not introduced by Prodyut, just a 10886 copy-paste problem. 10887 10888 Signed-off-by: Stefan Roese <sr@denx.de> 10889 10890commit 079589bcfb24ba11068460276a3cc9549ab5346f 10891Author: Prodyut Hazarika <phazarika@amcc.com> 10892Date: Wed Aug 20 09:38:51 2008 -0700 10893 10894 ppc4xx: Optimize PLB4 Arbiter and Memory Queue settings for PPC440SP/SPe, 10895 PPC405EX and PPC460EX/GT/SX 10896 10897 - Read pipeline depth set to 4 for PPC440SP/SPE, PPC405EX, PPC460EX/GT/SX 10898 processors 10899 - Moved PLB4 Arbiter register definitions to ppc4xx.h since it is shared 10900 across processors (405 and 440/460) 10901 - Optimize Memory Queue settings for PPC440SP/SPE and PPC460EX/GT/SX 10902 processors 10903 - Add register bit definitions for Memory Queue Configuration registers 10904 10905 Signed-off-by: Prodyut Hazarika <phazarika@amcc.com> 10906 Signed-off-by: Stefan Roese <sr@denx.de> 10907 10908commit ba37aa03287c5483c61c0a3e320c8888bee0143a 10909Author: Kumar Gala <galak@kernel.crashing.org> 10910Date: Tue Aug 19 15:41:18 2008 -0500 10911 10912 fdt: rework fdt_fixup_ethernet() to use env instead of bd_t 10913 10914 Move to using the environment variables 'ethaddr', 'eth1addr', etc.. 10915 instead of bd->bi_enetaddr, bi_enet1addr, etc. 10916 10917 This makes the code a bit more flexible to the number of ethernet 10918 interfaces. 10919 10920 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 10921 10922commit 4cacf7c64609839f809e2f9c45873f1d65861703 10923Author: Stefan Roese <sr@denx.de> 10924Date: Tue Aug 19 14:57:55 2008 +0200 10925 10926 hush: Fix printf debug macro in hush.c so that it usable in U-Boot 10927 10928 This patch changes the debug_printf() marco for U-Boot in hush.c and 10929 moves the definition of DEBUG_SHELL to a place that is actually compiled 10930 under U-Boot. 10931 10932 Signed-off-by: Stefan Roese <sr@denx.de> 10933 10934commit 8f2b457ef26a44d9e5fd7d6b16c394e5c3a71ca2 10935Author: Heiko Schocher <hs@denx.de> 10936Date: Tue Aug 19 09:57:41 2008 +0200 10937 10938 cfi: rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER 10939 10940 Commit 00b1883a4cac59d97cd297b1a3a398db85982865 10941 missed a few boards: 10942 include/configs/M5253DEMO.h 10943 include/configs/ml507.h 10944 include/configs/redwood.h 10945 10946 This patch fixes this. 10947 10948 Signed-off-by: Heiko Schocher <hs@denx.de> 10949 10950commit 0768b7a872964085eece8d5e9fec9175e9deb161 10951Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 10952Date: Mon Aug 18 13:41:27 2008 +0200 10953 10954 Consolidate strmhz() implementation 10955 10956 ARM, i386, m68k and ppc all have identical implementations of strmhz(). 10957 Other architectures don't provide this function at all. 10958 10959 This patch moves strmhz() into lib_generic, reducing code duplication 10960 and providing a more unified API across architectures. 10961 10962 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 10963 10964commit a928d0df211f1d829308d335d19be3ca42558dfc 10965Author: Andre Schwarz <andre.schwarz@matrix-vision.de> 10966Date: Mon Aug 18 12:02:51 2008 +0200 10967 10968 fix mvbc_p board build warnings 10969 10970 fix build warnings @ mvBC-P board by using correct types, i.e. change 10971 out_be32 to out_be16 and out_8 accordingly. 10972 10973 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de> 10974 10975commit a958b663d27f616bd1dfb720d1b476d1ecaaa569 10976Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 10977Date: Sat Aug 16 18:54:27 2008 +0200 10978 10979 Makefile: fix posix support on find 10980 10981 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 10982 10983commit bef92e215d945cc574399c1a1b00a3a76d35aa03 10984Author: Axel Beierlein <belatronix@web.de> 10985Date: Sat Aug 16 00:30:48 2008 +0200 10986 10987 Adding bootlimit/bootcount feature for MPC5XXX on TQM5200 Boards 10988 10989 Tested with TQM5200S on STK52XX.200 Board 10990 10991 Signed-off-by: Axel Beierlein <belatronix@web.de> 10992 10993commit 0800707b6d5041a840a65d556032c15c584b55f8 10994Author: Peter Tyser <ptyser@xes-inc.com> 10995Date: Fri Aug 15 14:36:32 2008 -0500 10996 10997 mod_i2c_mem() bugfix 10998 10999 The last used chip, address, and address length were not being 11000 stored for the imm and imn commands.
11001 11002 Signed-off-by: Peter Tyser <ptyser@xes-inc.com> 11003 11004commit 4afbef967275b2f636abae86f91b81becee7ad03 11005Author: Steven A. Falco <sfalco@harris.com> 11006Date: Fri Aug 15 15:37:31 2008 -0400 11007 11008 Fix typo in spelling of ATAPI. 11009 11010 Correct a small spelling mistake. 11011 11012 Signed-off-by: Steven A. Falco <sfalco@harris.com> 11013 11014commit 36c2d3062ecc6ab85f8e237180eb134464c48418 11015Author: Steven A. Falco <sfalco@harris.com> 11016Date: Fri Aug 15 15:34:10 2008 -0400 11017 11018 Add a hook to allow board-specific PIO mode setting. 11019 11020 This patch adds a hook whereby a board-specific routine can be called to 11021 configure hardware for a PIO mode. The prototype for the board-specific 11022 routine is: 11023 11024 int inline ide_set_piomode(int pio_mode) 11025 11026 ide_set_piomode should be prepared to configure hardware for a pio_mode 11027 between 0 and 6, inclusive. It should return 0 on success or 1 on failure. 11028 11029 Signed-off-by: Steven A. Falco <sfalco@harris.com> 11030 11031commit 9571b84cb1423876f1153081b9e6a51d90fbcdc4 11032Author: Steven A. Falco <sfalco@harris.com> 11033Date: Fri Aug 15 15:29:12 2008 -0400 11034 11035 Replace enums in ata.h with an include of libata.h 11036 11037 This patch removes some enums from ata.h and replaces them with an 11038 include of libata.h. This way, we eliminate duplicated code, and 11039 prevent errors whereby the different versions could be out of sync. 11040 11041 Signed-off-by: Steven A. Falco <sfalco@harris.com> 11042 11043commit 0de0afbca865ecf482b4d2b635236746def8518f 11044Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 11045Date: Fri Aug 15 18:32:41 2008 +0200 11046 11047 coldfire: fix CFI drivers activation with new macro 11048 11049 rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER 11050 11051 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 11052 11053commit 7dbc38ad915f4ae67f4cd1818b7ac8fed368aaa9 11054Author: Kumar Gala <galak@kernel.crashing.org> 11055Date: Fri Aug 15 08:24:35 2008 -0500 11056 11057 fdt: fdt addr w/o any args reports back the current working address 11058 11059 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 11060 11061commit f953d99fd528a496b400a706b511eaf8e3ea66af 11062Author: Kumar Gala <galak@kernel.crashing.org> 11063Date: Fri Aug 15 08:24:34 2008 -0500 11064 11065 fdt: added the ability to set initrd start/end via chosen command 11066 11067 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 11068 11069commit ffa4bafacaef67058463b3d7d0099ced57569dd2 11070Author: Kumar Gala <galak@kernel.crashing.org> 11071Date: Fri Aug 15 08:24:33 2008 -0500 11072 11073 Add command to enable/disable interrupts 11074 11075 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 11076 11077commit 9e8e63cce69556aef10b58bcbc56d324f570ec3a 11078Author: Nick Spence <nick.spence@freescale.com> 11079Date: Tue Aug 19 22:21:16 2008 -0700 11080 11081 CFI: Add CFI_CMDSET_INTEL_EXTENDED to fix flash_real_protect() 11082 11083 This patch fixes a missing vendor code in the flash_real_protect() function. 11084 11085 Signed-off-by: Nick Spence <nick.spence@freescale.com> 11086 Signed-off-by: Stefan Roese <sr@denx.de> 11087 11088commit 4e00acded2e6a8d663e12690a0f0f08f5bec5a58 11089Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 11090Date: Tue Aug 19 16:53:39 2008 +0000 11091 11092 CFI: Fix AMD Legacy sector protect 11093 11094 New implement sector lock and unlock or softlock commands 11095 do not exist in AMD legacy flash. Thus, causing issue 11096 when erasing AMD legacy flash (such as lv040) 11097 11098 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 11099 Signed-off-by: Stefan Roese <sr@denx.de> 11100 11101commit 492671404140f09d5b21b3d2ce4e362c0692c069 11102Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 11103Date: Wed Aug 20 09:40:16 2008 +0200 11104 11105 hammerhead/mimc200: Use CONFIG_FLASH_CFI_DRIVER 11106 11107 CFG_FLASH_CFI_DRIVER was recently renamed CONFIG_FLASH_CFI_DRIVER. 11108 11109 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 11110 11111commit 33eac2b3d946fc998a09245dfe54d017079b9056 11112Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 11113Date: Wed Aug 20 09:28:36 2008 +0200 11114 11115 hammerhead: Add missing printf parameter to CONFIG_AUTOBOOT_PROMPT 11116 11117 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 11118 11119commit 25da0b84195fdda89a943b2d25757db5afeef5b8 11120Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 11121Date: Wed Aug 20 09:27:37 2008 +0200 11122 11123 favr-32-ezkit: Fix printf format warnings 11124 11125 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 11126 11127commit 462da25e89b0b58bf4c66346c1fcb3087c61b4b8 11128Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 11129Date: Fri Aug 15 12:04:25 2008 +0200 11130 11131 MAINTAINERS: Sort avr32 section alphabetically 11132 11133 The rest of the MAINTAINERS file appears to be sorted 11134 almost-alphabetically, but entries for the newly added AVR32 boards were 11135 added somewhat randomly. This patch sorts the list alphabetically again. 11136 11137 Also update my e-mail address. The old one still works, but it may not 11138 work forever. 11139 11140 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 11141 11142commit 13b50fe3bc065c48911fa373231421280855a9d6 11143Author: Mark Jackson <mpfj@mimc.co.uk> 11144Date: Wed Jul 30 13:07:27 2008 +0100 11145 11146 avr32: Add MIMC200 board 11147 11148 The MIMC200 board is based on Atmel's NGW100 dev kit, but with an extra 11149 8MByte FLASH and 128KByte FRAM. 11150 11151 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk> 11152 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 11153 11154commit db70b84329315c52f6ec77f5ae5ca1afe970a9bb 11155Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com> 11156Date: Wed Jul 9 21:07:34 2008 +0900 11157 11158 rtl8169: add support for RTL8110SCL 11159 11160 This patch fixes a problem that RTL8110SCL started transfer 11161 with an incorrect memory address. 11162 11163 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com> 11164 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 11165 11166commit 943b825bf15e6a28ac8328e0f6489478bceef1ea 11167Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 11168Date: Wed Jun 25 15:48:52 2008 -0500 11169 11170 Fix dm9000 receive status and len little endian issue 11171 11172 The received status and len was in little endian 11173 format and caused the ethernet unable to proceed 11174 further. Add __le16_to_cpu() in dm9000_rx_status_8/16/32bit(). 11175 11176 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 11177 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 11178 11179commit fcd69a1a57fb2af4d26201422095a4be9f36963e 11180Author: Kumar Gala <galak@kernel.crashing.org> 11181Date: Fri Aug 15 08:24:32 2008 -0500 11182 11183 Clean up usage of icache_disable/dcache_disable 11184 11185 There is no point in disabling the icache on 7xx/74xx/86xx parts and not 11186 also flushing the icache. All callers of invalidate_l1_instruction_cache() 11187 call icache_disable() right after. Make it so icache_disable() calls 11188 invalidate_l1_instruction_cache() for us. 11189 11190 Also, dcache_disable() already calls dcache_flush() so there is no point 11191 in the explicit calls of dcache_flush(). 11192 11193 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 11194 11195commit a15b07104ca7bbb7093c9009c9ae1b58b4202d13 11196Author: Kumar Gala <galak@kernel.crashing.org> 11197Date: Fri Aug 15 08:24:31 2008 -0500 11198 11199 Update linux bootm to support ePAPR client interface 11200 11201 The ePAPR spec has some subtle differences from the current device 11202 tree based boot interface to the powerpc linux kernel. The powerpc 11203 linux kernel currently ignores the differences that ePAPR specifies. 11204 11205 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 11206 11207commit b734e5556a239b3be5f9693b2f4b4b739683ec16 11208Author: Wolfgang Denk <wd@denx.de> 11209Date: Mon Aug 18 23:50:20 2008 +0200 11210 11211 Minor code cleanup: keep lists sorted. 11212 11213 Signed-off-by: Wolfgang Denk <wd@denx.de> 11214 11215commit d0039d4ed275e6ca09fb417895024ad02be118c4 11216Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es> 11217Date: Wed Jul 23 19:10:14 2008 +0200 11218 11219 Add support for ADT7460 I2C monitor chip 11220 11221 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es> 11222 11223commit eb59ea45ab77c14b090ea857d9ea9f902f40db0b 11224Author: Michal Simek <monstr@monstr.eu> 11225Date: Mon Jul 14 19:45:45 2008 +0200 11226 11227 video: Clean drivers/video/Makefile 11228 11229 Signed-off-by: Michal Simek <monstr@monstr.eu> 11230 11231commit 871c18dd301752270e1f74328c846c3104be1e2e 11232Author: Michal Simek <monstr@monstr.eu> 11233Date: Mon Jul 14 19:45:37 2008 +0200 11234 11235 rtc: Clean drivers/rtc/Makefile 11236 11237 Signed-off-by: Michal Simek <monstr@monstr.eu> 11238 11239commit a4a549b4b53adf40a0d3882cc30ac812a8f847c5 11240Author: Michal Simek <monstr@monstr.eu> 11241Date: Mon Jul 14 19:45:35 2008 +0200 11242 11243 i2c: Clean drivers/i2c/ Makefile 11244 11245 Signed-off-by: Michal Simek <monstr@monstr.eu> 11246 11247commit 0a823aa2a8a8c0685e73900f387d602d7edafc0e 11248Author: Harald Welte <laforge@openmoko.org> 11249Date: Wed Jul 9 22:30:30 2008 +0800 11250 11251 Add 'license' command to U-Boot command line 11252 11253 The 'license' command includes the U-Boot license (GPLv2) into the 11254 actual bootloader binary. The license text can be shown interactively 11255 at the U-Boot commandline. 11256 11257 For products where the commandline can actually be accessed by the 11258 end user, this helps to prevent inadvertent GPL violations, since the 11259 GPLv2 license text can no longer be 'forgotten' to be included into 11260 the product. 11261 11262 The 'license' command can be enabled by CONFIG_CMD_LICENSE. 11263 11264 Signed-off-by: Harald Welte <laforge@openmoko.org> 11265 11266commit fe2ce5500ebf43d79d227190bd2370232d5b113d 11267Author: Harald Welte <laforge@gnumonks.org> 11268Date: Sun Jul 6 15:56:38 2008 +0800 11269 11270 add 'unzip' command to u-boot commandline 11271 11272 [PATCH] add new 'unzip' command to u-boot commandline 11273 11274 common/cmd_mem.c: new command "unzip srcaddr dstaddr [dstsize]" to unzip from 11275 memory to memory, and option CONFIG_CMD_UNZIP to enable it 11276 11277 Signed-off-by: Werner Almesberger <werner@openmoko.org> 11278 Signed-off-by: Harald Welte <laforge@openmoko.org> 11279 11280commit 07efc9e321619c3dec213310c32e011aa6f02783 11281Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 11282Date: Wed Aug 6 19:37:17 2008 -0500 11283 11284 Change CFG_ENV_SIZE to CFG_ENV_SECT_SIZE for SPI sector erase 11285 11286 The CFG_ENV_SIZE is not suitable used for SPI flash erase 11287 sector size if CFG_ENV_SIZE is less than CFG_ENV_SECT_SIZE. 11288 Add condition check if CFG_ENV_SIZE is larger than 11289 CFG_ENV_SECT_SIZE, calculate the right number of sectors for 11290 erasing. 11291 11292 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 11293 11294commit 4cb4e654cafabaa1ac180d37b00c8f6095dae9c9 11295Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 11296Date: Mon Aug 11 15:54:25 2008 +0000 11297 11298 ColdFire: Multiple fixes for M5282EVB 11299 11300 Incorrect CFG_HZ value, change 1000000 to 1000. 11301 Rename #waring to #warning. RAMBAR1 uses twice 11302 in start.S, rename the later to FLASHBAR. Insert 11303 nop for DRAM setup. And, env_offset in linker file. 11304 11305 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 11306 11307commit 10db3a17a278dd3a27668b31cb32cdd1476e9513 11308Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 11309Date: Mon Aug 11 15:26:43 2008 +0000 11310 11311 ColdFire: Move m5282evb from board to board/freescale 11312 11313 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 11314 11315commit 56df091d391f74bbf2dc2f7931f9f3c8f23529e4 11316Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 11317Date: Mon Aug 11 15:25:07 2008 +0000 11318 11319 ColdFire: Move m5272c3 from board to board/freescale 11320 11321 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 11322 11323commit 659e9bad629a480f606b286d5703aef7159edf98 11324Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 11325Date: Mon Aug 11 15:23:16 2008 +0000 11326 11327 ColdFire: Move m5271evb from board to board/freescale 11328 11329 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 11330 11331commit 05316f8ece8206339a208ec052f039cd0f7ca922 11332Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 11333Date: Mon Aug 11 13:41:49 2008 +0000 11334 11335 ColdFire: Add M54451EVB platform support for MCF5445x 11336 11337 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 11338 11339commit 922cd7515597e9a2c07d68e2a6240b0b7b0f0136 11340Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 11341Date: Wed Aug 6 19:14:08 2008 -0500 11342 11343 ColdFire: Add Serial Flash support for M54455EVB 11344 11345 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 11346 11347commit 9f751551456828b2d0ff417f10959fb0c7110bd0 11348Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 11349Date: Wed Jul 23 20:38:53 2008 -0500 11350 11351 ColdFire: Implement SBF feature for M5445EVB 11352 11353 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 11354 11355commit a7323bba229203aae2604afde131ab47bad4eadc 11356Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 11357Date: Wed Jul 23 17:53:36 2008 -0500 11358 11359 ColdFire: Add SSPI feature for MCF5445x 11360 11361 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 11362 11363commit b2d022d1ac3f59bffa9cec249341e77aea168abc 11364Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 11365Date: Wed Jul 23 17:37:10 2008 -0500 11366 11367 ColdFire: Use CFI Flash driver for M54455EVB 11368 11369 Remove non-common flash driver in 11370 board/freescale/m54455evb/flash.c. The non-cfi flash will 11371 use CONFIG_FLASH_CFI_LEGACY to configure the flash 11372 attribute. 11373 11374 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 11375 11376commit 6d33c6acfa35b1144d46ffbff7e29ee7969290d0 11377Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 11378Date: Wed Jul 23 17:11:47 2008 -0500 11379 11380 ColdFire: Add M5253DEMO platform support for MCF5253 11381 11382 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 11383 11384commit 80ba61fd82569af40e04d4a089257b81881884f2 11385Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 11386Date: Wed Aug 6 14:17:09 2008 -0500 11387 11388 ColdFire: Raise M5253EVBE uart baudrate to 115200 bps 11389 11390 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 11391 11392commit d361307e73ce1f6fc68760123f37d4876f851f3e 11393Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 11394Date: Wed Aug 6 14:11:36 2008 -0500 11395 11396 ColdFire: Fix M5253EVB dram bring up issue 11397 11398 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 11399 11400commit 4b0708093e15b412296328bf81325cf9b69fe512 11401Author: Wolfgang Denk <wd@denx.de> 11402Date: Thu Aug 14 14:41:06 2008 +0200 11403 11404 Coding Style cleanup, update CHANGELOG 11405 11406 Signed-off-by: Wolfgang Denk <wd@denx.de> 11407 11408commit 68cf19aae48f2969ec70669604d0d776f02c8bc4 11409Author: Scott Wood <scottwood@freescale.com> 11410Date: Wed Aug 13 18:24:05 2008 -0500 11411 11412 socrates: Update NAND driver to new API. 11413 11414 Also, fix some minor formatting issues, and simplify the handling of 11415 "state" for writes. 11416 11417 Signed-off-by: Scott Wood <scottwood@freescale.com> 11418 11419commit ba22d10f39eaeedd035e8265616e31ff88e314d5 11420Author: Scott Wood <scottwood@freescale.com> 11421Date: Wed Aug 13 18:03:40 2008 -0500 11422 11423 quad100hd: Update NAND driver to new API. 11424 11425 Signed-off-by: Scott Wood <scottwood@freescale.com> 11426 11427commit f64cb652a8a84c5c34d0afcbd7ffef886aa1d838 11428Author: Scott Wood <scottwood@freescale.com> 11429Date: Wed Aug 13 17:53:48 2008 -0500 11430 11431 m5373evb: Update NAND driver to new API. 11432 11433 Signed-off-by: Scott Wood <scottwood@freescale.com> 11434 11435commit 1a23a197c8722b805f40895544bbdb1a648c1c82 11436Author: Scott Wood <scottwood@freescale.com> 11437Date: Wed Aug 13 17:04:30 2008 -0500 11438 11439 s3c24x0: Update NAND driver to new API. 11440 11441 Signed-off-by: Scott Wood <scottwood@freescale.com> 11442 11443commit aa5f75f20db8a7103fad9c34d6f1193e10d1890f 11444Author: Scott Wood <scottwood@freescale.com> 11445Date: Wed Aug 13 15:56:00 2008 -0500 11446 11447 at91: Update board NAND drivers to current API. 11448 11449 Signed-off-by: Scott Wood <scottwood@freescale.com> 11450 11451commit d438d50848e9425286e5fb0493e0affb5a0b1e1b 11452Author: Kyungmin Park <kmpark@infradead.org> 11453Date: Wed Aug 13 09:11:02 2008 +0900 11454 11455 Fix OneNAND build break 11456 11457 Since page size field is changed from oobblock to writesize. But OneNAND is not updated. 11458 - fix bufferram management at erase operation 11459 This patch includes the NAND/OneNAND state filed too. 11460 11461 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> 11462 Signed-off-by: Scott Wood <scottwood@freescale.com> 11463 11464commit 9483df6408c25f16060432de3868901e352e23bc 11465Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 11466Date: Wed Aug 13 01:40:43 2008 +0200 11467 11468 drivers/mtd/nand_legacy: Move conditional compilation to Makefile 11469 11470 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 11471 11472commit cc4a0ceeac5462106172d0cc9d9d542233aa3ab2 11473Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 11474Date: Wed Aug 13 01:40:43 2008 +0200 11475 11476 drivers/mtd/nand: Move conditional compilation to Makefile 11477 11478 rename CFG_NAND_LEGACY to CONFIG_NAND_LEGACY 11479 11480 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 11481 11482commit 4fb09b81920e5dfdfc4576883186733f0bd6059c 11483Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 11484Date: Wed Aug 13 01:40:42 2008 +0200 11485 11486 drivers/mtd/onenand: Move conditional compilation to Makefile 11487 11488 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 11489 11490commit 00b1883a4cac59d97cd297b1a3a398db85982865 11491Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 11492Date: Wed Aug 13 01:40:42 2008 +0200 11493 11494 drivers/mtd: Move conditional compilation to Makefile 11495 11496 rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER 11497 11498 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 11499 11500commit 7ba44a5521cdb7fa1c72864025cde1e21a6f6921 11501Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 11502Date: Wed Aug 13 01:40:41 2008 +0200 11503 11504 drivers/qe: Move conditional compilation to Makefile 11505 11506 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 11507 11508commit ab6878c7bc68a7b5e5b731655bdc13221bbfc493 11509Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 11510Date: Wed Aug 13 01:40:40 2008 +0200 11511 11512 drivers/pci: Move conditional compilation to Makefile 11513 11514 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 11515 11516commit 55d6d2d39fe3fe87802e399aa17539368b495d2e 11517Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 11518Date: Wed Aug 13 01:40:40 2008 +0200 11519 11520 drivers/misc: Move conditional compilation to Makefile 11521 11522 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 11523 11524commit 65e41ea0548b86e3d7892defac8e4dc1ea70aed1 11525Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 11526Date: Wed Aug 13 01:40:40 2008 +0200 11527 11528 drivers/input: Move conditional compilation to Makefile 11529 11530 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 11531 11532commit 88f57e093114a44aa9a858d52b099bcc52034a8c 11533Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 11534Date: Wed Aug 13 01:40:39 2008 +0200 11535 11536 drivers/dma: Move conditional compilation to Makefile 11537 11538 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 11539 11540commit 1a02806c4b1b4a09ad4e95d3aac3783889e5f8d7 11541Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 11542Date: Wed Aug 13 01:40:39 2008 +0200 11543 11544 drivers/block: Move conditional compilation to Makefile 11545 11546 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 11547 11548commit 1a6ffbfaf4353bec379ed1fcfc54b6f1a30af09a 11549Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 11550Date: Wed Aug 13 01:40:39 2008 +0200 11551 11552 serial: move CFG_NS9750_UART to CONFIG_NS9750_UART 11553 11554 move also conditional compilation to Makefile 11555 11556 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 11557 11558commit 6c58a030f86829fa4f0d4337cf4b794c41a1823e 11559Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 11560Date: Wed Aug 13 01:40:38 2008 +0200 11561 11562 serial: move CFG_SCIF_CONSOLE to CONFIG_SCIF_CONSOLE 11563 11564 move also conditional compilation to Makefile 11565 11566 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 11567 11568commit d6e9ee92e890f67594ab150689510df361133ead 11569Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 11570Date: Wed Aug 13 01:40:38 2008 +0200 11571 11572 common: Move conditional compilation to Makefile 11573 11574 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 11575 11576commit f5acb9fd9bba1160de3ef349c7d33fe510eda286 11577Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 11578Date: Wed Aug 13 01:40:09 2008 +0200 11579 11580 mx31: move freescale's mx31 boards to vendor board dir 11581 11582 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 11583 11584commit 8ed2f5f950e2581214d20b011a8f27a6396d65d2 11585Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 11586Date: Sat Jul 5 23:11:11 2008 +0200 11587 11588 at91: move arch-at91sam9 to arch-at91 11589 11590 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 11591 11592commit 195ccfc5991d48764b2519941e3507f693851d5d 11593Author: Fathi BOUDRA <fabo@debian.org> 11594Date: Wed Aug 6 10:06:20 2008 +0200 11595 11596 OneNAND: Fill in MTD function pointers for OneNAND. 11597 11598 onenand_print_device_info(): 11599 - Now returns a string to be placed in mtd->name, 11600 rather than calling printf. 11601 - Remove verbose parameter as it becomes useless. 11602 11603 Signed-off-by: Fathi Boudra <fabo@debian.org> 11604 Signed-off-by: Scott Wood <scottwood@freescale.com> 11605 11606commit aa646643b6bc250cb3a4966bf728876e0c10d329 11607Author: Guennadi Liakhovetski <lg@denx.de> 11608Date: Wed Aug 6 21:42:07 2008 +0200 11609 11610 nand_spl: Support page-aligned read in nand_load, use chipselect 11611 11612 Supporting page-aligned reads doesn't incure any sinificant overhead, just 11613 a small change in the algorithm. Also replace in_8 with readb, since there 11614 is no in_8 on ARM. 11615 11616 Signed-off-by: Guennadi Liakhovetski <lg@denx.de> 11617 Signed-off-by: Scott Wood <scottwood@freescale.com> 11618 11619commit 4f32d7760a58fe73981b6edc0b0751565d2daa4c 11620Author: Scott Wood <scottwood@freescale.com> 11621Date: Tue Aug 5 11:15:59 2008 -0500 11622 11623 NAND boot: Update large page support for current API. 11624 11625 Also, remove the ctrl variable in favor of passing the constants 11626 directly, and remove redundant (u8) casts. 11627 11628 Signed-off-by: Scott Wood <scottwood@freescale.com> 11629 11630commit e4c09508545d1c45617ba45391c03c03cbc360b9 11631Author: Scott Wood <scottwood@freescale.com> 11632Date: Mon Jun 30 14:13:28 2008 -0500 11633 11634 NAND boot: MPC8313ERDB support 11635 11636 Note that with older board revisions, NAND boot may only work after a 11637 power-on reset, and not after a warm reset. I don't have a newer board 11638 to test on; if you have a board with a 33MHz crystal, please let me know 11639 if it works after a warm reset. 11640 11641 Signed-off-by: Scott Wood <scottwood@freescale.com> 11642 11643commit acdab5c33f1ea6f5e08f06f08bc64af23ff40d71 11644Author: Scott Wood <scottwood@freescale.com> 11645Date: Thu Jun 26 14:06:52 2008 -0500 11646 11647 mpc8313erdb: Enable NAND in config. 11648 11649 Signed-off-by: Scott Wood <scottwood@freescale.com> 11650 11651commit c3db8c649c6ab3da2f1411c4c6d61aecea054aa4 11652Author: Guennadi Liakhovetski <lg@denx.de> 11653Date: Thu Jul 31 12:38:26 2008 +0200 11654 11655 NAND: Do not write or read a whole block if it is larger than the environment 11656 11657 Environment can be smaller than NAND block size, do not need to read a whole 11658 block and minimum for writing is one page. Also remove an unused variable. 11659 11660 Signed-off-by: Guennadi Liakhovetski <lg@denx.de> 11661 Signed-off-by: Scott Wood <scottwood@freescale.com> 11662 11663commit eafcabd15f00c142156235c519fcc55b10993241 11664Author: Marcel Ziswiler <marcel@ziswiler.com> 11665Date: Sun Jun 22 16:30:06 2008 +0200 11666 11667 NAND: chip->state does not always get set. 11668 11669 Fixes an issue with chip->state not always being set causing troubles. 11670 11671 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com> 11672 Signed-off-by: Scott Wood <scottwood@freescale.com> 11673 11674commit 13f0fd94e3cae6f8a0d9fba5d367e311edc8ebde 11675Author: Ilya Yanok <yanok@emcraft.com> 11676Date: Mon Jun 30 15:34:40 2008 +0200 11677 11678 NAND: Scan bad blocks lazily. 11679 11680 Rather than scanning on boot, scan upon the first attempt to check the 11681 badness of a block. This speeds up boot when not using NAND, and reduces 11682 the likelihood of needing to reflash via JTAG if NAND becomes 11683 nonfunctional. 11684 11685 Signed-off-by: Ilya Yanok <yanok@emcraft.com> 11686 Signed-off-by: Scott Wood <scottwood@freescale.com> 11687 11688commit dfbf617ff055e4216f78d358b0867c548916d14b 11689Author: Scott Wood <scottwood@freescale.com> 11690Date: Thu Jun 12 13:20:16 2008 -0500 11691 11692 NAND read/write fix 11693 11694 Implement block-skipping read/write, based on a patch from 11695 Morten Ebbell Hestens <morten.hestnes@tandberg.com>. 11696 11697 Signed-off-by: Morten Ebbell Hestnes <morten.hestnes@tandberg.com> 11698 Signed-off-by: Scott Wood <scottwood@freescale.com> 11699 11700commit 984e03cdf1431bb593aeaa1b74c445d616f955d3 11701Author: Scott Wood <scottwood@freescale.com> 11702Date: Thu Jun 12 13:13:23 2008 -0500 11703 11704 NAND: Always skip blocks on read/write/boot. 11705 11706 Use of the non-skipping versions was almost always (if not always) 11707 an error, and no valid use case has been identified. 11708 11709 Signed-off-by: Scott Wood <scottwood@freescale.com> 11710 11711commit e1c3dbada349992875934575c97b328ab2cb33ca 11712Author: Anton Vorontsov <avorontsov@ru.mvista.com> 11713Date: Thu Jun 12 11:10:21 2008 -0500 11714 11715 nand: fsl_upm: convert to updated MTD NAND infrastructure 11716 11717 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> 11718 Signed-off-by: Scott Wood <scottwood@freescale.com> 11719 11720commit 300253306acc72b1b2e9faf0987f86551151d7cf 11721Author: Scott Wood <scottwood@freescale.com> 11722Date: Thu May 22 15:02:46 2008 -0500 11723 11724 fsl_elbc_nand: Hard-code the FBAR/FPAR split. 11725 11726 The hardware has separate registers for block and page-within-block, 11727 but the division between the two has no apparent relation to the 11728 actual erase block size of the NAND chip. 11729 11730 Signed-off-by: Scott Wood <scottwood@freescale.com> 11731 11732commit 9c814b0a716aae884bec977b9a032dfa59cfb79a 11733Author: Anton Vorontsov <avorontsov@ru.mvista.com> 11734Date: Fri Mar 28 22:10:54 2008 +0300 11735 11736 fsl_elbc_nand: workaround for hangs during nand write 11737 11738 Using current driver elbc sometimes hangs during nand write. Reading back 11739 last byte helps though (thanks to Scott Wood for the idea). 11740 11741 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> 11742 Signed-off-by: Scott Wood <scottwood@freescale.com> 11743 11744commit 9fd020d6b4b36b9fb67cd834bc1ae7fdba15ee9e 11745Author: Scott Wood <scottwood@freescale.com> 11746Date: Fri Mar 21 16:12:51 2008 -0500 11747 11748 Freescale eLBC FCM NAND driver 11749 11750 This is a driver for the Flash Control Machine of the enhanched Local Bus 11751 Controller found on some Freescale chips (such as the mpc8313 and the 11752 mpc8379). 11753 11754 Signed-off-by: Scott Wood <scottwood@freescale.com> 11755 11756commit 41ef8c716e93fdf50efe9c1ba733ca6675daaca6 11757Author: Scott Wood <scottwood@freescale.com> 11758Date: Tue Mar 18 15:29:14 2008 -0500 11759 11760 Don't panic if a controller driver does ecc its own way. 11761 11762 Some hardware, such as the enhanced local bus controller used on some 11763 mpc83xx chips, does ecc transparently when reading and writing data, rather 11764 than providing a generic calculate/correct mechanism that can be exported to 11765 the nand subsystem. 11766 11767 The subsystem should not BUG() when calculate, correct, or hwctl are 11768 missing, if the methods that call them have been overridden. 11769 11770 Signed-off-by: Scott Wood <scottwood@freescale.com> 11771 11772commit e52b34d40a8a646e3d11638ea8797e96398dba13 11773Author: Stefan Roese <sr@denx.de> 11774Date: Thu Jan 10 18:47:33 2008 +0100 11775 11776 NAND: Make NAND driver less verbose per default 11777 11778 This patch turns off printing of bad blocks per default upon bootup. 11779 This can always be shown via the "nand bad" command later. 11780 11781 Signed-off-by: Stefan Roese <sr@denx.de> 11782 11783commit fe56a2772e5c59577df906163d0d4b29b056140e 11784Author: Sergey Kubushyn <ksi@koi8.net> 11785Date: Wed Jan 9 15:36:20 2008 +0100 11786 11787 NAND: Davinci driver updates 11788 11789 Here comes a trivial patch to cpu/arm926ejs/davinci/nand.c. Unfortunately I 11790 don't have hardware handy so I can not test it at the moment but changes are 11791 rather trivial so it should work. It would be nice if somebody with a 11792 hardware checked it anyways. 11793 11794 Signed-off-by: Sergey Kubushyn <ksi@koi8.net> 11795 11796commit deac913effd8d80535c9ff4687b6fcdff540c554 11797Author: Stefan Roese <sr@denx.de> 11798Date: Sat Jan 5 16:50:32 2008 +0100 11799 11800 NAND: Fix compilation warning and small coding style issue 11801 11802 Signed-off-by: Stefan Roese <sr@denx.de> 11803 11804commit c568f77acdf896fc3dd6413ce53205b17ba809a3 11805Author: Stefan Roese <sr@denx.de> 11806Date: Sat Jan 5 16:49:37 2008 +0100 11807 11808 NAND: Update nand_spl driver to match updated nand subsystem 11809 11810 This patch changes the NAND booting driver nand_spl/nand_boot.c to match 11811 the new infrastructure from the updated NAND subsystem. This NAND 11812 subsystem was recently synced again with the Linux 2.6.22 MTD/NAND 11813 subsystem. 11814 11815 Signed-off-by: Stefan Roese <sr@denx.de> 11816 11817commit 3df2ece0f0fbba47d27f02fff96c533732b98c14 11818Author: Stefan Roese <sr@denx.de> 11819Date: Sat Jan 5 16:47:58 2008 +0100 11820 11821 NAND: Update 4xx NDFC driver to match updated nand subsystem 11822 11823 This patch changes the 4xx NAND driver ndfc.c to match the new 11824 infrastructure from the updated NAND subsystem. This NAND 11825 subsystem was recently synced again with the Linux 2.6.22 MTD/NAND 11826 subsystem. 11827 11828 Tested successfully on AMCC Sequoia and Bamboo. 11829 11830 Signed-off-by: Stefan Roese <sr@denx.de> 11831 11832commit 12072264528eba33737bc9674e19f0e925ffda23 11833Author: Stefan Roese <sr@denx.de> 11834Date: Sat Jan 5 16:43:25 2008 +0100 11835 11836 NAND: Change nand_wait_ready() to not call nand_wait() 11837 11838 This patch changes nand_wait_ready() to not just call nand_wait(), 11839 since this will send a new command to the NAND chip. We just want to 11840 wait for the chip to become ready here. 11841 11842 Signed-off-by: Stefan Roese <sr@denx.de> 11843 11844commit 9ad754fef5053144daed3b007adaf1c9bec654c9 11845Author: William Juul <william.juul@datarespons.no> 11846Date: Fri Dec 14 16:33:45 2007 +0100 11847 11848 make nand dump and nand dump.oob work 11849 11850 Signed-off-by: William Juul <william.juul@tandberg.com> 11851 Signed-off-by: Scott Wood <scottwood@freescale.com> 11852 11853commit 43ea36fb8fdcbc6e26f0caffe808c63633b18838 11854Author: William Juul <william.juul@datarespons.no> 11855Date: Mon Nov 19 14:46:00 2007 +0100 11856 11857 moving files from yaffs2/direct/ to yaffs2/ and deleting all symlinks 11858 11859 Signed-off-by: William Juul <william.juul@tandberg.com> 11860 11861commit 98824ce3f95e6c4d08d439b779c0acb0048045a6 11862Author: William Juul <william.juul@tandberg.com> 11863Date: Tue Jun 10 16:18:13 2008 -0500 11864 11865 Clean out unneeded files 11866 11867 Signed-off-by: William Juul <william.juul@tandberg.com> 11868 11869commit ec29a32b5a71b203f7d9087f1f4d786e7f13dd23 11870Author: William Juul <william.juul@datarespons.no> 11871Date: Fri Nov 16 08:44:27 2007 +0100 11872 11873 Create symlinks from yaffs2/direct to yaffs2 11874 11875 Signed-off-by: William Juul <william.juul@tandberg.com> 11876 11877commit 90ef117b68387d66763291af0117677644166611 11878Author: William Juul <william.juul@datarespons.no> 11879Date: Thu Nov 15 12:23:57 2007 +0100 11880 11881 Incorporate yaffs2 into U-boot 11882 11883 To use YAFFS2 define CONFIG_YAFFS2 11884 11885 Signed-off-by: William Juul <william.juul@tandberg.com> 11886 Signed-off-by: Scott Wood <scottwood@freescale.com> 11887 11888commit 0e8cc8bd92257da2e1df88cbc985e166e472ce61 11889Author: William Juul <william.juul@datarespons.no> 11890Date: Thu Nov 15 11:13:05 2007 +0100 11891 11892 YAFFS2 import 11893 11894 Direct import of yaffs as a tarball as of 20071113 from their public 11895 CVS-web at http://www.aleph1.co.uk/cgi-bin/viewcvs.cgi/yaffs2/ 11896 11897 The code can also be imported on the command line with: 11898 export CVSROOT=:pserver:anonymous@cvs.aleph1.co.uk:/home/aleph1/cvs cvs logon 11899 (Hit return when asked for a password) 11900 cvs checkout yaffs2 11901 11902 Signed-off-by: William Juul <william.juul@tandberg.com> 11903 Signed-off-by: Stig Olsen <stig.olsen@tandberg.com> 11904 11905commit 3043c045d5a9897faba7d5c7218c2f4d06cd0038 11906Author: William Juul <william.juul@datarespons.no> 11907Date: Wed Nov 14 14:28:11 2007 +0100 11908 11909 Whitespace cleanup and marking broken code. 11910 11911 Changes requested by maintainer Stefan Roese after 11912 posting patch to U-boot mailing list. 11913 11914 Signed-off-by: William Juul <william.juul@tandberg.com> 11915 Signed-off-by: Scott Wood <scottwood@freescale.com> 11916 11917commit 5e1dae5c3db7f4026f31b6a2a81ecd9e9dee475f 11918Author: William Juul <william.juul@datarespons.no> 11919Date: Fri Nov 9 13:32:30 2007 +0100 11920 11921 Fixing coding style issues 11922 11923 - Fixing leading white spaces 11924 - Fixing indentation where 4 spaces are used instead of tab 11925 - Removing C++ comments (//), wherever I introduced them 11926 11927 Signed-off-by: William Juul <william.juul@tandberg.com> 11928 Signed-off-by: Scott Wood <scottwood@freescale.com> 11929 11930commit 4cbb651b29cb64d378a06729970e1e153bb605b1 11931Author: William Juul <william.juul@datarespons.no> 11932Date: Thu Nov 8 10:39:53 2007 +0100 11933 11934 Remove white space at end. 11935 11936 Signed-off-by: William Juul <william.juul@tandberg.com> 11937 Signed-off-by: Scott Wood <scottwood@freescale.com> 11938 11939commit cfa460adfdefcc30d104e1a9ee44994ee349bb7b 11940Author: William Juul <william.juul@datarespons.no> 11941Date: Wed Oct 31 13:53:06 2007 +0100 11942 11943 Update MTD to that of Linux 2.6.22.1 11944 11945 A lot changed in the Linux MTD code, since it was last ported from 11946 Linux to U-Boot. This patch takes U-Boot NAND support to the level 11947 of Linux 2.6.22.1 and will enable support for very large NAND devices 11948 (4KB pages) and ease the compatibility between U-Boot and Linux 11949 filesystems. 11950 11951 This patch is tested on two custom boards with PPC and ARM 11952 processors running YAFFS in U-Boot and Linux using gcc-4.1.2 11953 cross compilers. 11954 11955 MAKEALL ppc/arm has some issues: 11956 * DOC/OneNand/nand_spl is not building (I have not tried porting 11957 these parts, and since I do not have any HW and I am not familiar 11958 with this code/HW I think its best left to someone else.) 11959 11960 Except for the issues mentioned above, I have ported all drivers 11961 necessary to run MAKEALL ppc/arm without errors and warnings. Many 11962 drivers were trivial to port, but some were not so trivial. The 11963 following drivers must be examined carefully and maybe rewritten to 11964 some degree: 11965 cpu/ppc4xx/ndfc.c 11966 cpu/arm926ejs/davinci/nand.c 11967 board/delta/nand.c 11968 board/zylonite/nand.c 11969 11970 Signed-off-by: William Juul <william.juul@tandberg.com> 11971 Signed-off-by: Stig Olsen <stig.olsen@tandberg.com> 11972 Signed-off-by: Scott Wood <scottwood@freescale.com> 11973 11974commit cd82919e6c8a73b363a26f34b734923844e52d1c 11975Author: Wolfgang Denk <wd@denx.de> 11976Date: Tue Aug 12 16:08:38 2008 +0200 11977 11978 Coding style cleanup, update CHANGELOG, prepare release 11979 11980 Signed-off-by: Wolfgang Denk <wd@denx.de> 11981 11982commit 17e900b8c0f38d922da47073246219dce2a847f2 11983Author: Wolfgang Denk <wd@denx.de> 11984Date: Tue Aug 12 14:54:04 2008 +0200 11985 11986 MVBC_P: fix compile problem 11987 11988 Signed-off-by: Wolfgang Denk <wd@denx.de> 11989 11990commit 52b047ae48219b59bebe37ba743ab103fd4f8316 11991Author: Wolfgang Denk <wd@denx.de> 11992Date: Tue Aug 12 12:10:11 2008 +0200 11993 11994 MPC8272ADS: fix build error: 'bd_t' has no member named 'pci_clk' 11995 11996 Signed-off-by: Wolfgang Denk <wd@denx.de> 11997 11998commit c9c101c660b3d1995045c61c7c6041f52b6cf335 11999Author: Wolfgang Denk <wd@denx.de> 12000Date: Tue Aug 12 00:36:53 2008 +0200
12001 12002 ads5121: fix compiler warnings (unused variables) 12003 12004 Signed-off-by: Wolfgang Denk <wd@denx.de> 12005 12006commit 902ca09246039964d59bbcb519b1e1b5aed01308 12007Author: Kumar Gala <galak@kernel.crashing.org> 12008Date: Mon Aug 11 11:29:28 2008 -0500 12009 12010 85xx: Rename CONFIG_NR_CPUS to CONFIG_NUM_CPUS 12011 12012 Use CONFIG_NUM_CPUS to match existing define used by 86xx. 12013 12014 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 12015 Acked-by: Jon Loeliger <jdl@freescale.com> 12016 12017commit 3216ca9692ff80d7c638723ef448f3d36301d9e7 12018Author: Kumar Gala <galak@kernel.crashing.org> 12019Date: Mon Aug 11 09:20:53 2008 -0500 12020 12021 Fix fallout from autostart revert 12022 12023 The autostart revert caused a bit of duplicated code as well as 12024 code that was using images->autostart that needs to get removed so 12025 we can build again. 12026 12027 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 12028 12029commit 3cf8a234b8e8c02e4da1f23566043bc288b05220 12030Author: Kumar Gala <galak@kernel.crashing.org> 12031Date: Mon Aug 11 09:16:25 2008 -0500 12032 12033 Fix compile error related to r8a66597-hcd & usb 12034 12035 When building the 8544DS board we get this error: 12036 12037 In file included from r8a66597-hcd.c:22: 12038 u-boot/include/usb.h:190:2: error: #error USB Lowlevel not defined 12039 make[1]: *** [r8a66597-hcd.o] Error 1 12040 12041 The cleanest fix is to only build r8a66597-hcd.c if CONFIG_USB_R8A66597_HCD 12042 is set. 12043 12044 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 12045 12046commit 2d0daa03612338a813e3c9d22680e54eabfea378 12047Author: Becky Bruce <becky.bruce@freescale.com> 12048Date: Mon Aug 4 14:02:26 2008 -0500 12049 12050 POWERPC 86xx: Move BAT setup code to C 12051 12052 This is needed because we will be possibly be locating 12053 devices at physical addresses above 32bits, and the asm 12054 preprocessing does not appear to deal with ULL constants 12055 properly. We now call write_bat in lib_ppc/bat_rw.c. 12056 12057 Signed-off-by: Becky Bruce <becky.bruce@freescale.com> 12058 Acked-by: Jon Loeliger <jdl@freescale.com> 12059 12060commit 9de67149db576c91b9c2a0a182652331e7e44211 12061Author: Becky Bruce <becky.bruce@freescale.com> 12062Date: Mon Aug 4 14:01:53 2008 -0500 12063 12064 POWERPC: Add synchronization to write_bat in lib_ppc/bat_rw.c 12065 12066 Perform sync/isync as required by the architecture. 12067 12068 Signed-off-by: Becky Bruce <becky.bruce@freescale.com> 12069 Acked-by: Jon Loeliger <jdl@freescale.com> 12070 12071commit 23f935c073e7578c6066804fd2f9ee116cae6ffe 12072Author: Becky Bruce <becky.bruce@freescale.com> 12073Date: Mon Aug 4 14:01:16 2008 -0500 12074 12075 POWERPC: 86xx - add missing CONFIG_HIGH_BATS to sbc8641d config 12076 12077 Signed-off-by: Becky Bruce <becky.bruce@freescale.com> 12078 Acked-by: Jon Loeliger <jdl@freescale.com> 12079 12080commit 5276a3584d26a9533404f0ec00c3b61cf9a97939 12081Author: Magnus Lilja <lilja.magnus@gmail.com> 12082Date: Sun Aug 3 21:44:10 2008 +0200 12083 12084 i.MX31: Fix mx31_gpio_mux() function and MUX_-macros. 12085 12086 Correct the mx31_gpio_mux() function to allow changing all i.MX31 IOMUX 12087 contacts instead of only the first 256 ones as is the case prior to 12088 this patch. 12089 12090 Add missing MUX_* macros and update board files to use the new macros. 12091 12092 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com> 12093 12094commit b6b183c5b2fffd4c456b7e3fcb064cceb47fe7ac 12095Author: Magnus Lilja <lilja.magnus@gmail.com> 12096Date: Sun Aug 3 21:43:37 2008 +0200 12097 12098 i.MX31: Fix IOMUX related typos 12099 12100 Correct the names of some IOMUX macros. 12101 12102 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com> 12103 12104commit 4d57b0fb2927d4f50d834884b4ec4a7ca01708b0 12105Author: Steve Sakoman <steve@sakoman.com> 12106Date: Mon Aug 11 20:26:16 2008 +0200 12107 12108 OneNAND: Remove unused parameters to onenand_verify_page 12109 12110 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. 12111 12112 Signed-off-by: Steve Sakoman <steve@sakoman.com> 12113 Signed-off-by: Dirk Behme <dirk.behme@gmail.com> 12114 12115commit e84d568fa2a9f4ce7888141e71676368ef6b3f25 12116Author: Anatolij Gustschin <agust@denx.de> 12117Date: Fri Aug 8 18:00:40 2008 +0200 12118 12119 video: fix bug in cfb_console code 12120 12121 FILL_15BIT_555RGB macro extension for pixel swapping 12122 by commit bed53753dd1d7e6bcbea4339be0fb7760214cc35 12123 introduced a bug in cfb_console: 12124 12125 Bitmaps with odd-numbered width won't be rendered 12126 correctly and even U-Boot crashes are observed on 12127 some platforms while repeated rendering of such 12128 bitmaps with "bmp display". Also if a bitmap is 12129 rendered to an odd-numbered x starting position, 12130 the same problem occurs. This patch is an attempt 12131 to fix it. 12132 12133 Signed-off-by: Anatolij Gustschin <agust@denx.de> 12134 12135commit d9015f6a50d7258125349ef5c2af836458a0029a 12136Author: Anatolij Gustschin <agust@denx.de> 12137Date: Fri Aug 8 18:00:39 2008 +0200 12138 12139 video: fix bug in logo_plot 12140 12141 If logo_plot() should ever be called with x starting 12142 position other than zero and for pixel depths greater 12143 than 8bpp, logo colors distortion will be observed. 12144 This patch fixes the issue. 12145 12146 Signed-off-by: Anatolij Gustschin <agust@denx.de> 12147 12148commit 406819ae94f79f5b59e01d163380ca7d83709251 12149Author: Wolfgang Denk <wd@denx.de> 12150Date: Mon Aug 11 00:17:52 2008 +0200 12151 12152 MAINTAINERS: sort entries 12153 12154 Signed-off-by: Wolfgang Denk <wd@denx.de> 12155 12156commit cfc442d7913d4d1c3a9bf494f90c012c2f8c3bdc 12157Author: Roy Zang <tie-fei.zang@freescale.com> 12158Date: Thu Aug 7 18:19:28 2008 +0800 12159 12160 Add mpc7448hpc2 maintainer information 12161 12162 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com> 12163 12164commit a9fe0c3e7ca48afa50d6a0db99fa91e7282d73d8 12165Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in> 12166Date: Thu Aug 7 13:13:27 2008 +0530 12167 12168 common/cmd_load.c - Minor code & Coding Style cleanup 12169 12170 - os_data_header Variable is a carry over feature 12171 & unused. So removed all instance of this variable 12172 - Minor Code Style Update 12173 12174 Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in> 12175 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 12176 12177commit 0d28f34bbe56d0971bd603789dcc6fe7adf11f14 12178Author: Magnus Lilja <lilja.magnus@gmail.com> 12179Date: Wed Aug 6 19:32:33 2008 +0200 12180 12181 Update the U-Boot wiki URL. 12182 12183 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com> 12184 12185commit aa5ffa16d7e4c461b7b77bf8e79d2ef5638cf754 12186Author: dirk.behme@googlemail.com <dirk.behme@googlemail.com> 12187Date: Sun Aug 10 17:56:36 2008 +0200 12188 12189 OneNAND: Remove base address offset usage 12190 12191 While locally preparing some U-Boot patches for ARM based OMAP3 boards, some 12192 using OneNAND and some using NAND, we found some differences in OneNAND and 12193 NAND command address handling. 12194 12195 As this might confuse users (it already confused us), we like to align OneNAND 12196 and NAND address handling. 12197 12198 The issue is that cmd_onenand.c subtracts the onenand base address from the 12199 addresses you type into the u-boot command line so, unlike nand, you can't 12200 use addresses relative to the start of the onenand part e.g. this won't work: 12201 12202 onenand read 82000000 280000 400000 12203 12204 you have to use: 12205 12206 onenand read 82000000 20280000 400000 12207 12208 Looking at recent git, the only board currently using OneNAND is Apollon, and 12209 for this the OneNAND base address is 0 (apollon.h) 12210 12211 #define CFG_ONENAND_BASE 0x00000000 12212 12213 so patch below won't break any existing boards and will align OneNAND and NAND 12214 handling on boards where OneNAND base address is != 0. 12215 12216 Signed-off-by: Steve Sakoman <sakoman@gmail.com> 12217 Signed-off-by: Manikandan Pillai <mani.pillai@ti.com> 12218 Signed-off-by: Dirk Behme <dirk.behme@gmail.com> 12219 12220commit c11528083ef6e55e76df742228c26e39d151813d 12221Author: Kumar Gala <galak@kernel.crashing.org> 12222Date: Thu Aug 7 09:28:20 2008 -0500 12223 12224 mpc85xx: workaround old binutils bug 12225 12226 The recent change to move the .bss outside of the image gives older 12227 binutils (ld from eldk4.1/binutils-2.16) some headache: 12228 12229 ppc_85xx-ld: u-boot: Not enough room for program headers (allocated 3, need 4) 12230 ppc_85xx-ld: final link failed: Bad value 12231 12232 We workaround it by being explicit about the program headers and not 12233 assigning the .bss to a program header. 12234 12235 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 12236 12237commit 0bf202ec586d4466c900e987720fa635c594d689 12238Author: Wolfgang Denk <wd@denx.de> 12239Date: Sun Aug 10 01:26:26 2008 +0200 12240 12241 Revert "[new uImage] Add autostart flag to bootm_headers structure" 12242 12243 This reverts commit f5614e7926863bf0225ec860d9b319741a9c4004. 12244 12245 The commit was based on a misunderstanding of the (documented) 12246 meaning of the 'autostart' environment variable. It might cause 12247 boards to hang if 'autostart' was used, with the potential to brick 12248 them. Go back to the documented behaviour. 12249 12250 Conflicts: 12251 12252 common/cmd_bootm.c 12253 common/image.c 12254 include/image.h 12255 12256 Signed-off-by: Wolfgang Denk <wd@denx.de> 12257 12258commit 29f8f58ff40c67f7f2e11afd1715173094e52ac2 12259Author: Wolfgang Denk <wd@denx.de> 12260Date: Sat Aug 9 23:17:32 2008 +0200 12261 12262 TQM8xx{L,M}: try to normalize config files for TQM8xx? based board 12263 12264 - enable CFI driver where this was forgotten 12265 - enable mtdparts support 12266 - adjust default environment 12267 etc. 12268 12269 Signed-off-by: Wolfgang Denk <wd@denx.de> 12270 12271commit 41266c9b5a5f873df3ec891bb0907616958b5602 12272Author: Peter Tyser <ptyser@xes-inc.com> 12273Date: Tue Aug 5 10:51:57 2008 -0500 12274 12275 FIT: Fix handling of images without ramdisks 12276 12277 boot_get_ramdisk() should not treat the case when a FIT image does 12278 not contain a ramdisk as an error. 12279 12280 Signed-off-by: Peter Tyser <ptyser@xes-inc.com> 12281 Acked-by: Michal Simek <monstr@monstr.eu> 12282 12283commit f77d92a3f56d88e63cc02226a1204b3bdbac6961 12284Author: Sergey Lapin <slapin@ossfans.org> 12285Date: Sat Aug 9 01:39:09 2008 +0400 12286 12287 DataFlash: AT45DB021 fix and AT45DB081 support 12288 12289 Fix for page size of AT45DB021. Also adding bigger AT45DB081 12290 which comes with some newer boards. 12291 12292 Signed-off-by: Sergey Lapin <slapin@ossfans.org> 12293 12294commit ba9324451b662dd393afa53e5cc36fc5d3d10966 12295Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 12296Date: Fri Aug 8 16:30:23 2008 +0900 12297 12298 sh: Update sh7763rdp config 12299 12300 Add sh_eth support to sh7763rdp. 12301 12302 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 12303 12304commit 21f971ec265f6042ec21636d55d06a6bc0751077 12305Author: Wolfgang Denk <wd@denx.de> 12306Date: Mon Jul 7 01:22:29 2008 +0200 12307 12308 TQM823L: re-enable logo support; update LCD_INFO text 12309 12310 Signed-off-by: Wolfgang Denk <wd@denx.de> 12311 12312commit 3b8d17f0f082073346c0df017c9dfd6acdb40d6d 12313Author: Wolfgang Denk <wd@denx.de> 12314Date: Fri Aug 8 16:41:56 2008 +0200 12315 12316 TQM8xxL: fix support for second flash bank 12317 12318 When switching the TQM8xxL modules to use the CFI flash driver, 12319 support for the second flash bank was broken because the CFI driver 12320 did not support dynamically sized banks. This gets fixed now. 12321 12322 Signed-off-by: Wolfgang Denk <wd@denx.de> 12323 12324commit 2a112b234d879f6390503a5f4e38246acce9d0b0 12325Author: Wolfgang Denk <wd@denx.de> 12326Date: Fri Aug 8 16:39:54 2008 +0200 12327 12328 CFI: allow for dynamically determined flash sizes and addresses 12329 12330 The CFI driver allowed only for static initializers in the 12331 CFG_FLASH_BANKS_LIST definition, i. e. it did not allow to map 12332 several flash banks contiguously if the bank sizes were not known in 12333 advance, which kind of violates U-Boot's design philosophy. 12334 12335 (will be used for example by the TQM8xxL boards) 12336 12337 Signed-off-by: Wolfgang Denk <wd@denx.de> 12338 12339commit d9d78ee46d9a396d0a81d00c2b003a9bd32c2e61 12340Author: Ben Warren <biggerbadderben@gmail.com> 12341Date: Thu Aug 7 23:26:35 2008 -0700 12342 12343 QE UEC: Fix compiler warnings 12344 12345 Moved static functions earlier in file so forward declarations are not needed. 12346 12347 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 12348 12349commit d5d28fe4aad5f4535400647a5617c11039506467 12350Author: David Saada <David.Saada@ecitele.com> 12351Date: Mon Mar 31 02:37:38 2008 -0700 12352 12353 QE UEC: Add MII Commands 12354 12355 Add MII commands to the UEC driver. Note that once a UEC device is selected, 12356 any device on its MDIO bus can be addressed. 12357 12358 Signed-off-by: David Saada <david.saada@ecitele.com> 12359 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 12360 12361commit fd0f2f3796ff2a7a32d35deb1b7996e485849df7 12362Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com> 12363Date: Wed Jul 9 21:07:38 2008 +0900 12364 12365 usb: add support for R8A66597 usb controller 12366 12367 add support for Renesas R8A66597 usb controller. 12368 This patch supports USB Host mode. 12369 12370 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com> 12371 Signed-off-by: Markus Klotzbuecher <mk@denx.de> 12372 12373commit 1d10dcd041aaeae9fd7c821005692898a0303382 12374Author: Hunter, Jon <jon-hunter@ti.com> 12375Date: Sat Jul 26 18:59:16 2008 -0500 12376 12377 Add support for OMAP5912 and OMAP16xx to usbdcore_omap1510.c 12378 12379 Add support to drivers/usb/usbdcore_omap1510.c for OMAP5912 and OMAP16xx devices. 12380 12381 Signed-off-by: Jon Hunter <jon-hunter@ti.com> 12382 Signed-off-by: Markus Klotzbuecher <mk@denx.de> 12383 12384commit eab1007334b93a6209f1ec33615e26ef5311ede7 12385Author: Steven A. Falco <sfalco@harris.com> 12386Date: Wed Aug 6 15:42:52 2008 -0400 12387 12388 ppc4xx: Sequoia has two UARTs in "4-pin" mode. Configure the GPIOs as per schematic. 12389 12390 The Sequoia board has two UARTs in "4-pin" mode. This patch modifies the GPIO 12391 configuration to match the schematic, and also sets the SDR0_PFC1 register to 12392 select the corresponding mode for the UARTs. 12393 12394 Signed-off-by: Steven A. Falco <sfalco@harris.com> 12395 Signed-off-by: Stefan Roese <sr@denx.de> 12396 12397commit 0eb5717a85b6cba3f67c11fa89bdde38dcd081b5 12398Author: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> 12399Date: Wed Aug 6 14:42:13 2008 +0200 12400 12401 avr32: add support for EarthLCD Favr-32 board 12402 12403 This patch adds support for the Favr-32 board made by EarthLCD. 12404 12405 This kit, which is also called ezLCD-101 when running with EarthLCD firmware, 12406 has a 10.4" touch screen LCD panel, 16 MB 32-bit SDRAM, 8 MB parallel flash, 12407 Ethernet, audio out, USB device, SD-card slot, USART and various other 12408 connectors for cennecting stuff to SPI, I2C, GPIO, etc. 12409 12410 Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> 12411 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 12412 12413commit bc9019e19758a19a388fb20ef18dc771cd39fdda 12414Author: Rafael Campos <rafael.campos@hanscan.com> 12415Date: Thu Jul 31 10:22:20 2008 +0200 12416 12417 cfi-flash: Added support to flash_real_protect for Atmel flash devices 12418 12419 Some of the flash memories produced by ATMEL start in read-only mode. 12420 We need to unprotect it. This patch allows the AT49BV6416 to work with 12421 cfi_flash memories. Tested in the at91rm9200ek board. 12422 12423 Signed-off-by: Rafael Campos Las Heras <rafael.campos@hanscan.com> 12424 Signed-off-by: Stefan Roese <sr@denx.de> 12425 12426commit 7949839e5836bf8b1074bb6142c46d30ac3aa350 12427Author: Guennadi Liakhovetski <lg@denx.de> 12428Date: Tue Aug 5 15:36:39 2008 +0200 12429 12430 cfi-flash: Add definition for the AM29LV800BB AMD NOR-flash 12431 12432 Signed-off-by: Guennadi Liakhovetski <lg@denx.de> 12433 Signed-off-by: Stefan Roese <sr@denx.de> 12434 12435commit 1318673045fe188c6e24c582b1e6efc00ae1c62c 12436Author: Stefan Roese <sr@denx.de> 12437Date: Wed Aug 6 14:06:03 2008 +0200 12438 12439 Fix merge problems 12440 12441 Signed-off-by: Stefan Roese <sr@denx.de> 12442 12443commit f2302d4430e7f3f48308d6a585320fe96af8afbd 12444Author: Stefan Roese <sr@denx.de> 12445Date: Wed Aug 6 14:05:38 2008 +0200 12446 12447 Fix merge problems 12448 12449 Signed-off-by: Stefan Roese <sr@denx.de> 12450 12451commit 6689484ccd43189322aaa5a1c6cd02cdd511ad7d 12452Author: Kenneth Johansson <kenneth@southpole.se> 12453Date: Tue Jul 15 12:13:38 2008 +0200 12454 12455 mpc5121: Move iopin features from board specific to common files. 12456 12457 And in the process eliminate some duplicate register defines. 12458 12459 Signed-off-by: Kenneth Johansson <kenneth@southpole.se> 12460 12461commit ef11df6b66ecf5797e94ba322254b8fb7a4e2e12 12462Author: John Rigby <jrigby@freescale.com> 12463Date: Tue Aug 5 17:38:57 2008 -0600 12464 12465 mpc5121: squash some fdt fixup errors 12466 12467 On ADS5121 when booting linux the following errors are seen: 12468 Unable to update property /soc5121@80000000:bus-frequency, err=FDT_ERR_NOTFOUND 12469 Unable to update property /soc5121@80000000/ethernet@2800:local-mac-address, err=FDT_ERR_NOTFOUND 12470 Unable to update property /soc5121@80000000/ethernet@2800:address, err=FDT_ERR_NOTFOUND 12471 12472 This is caused by ft_cpu_setup trying to deal with 12473 both old and new soc node naming. This patch 12474 fixes this by being smarter about what to 12475 fixup. 12476 12477 Also do soc node fixups by compatible instead of by path. 12478 A new board config called OF_SOC_COMPAT defined 12479 to be "fsl,mpc5121-immr" replaces the old 12480 OF_SOC node path that was defined to be "soc@80000000". 12481 12482 Old device trees still work, but the compatiblity 12483 is conditional on CONFIG_OF_SUPPORT_OLD_DEVICE_TREES 12484 which is on by default in include/configs/ads5121.h. 12485 12486 Signed-off-by: John Rigby <jrigby@freescale.com> 12487 12488commit 81091f58f0c58ecd26c5b05de2ae20ca6cdb521c 12489Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 12490Date: Sat Aug 2 23:48:30 2008 +0200 12491 12492 drivers/serial: Move conditional compilation to Makefile for CONFIG_* macros 12493 12494 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 12495 12496commit 4cd7e6528f61ec669755c3754bb4f9779874fab3 12497Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 12498Date: Sat Aug 2 23:48:32 2008 +0200 12499 12500 nios2/sysid: fix printf warning 12501 12502 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 12503 12504commit 66da6fa0e35e7ee56628c85981709afe7180fc8e 12505Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 12506Date: Sat Aug 2 23:48:33 2008 +0200 12507 12508 Fix remaining build issues with MPC8xx FADS boards. 12509 12510 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 12511 12512commit 81d3f1fdddafd1eb53bbca8739f488d417eb3dd2 12513Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 12514Date: Sat Aug 2 23:48:31 2008 +0200 12515 12516 nios2: fix phys_addr_t and phys_size_t support 12517 12518 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 12519 12520commit 5fa62000db6d0b46ecdeadbeb50faf5197db49ef 12521Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 12522Date: Sat Aug 2 23:48:34 2008 +0200 12523 12524 mvbc_p: Fix problem with '#if (CONFIG_CMD_KGDB)' 12525 12526 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 12527 12528commit 1464eff77e7fdaed609ecf263a2423c9dcf96b1f 12529Author: Mark Jackson <mpfj@mimc.co.uk> 12530Date: Fri Aug 1 09:48:29 2008 +0100 12531 12532 Fix bitmap display for atmel lcd controller 12533 12534 The current lcd_display_bitmap() function does not work properly 12535 for the Atmel LCD controller. 12536 12537 2 fixes need to be done:- 12538 12539 (a) when setting the colour map, use the lcd_setcolreg() function 12540 as provided by the Atmel driver 12541 (b) the data is never actually written to the lcd framebuffer !! 12542 12543 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk> 12544 12545commit 2a433c66b1e2770349fe4911be23c375f053ebd8 12546Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 12547Date: Fri Aug 1 08:40:34 2008 +0200 12548 12549 qemu_mips: update README to follow qemu update about default machine 12550 12551 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 12552 12553commit ac169d645f5f0e0b9a232563099209e92a355d8e 12554Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 12555Date: Thu Jul 31 19:53:21 2008 -0500 12556 12557 ColdFire: Fix compilation issue caused by a missing function 12558 12559 Implement usec2ticks() which is used by fsl_i2c.c in 12560 lib_m68k/time.c 12561 12562 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 12563 12564commit 01ae85b58b51d2fb1fac5b93095f6042cf48ae7b 12565Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 12566Date: Thu Jul 31 19:53:06 2008 -0500 12567 12568 Fix compilation error for TASREG 12569 12570 TASREG is ColdFire platform, the include ppc4xx.h in 12571 board/esd/common/flash.c causes conflict. 12572 12573 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 12574 12575commit 35d3bd3cc35c508a6823dac77e0fd126808e4fc7 12576Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 12577Date: Thu Jul 31 19:52:36 2008 -0500 12578 12579 Fix compilation error for MCF5275 12580 12581 Rename OBJ to COBJ in board/platform/Makefile 12582 12583 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 12584 12585commit 5c40548f01218360a1f1395198c50ff45f3035b5 12586Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 12587Date: Thu Jul 31 19:52:28 2008 -0500 12588 12589 Fix compile error caused by incorrect function return type 12590 12591 Rename int mii_init(void) to void mii_init(void) for idmr 12592 ColdFire platform 12593 12594 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 12595 12596commit a58c78067c928976c082c758d3987e89ead5b191 12597Author: Wolfgang Denk <wd@denx.de> 12598Date: Fri Aug 1 12:06:22 2008 +0200 12599 12600 Fix build issues with MPC8xx FADS boards. 12601 12602 Signed-off-by: Wolfgang Denk <wd@denx.de> 12603 12604commit 4b50cd12a3b3c644153c4cf393f4a4c12289e5aa 12605Author: Wolfgang Denk <wd@denx.de> 12606Date: Thu Jul 31 17:54:03 2008 +0200 12607 12608 Prepare v1.3.4-rc2: update CHANGELOG 12609 12610 Signed-off-by: Wolfgang Denk <wd@denx.de> 12611 12612commit a48311557db6e7e9473a6163b44bb1e6c6ed64c4 12613Author: Mark Jackson <mpfj@mimc.co.uk> 12614Date: Thu Jul 31 16:09:00 2008 +0100 12615 12616 Add gzipped logo support 12617 12618 The README file states that CONFIG_VIDEO_BMP_GZIP behaves as follows: 12619 12620 If this option is set, additionally to standard BMP 12621 images, gzipped BMP images can be displayed via the 12622 splashscreen support or the bmp command. 12623 12624 However, the splashscreen function *only* supports standard BMP images. 12625 12626 This patch adds the documented gzip support. 12627 12628 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk> 12629 12630commit a5bcb01fbde6b1f1c9863cd86e5c4c369f0121ac 12631Author: Mark Jackson <mpfj@mimc.co.uk> 12632Date: Thu Jul 31 15:56:48 2008 +0100 12633 12634 Fix Atmel LCD controller endianess for AVR32 processors 12635 12636 The Atmel lcd controller is used on Atmel's AT91 (little endian) and 12637 AVR32 (big endian) platforms. 12638 12639 As such, the controller can handle both big and little endian memory. 12640 12641 This patch fixes the driver for the AVR32 platform. 12642 12643 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk> 12644 12645commit cdb8bd2fd3bcbe65d8e4334a55f5a667845426a1 12646Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 12647Date: Thu Jul 31 15:56:01 2008 +0200 12648 12649 apollon: fix build out of tree 12650 12651 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 12652 12653commit 2e752be39d3e398d4ab89ffa6634c397df298297 12654Author: Guennadi Liakhovetski <lg@denx.de> 12655Date: Thu Jul 31 12:35:04 2008 +0200 12656 12657 Uncompressed images loaded to their start address shall set load_end too 12658 12659 Signed-off-by: Guennadi Liakhovetski <lg@denx.de> 12660 Acked-by: Bartlomiej Sieka <tur@semihalf.com> 12661 12662commit c37207d7f51e19c17f859966f314e27cc1231801 12663Author: Wolfgang Denk <wd@denx.de> 12664Date: Wed Jul 16 16:38:59 2008 +0200 12665 12666 Fix printf() format problems with configurable prompts 12667 12668 U-Boot allows for configurable prompt strings using the 12669 CONFIG_AUTOBOOT_PROMPT resp. CONFIG_MENUPROMPT definitions. So far, 12670 the assumption was that any such user defined problts would contain 12671 exactly one "%d" format specifier. But some boards did not. 12672 12673 To allow for flexible boot prompts without adding too complex code we 12674 now allow to specify the whole list of printf() arguments in the user 12675 definition. This is powerful, but requires a responsible user who 12676 really understands what he is doing, as he needs to know for exanple 12677 which variables are available in the respective context. 12678 12679 Signed-off-by: Wolfgang Denk <wd@denx.de> 12680 12681commit 54754120637b6a7f4ff774fb199fc550bcfea1da 12682Author: Wolfgang Denk <wd@denx.de> 12683Date: Thu Jul 31 17:02:14 2008 +0200 12684 12685 TQM85xx: fix typo introduce by commit ffbb5cb9 12686 12687 Signed-off-by: Wolfgang Denk <wd@denx.de> 12688 12689commit 0b4951d4cddca9cc800745891c95b291e47cbbd7 12690Author: Wolfgang Denk <wd@denx.de> 12691Date: Thu Jul 31 15:27:01 2008 +0200 12692 12693 mvbc_p board: fix most build warnings. 12694 12695 Signed-off-by: Wolfgang Denk <wd@denx.de> 12696 12697commit c4ec6db074051d2f6fc76a66411c60621b22bc02 12698Author: Wolfgang Denk <wd@denx.de> 12699Date: Thu Jul 31 13:57:20 2008 +0200 12700 12701 E1000: clean up CONFIG_E1000_FALLBACK_MAC handling 12702 12703 Avoid "integer constant is too large for 'long' type" warnings. 12704 And simplify the code. 12705 12706 Signed-off-by: Wolfgang Denk <wd@denx.de> 12707 12708commit 9196b44334c330cc13de2464c59181e4db71f549 12709Author: Matvejchikov Ilya <matvejchikov@gmail.com> 12710Date: Wed Jul 30 23:21:19 2008 +0400 12711 12712 8260: Making the use of gd->pci_clk dependant on the CONFIG_PCI 12713 12714 Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com> 12715 12716commit 6361ad4b596f5a940a01c91ae0297d98f790cbe0 12717Author: Matvejchikov Ilya <matvejchikov@gmail.com> 12718Date: Wed Jul 30 23:20:32 2008 +0400 12719 12720 PPC: Add pci_clk in the global_data for CPM2 processors 12721 12722 This patch adds pci_clk field to the global_data structure for the 12723 processors which have CPM2 module in case the CONFIG_PCI is defined. 12724 12725 Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com> 12726 12727commit f0ff885ca64655bee6540eb8a25eed90b1152686 12728Author: Kumar Gala <galak@kernel.crashing.org> 12729Date: Wed Jul 30 14:13:30 2008 -0500 12730 12731 mpc85xx: Update linker scripts for Freescale boards 12732 12733 * Move to using absolute addressing always. Makes the scripts a bit more 12734 portable and common 12735 * Moved .bss after the end of the image. These allows us to have more 12736 room in the resulting binary image for code and data. 12737 * Removed .text object files that aren't really needed 12738 * Make sure _end is 4-byte aligned as the .bss init code expects this. 12739 (Its possible that the end of .bss isn't 4-byte aligned) 12740 12741 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 12742 12743commit 57c219ad5d34dd9d49991777a62e3899595f2ec7 12744Author: Kumar Gala <galak@kernel.crashing.org> 12745Date: Wed Jul 30 08:01:15 2008 -0500 12746 12747 Fix compile warnings in dlmalloc 12748 12749 The origional code was using on odd reference to get to the first 12750 real element in av_[]. The first two elements of the array are 12751 not used for actual bins, but for house keeping. If we are more 12752 explicit about how use the first few elements we can get rid of the 12753 warnings: 12754 12755 dlmalloc.c: In function 'malloc_extend_top': 12756 dlmalloc.c:1971: warning: dereferencing type-punned pointer will break strict-aliasing rules 12757 dlmalloc.c:1999: warning: dereferencing type-punned pointer will break strict-aliasing rules 12758 dlmalloc.c:2029: warning: dereferencing type-punned pointer will break strict-aliasing rules 12759 ... 12760 12761 The logic of how this code came to be is: 12762 bin_at(0) = (char*)&(av_[2]) - 2*SIZE_SZ 12763 12764 SIZE_SZ is the size of pointer, and av_ is arry of pointers so: 12765 bin_at(0) = &(av_[0]) 12766 12767 Going from there to bin_at(0)->fd or bin_at(0)->size should be straight forward. 12768 12769 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 12770 12771commit 3f9ae1a5d43c49a8ecf497470c3d1d80255e44b9 12772Author: Stefan Roese <sr@denx.de> 12773Date: Wed Jul 30 10:21:01 2008 +0200 12774 12775 ppc4xx: Fix W7OLMG compile problems by adding missing LM75 defines 12776 12777 Signed-off-by: Stefan Roese <sr@denx.de> 12778 12779commit ebb86c4ecd37a7701358284e497ca4c6483c7cc5 12780Author: Stefan Roese <sr@denx.de> 12781Date: Wed Jul 30 09:59:51 2008 +0200 12782 12783 cmd_bootm.c: Fix problem with '#if (CONFIG_CMD_USB)' 12784 12785 A recent patch used '#if (CONFIG_CMD_USB)' instead of 12786 '#if defined(CONFIG_CMD_USB)'. This patch fixes this problem and makes 12787 common/bootm.c compile again. 12788 12789 Signed-off-by: Stefan Roese <sr@denx.de> 12790 Acked-by: Markus Klotzbuecher <mk@denx.de> 12791 12792commit 2cb9080427fe641dcb71da46cd0634dd406f37ed 12793Author: Kyungmin Park <kmpark@infradead.org> 12794Date: Tue Jul 22 08:01:43 2008 +0900 12795 12796 Remove unused I2C at apollon board 12797 12798 There are no I2C devices on this board. 12799 12800 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> 12801 12802commit 3c95960e526b3b026da20201db64526f46faf14b 12803Author: Wolfgang Denk <wd@denx.de> 12804Date: Thu Jul 31 10:12:09 2008 +0200 12805 12806 at91rm9200dk, csb637: fix NAND related build problems 12807 12808 Tried fixing NAND support for the at91rm9200dk board; untested. 12809 Disabled NAND support in the csb637 board config file. 12810 12811 Signed-off-by: Wolfgang Denk <wd@denx.de> 12812 12813commit 9246f5ecfd353ae297a02ffd5328402acf16c9dd 12814Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es> 12815Date: Wed Jul 30 12:39:28 2008 +0200 12816 12817 ppc4xx: ML507: Environment in flash and MTD Support 12818 12819 - Relocate the location of U-Boot in the flash 12820 - Save the environment in one sector of the flash memory 12821 - MTD Support 12822 12823 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es> 12824 Signed-off-by: Stefan Roese <sr@denx.de> 12825 12826commit a8a16af4d59d14cc1c1187c10aaad80d6b8394b5 12827Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es> 12828Date: Tue Jul 29 17:16:10 2008 +0200 12829 12830 ppc4xx: ML507: Use of get_ram_size in board ml507 12831 12832 - Change suggested by WD 12833 12834 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es> 12835 Signed-off-by: Stefan Roese <sr@denx.de> 12836 12837commit 01a004313c5ec2d128b611df4c208b1b0d3c3fb4 12838Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es> 12839Date: Mon Jul 21 20:30:07 2008 +0200 12840 12841 ppc4xx: ML507: U-Boot in flash and System ACE 12842 12843 This patch allows booting from FLASH the ML507 board by Xilinx. 12844 Previously, U-Boot needed to be loaded from JTAG or a Sytem ACE CF 12845 12846 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es> 12847 Signed-off-by: Stefan Roese <sr@denx.de> 12848 12849commit 5c374c9ee16fee2bf68533cc4010b3c0df21f783 12850Author: Julien May <mailinglist@miromico.ch> 12851Date: Mon Jun 23 13:57:52 2008 +0200 12852 12853 Add support for the hammerhead (AVR32) board 12854 12855 The Hammerhead platform is built around a AVR32 32-bit microcontroller 12856 from Atmel. It offers versatile peripherals, such as ethernet, usb 12857 device, usb host etc. 12858 12859 The board also incooperates a power supply and is a Power over Ethernet 12860 (PoE) Powered Device (PD). 12861 12862 Additonally, a Cyclone III FPGA from Altera is integrated on the board. 12863 The FPGA is mapped into the 32-bit AVR memory bus. The FPGA offers two 12864 DDR2 SDRAM interfaces, which will cover even the most exceptional need 12865 of memory bandwidth. Together with the onboard video decoder the board 12866 is ready for video processing. 12867 12868 For more information see: http:///www.miromico.com/hammerhead 12869 12870 Signed-off-by: Julien May <mailinglist@miromico.ch> 12871 [haavard.skinnemoen@atmel.com: various small fixes and adaptions] 12872 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 12873 12874commit 09d318a8bb1444ec92e31cafcdba877eb9409e58 12875Author: Kumar Gala <galak@kernel.crashing.org> 12876Date: Tue Jul 29 12:23:49 2008 -0500 12877 12878 fsl_i2c: Use timebase timer functions instead of get_timer() 12879 12880 The current implementation of get_timer() is only really useful after we 12881 have relocated u-boot to memory. The i2c code is used before that as part 12882 of the SPD DDR setup. 12883 12884 We actually have a bug when using the get_timer() code before relocation 12885 because the .bss hasn't been setup and thus we could be reading/writing 12886 a random location (probably in flash). 12887 12888 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 12889 12890commit 4fc72a0d6ca85070a5e90d76cc5a853526ac09c4 12891Author: Frank Svendsbøe <frank.svendsboe@gmail.com> 12892Date: Tue Jul 29 14:49:31 2008 +0200 12893 12894 Adder8xx: Fix CFG_MONITOR_LEN 12895 12896 Due to increased space usage, U-Boot can no longer be stored in three sectors. 12897 The current U-Boot use just over three flash sectors (197k), and U-Boot will 12898 become corrupt after saving environment variables. This patch adds another 64k 12899 to CFG_MONITOR_LEN. 12900 12901 Signed-off-by: Frank E. Svendsbøe <frank.svendsboe@gmail.com> 12902 12903commit a4c59ad4a21140550ada6f97690d2527c4146ce5 12904Author: Kyungmin Park <kmpark@infradead.org> 12905Date: Tue Jul 29 08:47:57 2008 +0900 12906 12907 Add OneNAND IPL related files to gitignore 12908 12909 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> 12910 12911commit 8d87589e8e874df7120a3d9667f051bc33bac250 12912Author: Rafal Jaworowski <raj@semihalf.com> 12913Date: Mon Jul 28 20:38:25 2008 +0200 12914 12915 API: Teach the storage layer about SATA and MMC options. 12916 12917 Signed-off-by: Rafal Czubak <rcz@semihalf.com> 12918 Acked-by: Rafal Jaworowski <raj@semihalf.com> 12919 12920commit 6b73b754f782e1ecce5048bf20b22ce56a07a5b8 12921Author: Rafal Jaworowski <raj@semihalf.com> 12922Date: Mon Jul 28 20:37:48 2008 +0200 12923 12924 API: Dump contents of sector 0 in the demo application. 12925 12926 Signed-off-by: Rafal Czubak <rcz@semihalf.com> 12927 Acked-by: Rafal Jaworowski <raj@semihalf.com> 12928 12929commit 13ca6305f2eba49c175f6370c35286141059c789 12930Author: Rafal Jaworowski <raj@semihalf.com> 12931Date: Mon Jul 28 20:37:10 2008 +0200 12932 12933 API: Correct storage enumeration routine, other minor fixes in API storage area. 12934 12935 Signed-off-by: Rafal Czubak <rcz@semihalf.com> 12936 Acked-by: Rafal Jaworowski <raj@semihalf.com> 12937 12938commit 05c7fe0f049b1c9eb9a1992f27e5e350d865f4a8 12939Author: Rafal Jaworowski <raj@semihalf.com> 12940Date: Mon Jul 28 20:36:19 2008 +0200 12941 12942 API: Fix compilation warnings in api_examples/demo.c. 12943 12944 Signed-off-by: Rafal Czubak <rcz@semihalf.com> 12945 12946commit c14eefcc48212af2f3314809605698dd8393a90a 12947Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 12948Date: Sun Jul 27 17:09:43 2008 +0200 12949 12950 Fix more printf() format warnings 12951 12952 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 12953 12954commit 936897d4d1365452bbbdf8430db5e7769ef08d38 12955Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 12956Date: Fri Jul 25 15:18:16 2008 +0200 12957 12958 Fix remaining CFG_CMD_ define, ifdef and comments 12959 12960 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 12961 12962commit 5d1d00fb36005482e1803a00ddc46efa11d719af 12963Author: Stefano Babic <sbabic@denx.de> 12964Date: Fri Jul 25 08:57:40 2008 +0200 12965 12966 Add include for config.h in command.h. 12967 12968 Because the cmd_tbl_s structure depends on the configuration file, it 12969 must be assured that config.h is included before the structure is 12970 evaluated by the compiler. If this is not certain, it could happen 12971 that the compiler generates structures of different size, depending 12972 on the fact if the source file includes <config.h> before or after 12973 <command.h>. 12974 12975 The effect is that u-boot crashes when tries to relocate the command 12976 table (for ppc) or try to access to the command table for other 12977 architectures. 12978 12979 The problem can happen on board-depending commands. All general 12980 commands under /common are unaffected, because they include already 12981 config.h before command.h. 12982 12983 Signed-off-by: Stefano Babic <sbabic@denx.de> 12984 12985commit 2dacb734bac9dba1db9e704d3e0b200ef521c79a 12986Author: Scott Wood <scottwood@freescale.com> 12987Date: Wed Jul 23 13:16:06 2008 -0500 12988 12989 NAND: $(obj)-qualify ecc.h in kilauea NAND boot Makefile. 12990 12991 This fixes building out-of-tree. 12992 12993 Signed-off-by: Scott Wood <scottwood@freescale.com> 12994 12995commit 36d59bd9da9e15d19b867b48449408830f4e2ad5 12996Author: Heiko Schocher <hs@denx.de> 12997Date: Wed Jul 23 07:30:46 2008 +0200 12998 12999 Fix warnings if compiling with IDE support. 13000
13001 cmd_ide.c:827: Warnung: weak declaration of `ide_outb' after first use results in unspecified behavior 13002 cmd_ide.c:839: Warnung: weak declaration of `ide_inb' after first use results in unspecified behavior 13003 13004 Signed-off-by: Heiko Schocher <hs@denx.de> 13005 13006commit 7610db17fd4d59c51d825488526d85ede2f06767 13007Author: Adrian Filipi <adrian.filipi@eurotech.com> 13008Date: Tue Jul 22 14:28:11 2008 -0400 13009 13010 Removed support for the adsvix board. 13011 13012 Support for the adsvix was originally provided by Applied Data 13013 Systems (ADS), inc., now EuroTech, Inc. 13014 The board never shipped aside from some sample boards. 13015 13016 Signed-off-by: Adrian Filipi <adrian.filipi@eurotech.com> 13017 13018commit f96b44cef897bd372beb86dde1b33637c119d84d 13019Author: Remy Bohmer <linux@bohmer.net> 13020Date: Tue Jul 22 16:22:11 2008 +0200 13021 13022 ARM: set GD_FLG_RELOC for boards skipping relocation to RAM 13023 13024 If CONFIG_SKIP_RELOCATE_UBOOT is set the flag GD_FLG_RELOC is usually 13025 never set, because relocation to RAM is actually never done by U-boot 13026 itself. However, several pieces of code check if this flag is set at 13027 some time. 13028 13029 So, to make sure this flag is set on boards skipping relocation, this 13030 is added to the initialisation of U-boot at a moment where it is safe 13031 to do so. 13032 13033 Signed-off-by: Remy Bohmer <linux@bohmer.net> 13034 13035commit e4dafff86f289b5677143a3e41da7b45c6d27fc7 13036Author: Timur Tabi <timur@freescale.com> 13037Date: Mon Jul 21 14:26:23 2008 -0500 13038 13039 fsl-i2c: fix writes to data segment before relocation 13040 13041 Prevent i2c_init() in fsl_i2c.c from writing to the data segment before 13042 relocation. Commit d8c82db4 added the ability for i2c_init() to program the 13043 I2C bus speed and save the value in i2c_bus_speed[], which is a global 13044 variable. It is an error to write to the data segment before relocation, 13045 which is what i2c_init() does when it stores the bus speed in i2c_bus_speed[]. 13046 13047 Signed-off-by: Timur Tabi <timur@freescale.com> 13048 13049commit dbd32387920e5ad6f9dd58a7b5012bbabe2a6a21 13050Author: Wolfgang Ocker <weo@reccoware.de> 13051Date: Mon Jul 28 16:56:51 2008 +0200 13052 13053 mips: Fix baudrate divisor computation on alchemy cpus 13054 13055 Use CFG_MIPS_TIMER_FREQ when computing the baudrate divisor 13056 on alchemy cpus. 13057 13058 Signed-off-by: Wolfgang Ocker <weo@reccoware.de> 13059 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 13060 13061commit c8c845cfdc6d0217135c1d5927eebd2b133a3314 13062Author: Ben Warren <biggerbadderben@gmail.com> 13063Date: Sat Jul 5 00:08:48 2008 -0700 13064 13065 Moved initialization of AVR32 Ethernet controllers to board_eth_init() 13066 13067 Renamed initialization functions for atngw100 and atstk1000. 13068 Removed initializations for these boards from net/eth.c 13069 13070 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 13071 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 13072 13073commit a229d291f33308ab7761d39f25fa1a53c0fc00a2 13074Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 13075Date: Wed Jul 23 10:55:46 2008 +0200 13076 13077 spi flash: Fix printf() format warnings 13078 13079 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 13080 13081commit 252a5e0738bcafaf25f7fbb40f19a59abc2cb13e 13082Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 13083Date: Wed Jul 23 10:55:31 2008 +0200 13084 13085 atmel_mci: Fix printf() format warnings 13086 13087 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 13088 13089commit 7f4b009f4232d57084ce0ec5aeb3b57bccb08e4c 13090Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 13091Date: Wed Jul 23 10:55:15 2008 +0200 13092 13093 avr32: Fix printf() format warnings 13094 13095 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 13096 13097commit a79c3e8d9c31db25d5ca3ec8e08a97f323410dd4 13098Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 13099Date: Wed Jul 23 10:52:19 2008 +0200 13100 13101 avr32: asm/io.h needs asm/types.h 13102 13103 map_physmem() takes a phys_addr_t as parameter. This type is defined in 13104 asm/types.h, so we need to include that file. 13105 13106 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 13107 13108commit 1953d128fd07f07d1c3810a28c0863ea64dae1b6 13109Author: Michal Simek <monstr@monstr.eu> 13110Date: Thu Jul 17 12:25:46 2008 +0200 13111 13112 microblaze: Fix printf() format issues 13113 13114 Signed-off-by: Michal Simek <monstr@monstr.eu> 13115 13116commit de2a07e534f18b1ca5f9869a4ef0604ca829cff0 13117Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in> 13118Date: Thu Jul 17 07:27:51 2008 +0530 13119 13120 Remove unused code from lib_arm/bootm.c 13121 13122 Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in> 13123 13124commit ffbb5cb942e9856fa24e946977e0a60c64df04ab 13125Author: Detlev Zundel <dzu@denx.de> 13126Date: Wed Jul 16 18:56:45 2008 +0200 13127 13128 tqm85xx: Demystify 'DK: !!!' comment 13129 13130 Signed-off-by: Detlev Zundel <dzu@denx.de> 13131 13132commit b2f44ba570f3a01113bbb745daf46f3858d22f53 13133Author: Detlev Zundel <dzu@denx.de> 13134Date: Wed Jul 16 18:56:44 2008 +0200 13135 13136 83xx/85xx/86xx: Add LTEDR local bus definitions 13137 13138 Signed-off-by: Detlev Zundel <dzu@denx.de> 13139 13140commit f13f64cf42d5abec3e0f920233f6a7a61e7ae494 13141Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es> 13142Date: Wed Jul 16 16:22:32 2008 +0200 13143 13144 serial_xuartlite.c: fix compiler warnings 13145 13146 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es> 13147 Acked-by: Grant Likely <grant.likely@secretlab.ca> 13148 13149commit 86446d3a5d9d3ca81e85d1ccd3accaaae6f8e3c9 13150Author: Stefan Roese <sr@denx.de> 13151Date: Fri Jul 18 11:03:35 2008 +0200 13152 13153 POST: Add disable interrupts in some of the missing CPU POST tests 13154 13155 Some CPU POST tests did not disable the interrupts while running. This 13156 seems to be necessary to protect this self modifying code. 13157 13158 Signed-off-by: Stefan Roese <sr@denx.de> 13159 13160commit 97a3bf268d096e0e97e54048448c35114edcf557 13161Author: Stefan Roese <sr@denx.de> 13162Date: Fri Jul 18 10:43:24 2008 +0200 13163 13164 ide: Use CFG_64BIT_LBA instead of CFG_64BIT_STRTOUL 13165 13166 This is needed for boards that define CFG_64BIT_STRTOUL but don't define 13167 CFG_64BIT_LBA. 13168 13169 Signed-off-by: Stefan Roese <sr@denx.de> 13170 13171commit 0043ac55024963295fc79b39af85b6dc3b261e17 13172Author: Niklaus Giger <niklaus.giger@netstal.com> 13173Date: Fri Jul 18 11:22:23 2008 +0200 13174 13175 POST PPC4xx/spr IVPR only if PPC440 13176 13177 The SPR IVPR register is only present (as far as I know) for 13178 processors with a PPC440 core. 13179 13180 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com> 13181 Acked-by: Stefan Roese <sr@denx.de> 13182 13183commit 1092fbd64748dfa2e979b102611ece9bc5ec1855 13184Author: Stefan Roese <sr@denx.de> 13185Date: Fri Jul 18 10:42:29 2008 +0200 13186 13187 ppc4xx: Enable 64bit printf format on 440/460 platforms 13188 13189 This patch defines CFG_64BIT_VSPRINTF and CFG_64BIT_STRTOUL for all 13190 440/460 platforms. This may be needed since those platforms support 13191 36bit physical address space. 13192 13193 Signed-off-by: Stefan Roese <sr@denx.de> 13194 13195commit 66fe183b1dd9c7534605147a8ecfed1c02345ee5 13196Author: Stefan Roese <sr@denx.de> 13197Date: Fri Jul 18 15:57:23 2008 +0200 13198 13199 ppc4xx: Fix incorrect MODTx setup for some DIMM configurations 13200 13201 This patch fixes a problem with incorrect MODTx (On Die Termination) 13202 setup for a configuration with multiple DIMM's and multiple ranks. 13203 Without this change Katmai was unable to boot Linux with DDR2 frequency 13204 >= 533MHz and mem>=3GB. With this patch Katmai successfully boots Linux 13205 with DDR2 frequency = 640MHz and mem=4GB. 13206 13207 Signed-off-by: Stefan Roese <sr@denx.de> 13208 13209commit 60204d06ed9f8c2a67cc79eb67fd2b1d22bcbc8c 13210Author: Stefan Roese <sr@denx.de> 13211Date: Fri Jul 18 12:24:41 2008 +0200 13212 13213 ppc4xx: Minor coding style cleanup of Xilinx Virtex5 ml507 support 13214 13215 Signed-off-by: Stefan Roese <sr@denx.de> 13216 13217commit 086511fc96a8a9bb56e5e19a3d84c40f4dba80cc 13218Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es> 13219Date: Thu Jul 17 12:47:09 2008 +0200 13220 13221 ppc4xx: ML507 Board Support 13222 13223 The Xilinx ML507 Board is a Virtex 5 prototyping board that includes, 13224 among others: 13225 -Virtex 5 FX FPGA (With a ppc440x5 in it) 13226 -256MB of SDRAM2 13227 -32MB of Flash 13228 -I2C Eeprom 13229 -System ACE chip 13230 -Serial ATA connectors 13231 -RS232 Level Conversors 13232 -Ethernet Transceiver 13233 13234 This patch gives support to a standard design produced by EDK for this 13235 board: ppc440, uartlite, xilinx_int and flash 13236 13237 - Includes Changes propossed by Stefan Roese and Michal Simek 13238 13239 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es> 13240 Acked-by: Stefan Roese <sr@denx.de> 13241 13242commit d865fd09809a3a18669f35f970781820af40e4de 13243Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es> 13244Date: Thu Jul 17 11:44:12 2008 +0200 13245 13246 ppc4xx: CPU PPC440x5 on Virtex5 FX 13247 13248 -This patchs gives support for the embbedded ppc440 13249 on the Virtex5 FPGAs 13250 -interrupts.c divided in uic.c and interrupts.c 13251 -xilinx_irq.c for xilinx interrupt controller 13252 -Include modifications propossed by Stefan Roese 13253 13254 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es> 13255 Acked-by: Stefan Roese <sr@denx.de> 13256 13257commit 340ccb260f21516be360745d5c5e3bd0657698df 13258Author: Sebastian Siewior <bigeasy@linutronix.de> 13259Date: Wed Jul 16 20:04:49 2008 +0200 13260 13261 cfi_flash: fix flash on BE machines with CFG_WRITE_SWAPPED_DATA 13262 13263 This got broken by commits 93c56f212c 13264 [cfi_flash: support of long cmd in U-boot.] 13265 13266 That command needs to be in little endian format on BE machines 13267 with CFG_WRITE_SWAPPED_DATA. Without this patch, the command 0xf0 13268 gets saved on stack as 0x00 00 00 f0 and 0x00 gets written into 13269 the cmdbuf in case portwidth = chipwidth = 8bit. 13270 13271 Cc: Alexey Korolev <akorolev@infradead.org> 13272 Cc: Vasiliy Leonenko <vasiliy.leonenko@mail.ru> 13273 Signed-off-by: Sebastian Siewior <bigeasy@linutronix.de> 13274 13275commit 11188d55bc16dd907451c00282e00a038f73dd62 13276Author: Stefan Roese <sr@denx.de> 13277Date: Thu Jul 17 10:40:51 2008 +0200 13278 13279 ppc4xx: Fix alphabetical order in 4xx Makefile part (redwood) 13280 13281 Signed-off-by: Stefan Roese <sr@denx.de> 13282 13283commit 021f6df6e96af5b387810cf96d24848da1faa55c 13284Author: Anton Vorontsov <avorontsov@ru.mvista.com> 13285Date: Thu Jul 10 17:20:51 2008 +0400 13286 13287 83xx: mpc8315erdb: fix silly thinko in fdt_tsec1_fixup 13288 13289 The thinko was quite silly indeed, I messed with !ptr. Normally this 13290 would trigger some fault, but in U-Boot NULL pointer is equal to phys 13291 0, so the code was working still, just didn't actually test mpc8315erdb 13292 environment variable value. Heh. 13293 13294 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> 13295 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 13296 13297commit 25f5f0d49a3ae89bf4396f2557ce98debfef21da 13298Author: Anton Vorontsov <avorontsov@ru.mvista.com> 13299Date: Tue Jul 8 21:00:04 2008 +0400 13300 13301 83xx: mpc8315erdb: add support for switching between ULPI/UTMI USB PHYs 13302 13303 Freescale ships MPC8315E-RDB boards either with TSEC1 and USB UTMI 13304 support, or without TSEC1 but with USB ULPI PHY support in addition. 13305 With this patch user can specify desired USB PHY. 13306 13307 Also, it seems that we can't distinguish the two boards in software, so 13308 user have to set `mpc8315erdb' environment variable to either 'tsec1' 13309 (TSEC1 enabled) or `ulpi' (board with ULPI PHY, TSEC1 disabled), so that 13310 Linux will not probe for TSEC1. 13311 13312 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> 13313 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 13314 13315commit 015b27b9e165fcf220e42f2c4afbaeaa2758fcf6 13316Author: Anton Vorontsov <avorontsov@ru.mvista.com> 13317Date: Tue Jul 8 20:59:43 2008 +0400 13318 13319 fdt_support: fdt_fixup_dr_usb: add support for phy_type fixups 13320 13321 Currently U-Boot can only fixup the usb dr_mode, but some boards (namely 13322 MPC8315E-RDB) can use two PHY types: ULPI (stand-alone OTG port) or UTMI 13323 (connected to the four-ports hub, usb host only). 13324 13325 This patch implements support for passing Dual-Role USB controller's 13326 device tree property phy_type through the usb_phy_type environment 13327 variable. 13328 13329 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> 13330 Acked-by: Gerald Van Baren <vanbaren@cideas.com> 13331 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 13332 13333commit 699f05125509249072a0b865c8d35520d97cd501 13334Author: Wolfgang Denk <wd@denx.de> 13335Date: Tue Jul 15 22:22:44 2008 +0200 13336 13337 Prepare v1.3.4-rc1: Code cleanup, update CHANGELOG, sort Makefile 13338 13339 Signed-off-by: Wolfgang Denk <wd@denx.de> 13340 13341commit bcab74baa6b1b1c969038ab6f64a186239180405 13342Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com> 13343Date: Tue Jul 15 11:23:02 2008 -0400 13344 13345 Round the serial port clock divisor value returned by calc_divisor() 13346 13347 Round the serial port clock divisor value returned by 13348 calc_divisor() 13349 13350 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com> 13351 Acked-by: Gerald Van Baren <vanbaren@cideas.com> 13352 13353commit 0328ef0edfe950f0b7b8b368dae482531506b74a 13354Author: Robin Getz <rgetz@blackfin.uclinux.org> 13355Date: Tue Jul 15 21:44:46 2008 +0200 13356 13357 Fix DHCP protocol so U-Boot does not respond too early 13358 on the network with it's offered IP number; it should not reply until 13359 after it has received a DHCP ACK message. Also ensures that U-Boot 13360 does it's DHCPREQUEST as broadcast (per RFC 2131). 13361 13362 Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org> 13363 Acked-by: Ben Warren <biggerbadderben@gmail.com> 13364 Signed-off-by: Wolfgang Denk <wd@denx.de> 13365 13366commit 7288f972fcaee14a9741cb08c8688a23874b4a2e 13367Author: Sebastian Siewior <bigeasy@linutronix.de> 13368Date: Tue Jul 15 13:35:23 2008 +0200 13369 13370 cfi_flash: make the command u32 only 13371 13372 This got changed by commit 93c56f212c 13373 [cfi_flash: support of long cmd in U-boot.] 13374 13375 Long is the wrong type because it will behave differently on 64bit 13376 machines in a way that is probably not expected. u32 should be 13377 enough. 13378 13379 Cc: Alexey Korolev <akorolev@infradead.org> 13380 Cc: Vasiliy Leonenko <vasiliy.leonenko@mail.ru> 13381 Signed-off-by: Sebastian Siewior <bigeasy@linutronix.de> 13382 13383commit 31cfe57491b183acae575d486729e158f016c27b 13384Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 13385Date: Mon Jul 14 23:48:41 2008 +0200 13386 13387 tools/gitignore: update to all generated files 13388 13389 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 13390 13391commit 5e0de0e216b8fb27634afb11c60a2fa24c23349e 13392Author: Andre Schwarz <andre.schwarz@matrix-vision.de> 13393Date: Wed Jul 9 18:30:44 2008 +0200 13394 13395 mpc5xxx: Add MVBC_P board support 13396 13397 The MVBC_P is a MPC5200B based camera system with Intel Gigabit ethernet 13398 controller (using e1000) and custom Altera Cyclone-II FPGA on PCI. 13399 13400 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de> 13401 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 13402 13403commit e2d31fb3450653115452144363d5bde4e5e3e693 13404Author: Timur Tabi <timur@freescale.com> 13405Date: Thu Jun 19 17:56:11 2008 -0500 13406 13407 Update Freescale sys_eeprom.c to handle CCID formats 13408 13409 Update the sys_eeprom.c file to handle both NXID and CCID EEPROM formats. The 13410 NXID format replaces the older CCID format, but it's important to support both 13411 since most boards out there still use the CCID format. This change is in 13412 preparation for using one file to handle both formats. This will also unify 13413 EEPROM support for all Freescale 85xx and 86xx boards. 13414 13415 Also update the 86xx board header files to use the standard CFG_I2C_EEPROM_ADDR 13416 instead of ID_EEPROM_ADDR. 13417 13418 Signed-off-by: Timur Tabi <timur@freescale.com> 13419 13420commit d85f46a25ccb33ed9b295de3c2cfe1ce270ece9a 13421Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 13422Date: Fri Jul 11 17:22:43 2008 +0900 13423 13424 pci: sh: Add pci_skip_dev and pci_print_dev function 13425 13426 Add function of new PCI, pci_skip_dev and pci_print_dev. 13427 13428 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 13429 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 13430 13431commit 1107014e835ec9d46c0333f4211d104f77442db0 13432Author: Andy Fleming <afleming@freescale.com> 13433Date: Mon Jul 14 20:29:07 2008 -0500 13434 13435 Clean up INIT_RAM options 13436 13437 The L2_INIT_RAM option was unused, and recent changes to the TLB code 13438 meant that the INIT_RAM TLBs weren't being cleared out. In order to reduce 13439 the amount of mapped space attached to nothing, we change things so the TLBs 13440 get cleared. 13441 13442 Signed-off-by: Andy Fleming <afleming@freescale.com> 13443 13444commit 4524561820a9327e89107854b3a7187800ccf719 13445Author: Andy Fleming <afleming@freescale.com> 13446Date: Mon Jul 14 20:26:57 2008 -0500 13447 13448 Remove fake flash bank from 8544 DS 13449 13450 The fake flash bank was generating errors for anyone who didn't have a 13451 PromJET hooked up to the board. As that constitutes the vast majority of 13452 users, we remove it. 13453 13454 Signed-off-by: Andy Fleming <afleming@freescale.com> 13455 13456commit 630d9bfcb5f6d3a43f251901a6b480994dcb6ea3 13457Author: Kumar Gala <galak@kernel.crashing.org> 13458Date: Mon Jul 14 14:07:03 2008 -0500 13459 13460 MPC8544DS: Add ATI Video card support 13461 13462 Add support for using a PCIe ATI Video card on PCIe2. 13463 13464 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 13465 13466commit 7f9f4347cf325c63a39fe30910f3fb211ae2cc15 13467Author: Kumar Gala <galak@kernel.crashing.org> 13468Date: Mon Jul 14 14:07:02 2008 -0500 13469 13470 85xx: Add some L1/L2 SPR register definitions 13471 13472 Add new L1/L2 SPRs related to e500mc cache config and control. 13473 13474 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 13475 13476commit e5852787f0c3c442a276262f13d91ca450605ac0 13477Author: Kumar Gala <galak@kernel.crashing.org> 13478Date: Mon Jul 14 14:07:01 2008 -0500 13479 13480 MPC8544DS: Report board id, board version and fpga version. 13481 13482 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 13483 13484commit 73f15a060f67a2462551c334215bd20fac6b81d1 13485Author: Kumar Gala <galak@kernel.crashing.org> 13486Date: Mon Jul 14 14:07:00 2008 -0500 13487 13488 85xx: Cleanup L2 cache size detection 13489 13490 The L2 size detection code was a bit confusing and we kept having to add 13491 code to it to handle new processors. Change the sense of detection so we 13492 look for the older processors that aren't changing. 13493 13494 Also added support for 1M cache size on 8572. 13495 13496 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 13497 13498commit c3ca7e5e00a24451f20df3bded9a61ba541921df 13499Author: Paul Gortmaker <paul.gortmaker@windriver.com> 13500Date: Fri Jul 11 15:33:08 2008 -0400 13501 13502 sbc8560: enable CONFIG_OF_LIBFDT by default 13503 13504 Make the default build for the sbc8560 board be powerpc 13505 capable with libfdt support. 13506 13507 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> 13508 13509commit 6b44a44ec2aab180d7095c1c92e669cee1d3e3bd 13510Author: Andy Fleming <afleming@freescale.com> 13511Date: Mon Jul 14 20:04:40 2008 -0500 13512 13513 Fix indentation for default boot environment variables 13514 13515 This was proposed by Paul Gortmaker in response to Wolfgang's comments on 13516 similar #defines in sbc8560.h. 13517 13518 Signed-off-by: Andy Fleming <afleming@freescale.com> 13519 13520commit 37fef499104e28e0a83b02b85ca0d1fbe80d294a 13521Author: Paul Gortmaker <paul.gortmaker@windriver.com> 13522Date: Fri Jul 11 15:33:07 2008 -0400 13523 13524 sbc8560: add default fdt values 13525 13526 Add in the default fdt settings and the typical EXTRA_ENV 13527 settings as borrowed from the mpc8560ads. Fix a couple 13528 of stale references to the mpc8560ads dating back to the 13529 original clone/fork. 13530 13531 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> 13532 Signed-off-by: Andy Fleming <afleming@freescale.com> 13533 13534commit d04e76edf92f7f89696989e8702b97e020455af3 13535Author: Paul Gortmaker <paul.gortmaker@windriver.com> 13536Date: Fri Jul 11 15:33:06 2008 -0400 13537 13538 sbc8560: add in ft_board_setup() 13539 13540 Add in for the sbc8560, the ft_board_setup() routine, based on what is 13541 in use for the Freescale MPC8560ADS board. 13542 13543 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> 13544 13545commit c158bcaca3b31cbe38c4143812e6170e38a57393 13546Author: Paul Gortmaker <paul.gortmaker@windriver.com> 13547Date: Fri Jul 11 15:33:05 2008 -0400 13548 13549 sbc8560: define eth0 and eth1 instead of eth1 and eth2 13550 13551 The existing config doesn't define CONFIG_HAS_ETH0, and so the 13552 fdt support doesn't update the zeros in the dtb local-mac with 13553 real data from the u-boot env. Since the existing config is 13554 tailored to just two interfaces, get rid of the ETH2 definitions 13555 at the same time. 13556 13557 Also don't include any end user specific data into the environment 13558 by default -- things like MAC address, network parameters etc. need 13559 to come from the end user. 13560 13561 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> 13562 Signed-off-by: Andy Fleming <afleming@freescale.com> 13563 13564commit 0ec436d2f95076d9e46ae594db6e9b1d8732840d 13565Author: Paul Gortmaker <paul.gortmaker@windriver.com> 13566Date: Fri Jul 11 15:33:04 2008 -0400 13567 13568 sbc8560: properly set cs0_bnds for 512MB 13569 13570 The sbc8560 board ships with 512MB of memory installed, 13571 but the current cs0_bnds is hard coded for 256MB. Set the 13572 value based on CFG_SDRAM_SIZE. 13573 13574 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> 13575 13576commit 6de5bf24004c8d9c9b070bb8f7418d1c45e5eb27 13577Author: Paul Gortmaker <paul.gortmaker@windriver.com> 13578Date: Fri Jul 11 15:33:03 2008 -0400 13579 13580 sbc8560: proper definitions for TSEC. 13581 13582 The definitions for the TSEC have become out of date. There is no 13583 longer any such options like "CONFIG_MPC85xx_TSEC1" or similar. 13584 Update to match those of other boards, like the MPC8560ADS. 13585 13586 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> 13587 Acked-by: Ben Warren <biggerbadderben@gmail.com> 13588 13589commit 71074abbe0c76429577aff58aeff0a24ad210b23 13590Author: Paul Gortmaker <paul.gortmaker@windriver.com> 13591Date: Wed Jul 9 13:23:05 2008 -0400 13592 13593 8xxx-fdt: set ns16550 clock from CFG_NS16550_CLK, not bi_busfreq 13594 13595 Some boards that have external 16550 UARTs don't have a direct 13596 tie between bi_busfreq and the clock used for the UARTs. Boards 13597 that do have such a tie should set CFG_NS16550_CLK to be 13598 get_bus_freq(0) -- which most of them do already. 13599 13600 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> 13601 Acked-by: Kim Phillips <kim.phillips@freescale.com> 13602 13603commit 24ef76f320fbadf074105229826514db140f939f 13604Author: Andrew Klossner <andrew@cesa.opbu.xerox.com> 13605Date: Wed Jul 2 07:03:53 2008 -0700 13606 13607 Change the temp map to ROM to align addresses to page size. 13608 13609 With a page size of BOOKE_PAGESZ_16M, both the real and effective 13610 addresses must be multiples of 16MB. The hardware silently truncates 13611 them so the code happens to work. This patch clarifies the situation 13612 by establishing addresses that the hardware doesn't need to truncate. 13613 13614 Signed-off-by: Andrew Klossner <andrew@cesa.opbu.xerox.com> 13615 Signed-off-by: Andy Fleming <afleming@freescale.com> 13616 13617commit 06b4186c10204b6683edb047ac5f506fb0ce0937 13618Author: Kim Phillips <kim.phillips@freescale.com> 13619Date: Tue Jun 17 17:45:22 2008 -0500 13620 13621 mpc85xx: use IS_E_PROCESSOR macro 13622 13623 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 13624 13625commit 6b70ffb9d1b2e791161f3cf92937aa45b4a07b78 13626Author: Kim Phillips <kim.phillips@freescale.com> 13627Date: Mon Jun 16 15:55:53 2008 -0500 13628 13629 fdt: add crypto node handling for MPC8{3, 5}xxE processors 13630 13631 Delete the crypto node if not on an E-processor. If on 8360 or 834x family, 13632 check rev and up-rev crypto node (to SEC rev. 2.4 property values) 13633 if on an 'EA' processor, e.g. MPC8349EA. 13634 13635 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 13636 13637commit 85e5808e8ea9f77da5219f23394112f0b424fa5e 13638Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com> 13639Date: Fri Jul 11 15:10:11 2008 -0400 13640 13641 ARM DaVinci: Remove extern phy_t declaration by moving code to proper place 13642 13643 ARM DaVinci: Remove extern phy_t declaration by moving 13644 code to proper place. 13645 13646 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com> 13647 13648commit 3a9e7ba2ac14018c5dd1e78a7dd735571569c971 13649Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com> 13650Date: Fri Jul 11 15:10:10 2008 -0400 13651 13652 ARM DaVinci: Remove duplicate definitions of MACH_TYPE and prototype of i2c_init() 13653 13654 ARM DaVinci: Remove duplicate definitions of MACH_TYPE 13655 and prototype of i2c_init(). 13656 13657 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com> 13658 13659commit 348753d416cd2c9e7ec6520a544c8f33cf02a560 13660Author: Kumar Gala <galak@kernel.crashing.org> 13661Date: Mon Jul 14 14:03:02 2008 -0500 13662 13663 Fix some more printf() format problems. 13664 13665 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 13666 13667commit 45b16d22c64674ccd8c4637456a987463609141c 13668Author: Wolfgang Denk <wd@denx.de> 13669Date: Mon Jul 14 22:38:42 2008 +0200 13670 13671 Fix coding style; make code better parsable by external tools 13672 13673 Signed-off-by: Wolfgang Denk <wd@denx.de> 13674 13675commit b880cbf207b1c109d3a661417a8feddcbd729a9d 13676Author: Wolfgang Denk <wd@denx.de> 13677Date: Mon Jul 14 21:19:08 2008 +0200 13678 13679 cpu/i386/serial.c: Fix syntax errors 13680 13681 Signed-off-by: Wolfgang Denk <wd@denx.de> 13682 13683commit e2d45e6f4d9919e1afeac5e09557b2252832fccf 13684Author: Wolfgang Denk <wd@denx.de> 13685Date: Mon Jul 14 20:41:35 2008 +0200 13686 13687 elppc board: Coding style cleanup. 13688 13689 Signed-off-by: Wolfgang Denk <wd@denx.de> 13690 13691commit 82b24a8a505fc81466484b3c55b574ee0b4205bc 13692Author: Wolfgang Denk <wd@denx.de> 13693Date: Mon Jul 14 20:40:22 2008 +0200 13694 13695 elppc board: fix syntax error. 13696 13697 Signed-off-by: Wolfgang Denk <wd@denx.de> 13698 13699commit 0fe340585a6a48bd392d315b0dd84d068b1c3790 13700Author: Wolfgang Denk <wd@denx.de> 13701Date: Mon Jul 14 20:38:26 2008 +0200 13702 13703 EB+MCF-EV123 board: fix coding style (alingment) 13704 13705 Signed-off-by: Wolfgang Denk <wd@denx.de> 13706 13707commit 6841785a0bb0f38175456a923edd634fb7dd6947 13708Author: Wolfgang Denk <wd@denx.de> 13709Date: Mon Jul 14 20:36:44 2008 +0200 13710 13711 EB+MCF-EV123 board: fix syntx error 13712 13713 Signed-off-by: Wolfgang Denk <wd@denx.de> 13714 13715commit ab5cda9f88c3eaf9cf599adc3a3375906c4ed904 13716Author: Andy Fleming <afleming@freescale.com> 13717Date: Mon Jul 7 18:02:08 2008 -0500 13718 13719 Remove LBC_CACHE_BASE from 8544 DS 13720 13721 The 8544 DS doesn't have any cacheable Local Bus memories set up. By mapping 13722 space for some anyway, we were allowing speculative loads into unmapped space, 13723 which would cause an exception (annoying, even if ultimately harmless). 13724 Removing LBC_CACHE_BASE, and using LBC_NONCACHE_BASE for the LBC LAW solves the 13725 problem. 13726 13727 Signed-off-by: Andy Fleming <afleming@freescale.com> 13728 13729commit d0ff51ba5d0309dbe9e25ea54f8a0285a6d5db90 13730Author: Wolfgang Denk <wd@denx.de> 13731Date: Mon Jul 14 15:19:07 2008 +0200 13732 13733 Code cleanup: fix old style assignment ambiguities like "=-" etc. 13734 13735 Signed-off-by: Wolfgang Denk <wd@denx.de> 13736 13737commit d7854223c5c85b5849fbf422cc8ac0efef461c37 13738Author: Wolfgang Denk <wd@denx.de> 13739Date: Mon Jul 14 15:10:53 2008 +0200 13740 13741 AmigaOneG3SE: remove dead and incomplete files 13742 13743 Signed-off-by: Wolfgang Denk <wd@denx.de> 13744 13745commit b64f190b7a34224df09b559ca111eb1b733f00ad 13746Author: Wolfgang Denk <wd@denx.de> 13747Date: Mon Jul 14 15:06:35 2008 +0200 13748 13749 Fix printf() format issues with sizeof_t types by using %zu 13750 13751 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 13752 Signed-off-by: Wolfgang Denk <wd@denx.de> 13753 13754commit f354b73e16a86f9e9085471a830605f74f84ea5d 13755Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 13756Date: Mon Jul 14 14:11:45 2008 +0200 13757 13758 vsprintf: add z and t options 13759 13760 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 13761 13762commit 25dbe98abb686d8210e1731fba85ced7d3ce874c 13763Author: Wolfgang Denk <wd@denx.de> 13764Date: Sun Jul 13 23:07:35 2008 +0200 13765 13766 Fix some more printf() format issues. 13767 13768 Signed-off-by: Wolfgang Denk <wd@denx.de> 13769 13770commit d5996dd555edf52721b7691a4c59de016251ed39 13771Author: Wolfgang Denk <wd@denx.de> 13772Date: Sun Jul 13 19:51:00 2008 +0200 13773 13774 Fix some more printf() format problems. 13775 13776 Signed-off-by: Wolfgang Denk <wd@denx.de> 13777 13778commit 0f9d5f6d6e814907794995c6a22af752040c35d9 13779Author: Wolfgang Denk <wd@denx.de> 13780Date: Sun Jul 13 19:48:26 2008 +0200 13781 13782 ADS5121: Fix (delete) incorrect ads5121_diu_init() prototype 13783 13784 Signed-off-by: Wolfgang Denk <wd@denx.de> 13785 13786commit 322716a1d1eb33a71067ba0eb1c5346fb2dd6b34 13787Author: Anatolij Gustschin <agust@denx.de> 13788Date: Sat Jul 12 17:31:36 2008 +0200 13789 13790 Fix bug in Lime video driver 13791 13792 We need to wait while drawing engine clears frame 13793 buffer before any further software accesses to frame 13794 buffer will be initiated. Otherwise software drawn 13795 parts could be partially destroyed by the drawing 13796 engine or even GDC chip freeze could occur (as 13797 observed on socrates board). 13798 13799 Signed-off-by: Anatolij Gustschin <agust@denx.de> 13800 13801commit 0a5676befb0c590212a53f7627fa5d0d8a84bf34 13802Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 13803Date: Sat Jul 12 14:36:34 2008 +0200 13804 13805 Fix some more printf() format issues. 13806 13807 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 13808 13809commit 18c8a28aad49803780bd8d52432ded528e37e701 13810Author: Michal Simek <monstr@monstr.eu> 13811Date: Fri Jul 11 15:11:57 2008 +0200 13812 13813 hwmon: rename CONFIG_DS1722 to CONFIG_DTT_DS1722 13814 13815 Signed-off-by: Michal Simek <monstr@monstr.eu> 13816 Acked-by: Stefan Roese <sr@denx.de> 13817 13818commit 6ecbb45bb027e90c19d63b48e7b0c05acc1a87c0 13819Author: Michal Simek <monstr@monstr.eu> 13820Date: Fri Jul 11 11:50:53 2008 +0200 13821 13822 hwmon: Cleaning hwmon devices 13823 13824 Clean Makefile 13825 Move device specific values to driver for better reading 13826 13827 Signed-off-by: Michal Simek <monstr@monstr.eu> 13828 Acked-by: Stefan Roese <sr@denx.de> 13829 13830commit c78fce699c7ff467ecd841da6a79f065180bf578 13831Author: Michal Simek <monstr@monstr.eu> 13832Date: Fri Jul 11 10:43:13 2008 +0200 13833 13834 FIS: repare incorrect return value with ramdisk handling 13835 13836 Microblaze and PowerPC use boot_get_ramdisk for loading 13837 ramdisk to memory with checking return value. 13838 Return 0 means success. Return 1 means failed. 13839 Here is correspond part of code from bootm.c which check 13840 return code. 13841 13842 ret = boot_get_ramdisk (argc, argv, images, IH_ARCH_PPC, 13843 &rd_data_start, &rd_data_end); 13844 if (ret) 13845 goto error; 13846 13847 Signed-off-by: Michal Simek <monstr@monstr.eu> 13848 13849commit 84a2c64a26dc5e275e1cf4e76a6e194a18fb5477 13850Author: Michal Simek <monstr@monstr.eu> 13851Date: Fri Jul 11 10:10:32 2008 +0200 13852 13853 microblaze: Remove useless ancient headers 13854 13855 Signed-off-by: Michal Simek <monstr@monstr.eu> 13856 13857commit 53ea981c3124b13c137c2d10e975b7c6672266e0 13858Author: Michal Simek <monstr@monstr.eu> 13859Date: Fri Jul 11 10:10:31 2008 +0200 13860 13861 microblaze: Clean uartlite driver 13862 13863 Redesign uartlite driver to in_be32 and out_be32 macros 13864 Fix missing header in io.h 13865 13866 Signed-off-by: Michal Simek <monstr@monstr.eu> 13867 Acked-by: Grant Likely <grant.likely@secretlab.ca> 13868 13869commit dbf3dfb386a2d5d2381814e39985ab2e21894550 13870Author: Marcel Ziswiler <marcel@ziswiler.com> 13871Date: Fri Jul 11 02:39:14 2008 +0200 13872 13873 Enable passing of ATAGs required by latest Linux kernel. 13874 13875commit ef130d3093bdf88f01cf3e000fe5df249ebf2b1a 13876Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com> 13877Date: Fri Jul 11 10:24:15 2008 -0400 13878 13879 Fix integer overflow warning in calc_divisor() 13880 13881 which happened when rounding the serial port clock divisor 13882 13883 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com> 13884 13885commit 6b760189d77f001684e3160b355c185ca3804961 13886Author: Marcel Ziswiler <marcel@ziswiler.com> 13887Date: Fri Jul 11 01:09:59 2008 +0200 13888 13889 Fix build time warnings in function mmc_decode_csd() 13890 13891 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com> 13892 13893commit c15947d6ce0d59925c97fdfac692476af6e262d0 13894Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com> 13895Date: Thu Jul 10 10:46:33 2008 -0400 13896 13897 ARM: Fix for broken compilation when defining CONFIG_CMD_ELF 13898 13899 caused by missing dcache status/enable/disable functions. 13900 13901 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com> 13902 13903commit 068c1b77c8f42a1a31084d2f4b1d5cc807c1a9ce 13904Author: Stefan Roese <sr@denx.de> 13905Date: Thu Jul 10 13:53:31 2008 +0200 13906 13907 ppc4xx: Remove redundant ft_board_setup() functions from some 4xx boards 13908 13909 This patch removes some ft_board_setup() functions from some 4xx boards. 13910 This can be done since we now have a default weak implementation for this 13911 in cpu/ppc4xx/fdt.c. Only board in need for a different/custom 13912 implementation like canyonlands need their own version. 13913 13914 Signed-off-by: Stefan Roese <sr@denx.de> 13915 13916commit d39a089f8bc960ba9ae6a08fda5582b578620cc1 13917Author: Wolfgang Denk <wd@denx.de> 13918Date: Sun Jul 13 14:58:16 2008 +0200 13919 13920 Add last known maintainer for orphaned boards; reformat. 13921 13922 Signed-off-by: Wolfgang Denk <wd@denx.de> 13923 13924commit 5c761d57bb9940e016d561fda8b2ed84c55de5b6 13925Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 13926Date: Thu Jul 10 13:16:04 2008 +0200 13927 13928 Remove kharris@nexus-tech.net from MAINTAINERS 13929 13930 Mail to kharris@nexus-tech.net bounces because the user doesn't exist 13931 anymore. You can't be a maintainer without a valid e-mail address, so 13932 move all boards that used to be maintained by Kyle Harris to the 13933 "orphaned" list. 13934 13935 Currently, only PowerPC has a list of orphaned boards, so this patch 13936 creates one for ARM as well. 13937 13938 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 13939 13940commit 17bd17071463b0cde391ac4a0863d600474b4ea1 13941Author: Anatolij Gustschin <agust@denx.de> 13942Date: Thu Jul 10 01:15:10 2008 +0200 13943 13944 at91: Fix to enable using Teridian MII phy (78Q21x3) with at91sam9260 13945 13946 On the at91sam9260ep development board there is an EEPROM 13947 connected to the TWI interface (PA23, PA24 Peripheral A 13948 multiplexing), so we cannot use these pins as ETX2, ETX3. 13949 This patch configures PA10, PA11 pins for ETX2, ETX3 13950 instead of PA23, PA24 pins. 13951 13952 Signed-off-by: Anatolij Gustschin <agust@denx.de> 13953 Signed-off-by: Manuel Sahm <Manuel.Sahm@feig.de> 13954 13955commit f889265753ddf4465d9d580827bb9289bfac55d6 13956Author: Kenneth Johansson <kenneth@southpole.se> 13957Date: Sat Jul 12 13:18:34 2008 -0600 13958 13959 fix DIU for small screens 13960 13961 The DIU_DIV register is 8 bit not 5 bit. This prevented large DIV values 13962 so it was not possible to set a slow pixel clock and thus prevented 13963 display on small screens. 13964 13965 Signed-off-by: Kenneth Johansson <kenneth@southpole.se> 13966 Acked-by: John Rigby <jrigby@freescale.com> 13967 13968commit b60b8573875e650e4c69be667bfc88d3ed474a7c 13969Author: John Rigby <jrigby@freescale.com> 13970Date: Fri Jul 11 14:44:09 2008 -0600 13971 13972 ADS5121 cleanup compile warnings 13973 13974 board/ads5121/iopin.c 13975 Replace bit fields in struct iopin_t with a single 13976 field and intialize it via plain old macros. 13977 This fixes the type pun warnings and makes the code 13978 more readable. 13979 13980 board/ads5121/ads5121.c 13981 Add include iopin.h to ads5121.c for the iopin_initialize 13982 prototype. 13983 13984 Add an extern void ads5121_diu_init(void) 13985 13986 Signed-off-by: John Rigby <jrigby@freescale.com> 13987 13988commit bde63587622c4b830a27d1ddf7265843de9e994f 13989Author: Wolfgang Denk <wd@denx.de> 13990Date: Fri Jul 11 22:56:11 2008 +0200 13991 13992 Fix some more printf() format issues. 13993 13994 Signed-off-by: Wolfgang Denk <wd@denx.de> 13995 13996commit 184f1b404a90eef8b425c0e7b3018d59ef9982c8 13997Author: Wolfgang Denk <wd@denx.de> 13998Date: Fri Jul 11 22:55:31 2008 +0200 13999 14000 Fixed some out-of-tree build issues
14001 14002 Signed-off-by: Wolfgang Denk <wd@denx.de> 14003 14004commit 47bf9c71ae838305a3ea3161af8d14e6f3fc2c82 14005Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 14006Date: Wed Jul 9 16:20:23 2008 -0500 14007 14008 ColdFire: Fix FB CS not setup properly for Mcf5282 14009 14010 Remove all CFG_CSn_RO in cpu/mcf52x2/cpu_init.c. If 14011 CFG_CSn_RO is defined as 0, the chipselect will not 14012 be assigned. 14013 14014 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 14015 14016commit bc3ccb139f0836f0a834cfd370a120a00ad7e63a 14017Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 14018Date: Wed Jul 9 15:47:27 2008 -0500 14019 14020 ColdFire: Fix incorrect define for mcf5227x and mcf5445x RTC 14021 14022 Rename CONFIG_MCFTMR to CONFIG_MCFRTC to include real time 14023 clock module in cpu/<cf arch>/cpu_init.c 14024 14025 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 14026 14027commit f94945b517f10e01927101679c62361e03d4e837 14028Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 14029Date: Wed Jul 9 15:25:01 2008 -0500 14030 14031 ColdFire: Fix incorrect board name in MAKEALL for M5253EVBE 14032 14033 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 14034 14035commit 0e0c4357d14a3563c6a2a1e6d5ad6a2cc4f35cab 14036Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 14037Date: Wed Jul 9 15:21:44 2008 -0500 14038 14039 Fix compile error caused by missing timer function 14040 14041 Add #define CONFIG_MCFTMR in EB+MCF-EV123.h configuration file 14042 14043 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 14044 14045commit c37ea031175b807c54e6bad9b270e9bede6c0078 14046Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 14047Date: Wed Jul 9 15:14:25 2008 -0500 14048 14049 Fix compile error caused by incorrect function return type 14050 14051 Rename int mii_init(void) to void mii_init(void) 14052 14053 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 14054 14055commit ab4860b255239dbaecccdd002c8d11f4ef54dd75 14056Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 14057Date: Wed Jun 18 19:27:23 2008 -0500 14058 14059 ColdFire: Fix power up issue for MCF5235 14060 14061 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 14062 14063commit dd08e97361fbc9e79fa5ef1a8acf29273b934b11 14064Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 14065Date: Wed Jun 18 19:19:07 2008 -0500 14066 14067 ColdFire: Fix compiling error for MCF5275 14068 14069 The compiling error was caused by missing a closed parentheses 14070 in speed.c 14071 14072 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 14073 14074commit 94603c2fd4dbe0655878416aa0da9f302d4c30d3 14075Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 14076Date: Wed Jun 18 19:14:01 2008 -0500 14077 14078 ColdFire: Fix timer issue for MCF5272 14079 14080 The timer was assigned to wrong timer memory mapped which 14081 caused udelay() and timer() not working properly. 14082 14083 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 14084 14085commit 3b1e8ac9b43f89cc9291a6a86e6b33ef55801515 14086Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 14087Date: Wed Jun 18 19:12:13 2008 -0500 14088 14089 ColdFire: Change invalid JMP to BRA caught by new v4e toolchain 14090 14091 Signed-off-by: Kurt Mahan <kmahan@freescale.com> 14092 14093commit 8371dc2066136be21e10b7b9293e469297d77298 14094Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 14095Date: Wed Jun 18 19:05:23 2008 -0500 14096 14097 ColdFire: Add -got=single param for new linux v4e toolchains 14098 14099 Signed-off-by: Kurt Mahan <kmahan@freescale.com> 14100 14101commit 56d52615cd47bc522ee13bb7ec7e59d6ce9426c7 14102Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 14103Date: Wed Jun 18 13:21:19 2008 -0500 14104 14105 ColdFire: Fix code flash configuration for M547x/M548x boards 14106 14107 Signed-off-by: Kurt Mahan <kmahan@freescale.com> 14108 14109commit 6e37091afc07fdcc15590093fd066b0cb7399f85 14110Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 14111Date: Tue Jun 24 12:12:16 2008 -0500 14112 14113 ColdFire: Fix warning messages by passing correct data type in board.c 14114 14115 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 14116 14117commit 81cc32322acb1b3225ee45606ced48e2a14824dc 14118Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 14119Date: Thu May 29 12:21:54 2008 -0500 14120 14121 ColdFire: Fix UART baudrate formula 14122 14123 The formula "counter = (u32) (gd->bus_clk / gd->baudrate) / 32" 14124 can generate the wrong divisor due to integer division truncation. 14125 Round the calculated divisor value by adding 1/2 the baudrate 14126 before dividing by the baudrate. 14127 14128 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 14129 Acked-by: Gerald Van Baren <vanbaren@cideas.com> 14130 14131commit b578fb471444cbd7db1285701ba51343baaf73fb 14132Author: Stefan Roese <sr@denx.de> 14133Date: Thu Jul 10 11:38:26 2008 +0200 14134 14135 ppc4xx: Fix include sequence in 4xx_pcie.c 14136 14137 This patch now moves common.h to the top of the inlcude list. This 14138 is needed for boards with CONFIG_PHYS_64BIT set (e.g. katmai), so that 14139 the phys_size_t/phys_addr_t are defined to the correct size in this 14140 driver. 14141 14142 Signed-off-by: Stefan Roese <sr@denx.de> 14143 14144commit 69e2c6d0d13d7c8cf1612ac090bdc4c59ba6858e 14145Author: Stefan Roese <sr@denx.de> 14146Date: Fri Jul 11 13:10:56 2008 +0200 14147 14148 ppc4xx: Fix compile warning in 44x_spd_ddr2.c 14149 14150 Signed-off-by: Stefan Roese <sr@denx.de> 14151 14152commit 6bd9138498c2e4f4f09190108b99157d1b2140b5 14153Author: Stefan Roese <sr@denx.de> 14154Date: Fri Jul 11 11:40:13 2008 +0200 14155 14156 ppc4xx: Fix small korat merge problem 14157 14158 Signed-off-by: Stefan Roese <sr@denx.de> 14159 14160commit 1d0554736a0a1dd59718acda660871ce56b69e18 14161Author: Stefan Roese <sr@denx.de> 14162Date: Fri Jul 11 11:34:52 2008 +0200 14163 14164 ppc4xx: Some Rewood cleanups (coding style, leading white spaces) 14165 14166 Signed-off-by: Stefan Roese <sr@denx.de> 14167 14168commit 3a82113ed5934d498f25080441a8261fc9454b15 14169Author: Stefan Roese <sr@denx.de> 14170Date: Thu Jul 10 16:37:09 2008 +0200 14171 14172 ppc4xx: Add 460SX UIC defines 14173 14174 Only the really needed ones are added (cascading and EMAC/MAL). 14175 14176 Signed-off-by: Stefan Roese <sr@denx.de> 14177 14178commit 26173fc6f60521c2a8072f652f863617fc11ba9a 14179Author: Stefan Roese <sr@denx.de> 14180Date: Mon Jun 30 14:11:07 2008 +0200 14181 14182 ppc4xx: Continue cleanup of ppc440.h 14183 14184 This patch continues the ppc440.h cleanup by removing some of the unused 14185 defines. 14186 14187 Signed-off-by: Stefan Roese <sr@denx.de> 14188 14189commit d9056b7913ed6a228d2f33671d916efedee541dd 14190Author: Stefan Roese <sr@denx.de> 14191Date: Mon Jun 30 14:05:05 2008 +0200 14192 14193 ppc4xx: Cleanup Katmai & Yucca PCIe register usage 14194 14195 This patch cleans up the 440SPe PCIe register usage. Now only defines 14196 from the include/asm-ppc/4xx_pcie.h are used. 14197 14198 Signed-off-by: Stefan Roese <sr@denx.de> 14199 14200commit 5de851403b01489b493fa83137ad990b8ce60d1c 14201Author: Stefan Roese <sr@denx.de> 14202Date: Thu Jun 26 17:36:39 2008 +0200 14203 14204 ppc4xx: Rework 440GX UIC handling 14205 14206 This patch reworks the 440GX interrupt handling so that the common 4xx 14207 code can be used. The 440GX is an exception to all other 4xx variants 14208 by having the cascading interrupt vectors not on UIC0 but on a special 14209 UIC named UICB0 (UIC Base 0). With this patch now, U-Boot references 14210 the 440GX UICB0 when UIC0 is selected. And the common 4xx interrupt 14211 handling is simpler without any 440GX special cases. 14212 14213 Also some additional cleanup to cpu/ppc4xx/interrupt.c is done. 14214 14215 Signed-off-by: Stefan Roese <sr@denx.de> 14216 14217commit d1631fe1a05b063ccaf62ea892a8887b829847d1 14218Author: Stefan Roese <sr@denx.de> 14219Date: Thu Jun 26 13:40:57 2008 +0200 14220 14221 ppc4xx: Consolidate PPC4xx UIC defines 14222 14223 This 2nd patch now removes all UIC mask bit definition. They should be 14224 generated from the vectors by using the UIC_MASK() macro from now on. 14225 This way only the vectors need to get defined for new PPC's. 14226 14227 Also only the really used interrupt vectors are now defined. This makes 14228 definitions for new PPC versions easier and less error prone. 14229 14230 Another part of this patch is that the 4xx emac driver got a little 14231 cleanup, since now the usage of the interrupts is clearer. 14232 14233 Signed-off-by: Stefan Roese <sr@denx.de> 14234 14235commit 4fb25a3db3b3839094aa9ab748efd7a95924690b 14236Author: Stefan Roese <sr@denx.de> 14237Date: Wed Jun 25 10:59:22 2008 +0200 14238 14239 ppc4xx: Consolidate PPC4xx UIC defines 14240 14241 This patch is the first step to consolidate the UIC related defines in the 14242 4xx headers. Move header from asm-ppc/ppc4xx-intvec.h to 14243 asm-ppc/ppc4xx-uic.h as it will hold all UIC related defines in the next 14244 steps. 14245 14246 Signed-off-by: Stefan Roese <sr@denx.de> 14247 14248commit 7ee2619c20ccecd57966d74d844e6329e141261c 14249Author: Stefan Roese <sr@denx.de> 14250Date: Tue Jun 24 17:18:50 2008 +0200 14251 14252 ppc4xx: Consolidate PPC4xx EBC defines 14253 14254 This patch removes all EBC related defines from the PPC4xx headers 14255 ppc405.h and ppc440.h and introduces a new header 14256 14257 include/asm-ppc/ppc4xx-ebc.h 14258 14259 with all those defines. 14260 14261 Signed-off-by: Stefan Roese <sr@denx.de> 14262 14263commit e321801bed5a6d896d298c00fd20046f039d5d66 14264Author: Stefan Roese <sr@denx.de> 14265Date: Thu Jul 10 13:52:44 2008 +0200 14266 14267 ppc4xx: Remove redundant ft_board_setup() functions from some 4xx boards 14268 14269 This patch removes some ft_board_setup() functions from some 4xx boards. 14270 This can be done since we now have a default weak implementation for this 14271 in cpu/ppc4xx/fdt.c. Only board in need for a different/custom 14272 implementation like canyonlands need their own version. 14273 14274 Signed-off-by: Stefan Roese <sr@denx.de> 14275 14276commit 08250eb2edbd96514d049602d9e134110ac3185f 14277Author: Stefan Roese <sr@denx.de> 14278Date: Thu Jul 10 15:32:32 2008 +0200 14279 14280 ppc4xx: Fix merge problems in 44x_spd_ddr2.c 14281 14282 Signed-off-by: Stefan Roese <sr@denx.de> 14283 14284commit 1740c1bf40e3c6d03ac16c29943fdd9fc1e87038 14285Author: Grant Erickson <gerickson@nuovations.com> 14286Date: Tue Jul 8 08:35:00 2008 -0700 14287 14288 ppc4xx: Add MII mode support to the EMAC RGMII Bridge 14289 14290 This patch adds support for placing the RGMII bridge on the 14291 PPC405EX(r) into MII/GMII mode and allows a board-specific 14292 configuration to specify the bridge mode at compile-time. 14293 14294 Signed-off-by: Grant Erickson <gerickson@nuovations.com> 14295 Signed-off-by: Stefan Roese <sr@denx.de> 14296 14297commit 2e2050842e731c823ce8d41fb0c15579eb70ced9 14298Author: Grant Erickson <gerickson@nuovations.com> 14299Date: Wed Jul 9 16:46:35 2008 -0700 14300 14301 ppc4xx: Add Mnemonics for AMCC/IBM DDR2 SDRAM Controller 14302 14303 This patch completes the preprocessor mneomics for the IBM DDR2 SDRAM 14304 controller registers (MODT and INITPLR) used by the 14305 PowerPC405EX(r). The MMODE and MEMODE registers are unified with their 14306 peer values used for the INITPLR MR and EMR registers, 14307 respectively. Finally, a spelling typo is correct (MANUEL to MANUAL). 14308 14309 With these mnemonics in place, the CFG_SDRAM0_* magic numbers for 14310 Kilauea are replaced by equivalent mnemonics to make it easier to 14311 compare and contrast other 405EX(r)-based boards (e.g. during board 14312 bring-up). 14313 14314 Finally, unified the SDRAM controller register dump routine such that 14315 it can be used across all processor variants that utilize the IBM DDR2 14316 SDRAM controller core. It produces output of the form: 14317 14318 PPC4xx IBM DDR2 Register Dump: 14319 ... 14320 SDRAM_MB0CF[40] = 0x00006701 14321 ... 14322 14323 which is '<mnemonic>[<DCR #>] = <value>'. The DCR number is included 14324 since it is not uncommon that the DCR values in header files get mixed 14325 up and it helps to validate, at a glance, they match what is printed 14326 in the user manual. 14327 14328 Tested on: 14329 AMCC Kilauea/Haleakala: 14330 - NFS Linux Boot: PASSED 14331 - NAND Linux Boot: PASSED 14332 14333 Signed-off-by: Grant Erickson <gerickson@nuovations.com> 14334 Signed-off-by: Stefan Roese <sr@denx.de> 14335 14336commit ad7382d828982e9c1bafc4313ef1b666f6145f58 14337Author: Grant Erickson <gerickson@nuovations.com> 14338Date: Wed Jul 9 16:31:59 2008 -0700 14339 14340 ppc4xx: Add AMCC/IBM DDR2 SDRAM ECC Field Mnemonics 14341 14342 Add additional DDR2 SDRAM memory controller DCR mneomnics, condition 14343 revision ID DCR based on 405EX, and add field mnemonics for bus error 14344 status and ECC error status registers. 14345 14346 Signed-off-by: Grant Erickson <gerickson@nuovations.com> 14347 Signed-off-by: Stefan Roese <sr@denx.de> 14348 14349commit 103201731bd8e85404d0f51a5b4e8abd14c0b6c6 14350Author: Grant Erickson <gerickson@nuovations.com> 14351Date: Wed Jul 9 16:31:36 2008 -0700 14352 14353 ppc4xx: Add SDR0_SRST Mnemonics for the 405EX(r) 14354 14355 This patch adds bit field mnemonics for the 405EX(r) SDR0_SRST soft reset register. 14356 14357 Signed-off-by: Grant Erickson <gerickson@nuovations.com> 14358 Signed-off-by: Stefan Roese <sr@denx.de> 14359 14360commit 5b457d00730d4aa0c6450d21a9104723e606fb98 14361Author: Grant Erickson <gerickson@nuovations.com> 14362Date: Wed Jul 9 11:55:46 2008 -0700 14363 14364 PPC4xx: Correct SDRAM_MCSTAT for PPC405EX(r) 14365 14366 While the PowerPC 405EX(r) shares in common the AMCC/IBM DDR2 SDRAM 14367 controller core also used in the 440SP, 440SPe, 460EX, and 460GT, in 14368 the 405EX(r), SDRAM_MCSTAT has a different DCR value. 14369 14370 Its present value on the 405EX(r) causes a read back of 0xFFFFFFFF 14371 which causes SDRAM initialization to periodically fail since it can 14372 prematurely indicate SDRAM ready status. 14373 14374 Signed-off-by: Grant Erickson <gerickson@nuovations.com> 14375 Signed-off-by: Stefan Roese <sr@denx.de> 14376 14377commit 0ce5c8675bb2c61f1d71fb97f0bbe822663fb93d 14378Author: Feng Kan <fkan@amcc.com> 14379Date: Tue Jul 8 22:48:42 2008 -0700 14380 14381 ppc4xx: Initial framework of the AMCC PPC460SX redwood reference board. 14382 14383 Add AMCC Redwood reference board that uses the latest 14384 PPC 464 CPU processor combined with a rich mix of peripheral 14385 controllers. The board will support PCIe, mutiple Gig ethernet 14386 ports, advanced hardware RAID assistance and IEEE 1588. 14387 14388 Signed-off-by: Feng Kan <fkan@amcc.com> 14389 Signed-off-by: Stefan Roese <sr@denx.de> 14390 14391commit 96e5fc0e6a1861d0fea4efa3cd376df95a5b1b89 14392Author: Feng Kan <fkan@amcc.com> 14393Date: Tue Jul 8 22:48:07 2008 -0700 14394 14395 ppc4xx: Add initial 460SX reference board (redwood) config file and defines. 14396 14397 Signed-off-by: Feng Kan <fkan@amcc.com> 14398 Signed-off-by: Stefan Roese <sr@denx.de> 14399 14400commit 7d30793685efcada183891c78fc892e6c9ba50c7 14401Author: Feng Kan <fkan@amcc.com> 14402Date: Tue Jul 8 22:47:31 2008 -0700 14403 14404 ppc4xx: Add initial 460SX defines for the cpu/ppc4xx directory. 14405 14406 Signed-off-by: Feng Kan <fkan@amcc.com> 14407 Signed-off-by: Stefan Roese <sr@denx.de> 14408 14409commit 9b55a2536919f4de1bb1044e6eb8262c2f53bc96 14410Author: Wolfgang Denk <wd@denx.de> 14411Date: Fri Jul 11 01:16:00 2008 +0200 14412 14413 Fix some more print() format errors. 14414 14415 Signed-off-by: Wolfgang Denk <wd@denx.de> 14416 14417commit fdd70d1921b87287d9a99d1be99bc35226c2b412 14418Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 14419Date: Thu Jul 10 20:57:54 2008 +0200 14420 14421 MAKEALL: remove duplicated at91 from ARM9 list and add LIST_at91 to arm 14422 14423 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 14424 14425commit c6457e3b8bc79a97381cf7deffa08f7c5a24f86c 14426Author: Sergey Lapin <slapin@ossfans.org> 14427Date: Thu Jun 5 11:06:29 2008 +0400 14428 14429 DataFlash AT45DB021 support 14430 14431 Some boards based on AT91SAM926X-EK use smaller DF chips to keep 14432 bootstrap, u-boot and its environment, using NAND or other external 14433 storage for kernel and rootfs. This patch adds support for 14434 small 1024x263 chip. 14435 14436 Signed-off-by: Sergey Lapin <slapin@ossfans.org> 14437 14438commit 4109df6f75fc00ab7da56d286ba50149a0d16a69 14439Author: Kim Phillips <kim.phillips@freescale.com> 14440Date: Thu Jul 10 14:00:15 2008 -0500 14441 14442 silence misc printf formatting compiler warnings 14443 14444 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 14445 14446commit 3d71c81a9bb03f866a1e98da96363ef3f46c76b3 14447Author: Markus Klotzbücher <mk@denx.de> 14448Date: Thu Jul 10 14:47:09 2008 +0200 14449 14450 USB: shutdown USB before booting 14451 14452 This patch fixes a potentially serious issue related to USB which was 14453 discouvered by Martin Krause <martin.krause@tqs.de> and fixed for 14454 ARM920T. Martin wrote: 14455 14456 Turn off USB to prevent the host controller from writing to the 14457 SDRAM while Linux is booting. This could happen, because the HCCA 14458 (Host Controller Communication Area) lies within the SDRAM and the 14459 host controller writes continously to this area (as busmaster!), for 14460 example to increase the HccaFrameNumber variable, which happens 14461 every 1 ms. 14462 14463 This is a slightly modified version of the patch in order to shutdown 14464 USB when booting on all architectures. 14465 14466 Signed-off-by: Markus Klotzbuecher <mk@denx.de> 14467 14468commit f31c49db2a5e076f415c0785eb37f67f2faa5fc8 14469Author: Martha Marx <mmarx@silicontkx.com> 14470Date: Thu May 29 14:23:25 2008 -0400 14471 14472 Configuration changes for ADS5121 Rev 3 14473 14474 ADS5121 Rev 3 board is now the default config 14475 14476 config targets are now 14477 14478 ads5121_config 14479 Rev 3 board with 14480 PCI 14481 M41T62 on board RTC 14482 512MB DRAM 14483 14484 ads5121_rev2_config 14485 Rev 2 board with 14486 No PCI 14487 256MB DRAM 14488 14489 Signed-off-by: Martha Marx <mmarx@silicontkx.com> 14490 Acked-by: Grant Likely <grant.likely@secretlab.ca> 14491 Acked-by: John Rigby <jrigby@freescale.com> 14492 14493commit 16bee7b0dc294ee01ca2434aa1dd3bd717a69615 14494Author: Martha Marx <mmarx@silicontkx.com> 14495Date: Thu May 29 15:37:21 2008 -0400 14496 14497 Consolidate ADS5121 IO Pin configuration 14498 14499 Consolidate ADS5121 IO Pin configuration to one file 14500 board/ads5121/iopin.c. 14501 14502 Remove pin config from cpu/mpc512x/fec.c 14503 14504 Signed-off-by: Martha Marx <mmarx@silicontkx.com> 14505 Acked-by: Grant Likely <grant.likely@secretlab.ca> 14506 Acked-by: John Rigby <jrigby@freescale.com> 14507 14508commit d4692b0ba83b7b454bbd92bad1f4befe6e1657b7 14509Author: Christian Eggers <christian@p2400.wgnetz.xx> 14510Date: Fri Jun 27 19:46:51 2008 +0200 14511 14512 Fix "usb part" command 14513 14514 Only print partition for selected device if user supplied the <dev> 14515 arg with the "usb part [dev]" command. 14516 14517 Signed-off-by: Christian Eggers <ceggers@gmx.de> 14518 Acked-by: Markus Klotzbuecher <mk@denx.de> 14519 14520commit cc83b27217f7380041fea386ddb6d6d9b261617d 14521Author: Harald Welte <laforge@gnumonks.org> 14522Date: Mon Jul 7 00:58:05 2008 +0800 14523 14524 fix USB devices with multiple configurations 14525 14526 This patch fixes bugs in usbdcore*.c related to the use of devices 14527 with multiple configurations. 14528 14529 The original code made mistakes about the meaning of configuration value and 14530 configuration index, and the resulting off-by-one errors resulted in: 14531 14532 * SET_CONFIGURATION always selected the first configuration, no matter what 14533 wValue is being passed. 14534 * GET_DESCRIPTOR/CONFIGURATION always returned the descriptor for the first 14535 configuration (index 0). 14536 14537 Signed-off-by: Harald Welte <laforge@openmoko.org> 14538 Acked-by: Markus Klotzbuecher <mk@denx.de> 14539 14540commit 06c53beae1a726e707971c555613f09b270a2461 14541Author: Wolfgang Denk <wd@denx.de> 14542Date: Thu Jul 10 13:16:09 2008 +0200 14543 14544 Fix some more print() format errors. 14545 14546 Signed-off-by: Wolfgang Denk <wd@denx.de> 14547 14548commit d4b5f3fa001228d76e2c3380cedadf804b802c2a 14549Author: Christian Eggers <christian@p2400.wgnetz.xx> 14550Date: Fri Jun 27 19:46:51 2008 +0200 14551 14552 Fix "usb part" command 14553 14554 Only print partition for selected device if user supplied the <dev> 14555 arg with the "usb part [dev]" command. 14556 14557 Signed-off-by: Christian Eggers <ceggers@gmx.de> 14558 Acked-by: Markus Klotzbuecher <mk@denx.de> 14559 14560commit e73b5212e0463a3db0af0a5c95c75bfb762ca973 14561Author: Harald Welte <laforge@gnumonks.org> 14562Date: Mon Jul 7 00:58:05 2008 +0800 14563 14564 fix USB devices with multiple configurations 14565 14566 This patch fixes bugs in usbdcore*.c related to the use of devices 14567 with multiple configurations. 14568 14569 The original code made mistakes about the meaning of configuration value and 14570 configuration index, and the resulting off-by-one errors resulted in: 14571 14572 * SET_CONFIGURATION always selected the first configuration, no matter what 14573 wValue is being passed. 14574 * GET_DESCRIPTOR/CONFIGURATION always returned the descriptor for the first 14575 configuration (index 0). 14576 14577 Signed-off-by: Harald Welte <laforge@openmoko.org> 14578 Acked-by: Markus Klotzbuecher <mk@denx.de> 14579 14580commit e870690bdca154943ecadd5212d2d59c1b9d391b 14581Author: Stefan Roese <sr@denx.de> 14582Date: Thu Jul 10 10:10:54 2008 +0200 14583 14584 MTD/NAND: Fix printf format warning in nand code 14585 14586 This patch fixes NAND related printf format warning. Those warnings are 14587 now visible since patch dc4b0b38d4aadf08826f6c31270f1eecd27964fd 14588 [Fix printf errors.] by Andrew Klossner has been applied. Thanks, this is 14589 really helpful. 14590 14591 Signed-off-by: Stefan Roese <sr@denx.de> 14592 14593commit 10943c9afa25694bd9999461f4e9e50ce22fff2b 14594Author: Stefan Roese <sr@denx.de> 14595Date: Thu Jul 10 10:00:45 2008 +0200 14596 14597 rtc: Fix printf format warning in m41t60.c 14598 14599 Signed-off-by: Stefan Roese <sr@denx.de> 14600 14601commit dc1da42f814cd71e6756c2cf62af1ada1d0581fb 14602Author: Stefan Roese <sr@denx.de> 14603Date: Tue Jul 8 12:01:47 2008 +0200 14604 14605 pci: Move PCI device configuration check into a separate weak function 14606 14607 This patch moves the check, if a device should be skipped in PCI PNP 14608 configuration into the function pci_skip_dev(). This function is defined 14609 as weak so that it can be overwritten by a platform specific one if 14610 needed. The check if the device should get printed in the PCI summary upon 14611 bootup (when CONFIG_PCI_SCAN_SHOW is defined) is moved to the function 14612 pci_print_dev() which is also defined as weak too. 14613 14614 Signed-off-by: Stefan Roese <sr@denx.de> 14615 14616commit b002144e1dc21374b1ef5281fe6b5d014af96650 14617Author: Stefan Roese <sr@denx.de> 14618Date: Thu Jul 10 09:58:06 2008 +0200 14619 14620 ppc4xx: Fix printf format warnings now visible with the updated format check 14621 14622 This patch fixes ppc4xx related printf format warning. Those warnings are 14623 now visible since patch dc4b0b38d4aadf08826f6c31270f1eecd27964fd 14624 [Fix printf errors.] by Andrew Klossner has been applied. Thanks, this is 14625 really helpful. 14626 14627 Signed-off-by: Stefan Roese <sr@denx.de> 14628 14629commit 5d812b8b4ad9667c77a5bf92b4ba81699abc9fc3 14630Author: Stefan Roese <sr@denx.de> 14631Date: Wed Jul 9 17:33:57 2008 +0200 14632 14633 ppc4xx: Enable support for > 2GB SDRAM on AMCC Katmai 14634 14635 Newer PPC's like 440SPe, 460EX/GT can be equipped with more than 2GB of SDRAM. 14636 To support such configurations, we "only" map the first 2GB via the TLB's. We 14637 need some free virtual address space for the remaining peripherals like, SoC 14638 devices, FLASH etc. 14639 14640 Note that ECC is currently not supported on configurations with more than 2GB 14641 SDRAM. This is because we only map the first 2GB on such systems, and therefore 14642 the ECC parity byte of the remaining area can't be written. 14643 14644 Signed-off-by: Stefan Roese <sr@denx.de> 14645 14646commit cf1c2ed91df26903b956948f37f82de9e1158a89 14647Author: Larry Johnson <lrj@acm.org> 14648Date: Sat Jun 14 17:02:49 2008 -0400 14649 14650 ppc4xx: Remove implementation of testdram() from Korat board support 14651 14652 Signed-off-by: Larry Johnson <lrj@acm.org> 14653 Signed-off-by: Stefan Roese <sr@denx.de> 14654 14655commit 47ce4a28ccfcfb803aa68d3d4505a8de056a8a5e 14656Author: Larry Johnson <lrj@acm.org> 14657Date: Sat Jun 14 16:53:02 2008 -0400 14658 14659 ppc4xx: Update and add FDT to Korat board support 14660 14661 Signed-off-by: Larry Johnson <lrj@acm.org> 14662 Signed-off-by: Stefan Roese <sr@denx.de> 14663 14664commit 4188f0491886b3b486164e819c0a83fdb97efd7d 14665Author: Wolfgang Denk <wd@denx.de> 14666Date: Thu Jul 10 01:13:30 2008 +0200 14667 14668 Minor coding style cleanup; update CHANGELOG 14669 14670 Signed-off-by: Wolfgang Denk <wd@denx.de> 14671 14672commit 8915f1189c1d29d8be7f4de325702d90a8988219 14673Author: Paul Gortmaker <paul.gortmaker@windriver.com> 14674Date: Wed Jul 9 17:50:45 2008 -0400 14675 14676 e1000: add support for 82545GM 64bit PCI-X copper variant 14677 14678 This PCI-X e1000 variant works by just adding in the correct 14679 PCI IDs in the appropriate places. 14680 14681 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> 14682 14683commit 21ae6ca0315afdbc65dc3e95ffd5763e6773d030 14684Author: Daniel Hellstrom <daniel@gaisler.com> 14685Date: Wed Jul 9 12:34:11 2008 +0000 14686 14687 SPARC: Build error fix 14688 14689 (introduced by commit 391fd93ab23e15ab3dd58a54f5b609024009c378) 14690 14691 This patch makes SPARC targets build again. It is caused by 14692 phys_addr_t and phys_size_t being defined in the wrong header 14693 file. include/lmb.h need those typedefs to build. 14694 14695 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com> 14696 14697commit 11ccc33fa21acce108f6b4a6936e3271af904c64 14698Author: Marcel Ziswiler <marcel@ziswiler.com> 14699Date: Wed Jul 9 08:17:15 2008 +0200 14700 14701 Many spelling fixes in README. 14702 14703 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com> 14704 14705commit dbab0691d2533560f7e91b92ae844046a9ad1df3 14706Author: Marcel Ziswiler <marcel@ziswiler.com> 14707Date: Wed Jul 9 08:17:06 2008 +0200 14708 14709 Minor spelling fix in comment. 14710 14711 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com> 14712 14713commit 89134ea1f67208fd3160bdbb0b9eaab4eab98484 14714Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com> 14715Date: Tue Jul 8 14:54:58 2008 -0400 14716 14717 Round the serial port clock divisor value returned by calc_divisor() 14718 14719 Round the serial port clock divisor value returned by 14720 calc_divisor(). 14721 14722 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com> 14723 Signed-off-by: John Roberts <john.roberts@pwav.com> 14724 14725commit 9d2e3947b2944e5bb85b4335533f8c93c58445fe 14726Author: Scott Wood <scottwood@freescale.com> 14727Date: Wed Jul 9 17:47:52 2008 -0500 14728 14729 NAND: ifdef-protect most of nand.h when using legacy NAND. 14730 14731 Some macros such as NAND_CTL_SETALE conflict between current and legacy 14732 NAND, being defined by the subsystem in the former case and the board 14733 config file in the latter. 14734 14735 Signed-off-by: Scott Wood <scottwood@freescale.com> 14736 14737commit 2b1fa9d383cbbb7d347c1583bd6ca4e181ba8e9e 14738Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com> 14739Date: Tue Jul 8 11:02:05 2008 -0400 14740 14741 ARM: Fix for wrong patch version applied for Lyrtech SFF-SDR board (ARM926EJS) 14742 14743 ARM: Fix for incorrect version of patch applied when 14744 adding support for the Lyrtech SFF-SDR board. 14745 14746 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com> 14747 Signed-off-by: Philip Balister, OpenSDR <philip@opensdr.com> 14748 14749commit 47042b363ee5022b8180c65d3f4558e7972c79cd 14750Author: Kyungmin Park <kmpark@infradead.org> 14751Date: Tue Jul 8 09:08:40 2008 +0900 14752 14753 Remove useless print message at apollon 14754 14755 Remove useless print message at apollon 14756 14757 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> 14758 14759commit 98874ff329d4a5b32c467b43f6e966e1aa68479f 14760Author: Andy Fleming <afleming@freescale.com> 14761Date: Mon Jul 7 14:24:39 2008 -0500 14762 14763 Fix LMB type issues 14764 14765 The LMB code now uses phys_addr_t and phys_size_t. Also, there were a couple 14766 of casting problems in the bootm code that called the LMB functions. 14767 14768 Signed-off-by: Andy Fleming <afleming@freescale.com> 14769 14770commit da8693a91b8eef75ade8de50a1b2ce035bc5fb54 14771Author: Kumar Gala <galak@kernel.crashing.org> 14772Date: Mon Jul 7 09:39:06 2008 -0500 14773 14774 Fix compiler warnings 14775 14776 gcc-4.3.x generates the following: 14777 14778 bootm.c: In function 'do_bootm_linux': 14779 bootm.c:208: warning: cast from pointer to integer of different size 14780 bootm.c:215: warning: cast from pointer to integer of different size 14781 14782 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 14783 14784commit 5bb12dbd7ae03189b6c13d8737b5a1b37c3df698 14785Author: Harald Welte <laforge@gnumonks.org> 14786Date: Mon Jul 7 15:40:39 2008 +0800 14787 14788 Remove code duplication for setting the default environment 14789 14790 common/env_common.c (default_env): new function that resets the environment to 14791 the default value 14792 common/env_common.c (env_relocate): use default_env instead of own copy 14793 common/env_nand.c (env_relocate_spec): use default_env instead of own copy 14794 include/environment.h: added default_env prototype 14795 14796 Signed-off-by: Werner Almesberger <werner@openmoko.org> 14797 Signed-off-by: Harald Welte <laforge@openmoko.org> 14798 14799commit 99c2b434d37863df5dda5207a53760c6506fc2be 14800Author: Marcel Ziswiler <marcel@ziswiler.com> 14801Date: Sun Jun 22 16:13:46 2008 +0200 14802 14803 NAND: Fix warning due to missing env_ptr casts to u_char * in env_nand.c. 14804 14805 The writeenv() and readenv() calls introduced by the recently added bad block 14806 management for environment variables were missing casts therefore producing 14807 compile time warnings. 14808 While at it fixing some typo in a comment and indentation. 14809 14810 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com> 14811 Signed-off-by: Scott Wood <scottwood@freescale.com> 14812 14813commit 3167c5386ea1c98b638be5d8763ef6d5938ef1bd 14814Author: Scott Wood <scottwood@freescale.com> 14815Date: Fri Jun 20 12:38:57 2008 -0500 14816 14817 NAND: Rename DEBUG to MTDDEBUG to avoid namespace pollution. 14818 14819 This is particularly problematic now that non-NAND-specific code is 14820 including <nand.h>, and thus all debugging code is being compiled 14821 regardless of whether it was requested, as reported by Scott McNutt 14822 <smcnutt@psyent.com>. 14823 14824 Signed-off-by: Scott Wood <scottwood@freescale.com> 14825 14826commit c3bf1ad7baa1b0dd989dedc260b7098b6089ae05 14827Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 14828Date: Thu Jun 12 19:27:58 2008 +0200 14829 14830 mmc: Move atmel_mci driver into drivers/mmc 14831 14832 This makes it easier to use the driver on other platforms. 14833 14834 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 14835 Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 14836 14837commit d2d54ea449639f3d1a6007e333ab9fcc609a18f0 14838Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 14839Date: Thu Jun 12 19:27:57 2008 +0200 14840 14841 avr32: Use CONFIG_ATMEL_MCI to select the atmel_mci driver 14842 14843 After we move the atmel_mci driver into drivers/mmc, we can't select 14844 it with CONFIG_MMC anymore. Introduce a new symbol specifically for 14845 this driver so that there's no ambiguity. 14846 14847 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 14848 Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 14849 14850commit 5ce13051a48c62bda9723df3b4778c492fb47f36 14851Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 14852Date: Thu Jun 12 19:27:56 2008 +0200 14853 14854 Create drivers/mmc subdirectory 14855 14856 In order to consolidate more of the various MMC drivers around the 14857 tree, we must first have a common place to put them. 14858 14859 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 14860 Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 14861 14862commit b502611b51f02718c2d1117d4981dabceb5af6de 14863Author: Joakim Tjernlund <joakim.tjernlund@transmode.se> 14864Date: Sun Jul 6 12:30:09 2008 +0200 14865 14866 Change env_get_char from a global function ptr to a function 14867 14868 This avoids an early global data reference. 14869 14870 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se> 14871 14872commit 27269417ade432189b234d9fbac98b54e37b978c 14873Author: Matvejchikov Ilya <matvejchikov@gmail.com> 14874Date: Sun Jul 6 13:57:58 2008 +0400 14875 14876 Some copy-n-paste fixes in printf usage 14877 14878 Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com> 14879 14880commit 0e6989b9faf1588e8723535539e88a0df3c71356 14881Author: Matvejchikov Ilya <matvejchikov@gmail.com> 14882Date: Sun Jul 6 13:57:00 2008 +0400 14883 14884 FDT memory and pci node fixes for MPC8260ADS 14885 14886 Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com> 14887 14888commit dc4b0b38d4aadf08826f6c31270f1eecd27964fd 14889Author: Andrew Klossner <andrew@cesa.opbu.xerox.com> 14890Date: Mon Jul 7 06:41:14 2008 -0700 14891 14892 Fix printf errors. 14893 14894 The compiler will help find mismatches between printf formats and 14895 arguments if you let it. This patch adds the necessary attributes to 14896 declarations in include/common.h, then begins to correct the resulting 14897 compiler warnings. Some of these were bugs, e.g., "$d" instead of 14898 "%d" and incorrect arguments. Others were just annoying, like 14899 int-long mismatches on a system where both are 32 bits. It's worth 14900 fixing the annoying errors to catch the real ones. 14901 14902 Signed-off-by: Andrew Klossner <andrew@cesa.opbu.xerox.com> 14903 14904commit 417faf285b2527acb2de24c5cd3e2621d385408c 14905Author: Becky Bruce <becky.bruce@freescale.com> 14906Date: Wed Jul 9 11:09:41 2008 -0500 14907 14908 Allow print_size to print in GB 14909 14910 Signed-off-by: Becky Bruce <becky.bruce@freescale.com> 14911 14912commit e7c374529c87525c9aa463e0557c287887ae4e9e 14913Author: Jason McMullan <mcmullan@netapp.com> 14914Date: Sun Jun 8 23:56:00 2008 -0400 14915 14916 mips: When booting Linux images, add 'ethaddr' and 'eth1addr' to the environment 14917 14918 Add 'ethaddr' and 'eth1addr' to the Linux kernel environment if 14919 they are set in the U-Boot environment. 14920 14921 Signed-off-by: Jason McMullan <mcmullan@netapp.com> 14922 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 14923 14924commit 0192d7d56e9320819dea262f49789ae18fdd2c72 14925Author: Stefan Roese <sr@denx.de> 14926Date: Tue Jul 8 12:57:14 2008 +0200 14927 14928 jedec_flash: Fix AM29DL800BB device ID 14929 14930 As pointed out by Jerry Hicks, this patch corrects the device ID of 14931 the Spansion AM29DL800BB NOR device. Verified against latest Spansion 14932 datasheet (rev C4 from Dezember 2006). 14933 14934 Signed-off-by: Stefan Roese <sr@denx.de> 14935 14936commit 689c1b30caacba3fbca0b1813facb3ab70b6cd63 14937Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 14938Date: Mon Jul 7 11:22:37 2008 +0900 14939 14940 sh: Fix compile error sh7763rdp board 14941 14942 Disable SH ether driver. 14943 14944 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 14945 14946commit 9e23fe0560b84e324dc5f0ff8813dab2aa34f074 14947Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 14948Date: Tue Jul 8 12:03:24 2008 +0900 14949 14950 sh: Fix SH-boards compile error 14951 14952 By Cleanup out-or-tree building for some boards (.depend) 14953 (commit:c8a3b109f07f02342d097b30908965f7261d9f15) 14954 because filse ware changed, some SH-boards have compile error. 14955 I revised this problem. 14956 14957 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 14958 14959commit 3473ab737282b08ad61841fcbb14c4d264a93a8e 14960Author: Jason Jin <Jason.jin@freescale.com> 14961Date: Tue May 13 11:50:36 2008 +0800 14962 14963 Feed the watchdog in u-boot for 8610 board. 14964 14965 The watchdog on 8610 board is enabled by setting sw[6] 14966 to on. Once enabled, the watchdog can not be disabled 14967 by software. So feed the dog in u-boot is necessary for 14968 normal operation. 14969 14970 Signed-off-by: Jason Jin <Jason.jin@freescale.com> 14971 14972commit 63676841ca2d603b13765f3f7b72ff1a61c23f90 14973Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com> 14974Date: Wed Jun 18 12:10:33 2008 -0400 14975 14976 Remove duplicate code in cpu/arm926ejs/davinci/lxt972.c. 14977 14978 Remove duplicate code in cpu/arm926ejs/davinci/lxt972.c. 14979 14980 Remove duplicate code in a if/else block in 14981 cpu/arm926ejs/davinci/lxt972.c. 14982 Fixed style issues. 14983 14984 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com> 14985 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 14986 14987commit fec61431a003f5778bafa2624073a571af8bec9f 14988Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com> 14989Date: Wed Jun 18 12:10:31 2008 -0400 14990 14991 Remove duplicate definitions in include/lxt971a.h. 14992 14993 Remove duplicate definitions in include/lxt971a.h. 14994 14995 Remove duplicate registers and bits definitions in 14996 include/lxt971a.h for standard MII registers, and 14997 use values in include/miiphy.h instead. 14998 14999 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com> 15000 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
15001 15002commit 9751ee0990f467941da0b095a4e995f863672d7a 15003Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 15004Date: Wed Jun 11 21:05:00 2008 +0900 15005 15006 net: sh: Renesas SH7763 Ethernet device support 15007 15008 Renesas SH7763 has 2 channel Ethernet device. 15009 This is 10/100/1000 Base support. 15010 But this patch check 10/100 Base only. 15011 15012 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 15013 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 15014 15015commit 873d97aabc0b1c8822ed1d87e8c5c8ae0a7e4ae9 15016Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 15017Date: Tue Jun 17 16:28:05 2008 +0900 15018 15019 sh: Update Renesas R2DPlus board 15020 15021 New NOR Flash board support and remove old type flash board config. 15022 And Remove network setting from config file. 15023 15024 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 15025 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 15026 15027commit ec39d479d2003f15e86e23ebc4e02a1c9a3a181c 15028Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 15029Date: Tue Jun 17 16:28:01 2008 +0900 15030 15031 sh: Update Renesas R7780MP board 15032 15033 New NOR Flash board support and remove network setting from config file. 15034 15035 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 15036 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 15037 15038commit c001cd604e9f133743effbddb1c215b48e761c5a 15039Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 15040Date: Tue Jun 17 16:27:56 2008 +0900 15041 15042 sh: Update Renesas Migo-R board 15043 15044 Remove network setting from config file. 15045 15046 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 15047 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 15048 15049commit f9599eca7cb5ebe40e5305c8006dced6ecc5cd9e 15050Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 15051Date: Tue Jun 17 16:27:52 2008 +0900 15052 15053 sh: Update Hitachi MS7722SE board 15054 15055 Remove network setting from config file. 15056 15057 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 15058 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 15059 15060commit 26209e48e8791670c93108029a5c31a30016c6df 15061Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 15062Date: Tue Jun 17 16:27:48 2008 +0900 15063 15064 sh: Cleanup source code of SH7763RDP 15065 15066 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 15067 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 15068 15069commit 5cd5b2c96ef0025762931349d350287aec03ab47 15070Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 15071Date: Tue Jun 17 16:27:44 2008 +0900 15072 15073 sh: Cleanup source code of R2DPlus 15074 15075 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 15076 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 15077 15078commit 4ec7e915cfaa31b392755dd2c8231e64736d2ea8 15079Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 15080Date: Tue Jun 17 16:27:41 2008 +0900 15081 15082 sh: Cleanup source code of R7780MP 15083 15084 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 15085 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 15086 15087commit 0955ef34c0454ae2ee59a78657a0f01fb3ef16d6 15088Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 15089Date: Tue Jun 17 16:27:38 2008 +0900 15090 15091 sh: Cleanup source code of MS7722SE 15092 15093 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 15094 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 15095 15096commit 1d7b31d97b34ccb6f9b20a2465864998b0bf2691 15097Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 15098Date: Tue Jun 17 16:27:34 2008 +0900 15099 15100 sh: Cleanup source code of MS7720SE 15101 15102 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 15103 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 15104 15105commit 3ab4827cbe409488ebea1a2ee5094783f2672214 15106Author: Wolfgang Denk <wd@denx.de> 15107Date: Mon Jul 7 00:45:03 2008 +0200 15108 15109 SH: fix out of tree building 15110 15111 Signed-off-by: Wolfgang Denk <wd@denx.de> 15112 15113commit 9047bfa1e737d787be460387dd6f45737eeceb10 15114Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 15115Date: Thu Jul 3 23:16:06 2008 +0900 15116 15117 net: smc911x: Fix typo 15118 15119 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 15120 15121commit 5ed546fdd0ca46a165661c2009fa743d9c9fceca 15122Author: Andre Schwarz <andre.schwarz@matrix-vision.de> 15123Date: Wed Jul 2 18:54:08 2008 +0200 15124 15125 update mvBL-M7 board config 15126 15127 update mvBL-M7 config file to use UBOOT_VERSION and define 15128 CONFIG_HIGH_BATS. 15129 15130 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de> 15131 15132commit 5cacc5d0ec52678a5eb83ecda5c3bcb22eb47f30 15133Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 15134Date: Mon Jun 30 17:45:01 2008 +0900 15135 15136 net: fix compile problem in smc911x driver. 15137 15138 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 15139 Acked-by: Ben Warren <biggerbadderben@gmail.com> 15140 15141commit 9fea65a6c469b1b474b27446feb58738baba2d31 15142Author: Michal Simek <monstr@monstr.eu> 15143Date: Tue Jun 24 09:54:09 2008 +0200 15144 15145 ppc4xx: Rename CONFIG_XILINX_ML300 to CONFIG_XILINX_405 15146 15147 This change helps with better handling with others 15148 Xilinx based platform. 15149 15150 Signed-off-by: Michal Simek <monstr@monstr.eu> 15151 Acked-by: Stefan Roese <sr@denx.de> 15152 15153commit cbb6289569ae4fc6e2d676528e46ffcc72d743d0 15154Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 15155Date: Tue Jun 17 13:07:11 2008 +0900 15156 15157 net: ne2000: Move dev_addr variable from grobal to local. 15158 15159 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 15160 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 15161 15162commit dd7e5fa5f847188f78f62f2c52de6cb3def3ecdb 15163Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 15164Date: Tue Jun 17 13:07:15 2008 +0900 15165 15166 net: ne2000: Fix compile error of NE2000 15167 15168 If enable DEBUG, can not compile ne2000 driver. 15169 15170 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 15171 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 15172 15173commit dd35479a50f6c7c31ea491c07c5200c6dfd06a24 15174Author: Ben Warren <biggerbadderben@gmail.com> 15175Date: Mon Jun 23 22:57:27 2008 -0700 15176 15177 Add mechanisms for CPU and board-specific Ethernet initialization 15178 15179 This patch is the first step in cleaning up net/eth.c, by moving Ethernet 15180 initialization to CPU or board-specific code. Initial implementation is 15181 only on the Freescale TSEC controller, but others will be added soon. 15182 15183 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 15184 15185commit 7754f2be5d1835d263aad21b5a629526f3e680b0 15186Author: Wolfgang Denk <wd@denx.de> 15187Date: Sun Jul 6 01:21:46 2008 +0200 15188 15189 include/sha256.h: fix file permissions. 15190 15191 Signed-off-by: Wolfgang Denk <wd@denx.de> 15192 15193commit d3bcdf838e2991d58571308fa6e04ca335bc06e8 15194Author: Patrice Vilchez <patrice.vilchez@atmel.com> 15195Date: Tue May 27 11:15:29 2008 +0200 15196 15197 [AT91SAM9] Fix NAND FLASH timings 15198 15199 Fix NAND FLASH timings for at91sam9x evaluation kits. 15200 15201 New timings are based on application note 15202 "NAND Flash Support on AT91SAM9 Microcontrollers" available at 15203 http://atmel.com/dyn/resources/prod_documents/doc6255.pdf 15204 15205 Signed-off-by: Patrice Vilchez <patice.vilchez@atmel.com> 15206 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 15207 Acked-by: Stelian Pop <stelian@popies.net> 15208 15209commit 19bd688484322fe62d1a66c8299da6ff9e967ff9 15210Author: Stelian Pop <stelian@popies.net> 15211Date: Thu May 22 00:15:40 2008 +0200 15212 15213 Fix boot from NOR due to incorrect reset delay. 15214 15215 AT91 RSTC registers are battery-backuped, so their values 15216 are not reset across power cycles. One of those registers, 15217 the AT91_RSTC_MR register, is being modified by U-Boot, in 15218 the ethernet initialisation routine, to generate a 500ms 15219 user reset. 15220 15221 Unfortunately, this value is not being restored afterwards, 15222 causing subsequent resets to also last for 500ms. 15223 15224 This long reset sequence causes problems (at least) in the 15225 boot sequence from NOR: by the time the CPU tries to load 15226 a program from the NOR flash, the latter is still in reset 15227 and not yet available. 15228 15229 Additionaly, this patch fixes a bug in the original code which 15230 caused the reset delay to last for 2s instead of 500ms. 15231 15232 Signed-off-by: Stelian Pop <stelian@popies.net> 15233 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 15234 15235commit f492dd636fbbae529e17533995bc6e5813c007f6 15236Author: Wolfgang Denk <wd@denx.de> 15237Date: Fri Jul 4 20:11:49 2008 +0200 15238 15239 Update CHANGELOG 15240 15241 Signed-off-by: Wolfgang Denk <wd@denx.de> 15242 15243commit 5e6e350fc489aa19402f1e79037dd8c0a4bbd73d 15244Author: Wolfgang Denk <wd@denx.de> 15245Date: Fri Jul 4 20:07:35 2008 +0200 15246 15247 CCM/SCM boards: fix out of tree building 15248 15249 Signed-off-by: Wolfgang Denk <wd@denx.de> 15250 15251commit ab4c3a490df9a964711556d2a05b0c787db45fde 15252Author: Wolfgang Denk <wd@denx.de> 15253Date: Thu Jul 3 23:22:27 2008 +0200 15254 15255 SCM board: fix build errors. 15256 15257 Signed-off-by: Wolfgang Denk <wd@denx.de> 15258 15259commit a566466f17ba0e2d2b6c250e77da678fb932470d 15260Author: Wolfgang Denk <wd@denx.de> 15261Date: Thu Jul 3 23:06:36 2008 +0200 15262 15263 IAD210 board: fix ``"ALIGN" redefined'' warning. 15264 15265 Signed-off-by: Wolfgang Denk <wd@denx.de> 15266 15267commit ad756314797c16fa5dca23e115aab881011f164f 15268Author: Wolfgang Denk <wd@denx.de> 15269Date: Thu Jul 3 23:00:24 2008 +0200 15270 15271 CCM board: fix build errors. 15272 15273 Signed-off-by: Wolfgang Denk <wd@denx.de> 15274 15275commit f16ed51702cb9fb6fa2e019bbc0fcd1466b57c3b 15276Author: Andre Schwarz <andre.schwarz@matrix-vision.de> 15277Date: Wed Jul 2 18:54:08 2008 +0200 15278 15279 update mvBL-M7 board config 15280 15281 update mvBL-M7 config file to use UBOOT_VERSION. 15282 15283 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de> 15284 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 15285 15286commit ced209c50e80c25f13c083099b05044048d21f4f 15287Author: Wolfgang Denk <wd@denx.de> 15288Date: Thu Jul 3 22:39:21 2008 +0200 15289 15290 sacsng board: fix warnings "suggest explicit braces to avoid ambiguous 'else'" 15291 15292 Signed-off-by: Wolfgang Denk <wd@denx.de> 15293 15294commit 4ff170a8180a79da4cdaab1b30d58cd7b6be565e 15295Author: Wolfgang Denk <wd@denx.de> 15296Date: Thu Jul 3 22:34:08 2008 +0200 15297 15298 Cleanup: fix "expected specifier-qualifier-list before 'phys_size_t'" errors 15299 15300 Signed-off-by: Wolfgang Denk <wd@denx.de> 15301 15302commit 730f298485984b011b6ee8f4acb511cb45a843dd 15303Author: Wolfgang Denk <wd@denx.de> 15304Date: Thu Jul 3 22:04:17 2008 +0200 15305 15306 lmb: fix "implicit declaration of function 'lmb_free'" warning 15307 15308 Signed-off-by: Wolfgang Denk <wd@denx.de> 15309 15310commit 322ef5e28d2dc62571afc699b00add22a8e006e4 15311Author: Wolfgang Denk <wd@denx.de> 15312Date: Wed Jul 2 23:53:23 2008 +0200 15313 15314 Cleanup: remove redundant deleting on *~ files 15315 15316 Signed-off-by: Wolfgang Denk <wd@denx.de> 15317 15318commit c8a3b109f07f02342d097b30908965f7261d9f15 15319Author: Wolfgang Denk <wd@denx.de> 15320Date: Wed Jul 2 23:49:18 2008 +0200 15321 15322 Cleanup out-or-tree building for some boards (.depend) 15323 15324 Signed-off-by: Wolfgang Denk <wd@denx.de> 15325 15326commit a30cc5a340e7f8f5f85a0e08e7f6c4106ce117c4 15327Author: Wolfgang Denk <wd@denx.de> 15328Date: Wed Jul 2 23:38:50 2008 +0200 15329 15330 Cleanup: fix out-of-tree building for some boards 15331 15332 Signed-off-by: Wolfgang Denk <wd@denx.de> 15333 15334commit 461fa68d20861811487944d22291db5a13410e20 15335Author: Wolfgang Denk <wd@denx.de> 15336Date: Wed Jul 2 23:00:14 2008 +0200 15337 15338 Cleanup: replace hard-wired $(AR) 'crv' settings by $(ARFLAGS) 15339 15340 Signed-off-by: Wolfgang Denk <wd@denx.de> 15341 15342commit 5981ebd32017e062b08aa6747cf591276f2db779 15343Author: Detlev Zundel <dzu@denx.de> 15344Date: Fri Jun 20 22:26:24 2008 +0200 15345 15346 fdt: Fix typo in variable name. 15347 15348 Signed-off-by: Detlev Zundel <dzu@denx.de> 15349 15350commit a7a5982cd0f3482f88225af4da7795bc4f6cb9bc 15351Author: Gary Jennejohn <garyj@denx.de> 15352Date: Thu Jun 19 11:11:19 2008 +0200 15353 15354 Add logos for RRvision board 15355 15356 Signed-off-by: Gary Jennejohn <garyj@denx.de> 15357 15358commit ee4ae38342142237ca85913f88ee570c1eb5ca7c 15359Author: Esben Haabendal <EsbenHaabendal@gmail.com> 15360Date: Wed Jun 18 11:03:57 2008 +0200 15361 15362 mpc8260: add fdt_fixup_ethernet support 15363 15364 Add support for updating mac-address and local-mac-address in fdt for 15365 all MPC8260 targets. 15366 15367 Signed-off-by: Esben Haabendal <eha@doredevelopment.dk> 15368 15369commit f6a69559d64498a04e1e0b087a9b920e5775f866 15370Author: Steven A. Falco <sfalco@harris.com> 15371Date: Thu Jun 12 13:24:42 2008 -0400 15372 15373 cmd_nvedit.c: clean up syntax highlighting 15374 15375 My text-editor (vim) has a bit of trouble syntax-highlighting the 15376 cmd_nvedit.c file, because it apparently does not parse C 15377 ifdef/else/endif. The following patch does not change the behavior of 15378 the code at all, but does allow the editor to properly 15379 syntax-highlight the file. 15380 15381 Signed-off-by: Steve Falco <sfalco@harris.com> 15382 15383commit 75678c807a6272ecc5541eb32898c93887f08400 15384Author: Steven A. Falco <sfalco@harris.com> 15385Date: Thu Jun 12 13:22:12 2008 -0400 15386 15387 Make setenv() return status 15388 15389 Currently, the setenv function does not return an error code. 15390 This patch allows to test for errors. 15391 15392 Signed-off-by: Steve Falco <sfalco@harris.com> 15393 15394commit 4928e97c8531283ca9b368b7c29a8a12e726562a 15395Author: Kumar Gala <galak@kernel.crashing.org> 15396Date: Wed Jun 11 10:14:06 2008 -0500 15397 15398 PPC: Added fls, fls64, __ilog2_u64, and ffs64 to bitops 15399 15400 fls64, __ilog2_u64, ffs64 are variants that work on an u64, 15401 and fls is used to implement them. 15402 15403 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 15404 15405commit 83002a77cbdf383015ca384eff5fa31722d8e571 15406Author: Magnus Lilja <lilja.magnus@gmail.com> 15407Date: Mon Jun 9 22:58:48 2008 +0200 15408 15409 i.MX31: Cleanup comments in lowlevel_init.S. 15410 15411 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com> 15412 15413commit f8cc312bbee69257d741dc9f4062f4a0f5adf609 15414Author: Ben Warren <biggerbadderben@gmail.com> 15415Date: Sun Jun 8 23:28:33 2008 -0700 15416 15417 Move conditional compilation of MPC8XXX SPI driver to Makefile 15418 15419 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 15420 15421commit d92ea21bafb674ee2bf27447970b047845e7b0a2 15422Author: Juergen Kilb <J.Kilb@gmx.de> 15423Date: Sun Jun 8 17:59:53 2008 +0200 15424 15425 i.MX31: fixed CTRL-C detection 15426 15427 The Register URXD contains status information in bits [15..8]. 15428 With status bit 15 set, CTRL-C was reported as 0x8003 instead 15429 of 0x03. Therefore CTRL-C was not detected. 15430 To solve this, bits [15..8] were masked out now. 15431 15432 Signed-off-by: Juergen Kilb <J.Kilb@gmx.de> 15433 Acked-by: Felix Radensky <felix@embedded-sol.com> 15434 15435commit dd1c5523d6f44e842e69f2fcb50788c6060eab86 15436Author: Stefan Roese <sr@denx.de> 15437Date: Tue Jul 1 17:03:19 2008 +0200 15438 15439 ppc4xx: Fix 460EX/GT PCIe port initialization 15440 15441 This patch fixes a bug where the 460EX/GT PCIe UTLSET1 register was 15442 configured incorrectly. Thanks to Olga Buchonina from AMCC for pointing 15443 this out. 15444 15445 Signed-off-by: Stefan Roese <sr@denx.de> 15446 15447commit b571afde0295b007a45055ee49f8822c753a5651 15448Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 15449Date: Sat Jun 7 12:29:52 2008 +0200 15450 15451 add SHA256 support 15452 15453 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 15454 Signed-off-by: Francesco Albanese <Francesco.Albanese@swisscom.com> 15455 15456commit 3bab76a26e03df4ff81342fcc16393ce37d9766b 15457Author: Marian Balakowicz <m8@semihalf.com> 15458Date: Fri Jun 6 23:07:40 2008 +0200 15459 15460 Delay FIT format check on sector based devices 15461 15462 Global FIT image operations like format check cannot be performed on 15463 a first sector data, defer them to the point when whole FIT image was 15464 uploaded to a system RAM. 15465 15466 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 15467 Partial ('cmd_nand' case) Acked-by: Grant Erickson <gerickson@nuovations.com> 15468 NAND and DOC bits Acked-by: Scott Wood <scottwood@freescale.com> 15469 15470commit 9810263afec5ac5f38f92963bb3b6d799e4331d0 15471Author: Dave Liu <r63238@freescale.com> 15472Date: Tue Jun 3 17:38:19 2008 +0800 15473 15474 sata: wait for device updating signature to host 15475 15476 The driver need wait for the device updating signature to host. 15477 If we don't wait for it, the driver can not detect the device(disk) 15478 when the system powers up. 15479 15480 Signed-off-by: Dave Liu <daveliu@freescale.com> 15481 15482commit 745d8a0d3cea82e6d1753e14afb4588c34761b15 15483Author: Stefan Roese <sr@denx.de> 15484Date: Sat Jun 28 14:56:17 2008 +0200 15485 15486 ppc4xx: Fix 460EX errata with CPU lockup upon high AHB traffic 15487 15488 This patch implements a fix provided by AMCC so that the lockup upon 15489 simultanious traffic on AHB USB OTG, USB 2.0 and SATA doesn't occur 15490 anymore: 15491 15492 Set SDR0_AHB_CFG[A2P_INCR4] (bit 24) and clear SDR0_AHB_CFG[A2P_PROT2] 15493 (bit 25) for a new 460EX errata regarding concurrent use of AHB USB OTG, 15494 USB 2.0 host and SATA. 15495 15496 This errata is not officially available yet. I'll update the comment 15497 to add the errata number later. 15498 15499 Signed-off-by: Stefan Roese <sr@denx.de> 15500 15501commit 8b616edb118e37d05f6401389eaee1c636b22828 15502Author: Stuart Wood <stuart.wood@labxtechnologies.com> 15503Date: Mon Jun 2 16:42:19 2008 -0400 15504 15505 serial_pl010.c: add watchdog support 15506 15507 Signed-off-by: Stuart Wood <stuart.wood@labxtechnologies.com> 15508 15509commit 86d3273e2b7be3fffb45e20c08535d6ad3aded6b 15510Author: Stuart Wood <stuart.wood@labxtechnologies.com> 15511Date: Mon Jun 2 16:40:08 2008 -0400 15512 15513 jffs2_1pass.c: add watchdog support 15514 15515 Signed-off-by: Stuart Wood <stuart.wood@labxtechnologies.com> 15516 15517commit 5744ddc6637fea4f7b911a54a5fa860cb81a5d89 15518Author: Sascha Laue <sascha.laue@liebherr.com> 15519Date: Fri May 30 09:48:14 2008 +0200 15520 15521 Configure DSP POST; add watchdog reset to diag command 15522 15523 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com> 15524 15525commit f13526517859bf6b573e23ff47199e107d1009b5 15526Author: Tor Krill <tor@excito.com> 15527Date: Thu May 29 10:40:17 2008 +0200 15528 15529 Add sata sil3114 support 15530 15531 Signed-off-by: Tor Krill <tor@excito.com> 15532 15533commit e093a247628228100f405b6d7f6b1bfc16141938 15534Author: Wolfgang Denk <wd@denx.de> 15535Date: Sat Jun 28 23:34:37 2008 +0200 15536 15537 Coding Style Cleanup 15538 15539 Signed-off-by: Wolfgang Denk <wd@denx.de> 15540 15541commit 01db232dd7a0ceb81208a9f2545720c80e5bfd83 15542Author: Wolfgang Denk <wd@denx.de> 15543Date: Sat Jun 28 23:16:01 2008 +0200 15544 15545 Update CHANGELOG 15546 15547 Signed-off-by: Wolfgang Denk <wd@denx.de> 15548 15549commit c7f879ec2b389c4f2bf726b293bd516f4c692e03 15550Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com> 15551Date: Wed May 21 13:58:41 2008 -0400 15552 15553 ARM: Add support for Lyrtech SFF-SDR board (ARM926EJS) 15554 15555 This patch adds support for the Lyrtech SFF-SDR board, 15556 based on the TI DaVinci architecture (ARM926EJS). 15557 15558 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com> 15559 Signed-off-by: Philip Balister <philip@balister.org> 15560 Signed-off-by: Wolfgang Denk <wd@denx.de> 15561 15562commit 341188b9ccaa8d4462d772cc067aca8d7618633a 15563Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 15564Date: Thu May 22 11:09:59 2008 +0200 15565 15566 MMC: Consolidate MMC/SD command definitions 15567 15568 This moves the MMC and SD Card command definitions from 15569 include/asm/arch/mmc.h into include/mmc.h. These definitions are 15570 given by the MMC and SD Card standards, not by any particular 15571 architecture. 15572 15573 There's a lot more room for consolidation in the MMC drivers which 15574 I'm hoping to get done eventually, but this patch is a start. 15575 15576 Compile-tested for all avr32 boards as well as lpc2292sodimm and 15577 lubbock. This should cover all three mmc drivers in the tree. 15578 15579 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 15580 15581commit fa60edfc4c952626e048c0e065f654b3c1822fa5 15582Author: Kyungmin Park <kmpark@infradead.org> 15583Date: Wed May 21 14:38:08 2008 +0900 15584 15585 Use better Ethernet timings for apollon board 15586 15587 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> 15588 15589commit 41c5eaa7253ed82bbae1eda5667755872c615164 15590Author: Andy Fleming <afleming@freescale.com> 15591Date: Mon Jun 16 13:58:56 2008 -0500 15592 15593 Resize device tree to allow space for board changes and the chosen node 15594 15595 Current code requires that a compiled device tree have space added to the end to 15596 leave room for extra nodes added by board code (and the chosen node). This 15597 requires that device tree creators anticipate how much space U-Boot will add to 15598 the tree, which is absurd. Ideally, the code would resize and/or relocate the 15599 tree when it needed more space, but this would require a systemic change to the 15600 fdt code, which is non-trivial. Instead, we resize the tree inside 15601 boot_relocate_fdt, reserving either the remainder of the bootmap (in the case 15602 where the fdt is inside the bootmap), or adding CFG_FDT_PAD bytes to the size. 15603 15604 Signed-off-by: Andy Fleming <afleming@freescale.com> 15605 15606commit 7570a9941fc565922078679a72d246fe208d696d 15607Author: Andy Fleming <afleming@freescale.com> 15608Date: Mon Jun 16 13:58:55 2008 -0500 15609 15610 Fix an underflow bug in __lmb_alloc_base 15611 15612 __lmb_alloc_base can underflow if it fails to find free space. This was fixed 15613 in linux with commit d9024df02ffe74d723d97d552f86de3b34beb8cc. This patch 15614 merely updates __lmb_alloc_base to resemble the current version in Linux. 15615 15616 Signed-off-by: Andy Fleming <afleming@freescale.com> 15617 15618commit 63796c4e61b207d2e635729d41b7a7f7d188b03c 15619Author: Andy Fleming <afleming@freescale.com> 15620Date: Mon Jun 16 13:58:54 2008 -0500 15621 15622 Add lmb_free 15623 15624 lmb_free allows us to unreserve some memory so we can use lmb_alloc_base or 15625 lmb_reserve to temporarily reserve some memory. 15626 15627 Signed-off-by: Andy Fleming <afleming@freescale.com> 15628 15629commit 4b03ac8b5102ad95f9fede7d13fa236977593e7d 15630Author: Andy Fleming <afleming@freescale.com> 15631Date: Mon Jun 16 13:58:53 2008 -0500 15632 15633 Add ALIGN() macro 15634 15635 ALIGN() returns the smallest aligned value greater than the passed 15636 in address or size. Taken from Linux. 15637 15638 Signed-off-by: Andy Fleming <afleming@freescale.com> 15639 15640commit 93262af85e3e9d9974c6c08fbd37a9a72e090ca2 15641Author: Stefan Roese <sr@denx.de> 15642Date: Tue Jun 24 17:15:22 2008 +0200 15643 15644 ppc4xx: Fix compilation problems with phys_size_t 15645 15646 This patch includes <asm/types.h> before <asm/u-boot.h> in some 4xx 15647 board specific files where it has been missing. 15648 15649 Signed-off-by: Stefan Roese <sr@denx.de> 15650 15651commit 28eab0d77352b84885f938759bf2612b7bf0bc44 15652Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 15653Date: Mon May 19 12:26:38 2008 +0200 15654 15655 Conditionally add -fno-stack-protector to CFLAGS 15656 15657 When compile-testing on powerpc, I get errors like this: 15658 15659 net/nfs.c:422: undefined reference to `__stack_chk_fail_local' 15660 15661 This seems to be because -fstack-protector is on by default, so 15662 let's explicitly disable it on all architectures that support the 15663 option. 15664 15665 The Ubuntu toolchain is affected by this problem, and according to 15666 Mike Frysinger, Gentoo has been running with SSP enabled for years. 15667 More and more distros are turning SSP on by default, so this problem 15668 is likely to get worse in the future. 15669 15670 Also, powerpc just happens to be one of the arches I do 15671 compile-testing on. There may be other arches affected by this too. 15672 15673 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 15674 15675commit dfd3be881c03a26e31f0dea4a42e76061fa610ac 15676Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 15677Date: Sun May 18 19:09:52 2008 +0200 15678 15679 pcmcia/ti_pci1410a: Move compile condition to the Makefile 15680 15681 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 15682 15683commit 72d5d5f7b5c74a188df238ec6dd824d80c74857a 15684Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 15685Date: Sun May 18 19:09:51 2008 +0200 15686 15687 pxa_pcmcia: Move compile condition to the Makefile 15688 15689 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 15690 15691commit c9eff32881fb429101c937cf8c268f1d42e5c2a9 15692Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 15693Date: Sun May 18 19:09:50 2008 +0200 15694 15695 marabun_pcmcia: Move compile condition to the Makefile 15696 15697 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 15698 15699commit 6a19c46cae43c16c528eddefae3db97134f1915d 15700Author: Andre Schwarz <andre.schwarz@matrix-vision.de> 15701Date: Mon Jun 23 13:25:34 2008 +0200 15702 15703 fix non-working mvBL-M7 15704 15705 Add missing #define CONFIG_HIGH_BATS in mvBL-M7 board config file. 15706 15707 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de> 15708 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 15709 15710commit 846f1574ddddeda2bc227655e687308695f41cdc 15711Author: Andre Schwarz <andre.schwarz@matrix-vision.de> 15712Date: Mon Jun 23 11:40:56 2008 +0200 15713 15714 fix system config overwrite @ MPC834x and MPC8313 15715 15716 During 83xx setup the "System I/O configuration register high" gets 15717 overwritten with user defined value if CFG_SICRH is defined. 15718 15719 Regarding to the MPC834x manual (Table 5-28 reve.1) bits 28+29 of SICRH 15720 must keep their reset value regardless of configuration. 15721 15722 On my board (using RGMII) those bits are set after reset - yet it's 15723 unclear where they come from. 15724 15725 The patch keeps both bits on MPC834x and MPC8313. 15726 15727 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de> 15728 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 15729 15730commit 4890246a2c5df90a74e2941e3673a49bbd36aee9 15731Author: Kim Phillips <kim.phillips@freescale.com> 15732Date: Tue Jun 17 17:45:27 2008 -0500 15733 15734 mpc83xx: move CPU_TYPE_ENTRY over to processor.h 15735 15736 to avoid this: 15737 15738 cpu.c:47:1: warning: "CPU_TYPE_ENTRY" redefined 15739 In file included from cpu.c:33: 15740 /home/kim/git/u-boot/include/asm/processor.h:982:1: warning: this is the location of the previous definition 15741 15742 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 15743 15744commit aac7a5095b968d6c9a3e6422f31b4ad203cac9c8 15745Author: Stefan Roese <sr@denx.de> 15746Date: Mon Jun 23 11:15:09 2008 +0200 15747 15748 ppc4xx: Fix problem in gpio_config() 15749 15750 As pointed out by Guennadi Liakhovetski (thanks), pin2 is already shifted 15751 left by one. So the additional shift is bogus. 15752 15753 Signed-off-by: Stefan Roese <sr@denx.de> 15754 15755commit 40777812316fc252c941665c0f60c148fd79d50f 15756Author: Detlev Zundel <dzu@denx.de> 15757Date: Fri Jun 20 22:24:05 2008 +0200 15758 15759 fdt: Fix typo in variable name. 15760 15761 Signed-off-by: Detlev Zundel <dzu@denx.de> 15762 15763commit 5f723a3b98c630bde33de74351f2121691fdef14 15764Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 15765Date: Fri Jun 20 10:41:05 2008 +0200 15766 15767 avr32: Enable SPI flash support on ATNGW100 15768 15769 The ATNGW100 has 8MB DataFlash on board. Give users access to it through 15770 the new SPI flash framework. 15771 15772 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 15773 15774commit 5605ef6b5802921cbefe6a933a9dea3497396b5c 15775Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 15776Date: Fri Jun 20 12:44:28 2008 +0200 15777 15778 avr32: Fix SPI portmux initialization 15779 15780 Use the new GPIO manipulation functions to set up the chip select lines, 15781 and make sure both busses use GPIO for chip select control. 15782 15783 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 15784 15785commit 4688f9e34a87e825aed34d07c9ca7a273e6fc8ab 15786Author: Peter Ma <pma@mediamatech.com> 15787Date: Sun Jun 1 22:59:24 2008 -0700 15788 15789 avr32: Add GPIO manipulation functions 15790 15791 Adds GPIO manipulation functions for AVR32 AP7 platform. 15792 15793 Signed-off-by: Peter Ma <pma@mediamatech.com> 15794 [haavard.skinnemoen@atmel.com: coding style fixup, slight simplification] 15795 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 15796 15797commit b4fe1a71090c73efc6e4188eed188b2ff67fc02a 15798Author: Wolfgang Grandegger <wg@grandegger.com> 15799Date: Thu Jun 5 13:02:30 2008 +0200 15800 15801 MPC8360ERDK: adapt NAND interface for the re-written FSL NAND UPM driver 15802 15803 This patch is based on the following patch sent a few minutes ago: 15804 "NAND FSL UPM: driver re-write using the hwcontrol callback" 15805 It is untested, of course. Anton, could you please give it a try. 15806 15807 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com> 15808 Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com> 15809 15810commit 96026d42fa4e646d28318c0a1438aac4b2017909 15811Author: Anatolij Gustschin <agust@denx.de> 15812Date: Thu Jun 12 12:40:11 2008 +0200 15813 15814 Fix 4xx build issue 15815 15816 Building for 4xx doesn't work since commit 4dbdb768: 15817 15818 In file included from 4xx_pcie.c:28: 15819 include/asm/processor.h:971: error: expected ')' before 'ver' 15820 make[1]: *** [4xx_pcie.o] Error 1 15821 15822 This patch fixes the problem. 15823 15824 Signed-off-by: Anatolij Gustschin <agust@denx.de> 15825 Acked-by: Stefan Roese <sr@denx.de> 15826 Acked-by: Kumar Gala <galak@kernel.crashing.org> 15827 15828commit a036b0443657fe0f4773786de9092251869f08ac 15829Author: Kumar Gala <galak@kernel.crashing.org> 15830Date: Thu Jun 19 01:45:50 2008 -0500 15831 15832 MPC8610HPCD: Report board id, board version and fpga version. 15833 15834 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 15835 15836commit 7de8c21f14df9c20fdcf6027aec8e8545f75f835 15837Author: Kumar Gala <galak@kernel.crashing.org> 15838Date: Thu Jun 19 01:45:27 2008 -0500 15839 15840 MPC8641HPCN: Report board id, board version and fpga version. 15841 15842 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 15843 15844commit fb8c061ea05fc68d37e2a8b9f8c949d76c8d71a8 15845Author: Stefan Roese <sr@denx.de> 15846Date: Mon Jun 16 10:40:02 2008 +0200 15847 15848 cfi-flash: Fix problem in flash_toggle(), busy was not detected reliably 15849 15850 This patch simplifies flash_toggle() (AMD commandset), which is used to 15851 detect if a FLASH device is still busy with erase/program operations. On 15852 800MHz Canyonlands/Glacier boards (460EX/GT) the current implementation 15853 did not detect the busy state reliably, resulting in non erased sectors 15854 etc. This patch now simplifies this function by "just" comparing the 15855 complete data-word instead of ANDing it with the command-word (0x40) 15856 before the compatison. It is done the same way in the Linux implementation 15857 chip_ready() in cfi_cmdset_0002.c. 15858 15859 Signed-off-by: Stefan Roese <sr@denx.de> 15860 15861commit 9e4006bca3d9fb4a2d061996771036cb01e539d3 15862Author: Philip Balister <philip@balister.org> 15863Date: Mon Jun 16 08:58:07 2008 -0400 15864 15865 NAND: Add missing declaration to non-redundant saveenv(). 15866 15867 Signed-off-by: Scott Wood <scottwood@freescale.com> 15868 15869commit 2cdb7f50ac59594540fffdf8dbd7b12beac79c52 15870Author: Wolfgang Grandegger <wg@grandegger.com> 15871Date: Mon Jun 2 15:09:55 2008 +0200 15872 15873 MPC8360ERDK: adapt NAND interface for the re-written FSL NAND UPM driver 15874 15875 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com> 15876 Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com> 15877 Signed-off-by: Scott Wood <scottwood@freescale.com> 15878 15879commit 212ed90615c3d20fa6bd73d70d5153bd0d124e5f 15880Author: Stefan Roese <sr@denx.de> 15881Date: Tue Jun 10 15:34:11 2008 +0200 15882 15883 ppc4xx: Canyonlands: Disable the RTC M41T62 square wave output 15884 15885 This patch disables the square wave output of the M41T62 RTC used on 15886 Canyonlands & Glacier. Here the explanation: 15887 15888 The serial real-time clock part used in the design is an 15889 STMicro M41T62. This part has a full-time 32KHz square wave 15890 output that is connected to the TmrClk input to the 15891 processor. The default state for this square wave output is 15892 enabled so the output runs continuously when the board is 15893 powered normally and also from the battery. The TmrClk input 15894 to the processor goes to ground when the power is removed 15895 from the board/processor, and therefore the running square 15896 wave output is driving ground which drains the battery quickly. 15897 15898 Signed-off-by: Stefan Roese <sr@denx.de> 15899 15900commit a94f22f08f280905926219e568568964cb9eeb9d 15901Author: Andy Fleming <afleming@freescale.com> 15902Date: Wed Jun 11 18:10:20 2008 -0500 15903 15904 Fix build issue with string.h and linux/string.h 15905 15906 This commit: 15907 commit 338cc038461a6c7709c5b86fd9a240209338a1ae 15908 Author: Wolfgang Denk <wd@denx.de> 15909 Date: Fri Jun 6 14:28:14 2008 +0200 15910 15911 tools/mkimage: fix compiler warnings on some systems. 15912 15913 Broke building on some systems, because the host's string.h was interfering 15914 with u-boot's linux/string.h. It doesn't look like we need the u-boot one if 15915 we're building for the host, so now we only include when building inside 15916 u-boot. 15917 15918 Signed-off-by: Andy Fleming <afleming@freescale.com> 15919 15920commit 9973e3c614721bbf169882ffc3be266a6611cd60 15921Author: Becky Bruce <becky.bruce@freescale.com> 15922Date: Mon Jun 9 16:03:40 2008 -0500 15923 15924 Change initdram() return type to phys_size_t 15925 15926 This patch changes the return type of initdram() from long int to phys_size_t. 15927 This is required for a couple of reasons: long int limits the amount of dram 15928 to 2GB, and u-boot in general is moving over to phys_size_t to represent the 15929 size of physical memory. phys_size_t is defined as an unsigned long on almost 15930 all current platforms. 15931 15932 This patch *only* changes the return type of the initdram function (in 15933 include/common.h, as well as in each board's implementation of initdram). It 15934 does not actually modify the code inside the function on any of the platforms; 15935 platforms which wish to support more than 2GB of DRAM will need to modify 15936 their initdram() function code. 15937 15938 Build tested with MAKEALL for ppc, arm, mips, mips-el. Booted on powerpc 15939 MPC8641HPCN. 15940 15941 Signed-off-by: Becky Bruce <becky.bruce@freescale.com> 15942 15943commit 391fd93ab23e15ab3dd58a54f5b609024009c378 15944Author: Becky Bruce <becky.bruce@freescale.com> 15945Date: Mon Jun 9 20:37:18 2008 -0500 15946 15947 Change lmb to use phys_size_t/phys_addr_t 15948 15949 This updates the lmb code to use phys_size_t 15950 and phys_addr_t instead of unsigned long. Other code 15951 which interacts with this code, like getenv_bootm_size() 15952 is also updated. 15953 15954 Booted on MPC8641HPCN, build-tested ppc, arm, mips. 15955 15956 Signed-off-by: Becky Bruce <becky.bruce@freescale.com> 15957 15958commit 61b09fc2952dc636017df4e7970e3de132276ba1 15959Author: Becky Bruce <becky.bruce@freescale.com> 15960Date: Mon Jun 9 20:37:17 2008 -0500 15961 15962 Change print_size to take phys_size_t 15963 15964 Signed-off-by: Becky Bruce <becky.bruce@freescale.com> 15965 15966commit b57ca3e128cc10a133ba79bc7ec3e7b50e7c8fbe 15967Author: Becky Bruce <becky.bruce@freescale.com> 15968Date: Mon Jun 9 20:37:16 2008 -0500 15969 15970 Change bd/gd memsize/ram_size to be phys_size_t. 15971 15972 Currently, both are defined as an unsigned long, but 15973 should be phys_size_t. This should result in no real change, 15974 since phys_size_t is currently an unsigned long for all the 15975 default configs. Also add print_lnum to cmd_bdinfo to deal 15976 with the potentially wider memsize. 15977 15978 Signed-off-by: Becky Bruce <becky.bruce@freescale.com> 15979 15980commit ba04f7010958e88a8910f2a123fee53fdc72e013 15981Author: Kumar Gala <galak@kernel.crashing.org> 15982Date: Tue Jun 10 16:16:02 2008 -0500 15983 15984 FSL LAW: Add new interface to use the last free LAW 15985 15986 LAWs have the concept of priority so its useful to be able to allocate 15987 the lowest (highest number) priority. We will end up using this with the 15988 new DDR code. 15989 15990 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 15991 15992commit 859a86a25c569d3665ff413d1d923394b8a961f3 15993Author: Kumar Gala <galak@kernel.crashing.org> 15994Date: Wed Jun 11 00:51:45 2008 -0500 15995 15996 85xx/86xx: Move to dynamic mgmt of LAWs 15997 15998 With the new LAW interface (set_next_law) we can move to letting the 15999 system allocate which LAWs are used for what purpose. This makes life 16000 a bit easier going forward with the new DDR code.
16001 16002 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 16003 Signed-off-by: Andy Fleming <afleming@freescale.com> 16004 Acked-by: Jon Loeliger <jdl@freescale.com> 16005 Acked-by: Becky Bruce <becky.bruce@freescale.com> 16006 16007commit f060054dadbbe7027ca088eed806a3ef1f82fdb7 16008Author: Kumar Gala <galak@kernel.crashing.org> 16009Date: Wed Jun 11 00:44:10 2008 -0500 16010 16011 FSL LAW: Keep track of LAW allocations 16012 16013 Make it so we keep track of which LAWs have allocated and provide 16014 a function (set_next_law) which can allocate a LAW for us if one is 16015 free. 16016 16017 In the future we will move to doing more "dynamic" LAW allocation 16018 since the majority of users dont really care about what LAW number 16019 they are at. 16020 16021 Also, add CONFIG_MPC8540 or CONFIG_MPC8560 to those boards which needed them 16022 16023 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 16024 Signed-off-by: Andy Fleming <afleming@freescale.com> 16025 16026commit ddde74a159caa6e18b481fec01d40b885aebb566 16027Author: Kumar Gala <galak@kernel.crashing.org> 16028Date: Mon Jun 9 22:31:57 2008 -0500 16029 16030 85xx: remove dummy board_early_init_f 16031 16032 A number of board ports have empty version of board_early_init_f 16033 for no reason since we control its via CONFIG_BOARD_EARLY_INIT_F. 16034 16035 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 16036 16037commit 81e56e9af0d43712db8efb843606a8d62eab454f 16038Author: Kumar Gala <galak@kernel.crashing.org> 16039Date: Mon Jun 9 18:55:38 2008 -0500 16040 16041 MPC8544DS: Update config.h 16042 16043 * Enable flash progress 16044 * remove CLEAR_LAW0 since we dont really use it 16045 16046 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 16047 16048commit 978e81604c1b28526ed580df0fbe64eb8384e94f 16049Author: Kumar Gala <galak@kernel.crashing.org> 16050Date: Mon Jun 9 13:37:24 2008 -0500 16051 16052 85xx: Remove unused and unconfigured memory test code. 16053 16054 Remove unused and unconfigured DDR test code from FSL 85xx boards. 16055 Besides, other common code exists. 16056 16057 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 16058 16059commit a23cddde1a95f987e3fe2a720a7ec9375b7264d7 16060Author: Sergei Poselenov <sposelenov@emcraft.com> 16061Date: Fri Jun 6 15:42:45 2008 +0200 16062 16063 Socrates: Added FPGA base address update in FDT. 16064 16065 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com> 16066 16067commit fd51b0e0e620b8bc9fd4f6daa3a4fa6f5e1316f4 16068Author: Sergei Poselenov <sposelenov@emcraft.com> 16069Date: Fri Jun 6 15:42:44 2008 +0200 16070 16071 Socrates: NAND support added. Changed the U-Boot base address and 16072 16073 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com> 16074 16075commit 248ae5cfc8bf69074d1da099dc495d8e06070547 16076Author: Sergei Poselenov <sposelenov@emcraft.com> 16077Date: Fri Jun 6 15:42:43 2008 +0200 16078 16079 NAND: Added support for 128-bit OOB, adapted 16080 16081 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com> 16082 16083commit 31ca0208612f2eb57690110d7c2815953650e47b 16084Author: Sergei Poselenov <sposelenov@emcraft.com> 16085Date: Fri Jun 6 15:42:42 2008 +0200 16086 16087 Socrates: added missed file with UPMA configuration data. 16088 16089 Signed-of-by: Sergei Poselenov <sposelenov@emcraft.com> 16090 16091commit 59abd15b43cab7a4d19de4ba0943837d9555f7ba 16092Author: Sergei Poselenov <sposelenov@emcraft.com> 16093Date: Fri Jun 6 15:42:41 2008 +0200 16094 16095 Socrates: Added FPGA mapping. LAWs and TLBs cleanup. 16096 16097 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com> 16098 16099commit 740280e68ccc0b971e613face7eaaa8bd1382b8c 16100Author: Sergei Poselenov <sposelenov@emcraft.com> 16101Date: Fri Jun 6 15:42:40 2008 +0200 16102 16103 Added the upmconfig() function for 85xx. 16104 16105 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com> 16106 Signed-off-by: Andy Fleming <afleming@freescale.com> 16107 16108commit d39e68514ff943930ee692cff3fde03532eb7fec 16109Author: Sergei Poselenov <sposelenov@emcraft.com> 16110Date: Fri Jun 6 15:42:39 2008 +0200 16111 16112 Socrates: config file cleanup. 16113 16114 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com> 16115 16116commit e8cc3f04b124f757af4528206e60d8eb715ae083 16117Author: Wolfgang Grandegger <wg@grandegger.com> 16118Date: Thu Jun 5 13:12:10 2008 +0200 16119 16120 TQM85xx: Change memory map to support Flash memory > 128 MiB 16121 16122 Some TQM85xx boards could be equipped with up to 1 GiB (NOR) Flash 16123 memory. The current memory map only supports up to 128 MiB Flash. 16124 This patch adds the configuration option CONFIG_TQM_BIGFLASH. If 16125 set, up to 1 GiB flash is supported. To achieve this, the memory 16126 map has to be adjusted in great parts (for example the CCSRBAR is 16127 moved from 0xE0000000 to 0xA0000000). 16128 16129 If you want to boot Linux with CONFIG_TQM_BIGFLASH set, the new 16130 memory map also has to be considered in the kernel (changed 16131 CCSRBAR address, changed PCI IO base address, ...). Please use 16132 an appropriate Flat Device Tree blob (tqm8548.dtb). 16133 16134 Signed-off-by: Martin Krause <martin.krause@tqs.de> 16135 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com> 16136 16137commit 1c2deff22cd6e2bf0e618fd6e09ca3eec5a8d051 16138Author: Wolfgang Grandegger <wg@grandegger.com> 16139Date: Thu Jun 5 13:12:09 2008 +0200 16140 16141 TQM85xx: NAND support via local bus UPMB 16142 16143 This patch adds support for NAND FLASH on the TQM8548. It is disabled by 16144 default and can be enabled for the TQM8548 modules. It is now based on 16145 the re-written FSL NAND UPM driver. A patch has been posted earlier today 16146 with the subject: 16147 16148 "NAND FSL UPM: driver re-write using the hwcontrol callback" 16149 16150 Note that the R/B pin is not supported by that module requiring to use 16151 the specified maximum delay time. 16152 16153 Note: With NAND support enabled the size of the U-Boot image exceeds 16154 256 KB and TEXT_BASE must therefore be set to 0xfff80000 in config.mk, 16155 doubling the image size :-(. 16156 16157 Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de> 16158 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com> 16159 16160commit b9e8078bb3f3c48111a7081e27279938c3a445e1 16161Author: Wolfgang Grandegger <wg@grandegger.com> 16162Date: Thu Jun 5 13:12:08 2008 +0200 16163 16164 TQM8548: PCI express support 16165 16166 This patch adds support for PCI express cards. The board support 16167 now uses common FSL PCI init code, for both, PCI and PCIe on all 16168 TQM85xx modules. 16169 16170 Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de> 16171 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com> 16172 16173commit 1287e0c55a2ee2c575ac9ce8e4302cd4085be876 16174Author: Wolfgang Grandegger <wg@grandegger.com> 16175Date: Thu Jun 5 13:12:07 2008 +0200 16176 16177 TQM8548: Basic support for the TQM8548 modules 16178 16179 This patch adds basic support for the TQM8548 module from TQ-Components 16180 (http://www.tqc.de/) including DDR2 SDRAM initialisation and support for 16181 eTSEC 3 and 4 16182 16183 Furthermore Flash buffer write has been enabled to speed up output to 16184 the Flash by approx. a factor of 10. 16185 16186 Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de> 16187 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com> 16188 16189commit 25991353204c78b094c3c1fec90182dcd607ab8f 16190Author: Wolfgang Grandegger <wg@grandegger.com> 16191Date: Thu Jun 5 13:12:06 2008 +0200 16192 16193 TQM85xx: Support for Flat Device Tree 16194 16195 This patch adds support for Linux kernels using the Flat Device Tree. 16196 It also re-defines the default environment settings for booting Linux 16197 with the FDT blob. 16198 16199 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com> 16200 16201commit d9ee843d54c54776e1fdb86336ce554906a87331 16202Author: Wolfgang Grandegger <wg@grandegger.com> 16203Date: Thu Jun 5 13:12:05 2008 +0200 16204 16205 TQM85xx: Support for Intel 82527 compatible CAN controller 16206 16207 This patch adds initialization of the UPMC RAM to support up to two 16208 Intel 82527 compatible CAN controller on the TQM85xx modules. 16209 16210 Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de> 16211 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com> 16212 16213commit 518d5cfe72916323c746af1647764459914f555f 16214Author: Wolfgang Grandegger <wg@grandegger.com> 16215Date: Thu Jun 5 13:12:04 2008 +0200 16216 16217 TQM85xx: Bugfix in the SDRAM initialisation 16218 16219 The CS0_BNDS register is now set according to the detected 16220 memory size. 16221 16222 Signed-off-by Martin Krause <martin.krause@tqs.de> 16223 16224commit 45dee2e620ccec6ac7b3548fe8979a34fd030e5d 16225Author: Wolfgang Grandegger <wg@grandegger.com> 16226Date: Thu Jun 5 13:12:03 2008 +0200 16227 16228 TQM85xx: Fix chip select configuration for second FLASH bank 16229 16230 This patch fixes the re-calculation of the automatic chip select 16231 configuration for boards with two populated FLASH banks. 16232 16233 Signed-off-by: Martin Krause <martin.krause@tqs.de> 16234 16235commit 46346f27cda6fd025a496bde8f2d4aeee04aca5f 16236Author: Wolfgang Grandegger <wg@grandegger.com> 16237Date: Thu Jun 5 13:12:02 2008 +0200 16238 16239 TQM85xx: Support for Spansion 'N' type flashes added 16240 16241 The 'N' type Spansion flashes (S29GLxxxN series) have bigger sectors, 16242 than the formerly used 'M' types (S29GLxxxM series), so the flash layout 16243 needs to be changed -> new start address of the environment. The macro 16244 definition CONFIG_TQM_FLASH_N_TYPE is undefined by default and must be 16245 defined for boards with 'N' type flashes. 16246 16247 Signed-off-by: Martin Krause <martin.krause@tqs.de> 16248 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com> 16249 16250commit 5d5bd838f76eade22c0ea40a500389f924d0da36 16251Author: Wolfgang Grandegger <wg@grandegger.com> 16252Date: Thu Jun 5 13:12:01 2008 +0200 16253 16254 TQM85xx: Fix CPM port pin configuration 16255 16256 Do not configure port pins PD30/PD31 as SCC1 TxD/RxD except for the TQM8560 16257 board. On the other TQM85xx boards (TQM8541 and TQM8555) SCC1 is not used 16258 as serial interface anyway. Worse, on some board variants configuring the 16259 pins for SCC1 leads to short circuits (for example on the TQM8541-BG). 16260 16261 Signed-off-by: Martin Krause <martin.krause@tqs.de> 16262 16263commit b99ba1679e8cd51b023e67098c89e606e47137d2 16264Author: Wolfgang Grandegger <wg@grandegger.com> 16265Date: Thu Jun 5 13:12:00 2008 +0200 16266 16267 TQM85xx: Various coding style fixes 16268 16269 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com> 16270 16271commit ae9e97fa96f643c8ba2b666b06a026cc8717eb00 16272Author: Gerald Van Baren <vanbaren@cideas.com> 16273Date: Tue Jun 10 22:15:58 2008 -0400 16274 16275 libfdt: Move the working_fdt pointer to cmd_fdt.c 16276 16277 The working_fdt pointer was declared in common/fdt_support.c but was 16278 not used there. Move it to common/cmd_fdt.c where it is used (it is 16279 also used in lib_ppc/bootm.c). 16280 16281 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com> 16282 16283commit e489b9c078e22b0d9e75f002cd2a1bd967e88f5e 16284Author: Kim Phillips <kim.phillips@freescale.com> 16285Date: Tue Jun 10 11:06:17 2008 -0500 16286 16287 fdt: unshadow global working fdt variable 16288 16289 differentiate with local variables of the same name by renaming the 16290 global 'fdt' variable 'working_fdt'. 16291 16292 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 16293 16294commit e1eb0e25d9d8fd8efdfb93f670a417663f386022 16295Author: Andy Fleming <afleming@freescale.com> 16296Date: Tue Jun 10 18:49:34 2008 -0500 16297 16298 socrates: Fix PCI clk fix patch 16299 16300 The submitted patch seems to have been more up-to-date, but an older patch was 16301 already in the repository. This patch encompasses the differences 16302 16303 Taken entirely from Sergei Poselenov <sposelenov@emcraft.com> 16304 16305 Signed-off-by: Andy Fleming <afleming@freescale.com> 16306 16307commit a75a57ef6e4b613c81434971e96ed70cf9ec9ba0 16308Author: Wolfgang Grandegger <wg@grandegger.com> 16309Date: Thu Jun 5 13:02:29 2008 +0200 16310 16311 NAND FSL UPM: driver re-write using the hwcontrol callback 16312 16313 This is a re-write of the NAND FSL UPM driver using the more universal 16314 hwcontrol callback (instead of the cmdfunc callback). Here is a brief 16315 list of furher modifications: 16316 16317 - For the time being, the UPM setup writing the UPM array has been 16318 removed from the driver and must now be done by the board specific 16319 code. 16320 16321 - The bus width definition in "struct fsl_upm_nand" is now in bits to 16322 comply with the corresponding Linux driver and 8, 16 and 32 bit 16323 accesses are supported. 16324 16325 - chip->dev_read is only set if fun->dev_ready != NULL, which is 16326 required for boards not connecting the R/B pin. 16327 16328 - A few issue have been fixed with MxMR bit manipulation like in the 16329 corresponding Linux driver. 16330 16331 Note: I think the "io_addr" field of "struct fsl_upm" could be removed 16332 as well, because the address is already determined by 16333 "nand->IO_ADDR_[RW]", but I'm not 100% sure. 16334 16335 This patch has been tested on a TQM8548 modules with the NAND chip 16336 Micron MT29F8G08FABWP. 16337 16338 This patch is based on the following patches posted to this list a few 16339 minutes ago: 16340 16341 PPC: add accessor macros to clear and set bits in one shot 16342 83xx/85xx/86xx: add more MxMR local bus definitions 16343 16344 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com> 16345 Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com> 16346 16347commit 6beecfbb542992eede5831240cd58678274683a9 16348Author: Wolfgang Grandegger <wg@grandegger.com> 16349Date: Thu Jun 5 13:11:59 2008 +0200 16350 16351 MPC85xx: Beautify boot output of L2 cache configuration 16352 16353 The boot output is now aligned poperly with other boot output 16354 lines, e.g.: 16355 16356 FLASH: 128 MB 16357 L2: 512 KB enabled 16358 16359 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com> 16360 16361commit 398415114f0a705163a14543e9fef03f734b1ffa 16362Author: Wolfgang Grandegger <wg@grandegger.com> 16363Date: Wed Jun 4 12:45:22 2008 +0200 16364 16365 PPC: add accessor macros to clear and set bits in one shot 16366 16367 PPC: add accessor macros to clear and set bits in one shot 16368 16369 This patch adds macros from linux/include/asm-powerpc/io.h to clear and 16370 set bits in one shot using the in_be32, out_be32, etc. accessor functions. 16371 They are very handy to manipulate bits it I/O registers. 16372 16373 This patch is required for my forthcoming FSL NAND UPM driver re-write and 16374 the support for the TQM8548 module. 16375 16376 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com> 16377 16378commit 4677988c7edc070c3786d3db7994abeca3ab82a0 16379Author: Wolfgang Grandegger <wg@grandegger.com> 16380Date: Wed Jun 4 13:52:17 2008 +0200 16381 16382 TQM: move TQM boards to board/tqc 16383 16384 Move all TQM board directories to the vendor specific directory "tqc" 16385 for modules from TQ-Components GmbH (http://www.tqc.de). 16386 16387 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com> 16388 16389commit 6fab2fe72ca5bf95280cd52cdf378af3e506eb50 16390Author: Wolfgang Grandegger <wg@grandegger.com> 16391Date: Mon Jun 2 12:09:30 2008 +0200 16392 16393 83xx/85xx/86xx: add more MxMR local bus definitions 16394 16395 83xx/85xx/86xx: add more MxMR local bus definitions 16396 16397 This patch adds more macro definitions for the UPM Machine Mode Registers 16398 They are copied from "include/mpc82xx.h" to simplify the merge of all 8xxx 16399 common local bus definitions into include/asm-ppc/fsl_lbc.h. They are 16400 required for my forthcoming FSL NAND UPM driver re-write and the support 16401 for the TQM8548 module. 16402 16403 This patch is based on the following two patches from Anton Vorontsov: 16404 16405 http://www.mail-archive.com/u-boot-users@lists.sourceforge.net/msg06511.html 16406 http://www.mail-archive.com/u-boot-users@lists.sourceforge.net/msg06587.html 16407 16408 I leave coding style violation fixes, code beautification and name 16409 corrections to somebody else ;-(. 16410 16411 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com> 16412 16413commit c8c5fc266e4499e283c293ccb972863156aa4134 16414Author: Anton Vorontsov <avorontsov@ru.mvista.com> 16415Date: Thu May 29 18:14:56 2008 +0400 16416 16417 83xx/85xx: further localbus cleanups 16418 16419 Merge mpc85xx.h's LBC defines to fsl_lbc.h. Also, adopt ACS names 16420 from mpc85xx.h, so ACS_0b10 renamed to ACS_DIV4, ACS_0b11 to ACS_DIV2. 16421 16422 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> 16423 16424commit 42dbd667c88d496882d53e22656e89b654205492 16425Author: Anton Vorontsov <avorontsov@ru.mvista.com> 16426Date: Wed May 28 18:20:15 2008 +0400 16427 16428 83xx/85xx/86xx: factor out Freescale Localbus defines out of mpc83xx.h 16429 16430 This patch moves Freescale Localbus defines out of mpc83xx.h, so we could 16431 use it on MPC85xx and MPC86xx processors. 16432 16433 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> 16434 16435commit 730b2fcf6fcd9eec3ea86fbb087c3f98aa23a769 16436Author: Kumar Gala <galak@kernel.crashing.org> 16437Date: Thu May 29 11:22:06 2008 -0500 16438 16439 85xx: Add setting of cache props in the device tree. 16440 16441 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 16442 16443commit 4dbdb7681e243431530df0725627192a0c4aefda 16444Author: Kumar Gala <galak@kernel.crashing.org> 16445Date: Tue Jun 10 16:53:46 2008 -0500 16446 16447 85xx: expose cpu identification 16448 16449 The current cpu identification code is used just to return the name 16450 of the processor at boot. There are some other locations that the name 16451 is useful (device tree setup). Expose the functionality to other bits 16452 of code. 16453 16454 Also, drop the 'E' suffix and add it on by looking at the SVR version 16455 when we print this out. This is mainly to allow the most flexible use 16456 of the name. The device tree code tends to not care about the 'E' suffix. 16457 16458 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 16459 16460commit 2329fe113d847e43cca8e4a0e4edd613b50b8492 16461Author: Kim Phillips <kim.phillips@freescale.com> 16462Date: Tue Jun 10 13:25:24 2008 -0500 16463 16464 mpc83xx: MVBLM7: minor build fixups 16465 16466 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 16467 16468commit a1293e549b56da135ef32ffca5b9d35a16aa6802 16469Author: Andre Schwarz <andre.schwarz@matrix-vision.de> 16470Date: Tue Jun 10 09:14:05 2008 +0200 16471 16472 add MPC8343 based board mvBlueLYNX-M7 (board+make files) 16473 16474 Add MPC8343 based board mvBlueLYNX-M7. 16475 It's a single board stereo camera system. 16476 Please read doc/README.mvblm7 for details. 16477 16478 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de> 16479 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 16480 16481commit c005b93925ba49f07da2aa748527996d927e172f 16482Author: Andre Schwarz <andre.schwarz@matrix-vision.de> 16483Date: Tue Jun 10 09:13:16 2008 +0200 16484 16485 add MPC8343 based board mvBlueLYNX-M7 (doc+config) 16486 16487 Add MPC8343 based board mvBlueLYNX-M7. 16488 It's a single board stereo camera system. 16489 Please read doc/README.mvblm7 for details. 16490 16491 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de> 16492 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 16493 16494commit f9023afbdfd9f27e7c38f3cce965746e56d62dd3 16495Author: Anton Vorontsov <avorontsov@ru.mvista.com> 16496Date: Thu May 29 18:14:56 2008 +0400 16497 16498 83xx/85xx: further localbus cleanups 16499 16500 move the BRx_* and ORx_* left behind in mpc85xx.h 16501 16502 The same is needed for mpc8xx.h and mpc8260.h (defines are almost 16503 the same, just few differences which needs some attention though). 16504 16505 But the bad news for mpc8xx and mpc8260 is that there are a lot of users 16506 of these defines. So this cleanup I'll leave for the "better times". 16507 16508 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> 16509 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 16510 16511commit bf30bb1f7c954d7855d9b23624b33b00c50b4697 16512Author: Anton Vorontsov <avorontsov@ru.mvista.com> 16513Date: Wed May 28 18:20:15 2008 +0400 16514 16515 83xx/85xx/86xx: factor out Freescale Localbus defines out of mpc83xx.h 16516 16517 This patch moves Freescale Localbus defines out of mpc83xx.h, so we could 16518 use it on MPC85xx and MPC86xx processors. 16519 16520 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> 16521 Acked-by: Andy Fleming <afleming@freescale.com> 16522 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 16523 16524commit d82b4fc0ce8cca95e857fc51022e841cb2dbee6a 16525Author: Tor Krill <tor@excito.com> 16526Date: Mon Jun 2 15:09:30 2008 +0200 16527 16528 Add missing CSCONFIG_BANK_BIT_3 define to mpc83xx.h 16529 16530 Signed-off-by: Tor Krill <tor@excito.com> 16531 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 16532 16533commit 3b904ccb93c3196727e2e9870cb1df903cab19ad 16534Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 16535Date: Mon Jun 9 23:37:44 2008 +0900 16536 16537 net: Conditional COBJS inclusion of network drivers 16538 16539 Replace COBJS-y with appropriate driver config names. 16540 16541 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 16542 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 16543 16544commit 2fb698bf50f4aff2485581a12fa634a07c040e4a 16545Author: Gerald Van Baren <vanbaren@cideas.com> 16546Date: Mon Jun 9 21:02:17 2008 -0400 16547 16548 Use strncmp() for the fdt command 16549 16550 Cleaner than doing multiple conditionals on characters. 16551 16552 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com> 16553 16554commit 47abe8ab290d2721a8eeadff65b939e6af8c01b0 16555Author: Gerald Van Baren <vanbaren@cideas.com> 16556Date: Sat Jun 7 12:25:05 2008 -0400 16557 16558 The fdt boardsetup command criteria was not unique 16559 16560 It was checking just for "b", which is not unique with respect to the 16561 "boot" command. Change to check for "boa"[rdsetup]. 16562 16563 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com> 16564 16565commit 2f08bfa9526bae4f461e043530cfb903fec0d273 16566Author: David Gibson <david@gibson.dropbear.id.au> 16567Date: Tue May 20 17:19:11 2008 +1000 16568 16569 libfdt: Several cleanups to parameter checking 16570 16571 This patch makes a couple of small cleanups to parameter checking of 16572 libfdt functions. 16573 16574 - In several functions which take a node offset, we use an 16575 idiom involving fdt_next_tag() first to check that we have indeed been 16576 given a node offset. This patch adds a helper function 16577 _fdt_check_node_offset() to encapsulate this usage of fdt_next_tag(). 16578 16579 - In fdt_rw.c in several places we have the expanded version 16580 of the RW_CHECK_HEADER() macro for no particular reason. This patch 16581 replaces those instances with an invocation of the macro; that's what 16582 it's for. 16583 16584 - In fdt_sw.c we rename the check_header_sw() function to 16585 sw_check_header() to match the analgous function in fdt_rw.c, and we 16586 provide an SW_CHECK_HEADER() wrapper macro as RW_CHECK_HEADER() 16587 functions in fdt_rw.c 16588 16589 Signed-off-by: David Gibson <david@gibson.dropbear.id.au> 16590 16591commit fec6d9ee7c10443f65ce1788ef818919167bbf2e 16592Author: Gerald Van Baren <vanbaren@cideas.com> 16593Date: Tue Jun 3 20:34:45 2008 -0400 16594 16595 Remove the deprecated CONFIG_OF_FLAT_TREE 16596 16597 Use CONFIG_OF_LIBFDT instead to support flattened device trees. It is 16598 cleaner, has better functionality, and is better supported. 16599 16600 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com> 16601 16602commit 62bcdda293efa752f8281fbd9da03822b27ce82f 16603Author: Gerald Van Baren <vanbaren@cideas.com> 16604Date: Tue Jun 3 20:26:29 2008 -0400 16605 16606 Change the stxxst to CONFIG_OF_LIBFDT 16607 16608 This was configured to use the deprecated CONFIG_OF_FLAT_TREE, change 16609 to CONFIG_OF_LIBFDT. 16610 16611 WARNING: It appears that this board lost its ability to boot via a 16612 flattened device tree prior to this changeset. 16613 16614 WARNING: This conversion was untested because I do not have a board to 16615 test it on. 16616 16617 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com> 16618 16619commit 589c04271d129729a8b01391453851ab9cc4069c 16620Author: Gerald Van Baren <vanbaren@cideas.com> 16621Date: Tue Jun 3 20:24:58 2008 -0400 16622 16623 Convert mpc7448hpc2 to CONFIG_OF_LIBFDT 16624 16625 This was configured to use the deprecated CONFIG_OF_FLAT_TREE, change 16626 to CONFIG_OF_LIBFDT. 16627 16628 WARNING: This conversion is untested because I do not have a board to 16629 test it on. 16630 16631 NOTE: The FDT blob (DTS) must have an /aliases/ethernet0 and (optionally) 16632 /aliases/ethernet1 property for the ethernet to work. 16633 16634 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com> 16635 16636commit ee1e35bede91debc8bff9b02f75574486033b652 16637Author: Kumar Gala <galak@kernel.crashing.org> 16638Date: Thu May 29 01:21:24 2008 -0500 16639 16640 85xx: Only use PORPLLSR[DDR_Ratio] on platforms that define it 16641 16642 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 16643 16644commit 3b9519fc50802436e417c839e69df7b2016cade5 16645Author: Becky Bruce <becky.bruce@freescale.com> 16646Date: Wed May 14 13:10:04 2008 -0500 16647 16648 MPC85xx: Change traps.c to not reference non-addressable memory 16649 16650 Currently, END_OF_RAM is used by the trap code to determine if 16651 we should attempt to access the stack pointer or not. However, 16652 on systems with a lot of RAM, only a subset of the RAM is 16653 guaranteed to be mapped in and accessible. Change END_OF_RAM 16654 to use get_effective_memsize() instead of using the raw ram 16655 size out of the bd. 16656 16657 Signed-off-by: Becky Bruce <becky.bruce@freescale.com> 16658 16659commit 7faddaecea52f585f538fdf9c2e61f85a789b19c 16660Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 16661Date: Mon Jun 9 13:39:57 2008 +0900 16662 16663 sh: Renesas Solutions SH7763RDP board support 16664 16665 SH7763RDP has SCIF, NOR Flash, Ethernet, USB host, LCDC and MMC. 16666 In this patch, support SCIF, NOR Flash, and Ethernet. 16667 16668 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 16669 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 16670 16671commit 60179098a95eaa972007d7ec58e4c1588029720f 16672Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 16673Date: Fri Jun 6 16:24:13 2008 +0900 16674 16675 sh: Add support Renesas SH7763 16676 16677 Renesas SH7763 has 3 SCIF, MMC, LCDC, Ethernet and other. 16678 This patch supprts CPU register's header file. 16679 16680 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 16681 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 16682 16683commit 08c5fabe181d663eec0feba5ecd02c0b78934a52 16684Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 16685Date: Fri Jun 6 16:16:08 2008 +0900 16686 16687 sh: SH7763 SCIF support 16688 16689 SH7763 has 3 SCIF channels. SCIF0 and 1 are same register constitution, 16690 but only SCIF2 is different. This patch work all SCIF channel. 16691 16692 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 16693 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 16694 16695commit 79b51ff8205f0354d5300570614c1d2db499679c 16696Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 16697Date: Sat Jun 7 20:51:59 2008 +0900 16698 16699 [MIPS] cpu/mips/Makefile: Split [CS]OBJS onto separate lines 16700 16701 Also get rid of some #ifdefs in *.c files. 16702 16703 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 16704 16705commit 8bde63eb3f79d68f693201528dafc8ae7aa087de 16706Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 16707Date: Sat Jun 7 20:51:56 2008 +0900 16708 16709 [MIPS] Rename Alchemy processor configs into CONFIG_SOC_* 16710 16711 CONFIG_SOC_AU1X00 16712 16713 Common Alchemy Au1x00 stuff. All Alchemy processor based machines 16714 need to have this config as a system type specifier. 16715 16716 CONFIG_SOC_AU1000, CONFIG_SOC_AU1100, CONFIG_SOC_AU1200, 16717 CONFIG_SOC_AU1500, CONFIG_SOC_AU1550 16718 16719 Machine type specifiers. Each port should have one of aboves. 16720 16721 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 16722 16723commit cc49cadeeb8bb2f0ae3fdc13af7051ae59f083bc 16724Author: Stuart Wood <stuart.wood@labxtechnologies.com> 16725Date: Fri May 30 16:05:28 2008 -0400 16726 16727 env_nand.c: Added bad block management for environment variables 16728 16729 Modified to check for bad blocks and to skipping over them when 16730 CFG_ENV_RANGE has been defined. 16731 CFG_ENV_RANGE must be larger than CFG_ENV_SIZE and aligned to the NAND 16732 flash block size. 16733 16734 Signed-off-by: Stuart Wood <stuart.wood@labxtechnologies.com> 16735 Signed-off-by: Scott Wood <scottwood@freescale.com> 16736 16737commit 279726bd00558e80263d44581c44167625b7fb9a 16738Author: Becky Bruce <becky.bruce@freescale.com> 16739Date: Wed May 14 13:09:58 2008 -0500 16740 16741 MPC86xx: Change traps.c to not reference non-addressable memory 16742 16743 Currently, END_OF_RAM is used by the trap code to determine if 16744 we should attempt to access the stack pointer or not. However, 16745 on systems with a lot of RAM, only a subset of the RAM is 16746 guaranteed to be mapped in and accessible. Change END_OF_RAM 16747 to use get_effective_memsize() instead of using the raw ram 16748 size out of the bd to prevent us from trying to access 16749 non-mapped memory. 16750 16751 Signed-off-by: Becky Bruce <becky.bruce@freescale.com> 16752 16753commit 338cc038461a6c7709c5b86fd9a240209338a1ae 16754Author: Wolfgang Denk <wd@denx.de> 16755Date: Fri Jun 6 14:28:14 2008 +0200 16756 16757 tools/mkimage: fix compiler warnings on some systems. 16758 16759 Signed-off-by: Wolfgang Denk <wd@denx.de> 16760 16761commit b2815f79288d4da7a3ba18bdbd05120ce09d5622 16762Author: Stefan Roese <sr@denx.de> 16763Date: Fri Jun 6 16:10:41 2008 +0200 16764 16765 ppc4xx: Fix misspelled CONFIG_440SPE/440EPX/GRX config options 16766 16767 We use upper case letters for the AMCC processor defines (like 16768 CONFIG_440SPE) in U-Boot. So the 440SPe is labeled CONFIG_440SPE and 16769 not CONFIG_440SPe. This patch fixes the last misspelled config options. 16770 16771 Signed-off-by: Stefan Roese <sr@denx.de> 16772 16773commit 72675dc6c06a48846d180106161d49dd714383cc 16774Author: Stefan Roese <sr@denx.de> 16775Date: Fri Jun 6 15:55:21 2008 +0200 16776 16777 ppc4xx: Unify AMCC's board config files (part 3/3) 16778 16779 This patch series unifies the AMCC eval board ports by introducing 16780 a common include header for all AMCC eval boards: 16781 16782 include/configs/amcc-common.h 16783 16784 This header now includes all common configuration options/defines which 16785 are removed from the board specific headers. 16786 16787 The reason for this is ease of maintenance and unified look and feel 16788 of all AMCC boards. 16789 16790 Signed-off-by: Stefan Roese <sr@denx.de> 16791 16792commit 490f204096d6e2c9940f67816f154a8125bab116 16793Author: Stefan Roese <sr@denx.de> 16794Date: Fri Jun 6 15:55:03 2008 +0200 16795 16796 ppc4xx: Unify AMCC's board config files (part 2/3) 16797 16798 This patch series unifies the AMCC eval board ports by introducing 16799 a common include header for all AMCC eval boards: 16800 16801 include/configs/amcc-common.h 16802 16803 This header now includes all common configuration options/defines which 16804 are removed from the board specific headers. 16805 16806 The reason for this is ease of maintenance and unified look and feel 16807 of all AMCC boards. 16808 16809 Signed-off-by: Stefan Roese <sr@denx.de> 16810 16811commit a8a11a9ed046b480a16e47a158f8f5300028dfa6 16812Author: Stefan Roese <sr@denx.de> 16813Date: Fri Jun 6 15:54:31 2008 +0200 16814 16815 ppc4xx: Unify AMCC's board config files (part 1/3) 16816 16817 This patch series unifies the AMCC eval board ports by introducing 16818 a common include header for all AMCC eval boards: 16819 16820 include/configs/amcc-common.h 16821 16822 This header now includes all common configuration options/defines which 16823 are removed from the board specific headers. 16824 16825 The reason for this is ease of maintenance and unified look and feel 16826 of all AMCC boards. 16827 16828 Signed-off-by: Stefan Roese <sr@denx.de> 16829 16830commit 0e38c938ed4bcadb4f4fc1419a541431e94fc202 16831Author: Remy Bohmer <linux@bohmer.net> 16832Date: Thu Jun 5 13:03:36 2008 +0200 16833 16834 DM9000 fix status check fail 0x6d error for trizeps board 16835 16836 According to the Application Notes of the DM9000, only the 2 bits 0:1 of 16837 the status byte need to be checked to identify a valid packet in the fifo 16838 16839 But, The several different Application Notes do not all speak the same 16840 language on these bits. They do not disagree, but only 1 Application Note 16841 noted explicitly that only these 2 bits need to be checked. 16842 Even the datasheets do not mention anything about these 2 bits. 16843 16844 Because the old code, and the kernel check the whole byte, I left this piece 16845 untouched. 16846 16847 However, I tested all board/DM9000[A|E|EP] devices with this 2 bit check, so 16848 it should work. 16849 16850 Notice, that the 2nd iteration through this receive loop (when a 2nd packet is 16851 in the fifo) is much shorter now, compared to the older U-boot driver code, 16852 so that we can maybe run into a hardware condition now that was never seen 16853 before, or maybe was seen very unfrequently. 16854 16855 Additionaly added a cleanup of a stack variable. 16856 16857 Signed-off-by: Remy Bohmer <linux@bohmer.net> 16858 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 16859 16860commit 7daf2ebe9196dd67131a06d85049c3a8a08ca413 16861Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 16862Date: Thu Jun 5 22:29:00 2008 +0900 16863 16864 [MIPS] Update <asm/addrspace.h> header 16865 16866 - Fix traditional KSEG names 16867 - Replace PHYSADDR with CPHYSADDR 16868 16869 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 16870 16871commit f0d5a6f060d00358b85c62a921a423ea8df71184 16872Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 16873Date: Thu Jun 5 22:29:00 2008 +0900 16874 16875 [MIPS] mips_config.mk: Misc fixes 16876 16877 - Kill redundant `-pipe' (this will be added by $(TOPDIR)/config.mk) 16878 - Modify comments 16879 16880 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 16881 16882commit 5f64d21c9a2998794f255b469165b91f092dfc2d 16883Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 16884Date: Thu Jun 5 22:29:00 2008 +0900 16885 16886 [MIPS] Kill unused <version.h> inclusions 16887 16888 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 16889 16890commit a55d48174cfd1a5bc184159513f48dcbbe409c83 16891Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 16892Date: Thu Jun 5 22:29:00 2008 +0900 16893 16894 [MIPS] lib_mips/time.c: Fix CP0 count register usage and timer routines 16895 16896 MIPS port has two problems in timer routines. One is now we assume CFG_HZ 16897 equals to CP0 counter frequency, but this is wrong. CFG_HZ has to be 1000 16898 in the U-Boot system. 16899 16900 The other is we don't have a proper time management counter like timestamp 16901 other ARCHs have. We need the 32-bit millisecond clock counter. 16902 16903 This patch introduces timestamp and CYCLES_PER_JIFFY. timestamp is a 16904 32-bit non-overflowing CFG_HZ counter, and CYCLES_PER_JIFFY is the number 16905 of calculated CP0 counter cycles in a CFG_HZ. 16906 16907 STRATEGY: 16908 16909 * Fix improper CFG_HZ value to have 1000 16910 16911 * Use CFG_MIPS_TIMER_FREQ for timer counter frequency, instead. 16912 16913 * timer_init: initialize timestamp and set up the first timer expiration. 16914 Note that we don't need to initialize CP0 count/compare registers here 16915 as they have been already zeroed out on the system reset. Leave them as 16916 they are. 16917 16918 * get_timer: calculate how many timestamps have been passed, then return 16919 base-relative timestamp. Make sure we can easily count missed timestamps 16920 regardless of CP0 count/compare value. 16921 16922 * get_ticks: return the current timestamp, that is get_timer(0). 16923 16924 Most parts are from good old Linux v2.6.16 kernel. 16925 16926 v2: 16927 - Remove FIXME comments as they turned out to be trivial. 16928 - Use CP0 compare register as a global variable for expirelo. 16929 - Kill a global variable 'cycles_per_jiffy'. Use #define CYCLES_PER_JIFFY 16930 instead. 16931 16932 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 16933 16934commit 199e4f657c8af42efe3fb3ba1d1104eb6bb28c25 16935Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 16936Date: Thu Jun 5 22:29:00 2008 +0900 16937 16938 [MIPS] lib_mips/time.c: Fix udelay 16939 16940 What we have to do is just to wait for given micro-seconds. No need to 16941 take into account current time, get_timer and CFG_HZ. 16942 16943 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 16944 16945commit c7e38e413ae69120d3e51f132c7cb1d6b3514d03 16946Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 16947Date: Thu Jun 5 22:28:59 2008 +0900 16948 16949 [MIPS] lib_mips/time.c: Replace CP0 access functions with existing macros 16950 16951 We already have many pre-defined CP0 access macros in <asm/mipsregs.h>. 16952 This patch replaces mips_{compare,count}_set and mips_count_get with 16953 existing macros. 16954 16955 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 16956 16957commit 6b52cfe16cd539935e32bd8cf19146522e462a4d 16958Author: Remy Bohmer <linux@bohmer.net> 16959Date: Tue Jun 3 15:48:17 2008 +0200 16960 16961 Get rid of annoying/superfluous bad-checksum warning message 16962 16963 U-boot can complain a lot about 'checksum bad' when it is attached to the network. 16964 It is annoying for ordinary users who start to doubt the network connection 16965 in general when they see messages like this. 16966 16967 This is caused by the routine NetCksumOk() which cannot handle IP-headers longer 16968 than 20 bytes. Those packages can be ignored anyway by U-boot, so we trash them 16969 now before checking the checksum. 16970 16971 Signed-off-by: Remy Bohmer <linux@bohmer.net> 16972 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 16973 16974commit d6ee5fa40c26970d39990c6fc4a2f20a97822650 16975Author: Remy Bohmer <linux@bohmer.net> 16976Date: Wed Jun 4 10:47:25 2008 +0200 16977 16978 Fix order for reading rx-status registers in 32bit mode of DM9000 16979 16980 A last minute cleanup before submitting the DM9000A patch series yesterday introduced 16981 a bug in reading the rx-status registers in 32bit mode only. 16982 This patch repairs this. 16983 16984 Signed-off-by: Remy Bohmer <linux@bohmer.net> 16985 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 16986 16987commit 98291e2e689096420465074cce926b226d2e71b4 16988Author: Remy Bohmer <linux@bohmer.net> 16989Date: Tue Jun 3 15:26:26 2008 +0200 16990 16991 DM9000: Some minor code cleanups 16992 16993 Some lines of the U-boot DM9000x driver are longer than 80 characters, or 16994 need some other minor cleanup. 16995 16996 Signed-off-by: Remy Bohmer <linux@bohmer.net> 16997 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 16998 16999commit 850ba7555dbd4ca8d14fc475b864d534797adab3 17000Author: Remy Bohmer <linux@bohmer.net>
17001Date: Tue Jun 3 15:26:25 2008 +0200 17002 17003 DM9000: Make driver work properly for DM9000A 17004 17005 The DM9000A network controller does not work with the U-boot DM9000x driver. 17006 Analysis showed that many incoming packets are lost. 17007 17008 The DM9000A Application Notes V1.20 (section 5.6.1) recommend that the poll to 17009 check for a valid rx packet be done on the interrupt status register, not 17010 directly by performing the dummy read and the rx status check as is currently 17011 the case in the u-boot driver. 17012 17013 When the recommended poll is done as suggested the driver starts working 17014 correctly on 10Mbit/HD, but on 100MBit/FD packets come in faster so that there 17015 can be more than 1 package in the fifo at the same time. 17016 17017 The driver must perform the rx-status check in a loop and read and handle all 17018 packages until there is no more left _after_ the interrupt RX flag is set. 17019 17020 This change has been tested with DM9000A, DM9000E, DM9000EP. 17021 17022 Signed-off-by: Remy Bohmer <linux@bohmer.net> 17023 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 17024 17025commit fbcb7ece0ea1e364180f1cf963e0fa0ce7f6560d 17026Author: Remy Bohmer <linux@bohmer.net> 17027Date: Tue Jun 3 15:26:24 2008 +0200 17028 17029 DM9000: Improve eth_reset() routine 17030 17031 According to the application notes of the DM9000 v1.22 chapter 5.2 bullet 2, the 17032 reset procedure must be done twice to properly reset the DM9000 by means of software. 17033 This errata is not needed anymore for the DM9000A, but it does not bother it. 17034 17035 This change has been tested with DM9000A, DM9000E, DM9000EP. 17036 17037 Signed-off-by: Remy Bohmer <linux@bohmer.net> 17038 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 17039 17040commit acba31847fad9ae40708cc2c9f3a634ec35f3416 17041Author: Remy Bohmer <linux@bohmer.net> 17042Date: Tue Jun 3 15:26:23 2008 +0200 17043 17044 DM9000: improve eth_send() routine 17045 17046 The eth_send routine of the U-boot DM9000x driver does not match the 17047 DM9000 or DM9000A application notes/programming guides. 17048 17049 This change improves the stability of the DM9000A network controller. 17050 17051 This change has been tested with DM9000A, DM9000E, DM9000EP. 17052 17053 Signed-off-by: Remy Bohmer <linux@bohmer.net> 17054 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 17055 17056commit 134e266253c02a7832560da59d394989c4f64453 17057Author: Remy Bohmer <linux@bohmer.net> 17058Date: Tue Jun 3 15:26:22 2008 +0200 17059 17060 DM9000: repair debug logging 17061 17062 It seems that the debugging code of the DM9000x driver in U-boot has not been 17063 compiled for a long time, because it cannot compile... 17064 17065 Also rearranged some loglines to get more useful info while debugging. 17066 17067 Signed-off-by: Remy Bohmer <linux@bohmer.net> 17068 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 17069 17070commit a101361bfe23c120321e45d114c0603b8e0763e9 17071Author: Remy Bohmer <linux@bohmer.net> 17072Date: Tue Jun 3 15:26:21 2008 +0200 17073 17074 DM9000: Add data bus-width auto detection. 17075 17076 The U-boot DM9000x driver contains a compile time bus-width definition for 17077 the databus connected to the network controller. 17078 17079 This compile check makes the code unclear, inflexible and is unneccessary. 17080 It can be asked to the network controller what its bus-width is by reading bits 17081 6 and 7 of the interrupt status register. 17082 17083 The linux kernel already uses a runtime mechanism to determine this bus-width, 17084 so the implementation below looks somewhat like that implementation. 17085 17086 This change has been tested with DM9000A, DM9000E, DM9000EP. 17087 17088 Signed-off-by: Remy Bohmer <linux@bohmer.net> 17089 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 17090 17091commit 63a0afa0c32e5f4ea98a9439542870072437404d 17092Author: Stefan Roese <sr@denx.de> 17093Date: Wed Jun 4 19:19:20 2008 +0200 17094 17095 ppc4xx: Fix problem with SDRAM init in bamboo NAND booting port 17096 17097 This patch fixes a problem spotted by Eugene O'Brian (thanks Eugene) 17098 introduced by the commit: 17099 17100 ppc4xx/NAND_SPL: Consolidate 405 and 440 NAND booting code in start.S 17101 17102 With this patch SDRAM will get initialized again and booting from NAND 17103 is working again. 17104 17105 Signed-off-by: Stefan Roese <sr@denx.de> 17106 Acked-by: Eugene O'Brien <eugene.obrien@advantechamt.com> 17107 17108commit 9ef1cbef1a649e3779298b0e663be4865cbbbfbc 17109Author: Wolfgang Denk <wd@denx.de> 17110Date: Tue May 27 14:19:30 2008 +0200 17111 17112 Socrates: Fix PCI bus frequency report 17113 17114 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com> 17115 17116commit 8ec6e332eace0ee78c71ee5f645d12b06813b86f 17117Author: Tor Krill <tor@excito.com> 17118Date: Thu May 29 11:10:30 2008 +0200 17119 17120 Fix incorrect switch for IF_TYPE in part.c 17121 17122 Use correct field in block_dev_desc_t when writing interface type in 17123 dev_print. Error introduced in 574b3195. 17124 17125 Also added fix from Martin Krause 17126 17127 Signed-off-by: Tor Krill <tor@excito.com> 17128 17129commit b64b8a0bd310935b70af69ac970952f2b364ae56 17130Author: Andre Schwarz <andre.schwarz@matrix-vision.de> 17131Date: Tue May 27 10:25:39 2008 +0200 17132 17133 Add size #defines for Altera Cyclone-II EP2C8 and EP2C20. 17134 17135 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de> 17136 17137commit 35ef877f0a8f6232cdef748f442fed5accb2b641 17138Author: Peter Tyser <ptyser@xes-inc.com> 17139Date: Thu May 22 18:56:52 2008 -0500 17140 17141 Additional fix to readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating 17142 17143 Removed unneeded command line history initialization. Also, the original 17144 code would access the 'initted' variable before relocation to SDRAM 17145 which resulted in erratic behavior since the bss is not initialized when 17146 executing from flash. 17147 17148 Signed-off-by: Peter Tyser <ptyser@xes-inc.com> 17149 17150commit 22f371b63038a4ecab04068877c1089e51a01ba1 17151Author: Grant Erickson <gerickson@nuovations.com> 17152Date: Wed May 21 13:28:30 2008 -0700 17153 17154 PPC4xx: Simplified post_word_{load, store} 17155 17156 This patch simplifies post_word_{load,store} by using the preprocessor 17157 to eliminate redundant, copy-and-pasted code. 17158 17159 Signed-off-by: Grant Erickson <gerickson@nuovations.com> 17160 17161commit 9c048b523413ae5f3ff34e00cf57569c3368ab51 17162Author: Vasiliy Leoenenko <vasiliy.leonenko@mail.ru> 17163Date: Wed May 7 21:25:33 2008 +0400 17164 17165 cfi_flash: enable M18 flash chips family support. 17166 17167 Added new command set ID. Buffered write command processing is changed 17168 in order to support M18 flash chips family. 17169 17170 Signed-off-by: Alexey Korolev <akorolev@infradead.org> 17171 Signed-off-by: Vasiliy Leonenko <vasiliy.leonenko@mail.ru> 17172 17173commit 93c56f212ccdadc182018f0769cb284426b88f1d 17174Author: Vasiliy Leoenenko <vasiliy.leonenko@mail.ru> 17175Date: Wed May 7 21:24:44 2008 +0400 17176 17177 cfi_flash: support of long cmd in U-boot. 17178 17179 Some NOR flash chips needs support of commands with length grether than max 17180 value size of uchar. For example all M18 family chips use 0x1ff command in 17181 buffered write mode as value of program loops count. 17182 17183 Signed-off-by: Alexey Korolev <akorolev@infradead.org> 17184 Signed-off-by: Vasiliy Leonenko <vasiliy.leonenko@mail.ru> 17185 17186commit 4d91d1df2f16b511ab80dec50c80e050ba0d841e 17187Author: Stefan Roese <sr@denx.de> 17188Date: Fri May 16 11:06:06 2008 +0200 17189 17190 DTT: Issue one-shot command on AD7414 (LM75 code) to read temp 17191 17192 On AD7414 the first value upon bootup is not read correctly. 17193 This is most likely because of the 800ms update time of the 17194 temp register in normal update mode. To get current values 17195 each time we issue the "dtt" command including upon powerup 17196 we switch into one-short mode. 17197 17198 This patch fixes the problem on AD7414 equipped boards (Sequoia, 17199 Canyonlands etc), that temp value printed in the bootup log was 17200 incorrect. 17201 17202 Signed-off-by: Stefan Roese <sr@denx.de> 17203 17204commit de5bfcf7b0425e032be12698252dbaa6b65a28c0 17205Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 17206Date: Fri May 30 16:55:06 2008 +0200 17207 17208 ppc4xx: Cleanup CPCI405 variant's config file 17209 17210 This patch removes some dead code from CPCI405 board's 17211 config files. JFFS2 support is also removed. It's not used and 17212 CPCI4052 does not build anymore without some size reduction. 17213 17214 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 17215 17216commit 2918eb9d42bc705fcbd18c9fcc39d15ff2843c65 17217Author: Kenneth Johansson <kenneth@southpole.se> 17218Date: Thu May 29 16:32:33 2008 +0200 17219 17220 Remove shell variable UNDEF_SYM. 17221 17222 UNDEF_SYM is a shell variable in the main Makefile used to force the 17223 linker to add all u-boot commands to the final image. It has no use here. 17224 17225 Signed-off-by: Kenneth Johansson <kenneth@southpole.se> 17226 17227commit 8c66497e06bf803489c589df58ee591d71033274 17228Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 17229Date: Fri May 16 11:10:35 2008 +0200 17230 17231 Add support for environment in SPI flash 17232 17233 This is pretty incomplete...it doesn't handle reading the environment 17234 before relocation, it doesn't support redundant environment, and it 17235 doesn't support embedded environment. But apart from that, it does 17236 seem to work. 17237 17238 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 17239 17240commit b6368467e6a97f225e0a5fd7bfc5c7598ef5ddc4 17241Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 17242Date: Fri May 16 11:10:34 2008 +0200 17243 17244 SPI Flash: Add "sf" command 17245 17246 This adds a new command, "sf" which can be used to manipulate SPI 17247 flash. Currently, initialization, reading, writing and erasing is 17248 supported. 17249 17250 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 17251 17252commit d25ce7d24cc0f93881559f4009175ea305af65e8 17253Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 17254Date: Fri May 16 11:10:33 2008 +0200 17255 17256 SPI Flash subsystem 17257 17258 This adds a new SPI flash subsystem. 17259 17260 Currently, only AT45 DataFlash in non-power-of-two mode is supported, 17261 but some preliminary support for other flash types is in place as 17262 well. 17263 17264 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 17265 17266commit 60445cb5c3eb77ed1a07f2d908eef09174483698 17267Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com> 17268Date: Fri May 16 11:10:32 2008 +0200 17269 17270 atmel_spi: Driver for the Atmel SPI controller 17271 17272 This adds a driver for the SPI controller found on most AT91 and AVR32 17273 chips, implementing the new SPI API. 17274 17275 Changed in v4: 17276 - Update to new API 17277 - Handle zero-length transfers appropriately. The user may send a 17278 zero-length SPI transfer with SPI_XFER_END set in order to 17279 deactivate the chip select after a series of transfers with chip 17280 select active. This is useful e.g. when polling the status 17281 register of DataFlash. 17282 17283 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 17284 17285commit d255bb0e78d1cac5b7c8c98cb77a095f5f16de0d 17286Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 17287Date: Fri May 16 11:10:31 2008 +0200 17288 17289 SPI API improvements 17290 17291 This patch gets rid of the spi_chipsel table and adds a handful of new 17292 functions that makes the SPI layer cleaner and more flexible. 17293 17294 Instead of the spi_chipsel table, each board that wants to use SPI 17295 gets to implement three hooks: 17296 * spi_cs_activate(): Activates the chipselect for a given slave 17297 * spi_cs_deactivate(): Deactivates the chipselect for a given slave 17298 * spi_cs_is_valid(): Determines if the given bus/chipselect 17299 combination can be activated. 17300 17301 Not all drivers may need those extra functions however. If that's the 17302 case, the board code may just leave them out (assuming they know what 17303 the driver needs) or rely on the linker to strip them out (assuming 17304 --gc-sections is being used.) 17305 17306 To set up communication parameters for a given slave, the driver needs 17307 to call spi_setup_slave(). This returns a pointer to an opaque 17308 spi_slave struct which must be passed as a parameter to subsequent SPI 17309 calls. This struct can be freed by calling spi_free_slave(), but most 17310 driver probably don't want to do this. 17311 17312 Before starting one or more SPI transfers, the driver must call 17313 spi_claim_bus() to gain exclusive access to the SPI bus and initialize 17314 the hardware. When all transfers are done, the driver must call 17315 spi_release_bus() to make the bus available to others, and possibly 17316 shut down the SPI controller hardware. 17317 17318 spi_xfer() behaves mostly the same as before, but it now takes a 17319 spi_slave parameter instead of a spi_chipsel function pointer. It also 17320 got a new parameter, flags, which is used to specify chip select 17321 behaviour. This may be extended with other flags in the future. 17322 17323 This patch has been build-tested on all powerpc and arm boards 17324 involved. I have not tested NIOS since I don't have a toolchain for it 17325 installed, so I expect some breakage there even though I've tried 17326 fixing up everything I could find by visual inspection. 17327 17328 I have run-time tested this on AVR32 ATNGW100 using the atmel_spi and 17329 DataFlash drivers posted as a follow-up. I'd like some help testing 17330 other boards that use the existing SPI API. 17331 17332 But most of all, I'd like some comments on the new API. Is this stuff 17333 usable for everyone? If not, why? 17334 17335 Changed in v4: 17336 - Build fixes for various boards, drivers and commands 17337 - Provide common struct spi_slave definition that can be extended by 17338 drivers 17339 - Pass a struct spi_slave * to spi_cs_activate and spi_cs_deactivate 17340 - Make default bus and mode build-time configurable 17341 - Override default SPI bus ID and mode on mx32ads and imx31_litekit. 17342 17343 Changed in v3: 17344 - Add opaque struct spi_slave for controller-specific data associated 17345 with a slave. 17346 - Add spi_claim_bus() and spi_release_bus() 17347 - Add spi_free_slave() 17348 - spi_setup() is now called spi_setup_slave() and returns a 17349 struct spi_slave 17350 - soft_spi now supports four SPI modes (CPOL|CPHA) 17351 - Add bus parameter to spi_setup_slave() 17352 - Convert the new i.MX32 SPI driver 17353 - Convert the new MC13783 RTC driver 17354 17355 Changed in v2: 17356 - Convert the mpc8xxx_spi driver and the mpc8349emds board to the 17357 new API. 17358 17359 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 17360 Tested-by: Guennadi Liakhovetski <lg@denx.de> 17361 17362commit 289011207d999b2e4085150d2aa30d547ad9b800 17363Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 17364Date: Fri May 16 11:10:30 2008 +0200 17365 17366 Move definition of container_of() to common.h 17367 17368 AVR32 and AT91SAM9 both have their own identical definitions of 17369 container_of() taken from the Linux kernel. Move it to common.h so 17370 that all architectures can use it. 17371 17372 container_of() is already used by some drivers, and will be used 17373 extensively by the new and improved SPI API. 17374 17375 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 17376 17377commit 110e006fe67fb4a6e1719ae6956c79b7ffc0148b 17378Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 17379Date: Fri May 16 11:08:11 2008 +0200 17380 17381 soft_i2c: Pull SDA high before reading 17382 17383 Spotted by Dean Capindale. 17384 17385 Systems that support open-drain GPIO properly are allowed provide an 17386 empty I2C_TRISTATE define. However, this means that we need to be 17387 careful not to drive SDA low when the slave is expected to respond. 17388 17389 This patch adds a missing I2C_SDA(1) to read_byte() required to 17390 tristate the SDA line on systems that support open-drain GPIO. 17391 17392 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 17393 17394commit 3c1de1a6d36be9eee284a6c596a86e94f19cc5b2 17395Author: Stefan Roese <sr@denx.de> 17396Date: Mon May 19 11:34:53 2008 +0200 17397 17398 ppc4xx: Remove implementations of testdram() 17399 17400 This patch removes the used testdram() implementations of the board 17401 that are maintained by myself. 17402 17403 Signed-off-by: Stefan Roese <sr@denx.de> 17404 17405commit bbeff30cbd1c5d551eb0ad1c2239ec01844c0b0a 17406Author: Stefan Roese <sr@denx.de> 17407Date: Mon Jun 2 17:37:28 2008 +0200 17408 17409 ppc4xx: Remove superfluous dram_init() call or replace it by initdram() 17410 17411 Historically the 405 U-Boot port had a dram_init() call in early init 17412 stage. This function was still called from start.S and most of the time 17413 coded in assembler. This is not needed anymore (since a long time) and 17414 boards should implement the common initdram() function in C instead. 17415 17416 This patch now removed the dram_init() call from start.S and removes the 17417 empty implementations that are scattered through most of the 405 board 17418 ports. Some older board ports really implement this dram_init() though. 17419 These are: 17420 17421 csb272 17422 csb472 17423 ERIC 17424 EXBITGEN 17425 W7OLMC 17426 W7OLMG 17427 17428 I changed those boards to call this assembler dram_init() function now 17429 from their board specific initdram() instead. This *should* work, but please 17430 test again on those platforms. And it is perhaps a good idea that those 17431 boards use some common 405 SDRAM initialization code from cpu/ppc4xx at 17432 some time. So further patches welcome here. 17433 17434 Signed-off-by: Stefan Roese <sr@denx.de> 17435 17436commit 192f90e272b3989ee7b4a666d1fdab831f20f8d2 17437Author: Stefan Roese <sr@denx.de> 17438Date: Mon Jun 2 17:22:11 2008 +0200 17439 17440 ppc4xx: Use new 4xx SDRAM controller enable defines in common ECC code 17441 17442 Signed-off-by: Stefan Roese <sr@denx.de> 17443 17444commit 39b32be18cd33b53a84065edcd4e465165cc5564 17445Author: Stefan Roese <sr@denx.de> 17446Date: Mon Jun 2 17:20:03 2008 +0200 17447 17448 ppc4xx: Fix common ECC generation code for 440GP style platforms 17449 17450 This patch makes the common 4xx ECC code really usable on 440GP style 17451 platforms. 17452 17453 Since the IBM DDR controller used on 440GP/GX/EP/GR is not register 17454 compatible to the IBM DDR/2 controller used on 405EX/440SP/SPe/460EX/GT 17455 we need to make some processor dependant defines used later on by the 17456 driver. 17457 17458 Signed-off-by: Stefan Roese <sr@denx.de> 17459 17460commit ec724f883ee3f3925e6c55027e8ffa70ada83303 17461Author: Stefan Roese <sr@denx.de> 17462Date: Mon Jun 2 17:13:55 2008 +0200 17463 17464 ppc4xx: Change Kilauea to use the common DDR2 init function 17465 17466 This patch changes the kilauea and kilauea_nand (for NAND booting) 17467 board port to not use a board specific DDR2 init routine anymore. Now 17468 the common code from cpu/ppc4xx is used. 17469 17470 Thanks to Grant Erickson for all his basic work on this 405EX early 17471 bootup. 17472 17473 Signed-off-by: Stefan Roese <sr@denx.de> 17474 17475commit 17ceb069b85fbb9269c4dc09b2c237f88334c5ba 17476Author: Stefan Roese <sr@denx.de> 17477Date: Mon Jun 2 14:59:21 2008 +0200 17478 17479 ppc4xx: Consolidate PPC4xx SDRAM/DDR/DDR2 defines, part2 17480 17481 This patch now adds a new header file (asm-ppc/ppc4xx-sdram.h) for all 17482 ppc4xx related SDRAM/DDR/DDR2 controller defines. 17483 17484 Signed-off-by: Stefan Roese <sr@denx.de> 17485 17486commit 36ea16f6a066ccb046e91ebce4f326b69f4c0569 17487Author: Stefan Roese <sr@denx.de> 17488Date: Mon Jun 2 14:57:41 2008 +0200 17489 17490 ppc4xx: Consolidate PPC4xx SDRAM/DDR/DDR2 defines, part1 17491 17492 This patch removes all SDRAM related defines from the PPC4xx headers 17493 ppc405.h and ppc440.h. This is needed since now some 405 PPC's use 17494 the same SDRAM controller as 440 systems do (like 405EX and 440SP). 17495 17496 It also introduces new defines for the equipped SDRAM controller based on 17497 which PPC variant is used. There new defines are: 17498 17499 used on 405GR/CR/EP and some Xilinx Virtex boards. 17500 17501 used on 440GP/GX/EP/GR. 17502 17503 used on 440EPx/GRx. 17504 17505 used on 405EX/r/440SP/SPe/460EX/GT. 17506 17507 Signed-off-by: Stefan Roese <sr@denx.de> 17508 17509commit 64852d09e06dd6db2b2db2a3c59bc2db176a54d6 17510Author: Stefan Roese <sr@denx.de> 17511Date: Mon Jun 2 14:35:44 2008 +0200 17512 17513 ppc4xx/NAND_SPL: Consolidate 405 and 440 NAND booting code in start.S 17514 17515 This patch consolidates the 405 and 440 parts of the NAND booting code 17516 selected via CONFIG_NAND_SPL. Now common code is used to initialize the 17517 SDRAM by calling initdram() and to "copy/relocate" to SDRAM/OCM/etc. 17518 Only *after* running from this location, nand_boot() is called. 17519 17520 Please note that the initsdram() call is now moved from nand_boot.c 17521 to start.S. I experienced problems with some boards like Kilauea 17522 (405EX), which don't have internal SRAM (OCM) and relocation needs to 17523 be done to SDRAM before the NAND controller can get accessed. When 17524 initdram() is called later on in nand_boot(), this can lead to problems 17525 with variables in the bss sections like nand_ecc_pos[]. 17526 17527 Signed-off-by: Stefan Roese <sr@denx.de> 17528 Acked-by: Scott Wood <scottwood@freescale.com> 17529 17530commit 8a24c07ba5da2c72ad1f05e3eb8a463750200c98 17531Author: Grant Erickson <gerickson@nuovations.com> 17532Date: Thu May 22 14:44:24 2008 -0700 17533 17534 ppc4xx: Enable Primordial Stack for 40x and Unify ECC Handling 17535 17536 This patch (Part 2 of 2): 17537 17538 * Rolls up a suite of changes to enable correct primordial stack and 17539 global data handling when the data cache is used for such a purpose 17540 for PPC40x-variants (i.e. CFG_INIT_DCACHE_CS). 17541 17542 * Related to the first, unifies DDR2 SDRAM and ECC initialization by 17543 eliminating redundant ECC initialization implementations and moving 17544 redundant SDRAM initialization out of board code into shared 4xx 17545 code. 17546 17547 * Enables MCSR visibility on the 405EX(r). 17548 17549 * Enables the use of the data cache for initial RAM on 17550 both AMCC's Kilauea and Makalu and removes a redundant 17551 CFG_POST_MEMORY flag from each board's CONFIG_POST value. 17552 17553 - Removed, per Stefan Roese's request, defunct memory.c file for 17554 Makalu and rolled sdram_init from it into makalu.c. 17555 17556 With respect to the 4xx DDR initialization and ECC unification, there 17557 is certainly more work that can and should be done (file renaming, 17558 etc.). However, that can be handled at a later date on a second or 17559 third pass. As it stands, this patch moves things forward in an 17560 incremental yet positive way for those platforms that utilize this 17561 code and the features associated with it. 17562 17563 Signed-off-by: Grant Erickson <gerickson@nuovations.com> 17564 Signed-off-by: Stefan Roese <sr@denx.de> 17565 17566commit c821b5f120bedf73867513466412587c6912a8f8 17567Author: Grant Erickson <gerickson@nuovations.com> 17568Date: Thu May 22 14:44:14 2008 -0700 17569 17570 ppc4xx: Enable Primordial Stack for 40x and Unify ECC Handling 17571 17572 This patch (Part 1 of 2): 17573 17574 * Rolls up a suite of changes to enable correct primordial stack and 17575 global data handling when the data cache is used for such a purpose 17576 for PPC40x-variants (i.e. CFG_INIT_DCACHE_CS). 17577 17578 * Related to the first, unifies DDR2 SDRAM and ECC initialization by 17579 eliminating redundant ECC initialization implementations and moving 17580 redundant SDRAM initialization out of board code into shared 4xx 17581 code. 17582 17583 * Enables MCSR visibility on the 405EX(r). 17584 17585 * Enables the use of the data cache for initial RAM on 17586 both AMCC's Kilauea and Makalu and removes a redundant 17587 CFG_POST_MEMORY flag from each board's CONFIG_POST value. 17588 17589 - Removed, per Stefan Roese's request, defunct memory.c file for 17590 Makalu and rolled sdram_init from it into makalu.c. 17591 17592 With respect to the 4xx DDR initialization and ECC unification, there 17593 is certainly more work that can and should be done (file renaming, 17594 etc.). However, that can be handled at a later date on a second or 17595 third pass. As it stands, this patch moves things forward in an 17596 incremental yet positive way for those platforms that utilize this 17597 code and the features associated with it. 17598 17599 Signed-off-by: Grant Erickson <gerickson@nuovations.com> 17600 Signed-off-by: Stefan Roese <sr@denx.de> 17601 17602commit a439680019e06171d4a5694b7992accce87f590e 17603Author: Grant Erickson <gerickson@nuovations.com> 17604Date: Wed May 21 13:28:30 2008 -0700 17605 17606 PPC4xx: Simplified post_word_{load, store} 17607 17608 This patch simplifies post_word_{load,store} by using the preprocessor 17609 to eliminate redundant, copy-and-pasted code. 17610 17611 Signed-off-by: Grant Erickson <gerickson@nuovations.com> 17612 17613commit f979690ee337450b2030aba128f95b7a8d9881c0 17614Author: Kumar Gala <galak@kernel.crashing.org> 17615Date: Thu May 15 15:13:08 2008 -0500 17616 17617 Fix warnings from gcc-4.3.0 build on a ppc host 17618 17619 * The cfi_flash.c memset fix actual allows the board to boot so there is 17620 a bit more going on here than just resolving warnings associated with 17621 uninitialized variables. 17622 17623 * include/asm/bitops.h:302: warning: '__swab32p' is static but used in 17624 inline function 'ext2_find_next_zero_bit' which is not static 17625 17626 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 17627 17628commit 9b124a68346ce9605b6e1fcf79e1021541cdba9e 17629Author: Becky Bruce <becky.bruce@freescale.com> 17630Date: Wed May 14 13:09:51 2008 -0500 17631 17632 MPC512x: Change traps.c to not reference non-addressable memory 17633 17634 Currently, END_OF_RAM is used by the trap code to determine if 17635 we should attempt to access the stack pointer or not. However, 17636 on systems with a lot of RAM, only a subset of the RAM is 17637 guaranteed to be mapped in and accessible. Change END_OF_RAM 17638 to use get_effective_memsize() instead of using the raw ram 17639 size out of the bd. 17640 17641 Signed-off-by: Becky Bruce <becky.bruce@freescale.com> 17642 17643commit 81673e9ae14b771cd13faf19947192599cae3959 17644Author: Kumar Gala <galak@kernel.crashing.org> 17645Date: Tue May 13 19:01:54 2008 -0500 17646 17647 Make sure common.h is the first include. 17648 17649 If common.h isn't first we can get CONFIG_ options defined in the 17650 board config file ignored. This can cause an issue if any of those 17651 config options impact the size of types of data structures 17652 (eg CONFIG_PHYS_64BIT). 17653 17654 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 17655 17656commit 95d449ad4de79dd32b1705b8a4d3550f1e9081e3 17657Author: Marian Balakowicz <m8@semihalf.com> 17658Date: Tue May 13 15:53:29 2008 +0200 17659 17660 Avoid initrd and logbuffer area overlaps 17661 17662 Add logbuffer to reserved LMB areas to prevent initrd allocation 17663 from overlaping with it. 17664 17665 Make sure to use correct logbuffer base address. 17666 17667 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 17668 17669commit 6956d53d9934862507f83f0e3255dfd4662e7482 17670Author: Sascha Laue <sascha.laue@liebherr.com> 17671Date: Tue May 13 13:29:54 2008 +0200 17672 17673 lwmon5: add memory-pattern-test to FPGA POST. 17674 17675commit e34a0e911b6a1568d0ca864234fbd0ee060d9b35 17676Author: Becky Bruce <becky.bruce@freescale.com> 17677Date: Thu May 8 19:02:51 2008 -0500 17678 17679 PPC: 86xx Add bat registers to reginfo command 17680 17681 Signed-off-by: Becky Bruce <becky.bruce@freescale.com> 17682 17683commit d5b9b8cdb8b6eb3a8b0f5d9909d69ccc9c703ed9 17684Author: Becky Bruce <becky.bruce@freescale.com> 17685Date: Fri May 9 15:41:35 2008 -0500 17686 17687 PPC: Add print_bats() to lib_ppc/bat_rw.c 17688 17689 This function prints the values of all the BAT register 17690 pairs - I needed this for debug earlier this week; adding it to 17691 lib_ppc so others can use it (and add it to reginfo commands 17692 if so desired). 17693 17694 Signed-off-by: Becky Bruce <becky.bruce@freescale.com> 17695 17696commit c148f24c15743a02e855636e6bed013bd121f7f2 17697Author: Becky Bruce <becky.bruce@freescale.com> 17698Date: Thu May 15 21:29:04 2008 -0500 17699 17700 PPC: Change lib_ppc/bat_rw.c to use high bats 17701 17702 Currently, this code only deals with BATs 0-3, which makes 17703 it useless on systems that support BATs 4-7. Add the 17704 support for these registers. 17705 17706 Signed-off-by: Becky Bruce <Becky.bruce@freescale.com> 17707 17708commit 31d826722434931e1152a09d140187dcf72f8aac 17709Author: Becky Bruce <becky.bruce@freescale.com> 17710Date: Thu May 8 19:02:12 2008 -0500 17711 17712 PPC: Create and use CONFIG_HIGH_BATS 17713 17714 Change all code that conditionally operates on high bat 17715 registers (that is, BATs 4-7) to look at CONFIG_HIGH_BATS 17716 instead of the myriad ways this is done now. Define the option 17717 for every config for which high bats are supported (and 17718 enabled by early boot, on parts where they're not always 17719 enabled) 17720 17721 Signed-off-by: Becky Bruce <becky.bruce@freescale.com> 17722 17723commit aa3b8bf9c30065bb2ea852799d32db5020598495 17724Author: Wolfgang Grandegger <wg@grandegger.com> 17725Date: Wed May 28 19:55:19 2008 +0200 17726 17727 E1000: Add support for the 82541GI LF Intel Pro 1000 GT Desktop Adapter 17728 17729 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com> 17730 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 17731 17732commit ff36fbb2e7583fb808eef773f511489c7a9c2df3 17733Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 17734Date: Wed May 28 13:06:25 2008 -0500 17735 17736 ColdFire: Add 10 base ethernet support for mcf5445x 17737 17738 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 17739 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 17740 17741commit 1a9fcc4b765599db24fa9c32293599f24c7a19ba 17742Author: Jason McMullan <mcmullan@netapp.com> 17743Date: Fri May 30 00:53:38 2008 +0900 17744 17745 mips: Add an 'include/asm/errno.h', like all other architectures 17746 17747 All other u-boot architectures have an include/asm/errno.h, so 17748 this change adds it to the mips include/asm-mips headers also. 17749 17750 Stolen from Linux 2.6.25. 17751 17752 Signed-off-by: Jason McMullan <mcmullan@netapp.com> 17753 17754commit e2ad8426624bac457acc6925b6ff408e9bf20466 17755Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 17756Date: Fri May 30 00:53:38 2008 +0900 17757 17758 [MIPS] <asm/mipsregs.h>: Update coprocessor register access macros 17759 17760 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 17761 17762commit 1a3adac81c292f2ee76e43cdeb2fbe8f915fe194 17763Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 17764Date: Fri May 30 00:53:38 2008 +0900 17765 17766 [MIPS] <asm/mipsregs.h>: Update register / bit field definitions 17767 17768 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 17769 17770commit bf462ae450a7f2eeeddc699ed345b391e3263540 17771Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 17772Date: Fri May 30 00:53:37 2008 +0900 17773 17774 [MIPS] <asm/mipsregs.h>: CodinygStyle cleanups 17775 17776 No functional changes. 17777 17778 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 17779 17780commit 89a1550ec6b74452274a7a23127936e2c7eec711 17781Author: Jason McMullan <mcmullan@netapp.com> 17782Date: Fri May 30 00:53:37 2008 +0900 17783 17784 mips: If CONFIG_CMD_SPI is defined, call spi_init() 17785 17786 The mips architecture currently does not call 'spi_init()' in the generic 17787 board initialization routine is CONFIG_CMD_SPI is defined. 17788 17789 This patch rectifies that problem. 17790 17791 Signed-off-by: Jason McMullan <mcmullan@netapp.com> 17792 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 17793 17794commit e996bc339b0f39f6c0b29b1455ba7eb318b023d3 17795Author: Jason McMullan <mcmullan@netapp.com> 17796Date: Fri May 30 00:53:37 2008 +0900 17797 17798 [MIPS] lib_mips/board.c: Add nand_init 17799 17800 This patch adds the standard 'nand_init()' call to the mips generic 17801 'board_init_r()' call, bringing MIPS in line with the other architectures. 17802 17803 Signed-off-by: Jason McMullan <mcmullan@netapp.com> 17804 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 17805 17806commit d6ac2ed893c2168738aee01579d6283af8d37045 17807Author: Scott Wood <scottwood@freescale.com> 17808Date: Thu May 22 10:49:46 2008 -0500 17809 17810 Remove prototypes of nand_init() in favor of including nand.h. 17811 17812 Likewise with onenand_init(). 17813 17814 Signed-off-by: Scott Wood <scottwood@freescale.com> 17815 17816commit 229c56f07a82eacda8c8720cb146fc9be0f6db54 17817Author: Scott Wood <scottwood@freescale.com> 17818Date: Thu May 22 10:49:00 2008 -0500 17819 17820 Make onenand_uboot.h self-sufficient. 17821 17822 Don't assume types are provided by previously included headers. 17823 17824 Signed-off-by: Scott Wood <scottwood@freescale.com> 17825 17826commit 9723bbb46abb7b2ca24eead5114a3faa58060c20 17827Author: Dirk Behme <dirk.behme@gmail.com> 17828Date: Wed Jan 16 14:26:59 2008 +0100 17829 17830 nand: Correct NAND erase percentage output 17831 17832 For NAND erase sizes smaller than one NAND erase block, erase 17833 percentage output becomes grater than 100% e.g. 17834 17835 -- cut -- 17836 > nand info 17837 Device 0: NAND 64MiB 1,8V 8-bit, sector size 16 KiB 17838 > nand erase 0x100000 0x2000 17839 NAND erase: device 0 offset 0x100000, size 0x2000 17840 Erasing at 0x100000 -- 200% complete. 17841 OK 17842 > 17843 -- cut -- 17844 17845 Correct this and give user a warning that more is erased than specified: 17846 17847 -- cut -- 17848 > nand erase 0x100000 0x2000 17849 NAND erase: device 0 offset 0x100000, size 0x2000 17850 Warning: Erase size 0x00002000 smaller than one erase block 0x00004000 17851 Erasing 0x00004000 instead 17852 Erasing at 0x100000 -- 100% complete. 17853 OK 17854 > 17855 -- cut -- 17856 17857 Signed-off-by: Dirk Behme <dirk.behme@gmail.com> 17858 17859commit 5922db6c0948506be91e0de44e7a6863a18a417f 17860Author: Stelian Pop <stelian@popies.net> 17861Date: Tue May 13 17:31:24 2008 +0200 17862 17863 Cleanup nand_info[] declaration. 17864 17865 The nand_info array is declared as extern in several .c files. 17866 Those days, nand.h contains a reference to the array, so there is 17867 no need to declare it elsewhere. 17868 17869 Signed-off-by: Stelian Pop <stelian@popies.net> 17870 Signed-off-by: Scott Wood <scottwood@freescale.com> 17871 17872commit 135f0a7488af2947adbe4b40b79280bdfe5e9886 17873Author: Scott Wood <scottwood@freescale.com> 17874Date: Mon May 19 09:30:43 2008 -0500 17875 17876 NAND: Provide a sane default for NAND_MAX_CHIPS. 17877 17878 This allows the header to be included regardless of whether a board's 17879 config file provides NAND-related defininitions. 17880 17881 Signed-off-by: Scott Wood <scottwood@freescale.com> 17882 17883commit a8092c021d27f27f4b323b7d49979ca01b3fc19d 17884Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 17885Date: Mon May 26 12:19:10 2008 +0200 17886 17887 avr32: Fix theoretical race in udelay() 17888 17889 If the specified delay is very short, the cycle counter may go past the 17890 "end" time we are waiting for before we get around to reading it. 17891 17892 Fix it by checking the different between the cycle count "now" and the 17893 cycle count at the beginning. This will work as long as the delay 17894 measured in number of cycles is below 2^31. 17895 17896 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 17897 17898commit 48ea623eae8674793372e3e7c95e72e5a44d7a95 17899Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 17900Date: Wed May 21 13:01:09 2008 +0200 17901 17902 avr32: Compile atmel_mci.o conditionally 17903 17904 Remove #ifdef CONFIG_MMC from the source file and use conditional 17905 compilation in the Makefile instead. 17906 17907 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 17908 17909commit e92a5bf8330654e33ac13f6b3058634e58f5d1c0 17910Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 17911Date: Thu May 22 12:28:25 2008 +0200 17912 17913 avr32: Fix wrong error flags in atmel_mci driver 17914 17915 Make sure we check for CRC errors when sending commands that use CRC 17916 checking. 17917 17918 Reported-by: Gururaja Hebbar K R <gururajakr@sanyo.co.in> 17919 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 17920 17921commit 7a96ddadd13e6ac9a829affce9b6f8823f580e49 17922Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 17923Date: Wed May 21 11:10:59 2008 +0200 17924 17925 avr32: Fix two warnings in atmel_mci.c 17926 17927 The warnings are harmless but annoying. Let's fix them. 17928 17929 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 17930 17931commit a23e277c4a3a2bbc42d237aae29da3a8971e757f 17932Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 17933Date: Mon May 19 11:36:28 2008 +0200 17934 17935 avr32: Rework SDRAM initialization code 17936 17937 This cleans up the SDRAM initialization and related code a bit, and 17938 allows faster booting. 17939 17940 * Add definitions for EBI and internal SRAM to asm/arch/memory-map.h 17941 * Remove memory test from sdram_init() and make caller responsible 17942 for verifying the SDRAM and determining its size. 17943 * Remove base_address member from struct sdram_config (was sdram_info) 17944 * Add data_bits member to struct sdram_config and kill CFG_SDRAM_16BIT 17945 * Add support for a common STK1000 hack: 16MB SDRAM instead of 8. 17946 17947 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 17948 17949commit 95107b7c028806919630bf02c653aa8f4f867c94 17950Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 17951Date: Mon May 19 11:27:37 2008 +0200 17952 17953 avr32: Do stricter stack checking in the exception handler 17954 17955 Don't do a stack dump if the stack pointer is outside the memory area 17956 reserved for stack. 17957 17958 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 17959 17960commit caf83ea888a0220f41747d0b7748fa43b4a4bd49 17961Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 17962Date: Fri May 2 15:32:57 2008 +0200 17963 17964 avr32: Use the same entry point for reset and exception handling 17965 17966 Since the reset vector is always aligned to a very large boundary, we 17967 can save a couple of KB worth of alignment padding by placing the 17968 exception vectors at the same address. 17969 17970 Deciding which one it is is easy: If we're handling an exception, the 17971 CPU is in Exception mode. If we're starting up after reset, the CPU is 17972 in Supervisor mode. So this adds a very minimal overhead to the reset 17973 path (only executed once) and the exception handling path (normally 17974 never executed at all.) 17975 17976 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 17977 17978commit 0c16eed2189a190bd5655b33c029f809a9b31128 17979Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 17980Date: Fri May 2 15:24:22 2008 +0200 17981 17982 avr32: Put memset in its own section 17983 17984 All C code is compiled with -ffunction-sections -fdata-sections. 17985 Assembly functions should get their own sections as well so that 17986 everything looks consistent. 17987 17988 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 17989 17990commit 3ace2527ba80bd2fe1bceaab50d0b3c4fb5dd020 17991Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 17992Date: Fri May 2 15:21:40 2008 +0200 17993 17994 avr32: Rename pm_init() as clk_init() and make SoC-specific 17995 17996 pm_init() was always more about clock initialization than anything 17997 else. Dealing with PLLs, clock gating and such is also inherently 17998 SoC-specific, so move it into a SoC-specific directory. 17999 18000 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
18001 18002commit 4f5972c3b2454c22957f2842cfe64ec8118e015b 18003Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 18004Date: Wed Apr 30 16:15:57 2008 +0200 18005 18006 avr32: Use new-style Makefile for the at32ap platform 18007 18008 This makes it easier to avoid compiling certain files later. 18009 18010 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 18011 18012commit a9b2bb78a1bd8ebdb633509bdd1c8134d527b213 18013Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 18014Date: Wed Apr 30 14:36:47 2008 +0200 18015 18016 avr32: Remove unused file cpu/at32ap/pm.c 18017 18018 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 18019 18020commit 44453b25b06426eef0b7b2fa7c026fdf19ce34f2 18021Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 18022Date: Wed Apr 30 14:19:28 2008 +0200 18023 18024 avr32: Clean up the HMATRIX code 18025 18026 Rework the HMATRIX configuration interface so that it becomes easier 18027 to configure the HMATRIX for boards with special needs, and add new 18028 parts. 18029 18030 The HMATRIX header file has been split into a general, 18031 chip-independent part with register definitions, etc. and a 18032 chip-specific part with SFR bitfield definitions and master/slave 18033 identifiers. 18034 18035 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 18036 18037commit 0a2e48792dd372c90b80059f3235e67a567e16fc 18038Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 18039Date: Thu Nov 22 12:14:11 2007 +0100 18040 18041 avr32: Add support for the ATSTK1006 board 18042 18043 This is a replacement for ATSTK1002 with 64MB SDRAM and NAND flash on 18044 board. It's currently in production and will be available soon. 18045 18046 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 18047 18048commit 781eb9a1e4af4bd34c138e6126ec5cc6dd4b5440 18049Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 18050Date: Tue Apr 29 12:53:05 2008 +0200 18051 18052 avr32: Get rid of the .flashprog section 18053 18054 The .flashprog section was only needed back when we were running 18055 directly from flash, and it's even more useless on NGW100 since it 18056 uses the CFI flash driver which never used this workaround in the 18057 first place. 18058 18059 Remove it on STK1000 as well, and get rid of all the associated code and 18060 annotations. 18061 18062 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 18063 18064commit cdd42c0c7a5205fc380912d83229069a71ea3abf 18065Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 18066Date: Wed Apr 30 13:09:56 2008 +0200 18067 18068 avr32: Use correct condition around macb clock accessors 18069 18070 get_macb_pclk_rate() and get_macb_hclk_rate() should be available when 18071 the chip has a MACB controller, not when it has a USART. 18072 18073 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 18074 18075commit f793a3581901ff39c2abb94012d9bbc8573ccf02 18076Author: David Brownell <david-b@pacbell.net> 18077Date: Wed Apr 16 22:57:58 2008 -0700 18078 18079 avr32: Disable the AP7000 internal watchdog on startup 18080 18081 This patch forces the watchdog off in all cases. That will at least 18082 get rid of the constant reboot cycle, though it won't let the watchdog 18083 actually run in the new kernels: its probe() comes up with a polite 18084 warning. 18085 18086 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 18087 18088commit 55ac7a7490b55da56659f95d82a0c83b9756df27 18089Author: David Brownell <david-b@pacbell.net> 18090Date: Fri Feb 22 12:54:39 2008 -0800 18091 18092 avr32: stk1002 and ngw100 convergence 18093 18094 Make STK1002 and NGW100 boards act more alike: 18095 - STK boards can use as many arguments as NGW 18096 - STK boards don't need to manage FPGAs either 18097 - NGW commands should match STK ones 18098 18099 Also spell U-Boot right in prompts for STK1002 and NGW100. 18100 18101 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> 18102 [haavard.skinnemoen@atmel.com: update STK100[34] as well] 18103 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 18104 18105commit 5e1882df6a3efc7de5524d28cea4ecde7d163d54 18106Author: Sergei Poselenov <sposelenov@emcraft.com> 18107Date: Tue May 27 13:47:00 2008 +0200 18108 18109 Socrates: Fix PCI bus frequency report 18110 18111 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com> 18112 18113commit 791e1dba8de76ad8e762a7badb869f224a1f8b82 18114Author: Sergei Poselenov <sposelenov@emcraft.com> 18115Date: Tue May 27 11:49:13 2008 +0200 18116 18117 Socrates: Added USB support. 18118 18119 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com> 18120 18121commit 5a904e5637cff1d708dc67098004f83ba9e84c54 18122Author: Sergei Poselenov <sposelenov@emcraft.com> 18123Date: Tue May 27 11:35:02 2008 +0200 18124 18125 USB: add new configuration variable CONFIG_PCI_OHCI_DEVNO 18126 18127 In case of several PCI USB controllers on a board this variable 18128 specifys which controller to use. 18129 See doc/README.generic_usb_ohci for details. 18130 18131 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com> 18132 18133commit 2f7468aeba60e1288030a8d007c4e63bd3f13221 18134Author: Sergei Poselenov <sposelenov@emcraft.com> 18135Date: Tue May 27 10:36:07 2008 +0200 18136 18137 Socrates: add support for DS75 Digital Thermo Sensor on I2C bus. 18138 18139 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com> 18140 18141commit 83e9d7a2614d4006b92690afa3390c291734267e 18142Author: Sergei Poselenov <sposelenov@emcraft.com> 18143Date: Mon May 26 18:16:04 2008 +0200 18144 18145 Socrates: Config file cleanup. 18146 18147 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com> 18148 18149commit 602cac1389b755b223272f2328a47e6f8c240848 18150Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 18151Date: Sat May 24 12:47:46 2008 +0200 18152 18153 MAKEALL: add at91 list 18154 18155 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 18156 18157commit 290ef6436838b1cc013bd67e0e0495c9eb3e23c0 18158Author: Ron Madrid <ron_madrid@sbcglobal.net> 18159Date: Fri May 23 15:37:05 2008 -0700 18160 18161 Add Marvell 88E1118 support for TSEC 18162 18163 Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net> 18164 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 18165 18166commit 557b377d8bfc8b833b6e749457bcdfa298331a24 18167Author: Jens Gehrlein <sew_s@tqs.de> 18168Date: Mon May 5 14:06:11 2008 +0200 18169 18170 smc911x: add 16 bit support 18171 18172 Signed-off-by: Jens Gehrlein <sew_s@tqs.de> 18173 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 18174 18175commit 6324e5bec8825f7fee3026ffbd394454ae8b53fb 18176Author: Christian Eggers <ceggers@gmx.de> 18177Date: Wed May 21 21:29:10 2008 +0200 18178 18179 Fix endianess conversion in usb_ohci.c 18180 18181 Sorry, I forgot this line: 18182 18183 Signed-off-by: Christian Eggers <ceggers@gmx.de> 18184 18185 I think this must be swapped (result may be equal). 18186 18187commit c918261c6d9f265f88baf70f8a73dfe6f0cb9596 18188Author: Christian Eggers <ceggers@gmx.de> 18189Date: Wed May 21 22:12:00 2008 +0200 18190 18191 USB: replace old swap_ with proper endianess conversion macros 18192 18193 Signed-off-by: Christian Eggers <ceggers@gmx.de> 18194 Signed-off-by: Markus Klotzbuecher <mk@denx.de> 18195 18196commit fb63939b4fe140849cdba69f9e64a3e0e2f3ce1c 18197Author: Christian Eggers <ceggers@gmx.de> 18198Date: Wed May 21 21:29:10 2008 +0200 18199 18200 Fix endianess conversion in usb_ohci.c 18201 18202 Signed-off-by: Christian Eggers <ceggers@gmx.de> 18203 Signed-off-by: Markus Klotzbuecher <mk@denx.de> 18204 18205commit 477434c63c2ea5baa5c6c4e43500786f436511ff 18206Author: Sergei Poselenov <sposelenov@emcraft.com> 18207Date: Thu May 22 01:15:53 2008 +0200 18208 18209 USB: add support for multiple PCI OHCI controllers 18210 18211 Add new configuration variable CONFIG_PCI_OHCI_DEVNO. 18212 In case of several PCI USB controllers on a board this variable 18213 specifys which controller to use. 18214 18215 Also add USB support for sokrates board. 18216 18217 See doc/README.generic_usb_ohci for details. 18218 18219 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com> 18220 Signed-off-by: Markus Klotzbuecher <mk@denx.de> 18221 18222commit ce6754df61cbe23b5b73d095a00ac9a8504b3d77 18223Author: Wolfgang Denk <wd@denx.de> 18224Date: Wed May 21 16:56:08 2008 +0200 18225 18226 Fix some whitespace issues 18227 18228 introduced by 53677ef18 "Big white-space cleanup." 18229 18230 Signed-off-by: Wolfgang Denk <wd@denx.de> 18231 18232commit 4416603aeb06861b468b06a981e52c3ff805db7b 18233Author: York Sun <yorksun@freescale.com> 18234Date: Mon May 12 14:36:39 2008 -0500 18235 18236 Make ads5121 out-of-tree compiling safe 18237 18238 Reuse the existing DIU driver in board/freescale/common. 18239 18240 Signed-off-by: York Sun <yorksun@freescale.com> 18241 18242commit 0e1bad47cd345c76c91a64caf41011e431b62599 18243Author: York Sun <yorksun@freescale.com> 18244Date: Mon May 5 10:20:01 2008 -0500 18245 18246 Adding DIU support for Freescale 5121ADS 18247 18248 Add DIU and cfb console support to FSL 5121ADS board. 18249 18250 Use #define CONFIG_VIDEO in config file to enable fb console. 18251 18252 Signed-off-by: York Sun <yorksun@freescale.com> 18253 18254commit a48ff68d235e671176f6b496c44246dbe5e0a93f 18255Author: York Sun <yorksun@freescale.com> 18256Date: Mon May 5 10:20:00 2008 -0500 18257 18258 Replace DPRINTF with debug 18259 18260 Remove DPRINTF macro and replace it with generic debug macro. 18261 18262 Signed-off-by: York Sun <yorksun@freescale.com> 18263 18264commit 3b80c5f574ad7f6e1c55a68f42752b427fdf778d 18265Author: York Sun <yorksun@freescale.com> 18266Date: Mon May 5 10:19:59 2008 -0500 18267 18268 Move pixel clock setting to board file 18269 18270 The clock divider has different format in 5121 and 8610. This patch moves it to 18271 board specific code. 18272 18273 Signed-off-by: York Sun <yorksun@freescale.com> 18274 18275commit 53677ef18e25c97ac613349087c5cb33ae5a2741 18276Author: Wolfgang Denk <wd@denx.de> 18277Date: Tue May 20 16:00:29 2008 +0200 18278 18279 Big white-space cleanup. 18280 18281 This commit gets rid of a huge amount of silly white-space issues. 18282 Especially, all sequences of SPACEs followed by TAB characters get 18283 removed (unless they appear in print statements). 18284 18285 Also remove all embedded "vim:" and "vi:" statements which hide 18286 indentation problems. 18287 18288 Signed-off-by: Wolfgang Denk <wd@denx.de> 18289 18290commit 2f845dc2bdf461bfee9fa25823f769f5db9eba0b 18291Author: Sergei Poselenov <sposelenov@emcraft.com> 18292Date: Thu May 8 17:46:23 2008 +0200 18293 18294 socrates: fix second TSEC configuration (it is actually TSEC3) 18295 18296 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com> 18297 18298commit 793670c3c0f0f72caead62f0be9fc3d9fbc6060f 18299Author: Sergei Poselenov <sposelenov@emcraft.com> 18300Date: Thu May 8 14:17:08 2008 +0200 18301 18302 Fixed reset for socrates 18303 18304 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com> 18305 18306commit e18575d5f589a62e19c70d471d4b4e27cad3af56 18307Author: Sergei Poselenov <sposelenov@emcraft.com> 18308Date: Wed May 7 15:10:49 2008 +0200 18309 18310 socrates: changes to support FDT 18311 18312 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com> 18313 Signed-off-by: Wolfgang Denk <wd@denx.de> 18314 18315commit 5d108ac8f435924c624cd6aaacd44f35f5cf94c0 18316Author: Sergei Poselenov <sposelenov@emcraft.com> 18317Date: Wed Apr 30 11:42:50 2008 +0200 18318 18319 Initial support for "Socrates" board 18320 18321 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com> 18322 18323commit 0e15ddd11f1a84c465e434eb051d2ef08ef02b9b 18324Author: Yuri Tikhonov <yur@emcraft.com> 18325Date: Thu May 8 15:46:42 2008 +0200 18326 18327 POST: replace the LOGBUFF_INITIALIZED flag in gd->post_log_word (1 << 31) with the GD_FLG_LOGINIT flag in gd->flags. 18328 18329 This way we become able to utilize the full post_log_word for POST 18330 activities (overwise, POST ECC, which has 0x8000 ID, could be 18331 erroneously treated as started in post_output_backlog() even if there 18332 was actually no POST ECC run (because of OCM POST failure, for 18333 example). 18334 18335 Signed-off-by: Yuri Tikhonov <yur@emcraft.com> 18336 18337commit 7845d49094c81321021b50a4dbb8864d2f3777e4 18338Author: Yuri Tikhonov <yur@emcraft.com> 18339Date: Thu May 8 15:46:02 2008 +0200 18340 18341 POST: mark OCM test as POST_STOP 18342 18343 Signed-off-by: Ilya Yanok <yanok@emcraft.com> 18344 18345commit 28a385065882d6cb6ac5f443311ff87887ed7c13 18346Author: Yuri Tikhonov <yur@emcraft.com> 18347Date: Thu May 8 15:45:26 2008 +0200 18348 18349 POST: add POST_STOP flag 18350 18351 Don't run futher tests in case of a test fails that is marked as 18352 POST_STOP. 18353 18354 Signed-off-by: Ilya Yanok <yanok@emcraft.com> 18355 Signed-off-by: Yuri Tikhonov <yur@emcraft.com> 18356 18357commit a525145d8110d15b4389d23c3ea8a78f22509d3f 18358Author: Yuri Tikhonov <yur@emcraft.com> 18359Date: Thu May 8 15:44:16 2008 +0200 18360 18361 POST: switch CFG_POST_OCM with CFG_POST_CODEC (workaround) 18362 18363 Switch the OCM testid with the codec one. The reason is that current 18364 implementation requires the POST_ROM testid to fit into lower 16 18365 bits, and the codec test will never run with POST_ROM hopefully. 18366 18367 Signed-off-by: Ilya Yanok <yanok@emcraft.com> 18368 18369commit 8b96c788d58f7cb85a89ee3f19c9b335d22443cd 18370Author: Yuri Tikhonov <yur@emcraft.com> 18371Date: Thu May 8 15:43:28 2008 +0200 18372 18373 lwmon5: enable OCM post test on lwmon5 board 18374 18375 Signed-off-by: Ilya Yanok <yanok@emcraft.com> 18376 18377commit 6e8ec682268493b8d098f99e17b1ce71b4448977 18378Author: Yuri Tikhonov <yur@emcraft.com> 18379Date: Thu May 8 15:42:47 2008 +0200 18380 18381 POST: OCM test added. 18382 18383 Added OCM test to POST layer. This version runs before all other tests 18384 but doesn't yet interrupt post sequence on failure. 18385 18386 Signed-off-by: Ilya Yanok <yanok@emcraft.com> 18387 Signed-off-by: Yuri Tikhonov <yur@emcraft.com> 18388 18389commit 6891260bdd935a382c95d9fa333922b0dfded68a 18390Author: Yuri Tikhonov <yur@emcraft.com> 18391Date: Thu May 8 15:40:39 2008 +0200 18392 18393 POST: typo fix 18394 18395 Signed-off-by: Ilya Yanok <yanok@emcraft.com> 18396 18397commit 727f63334676e760877d43bfb8f0e9331ac8b101 18398Author: Hebbar <gururajakr@sanyo.co.in> 18399Date: Tue May 20 02:16:36 2008 -0700 18400 18401 common/usb.c: fix incorrect escape sequence 18402 18403 Signed off by: Gururaja Hebbar <gururajakr@sanyo.co.in> 18404 18405commit 4ce1e23b5e12283579828b3d23e8fd6e1328a7aa 18406Author: York Sun <yorksun@freescale.com> 18407Date: Thu May 15 15:26:27 2008 -0500 18408 18409 Fix 8313ERDB board configuration 18410 18411 Change LCRR clock ratio from 2 to 4 to commodate VSC7385. 18412 Correct TSEC1 vs TSEC2 assignment. 18413 Define ETHADDR and ETH1ADDR always. 18414 18415 Signed-off-by: York Sun <yorksun@freescale.com> 18416 Signed-off-by: Timur Tabi <timur@freescale.com> 18417 18418commit 2c289e320dcfb3760e99cf1d765cb067194a1202 18419Author: Jon Loeliger <jdl@freescale.com> 18420Date: Mon May 19 09:47:25 2008 -0500 18421 18422 mpc86xx: Removed unused and unconfigured memory test code. 18423 18424 Besides, other common code exists. 18425 18426 Signed-off-by: Jon Loeliger <jdl@freescale.com> 18427 18428commit 180a90abdae72587c0f679edf8991455e559440d 18429Author: Wolfgang Denk <wd@denx.de> 18430Date: Mon May 19 12:47:11 2008 +0200 18431 18432 Release v1.3.3 18433 18434 Update CHANGELOG for release. 18435 18436 Signed-off-by: Wolfgang Denk <wd@denx.de> 18437 18438commit 16bedc661de0dae767b1377d8413373a3fbcfa79 18439Author: Stefan Roese <sr@denx.de> 18440Date: Mon May 19 07:14:38 2008 +0200 18441 18442 ppc4xx: Canyonlands: Disable PCIe0/SATA in dev-tree depending on selection 18443 18444 When SATA is selected (via jumper J6) we need to disable the first PCIe 18445 node in the device tree, so that Linux doesn't initialize it. Otherwise 18446 the Linux SATA driver will fail to detect the devices. 18447 18448 The same goes the other way around too. So if PCIe is selected we need 18449 to disable the SATA node in the device tree. 18450 18451 This is because PCIe port 0 and SATA on 460EX share the same pins 18452 (multiplexed) and we have to configure in U-Boot which peripheral is 18453 enabled. 18454 18455 Signed-off-by: Stefan Roese <sr@denx.de> 18456 18457commit 3cc27b426aeefe2930f911692e9df3143fb2565f 18458Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 18459Date: Sun May 18 19:09:58 2008 +0200 18460 18461 i386: Fix multiple definitions of __show_boot_progress 18462 18463 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 18464 18465commit 311f3446930c1e64c12026c1cfd00500b05be52d 18466Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 18467Date: Sun May 18 19:09:57 2008 +0200 18468 18469 sc530_spunk: add missing SOBJS entry 18470 18471 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 18472 18473commit a559317143b4f95927b08cd388707e6f077e95fa 18474Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 18475Date: Sun May 18 19:09:56 2008 +0200 18476 18477 sc520_spunk: Fix flash 18478 18479 flash.c:593: warning: dereferencing type-punned pointer will break strict-aliasing rules 18480 flash.c:398: error: label at end of compound statement 18481 18482 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 18483 18484commit 91f221317af64191ee8caf303ea9305943158691 18485Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 18486Date: Sun May 18 19:09:49 2008 +0200 18487 18488 drivers/pcmcia: add missing i82365 18489 18490 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 18491 18492commit dd223944132f97ffa52977ea95e5a52428f5cc2f 18493Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 18494Date: Sun May 18 19:09:47 2008 +0200 18495 18496 i386/bootm: remove unused var 18497 18498 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 18499 18500commit a9da341df19b32ad2ecb58ce529f7e4fada7814e 18501Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 18502Date: Sun May 18 19:09:45 2008 +0200 18503 18504 example/gitignore: update with all generated examples 18505 18506 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 18507 18508commit a38dc3ea8614f8b0c41e432b445a9959b9711295 18509Author: Wolfgang Denk <wd@denx.de> 18510Date: Thu May 15 00:42:45 2008 +0200 18511 18512 TQM8272: fix out-of-tree building 18513 18514 ...and add to MAKEALL script 18515 18516 Signed-off-by: Wolfgang Denk <wd@denx.de> 18517 18518commit 4f805c1e3a60b9263da8ec3bcd1f45edcefa7dcf 18519Author: Wolfgang Denk <wd@denx.de> 18520Date: Wed May 14 23:34:53 2008 +0200 18521 18522 environment: fix bug introduced by commit a8409f4f1ac8 18523 18524 env_get_char is not a function, but a pointer to one. 18525 18526 Signed-off-by: Wolfgang Denk <wd@denx.de> 18527 18528commit 0c11935cd62ca1f65eeb228ff4c848440d4553bf 18529Author: Gary Jennejohn <garyj@denx.de> 18530Date: Wed May 14 13:39:22 2008 +0200 18531 18532 ppc4xx: QUAD100HD: Allow the environment to be put into flash. 18533 18534 After moving TEXT_BASE the value for CFG_ENV_ADDR was incorrect. Also 18535 use a redundant environment. 18536 18537 Signed-off-by: Gary Jennejohn <garyj@denx.de> 18538 18539commit cda2a4a9961fd4341b7db305cb22fc05957e8b77 18540Author: Wolfgang Denk <wd@denx.de> 18541Date: Wed May 14 13:55:30 2008 +0200 18542 18543 Fix config files for out-of-tree building 18544 18545 Several board/<...>/config.mk files include dynamically built (by 18546 the Makefile) config files but used the wrong file name of 18547 $(TOPDIR)/board/$(BOARDDIR)/config.tmp 18548 instead if the correct 18549 $(OBJTREE)/board/$(BOARDDIR)/config.tmp 18550 18551 The bug is nasty because the build result is correct for the (normal) 18552 in-tree builds, and because 'sinclude' is used no errors get raised 18553 even for out-of-tree build tests. But out-of-tree builds use an 18554 incomplete and thus usually incorrect configuration... 18555 18556 Signed-off-by: Wolfgang Denk <wd@denx.de> 18557 18558commit 2dd7082e06d580404010b06fe4e0e8b7038a00c8 18559Author: Stefan Roese <sr@denx.de> 18560Date: Wed May 14 13:40:03 2008 +0200 18561 18562 ppc4xx: Fix bogus Canyonlands config.mk 18563 18564 This patch fixes the canyonlands config.mk file to enable correct 18565 out-of-tree builds. Thanks to Wolfgang Denk for spotting this. 18566 18567 Signed-off-by: Stefan Roese <sr@denx.de> 18568 18569commit fdd1247a66d788a3446244f6fde9955a93c26322 18570Author: Stefan Roese <sr@denx.de> 18571Date: Wed May 14 10:32:32 2008 +0200 18572 18573 ppc4xx: Individual handling of ddr2_fixed.c for canyonlands_nand build 18574 18575 Canyonlands has a file ddr2_fixed.c which needs special treatment when 18576 building in separate directory. It has to be linked to build directory 18577 otherwise it is not seen. 18578 18579 Signed-off-by: Stefan Roese <sr@denx.de> 18580 18581commit a8409f4f1ac84c36273c1a1e341189662521bcfb 18582Author: Wolfgang Denk <wd@denx.de> 18583Date: Wed May 14 12:22:49 2008 +0200 18584 18585 environment: cleanup prototype declarations of env functions. 18586 18587 Signed-off-by: Wolfgang Denk <wd@denx.de> 18588 18589commit cf39b07948015c480b72a6e732cf7d839aa93a9e 18590Author: Wolfgang Denk <wd@denx.de> 18591Date: Wed May 14 12:21:48 2008 +0200 18592 18593 linkstation_HGLAN: Fix out of tree building. 18594 18595 Signed-off-by: Wolfgang Denk <wd@denx.de> 18596 18597commit 085551c05ca09e6c491ea11a1c6727a36776a545 18598Author: Stefan Roese <sr@denx.de> 18599Date: Wed May 14 10:32:32 2008 +0200 18600 18601 ppc4xx: Individual handling of ddr2_fixed.c for canyonlands_nand build 18602 18603 Canyonlands has a file ddr2_fixed.c which needs special treatment when 18604 building in separate directory. It has to be linked to build directory 18605 otherwise it is not seen. 18606 18607 Signed-off-by: Stefan Roese <sr@denx.de> 18608 18609commit 1510b82d50615f344e89d42533e8224cce067dc0 18610Author: Wolfgang Denk <wd@denx.de> 18611Date: Tue May 13 23:15:52 2008 +0200 18612 18613 Makefile: fix "error: version_autogenerated.h: No such file or directory" 18614 18615 Signed-off-by: Wolfgang Denk <wd@denx.de> 18616 18617commit 54694a91428f6c3280fe1ee0923488a1e7e8dbc4 18618Author: Stelian Pop <stelian@popies.net> 18619Date: Tue May 13 17:31:24 2008 +0200 18620 18621 Cleanup nand_info[] declaration. 18622 18623 The nand_info array is declared as extern in several .c files. 18624 Those days, nand.h contains a reference to the array, so there is 18625 no need to declare it elsewhere. 18626 18627 Signed-off-by: Stelian Pop <stelian@popies.net> 18628 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 18629 18630commit 70fab1908fc1734a403711eaabbef546bc4b77dc 18631Author: Stefan Roese <sr@denx.de> 18632Date: Tue May 13 20:22:01 2008 +0200 18633 18634 ppc4xx: Add 405EX(r) revision C PVR definitions and detection code 18635 18636 Signed-off-by: Stefan Roese <sr@denx.de> 18637 18638commit 65dcfa79204f4750b905a173a5365e0b2eb6c2f6 18639Author: Wolfgang Denk <wd@denx.de> 18640Date: Mon May 12 01:11:21 2008 +0200 18641 18642 Revert "pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE config option" 18643 18644 This reverts commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2 18645 which broke many PowerPC boards. 18646 18647commit ee0cfa70803a3e629ea581a9b216f8ecef402bfc 18648Author: Wolfgang Denk <wd@denx.de> 18649Date: Mon May 12 00:56:28 2008 +0200 18650 18651 Revert "Avoid initrd and logbuffer area overlaps" 18652 18653 This reverts commit 1b5605ca57fbb364f4d78eeee28b974ed875e888 18654 which breaks building on all PPC boards that don't use a log buffer. 18655 18656commit 02b9b22446e3d7ad6a6382be17a1ce79a7de589b 18657Author: Nick Spence <nick.spence@freescale.com> 18658Date: Sat May 10 14:02:04 2008 -0700 18659 18660 Fix offset calculation for multi-type legacy images. 18661 18662 Calculation of tail was incorrect when size % 4 == 0. 18663 18664 New code removes the conditional and does the same thing but with arithmetic 18665 18666 Signed-off-by: Nick Spence <nick.spence@freescale.com> 18667 18668commit c9dca3c3f37d2647aec4509b24b16d15882ae3e4 18669Author: Wolfgang Denk <wd@denx.de> 18670Date: Mon May 12 00:40:58 2008 +0200 18671 18672 Revert "Change env_get_char from a global function ptr to a function." 18673 18674 This reverts commit c0559be371b2a64b1a817088c3308688e2182f93 18675 which is known to break booting from dataflash and NAND. 18676 18677commit 20e5ed137483823aaea5178169f3b144c7a4d9e0 18678Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 18679Date: Sun May 11 23:13:57 2008 +0200 18680 18681 API: remove duplicate syscall check 18682 18683 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 18684 18685commit 67e3beb52c320b0a31cf030716c99392cde2d532 18686Author: Stelian Pop <stelian@popies.net> 18687Date: Fri May 9 21:46:51 2008 +0200 18688 18689 AT91: Cleanup unused config header file definitions. 18690 18691 CONFIG_ENV_OVERWRITE is commented out in the config header files, 18692 so let's cleanup the files by removing the whole definition. 18693 18694 Signed-off-by: Stelian Pop <stelian@popies.net> 18695 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 18696 18697commit 19883aede2ac0a522493bfb2b35a7dbb200071b1 18698Author: Stelian Pop <stelian@popies.net> 18699Date: Thu May 8 14:52:34 2008 +0200 18700 18701 Support AT91CAP9 revC CPUs 18702 18703 The AT91CAP9 revC CPU has a few differences over the previous, 18704 revB CPU which was distributed in small quantities only (revA was 18705 an internal Atmel product only). 18706 18707 The revC silicon needs a special initialisation sequence to 18708 switch from the internal (imprecise) RC oscillator to the 18709 external 32k clock. 18710 18711 Signed-off-by: Stelian Pop <stelian@popies.net> 18712 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 18713 18714commit 098b7b4b441b12c2a64dd517930f43c793542759 18715Author: Stelian Pop <stelian@popies.net> 18716Date: Thu May 8 14:52:33 2008 +0200 18717 18718 Use custom logo for Atmel boards 18719 18720 This patch adds a custom vendor logo for the Atmel AT91 boards. 18721 18722 Signed-off-by: Stelian Pop <stelian@popies.net> 18723 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 18724 18725commit 761c70b80cdd3bead40146b96a8e713d6ae01632 18726Author: Stelian Pop <stelian@popies.net> 18727Date: Thu May 8 14:52:32 2008 +0200 18728 18729 AT91SAM9RLEK: hook up the ATMEL LCD driver 18730 18731 This patch makes the necessary adaptations (PIO configurations and 18732 defines in config header file) to hook up the Atmel LCD driver to the 18733 AT91SAM9RLEK board. 18734 18735 Signed-off-by: Stelian Pop <stelian@popies.net> 18736 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 18737 18738commit 56a2479cd7fecabdd91348a775b2801dd2e65c7f 18739Author: Stelian Pop <stelian@popies.net> 18740Date: Thu May 8 14:52:31 2008 +0200 18741 18742 AT91SAM9263EK: hook up the ATMEL LCD driver 18743 18744 This patch makes the necessary adaptations (PIO configurations and 18745 defines in config header file) to hook up the Atmel LCD driver to the 18746 AT91SAM9263EK board. 18747 18748 Signed-off-by: Stelian Pop <stelian@popies.net> 18749 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 18750 18751commit 820f2a958325061a446115f3035e48e4726b3390 18752Author: Stelian Pop <stelian@popies.net> 18753Date: Thu May 8 14:52:30 2008 +0200 18754 18755 AT91SAM9261EK: hook up the ATMEL LCD driver 18756 18757 This patch makes the necessary adaptations (PIO configurations and 18758 defines in config header file) to hook up the Atmel LCD driver to the 18759 AT91SAM9261EK board. 18760 18761 Signed-off-by: Stelian Pop <stelian@popies.net> 18762 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 18763 18764commit c139b17d20c8371c1e0a8d7fb27c11050cf86304 18765Author: Stelian Pop <stelian@popies.net> 18766Date: Thu May 8 14:52:29 2008 +0200 18767 18768 AT91CAP9ADK: hook up the ATMEL LCD driver 18769 18770 This patch makes the necessary adaptations (PIO configurations and 18771 defines in config header file) to hook up the Atmel LCD driver to the 18772 AT91CAP9ADK board. 18773 18774 Signed-off-by: Stelian Pop <stelian@popies.net> 18775 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 18776 18777commit 39cf480484fcce5c04a590ee1c30be0c17b02c34 18778Author: Stelian Pop <stelian@popies.net> 18779Date: Fri May 9 21:57:18 2008 +0200 18780 18781 Add ATMEL LCD driver 18782 18783 This patch adds support for the ATMEL LCDC driver which is used on some 18784 AT91 and AVR platforms. 18785 18786 Is has been tested with the AT91CAP9ADK, AT91SAM9261EK, AT91SAM9263EK and 18787 AT91SAM9RLEK boards. Adaptation for AVR32 should probably be easy. 18788 18789 Signed-off-by: Stelian Pop <stelian@popies.net> 18790 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 18791 18792commit 2118ebb44dc40f8117c94950fd95799a9ef821b2 18793Author: Stelian Pop <stelian@popies.net> 18794Date: Thu May 8 18:52:25 2008 +0200 18795 18796 AT91SAM9RLEK support 18797 18798 This patch adds support for the AT91SAM9RL chip and the AT91SAM9RLEK 18799 board. 18800 18801 Signed-off-by: Stelian Pop <stelian@popies.net> 18802 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 18803 18804commit 8e429b3eee23927c1222679f6b6f53667b21595c 18805Author: Stelian Pop <stelian@popies.net> 18806Date: Thu May 8 18:52:23 2008 +0200 18807 18808 AT91SAM9263EK support 18809 18810 This patch adds support for the AT91SAM9263 chip and the AT91SAM9263EK 18811 board. 18812 18813 Signed-off-by: Stelian Pop <stelian@popies.net> 18814 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 18815 18816commit d99a8ff66d8ae87e5c87590ed2e4ead629540607 18817Author: Stelian Pop <stelian@popies.net> 18818Date: Thu May 8 20:52:22 2008 +0200 18819 18820 AT91SAM9261EK support 18821 18822 This patch adds support for the AT91SAM9261 chip and the AT91SAM9261EK 18823 board. 18824 18825 Signed-off-by: Stelian Pop <stelian@popies.net> 18826 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 18827 18828commit 86c8c8a414988c50104a3b02c29f50af2be738c0 18829Author: Stelian Pop <stelian@popies.net> 18830Date: Thu May 8 20:52:21 2008 +0200 18831 18832 AT91SAM9260EK: Fix dataflash offsets in CONFIG_BOOTCOMMAND 18833 18834 This patch fixes the dataflash offsets used in CONFIG_BOOTCOMMAND 18835 in order to cope with the changes in DataFlash partitionning scheme 18836 (cset c3a60cb3). 18837 18838 Signed-off-by: Stelian Pop <stelian@popies.net> 18839 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 18840 18841commit 96996ac25d5222611a8888968db6e53a6d3726da 18842Author: Stelian Pop <stelian@popies.net> 18843Date: Thu May 8 20:52:20 2008 +0200 18844 18845 AT91SAM9260EK: Normalize BOOTARGS 18846 18847 This patch adapts CONFIG_BOOTARGS to the chosen boot method (boot from 18848 DataFlash or from NAND), and gives to Linux a fully specified mtdparts 18849 variable. 18850 18851 Signed-off-by: Stelian Pop <stelian@popies.net> 18852 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 18853 18854commit 79f0cb6e9c54d31a1d9e3f5e226a9bebc3c3a47a 18855Author: Stelian Pop <stelian@popies.net> 18856Date: Thu May 8 20:52:19 2008 +0200 18857 18858 AT91SAM9260EK: Normalize SPI timings 18859 18860 This patch changes the SPI timings to closely match the ones 18861 used by the Linux kernel and the Atmel's own bootstrap project. 18862 18863 Signed-off-by: Stelian Pop <stelian@popies.net> 18864 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 18865 18866commit c1212b2f5c5ed440bf8e9ebc8e4fd7488858b935 18867Author: Stelian Pop <stelian@popies.net> 18868Date: Thu May 8 20:52:18 2008 +0200 18869 18870 AT91SAM9260EK: Handle 8 or 16 bit NAND 18871 18872 The Atmel boards can handle 8 or 16 bit NAND memories. This patch 18873 makes the support configurable in the board config header file 18874 (CFG_NAND_DBW_8 or CFG_NAND_DBW_16). 18875 18876 Signed-off-by: Stelian Pop <stelian@popies.net> 18877 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 18878 18879commit ab52640fc01624e208424e527af0b7b3a5a65a12 18880Author: Stelian Pop <stelian@popies.net> 18881Date: Thu May 8 20:52:17 2008 +0200 18882 18883 AT91CAP9ADK: Fix dataflash offsets in CONFIG_BOOTCOMMAND 18884 18885 This patch fixes the dataflash offsets used in CONFIG_BOOTCOMMAND 18886 in order to cope with the changes in DataFlash partitionning scheme 18887 (cset c3a60cb3). 18888 18889 Signed-off-by: Stelian Pop <stelian@popies.net> 18890 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 18891 18892commit 3267508ec4c9e74c39ee41c9ae6951ad185fe270 18893Author: Stelian Pop <stelian@popies.net> 18894Date: Thu May 8 20:52:16 2008 +0200 18895 18896 AT91CAP9ADK: Normalize BOOTARGS 18897 18898 This patch adapts CONFIG_BOOTARGS to the chosen boot method (boot from 18899 DataFlash or from NAND), and gives to Linux a fully specified mtdparts 18900 variable. 18901 18902 Signed-off-by: Stelian Pop <stelian@popies.net> 18903 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 18904 18905commit 93da48b910511911ce110656e17ed733c8ac4c45 18906Author: Stelian Pop <stelian@popies.net> 18907Date: Thu May 8 20:52:15 2008 +0200 18908 18909 AT91CAP9ADK: Normalize SPI timings 18910 18911 This patch changes the SPI timings to closely match the ones 18912 used by the Linux kernel and the Atmel's own bootstrap project. 18913 18914 Signed-off-by: Stelian Pop <stelian@popies.net> 18915 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 18916 18917commit 1c90df3e148ce0a3e2c86c63b38b19d47772f2a0 18918Author: Stelian Pop <stelian@popies.net> 18919Date: Thu May 8 20:52:14 2008 +0200 18920 18921 AT91CAP9ADK: Handle 8 or 16 bit NAND 18922 18923 The Atmel boards can handle 8 or 16 bit NAND memories. This patch 18924 makes the support configurable in the board config header file 18925 (CFG_NAND_DBW_8 or CFG_NAND_DBW_16). 18926 18927 Signed-off-by: Stelian Pop <stelian@popies.net> 18928 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 18929 18930commit 11b162bae058e96c7929e358d4adff2bee6c2cc4 18931Author: Stelian Pop <stelian@popies.net> 18932Date: Thu May 8 20:52:13 2008 +0200 18933 18934 Use a common u-boot.lds file across all AT91CAP9/AT91SAM9 platforms 18935 18936 All the AT91CAP9/AT91SAM9 boards have the same linker script. The patch 18937 below avoids the duplication of u-boot.lds by putting the file in the 18938 cpu directory instead of the board one. 18939 18940 Signed-off-by: Stelian Pop <stelian@popies.net> 18941 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 18942 18943commit d48abea4b89adaf5e45ea75b5e38c0d8de179ece 18944Author: Stelian Pop <stelian@popies.net> 18945Date: Thu May 8 20:52:12 2008 +0200 18946 18947 Add proper copyright notices in Atmel boards Makefiles 18948 18949 The Makefiles for the AT91CAP9/AT91SAM9 boards have an incomplete 18950 copyright notice. This patch adds the missing pieces. 18951 18952 Signed-off-by: Stelian Pop <stelian@popies.net> 18953 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 18954 18955commit e817a042cef6164bf26fee86f90326f2ec9e6745 18956Author: Stelian Pop <stelian@popies.net> 18957Date: Thu May 8 20:52:11 2008 +0200 18958 18959 Add copyright information in Atmel boards partition.c 18960 18961 When Ulf did the dataflash.c cleanup, he didn't add his copyright on 18962 the new created files. This patch fixes the problem. 18963 18964 Signed-off-by: Stelian Pop <stelian@popies.net> 18965 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 18966 18967commit 4f6c810106f4f76d83cfc57d98f4540cd45f9a19 18968Author: Stelian Pop <stelian@popies.net> 18969Date: Thu May 8 20:52:10 2008 +0200 18970 18971 Update origin and copyright information in arch-at91sam9 header files 18972 18973 When doing the AT91CAP9/AT91SAM9 port, a number of header files were 18974 copied from the Linux kernel sources. This patch explicitly specifies 18975 this origin for all the copied headers, and for those missing copyright 18976 information, adds it. 18977 18978 Additionaly, the header file 'at91sam926x_mc.h' has been superceeded 18979 in the latest kernel sources by 'at91sam9_smc.h'. 18980 18981 The copyright information has been confirmed by the AT91 Linux kernel 18982 maintainer, Andrew Victor <avictor.za@gmail.com>. 18983 18984 Signed-off-by: Stelian Pop <stelian@popies.net> 18985 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 18986 18987commit 79dd1712689d6a5031d7cbff54957049680751c7 18988Author: Markus Klotzbücher <mk@denx.de> 18989Date: Thu May 8 16:00:55 2008 +0200 18990 18991 ppc4xx: Kilauea: Add CONFIG_BOOTP_SUBNETMASK to Kilauea board config 18992 18993 When using dhcp/bootp the "netmask" environment variable is not set 18994 because CONFIG_BOOTP_SUBNETMASK is not defined. But usually this is 18995 desireable, so the following patch adds this this option to the board 18996 config. 18997 18998 Signed-off-by: Markus Klotzbuecher <mk@denx.de> 18999 Signed-off-by: Stefan Roese <sr@denx.de> 19000
19001commit 869d14b4cc2e47de2ddcb117bad0407a44436684 19002Author: Stefan Roese <sr@denx.de> 19003Date: Sat May 10 10:30:36 2008 +0200 19004 19005 ppc4xx: Update Makalu defconfig to use device-tree booting as default 19006 19007 This patch reworks the default environment on Makalu. Now "net_nfs" for 19008 example uses the device-tree style booting formerly know as "net_nfs_fdt". 19009 Also the addresses in RAM were changed because of the new image booting 19010 support, which check for image overwriting. So the addresses needed to 19011 get adjusted. 19012 19013 Signed-off-by: Stefan Roese <sr@denx.de> 19014 19015commit f3612a7b199cab3942f60d9c1392eb39d58cc699 19016Author: Becky Bruce <bgill@freescale.com> 19017Date: Wed May 7 13:28:16 2008 -0500 19018 19019 PPC: fix map_physmem build warning 19020 19021 map_physmem currently generates a warning when CONFIG_PHYS_64BIT is 19022 enabled. This quiets the warning. 19023 19024 Signed-off-by: Becky Bruce <Becky.Bruce@freescale.com> 19025 19026commit 36f32675f40292002ee1fed252c180a43022d2d4 19027Author: Becky Bruce <bgill@freescale.com> 19028Date: Wed May 7 13:24:57 2008 -0500 19029 19030 Update pci code to use phys_addr_t 19031 19032 Physical addrs need to be represented by phys_addr_t, not 19033 unsigned long. Otherwise, systems that use CONFIG_PHYS_64BIT 19034 are going to fail mightily. 19035 19036 Signed-off-by: Becky Bruce <becky.bruce@freescale.com> 19037 19038commit 91a616741fc128cdb88f39bddcd4d72fe17466d0 19039Author: Nick Spence <nick.spence@freescale.com> 19040Date: Thu May 8 22:32:22 2008 -0700 19041 19042 Support legacy multi-type images without FDT section. 19043 19044 This patch enables legacy multi-type images containing only a Linux kernel 19045 and root file system to be loaded, maintaining compatibility with previous 19046 versions of u-boot. 19047 19048 This is required when using old image files such as a Linux 2.4 kernel / 19049 filesystem. 19050 19051 Signed-off-by: Nick Spence <nick.spence@freescale.com> 19052 Acked-by: Bartlomiej Sieka <tur@semihalf.com> 19053 19054commit 881031d9732783b7aeae2198fc7eb480ae8974a6 19055Author: Wolfgang Denk <wd@denx.de> 19056Date: Sat May 10 00:38:02 2008 +0200 19057 19058 Update CHANGELOG. 19059 19060 Signed-off-by: Wolfgang Denk <wd@denx.de> 19061 19062commit e5e9d6c9c08160be7e5a36e04d125ccce99b8774 19063Author: Wolfgang Denk <wd@denx.de> 19064Date: Sat May 10 00:36:09 2008 +0200 19065 19066 post/cpu/ppc4xx/Makefile: line length cleanup 19067 19068 Signed-off-by: Wolfgang Denk <wd@denx.de> 19069 19070commit cce9cfdabcf416ecd2aacc3681c91e5378c75a3d 19071Author: Stelian Pop <stelian@popies.net> 19072Date: Thu May 8 22:52:09 2008 +0200 19073 19074 Fix @ -> <at> substitution 19075 19076 When applying the AT91CAP9 patches upstream, something transformed 19077 the '@' character into the ' <at> ' sequence. 19078 19079 The patch below restores the original form in all the places where 19080 it has been modified (the AT91CAP9 files, the AT91SAM9260 files which 19081 were copied from AT91CAP9, and a couple of other files where the 19082 ' <at> ' sequence was present). 19083 19084 Signed-off-by: Stelian Pop <stelian@popies.net> 19085 19086commit 9606b3c81b3c47a1d58514e9a232c6f461a17597 19087Author: Stelian Pop <stelian@popies.net> 19088Date: Thu May 8 22:52:10 2008 +0200 19089 19090 Update origin and copyright information in arch-at91sam9 header files 19091 19092 When doing the AT91CAP9/AT91SAM9 port, a number of header files were 19093 copied from the Linux kernel sources. This patch explicitly specifies 19094 this origin for all the copied headers, and for those missing copyright 19095 information, adds it. 19096 19097 Additionaly, the header file 'at91sam926x_mc.h' has been superceeded 19098 in the latest kernel sources by 'at91sam9_smc.h'. 19099 19100 The copyright information has been confirmed by the AT91 Linux kernel 19101 maintainer, Andrew Victor <avictor.za@gmail.com>. 19102 19103 Signed-off-by: Stelian Pop <stelian@popies.net> 19104 19105commit ceb6b4fbe1dcc40bb672ef8133ddf4813e97cbb1 19106Author: Stelian Pop <stelian@popies.net> 19107Date: Thu May 8 22:52:11 2008 +0200 19108 19109 Add copyright information in Atmel boards partition.c 19110 19111 When Ulf did the dataflash.c cleanup, he didn't add his copyright on 19112 the new created files. This patch fixes the problem. 19113 19114 Signed-off-by: Stelian Pop <stelian@popies.net> 19115 19116commit 2ab02fd456d8ef92ae9f5439618d1fa7ca16e5f3 19117Author: Guennadi Liakhovetski <lg@denx.de> 19118Date: Thu May 8 10:09:27 2008 +0200 19119 19120 mx31ads: fix 32kHz clock handling 19121 19122 According to schematics and to RedBoot sources, the MX31ADS uses a 32768Hz 19123 oscillator as a SKIL source. Fix previously wrongly assumed 32000Hz value. 19124 Also fix a typo when verifying a jumper configuration. While at it, make 19125 two needlessly global functions static. 19126 19127 Signed-off-by: Guennadi Liakhovetski <lg@denx.de> 19128 19129commit 1b5605ca57fbb364f4d78eeee28b974ed875e888 19130Author: Marian Balakowicz <m8@semihalf.com> 19131Date: Wed May 7 13:10:04 2008 +0200 19132 19133 Avoid initrd and logbuffer area overlaps 19134 19135 Add logbuffer to reserved LMB areas to prevent initrd allocation 19136 from overlaping with it. 19137 19138 Make sure to use correct logbuffer base address. 19139 19140 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 19141 19142commit c59518e15949b3403df5c5b0c2c48ea0e5bea24b 19143Author: Marian Balakowicz <m8@semihalf.com> 19144Date: Wed May 7 13:08:54 2008 +0200 19145 19146 ppc: Cleanup get_effective_memsize() use 19147 19148 Removed duplicated effective memory size calculation code. 19149 19150 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 19151 19152commit 273c37d843d5b581090378016cd12dd9c586907b 19153Author: Marian Balakowicz <m8@semihalf.com> 19154Date: Wed May 7 09:03:53 2008 +0200 19155 19156 Fix build errors when CONFIG_LOGBUFFER and CONFIG_FIT are enabled 19157 19158 Recent modifcations to LOGBUFFER handling code were incorrecly 19159 introduced to fit_check_kernel() routine during 19160 "Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing", 19161 commit 27f33e9f45ef7f9685cbdc65066a1828e85dde4f. 19162 19163 This patch cleans up this merge issue. 19164 19165 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 19166 19167commit bc11756daff89a3de09ca80adac962b88cf06e6e 19168Author: Grant Erickson <gerickson@nuovations.com> 19169Date: Tue May 6 20:16:15 2008 -0700 19170 19171 Propagate Error Status to the Shell on fw_printenv Errors 19172 19173 Changed implementation such that fw_printenv returns failure status 19174 when one or more specified variables do not exist or when incorrect 19175 command syntax is used. 19176 19177 This aids scripting fw_printenv such that the script can key of the 19178 return status rather than relying on standard error "scraping". 19179 19180 Signed-off-by: Grant Erickson <gerickson@nuovations.com> 19181 Signed-off-by: Wolfgang Denk <wd@denx.de> 19182 19183commit f3b6d528e4dd719640a4bfcd954f4e4c7f5db0d6 19184Author: Grant Erickson <gerickson@nuovations.com> 19185Date: Tue May 6 16:18:00 2008 -0700 19186 19187 Fix Compilation Errors with 'tools/env/fw_printenv' 19188 19189 In the current top-of-tree, 1.3.3.-rc2, the optional tool 19190 'tools/env/fw_printenv' fails to compile for two reasons: 19191 19192 1) The header watchdog.h cannot be found. 19193 2) The header zlib.h is picked up from the tool chain rather than the 19194 project causing a prototype conflict for crc32. 19195 19196 This patch addresses both of these issues. 19197 19198 Platforms Tested On: 19199 - AMCC "Kilauea" 19200 19201 Signed-off-by: Grant Erickson <gerickson@nuovations.com> 19202 19203commit 597f6c26a18b389903a64692bacbf9a1ca69355b 19204Author: James Yang <James.Yang@freescale.com> 19205Date: Mon May 5 10:22:53 2008 -0500 19206 19207 Fix readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating 19208 19209 When CONFIG_CMDLINE_EDITING is enabled, readline_into_buffer() doesn't 19210 work before relocating to RAM because command history is written into 19211 a global array that is not writable before relocation. This patch 19212 defers to the no-editing and no-history code in readline_into_buffer() 19213 if it is called before relocation. 19214 19215 Signed-off-by: James Yang <James.Yang@freescale.com> 19216 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 19217 19218commit 726c0f1e5f108dccea052965123b95837d2bd402 19219Author: Detlev Zundel <dzu@denx.de> 19220Date: Mon May 5 16:11:22 2008 +0200 19221 19222 cosmetic: Adjust coding style for switch statements to be consistent 19223 19224 Signed-off-by: Detlev Zundel <dzu@denx.de> 19225 19226commit 574b319512b13e10800f0045e39b993f4ca25e42 19227Author: Detlev Zundel <dzu@denx.de> 19228Date: Mon May 5 16:11:21 2008 +0200 19229 19230 Fix disk type output in disk/part.c 19231 19232 Signed-off-by: Detlev Zundel <dzu@denx.de> 19233 19234commit 045b4d2d7168ef09c7349dcf6ecebe7432b74171 19235Author: Vlad Lungu <vlad.lungu@windriver.com> 19236Date: Mon May 5 14:20:03 2008 +0300 19237 19238 Mail address change, documentation modified 19239 19240 Signed-off-by: Vlad Lungu <vlad.lungu@windrvier.com> 19241 19242commit 4d49b28038e2819088e8356a77212fc95a89ce5a 19243Author: Michal Simek <monstr@monstr.eu> 19244Date: Sun May 4 15:42:41 2008 +0200 19245 19246 microblaze: Repare intc handling 19247 19248 Signed-off-by: Michal Simek <monstr@monstr.eu> 19249 19250commit 878b3b1e193e570caf3e96ad8e31e561f68d0287 19251Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 19252Date: Sun May 4 15:17:52 2008 +0200 19253 19254 include/gitignore: update to all architectures 19255 19256 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 19257 19258commit 1df368aed3b8bc240fe1595d290b0e91b22961da 19259Author: Marcel Ziswiler <marcel@ziswiler.com> 19260Date: Mon May 5 02:12:06 2008 +0200 19261 19262 ide: Remove spurious second include of io.h 19263 19264 Removed the second include, with all the #ifdef around as suggested by Wolfgang. 19265 19266 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com> 19267 19268commit 8fbc985bdad09b23b7eb4df1d2ea589619d8db4c 19269Author: Adrian Filipi <adrian.filipi@eurotech.com> 19270Date: Tue May 6 16:46:37 2008 -0400 19271 19272 Fix some typos 19273 19274 This patch fixes three typos. 19275 The first is a repetition of CONFIG_CMD_BSP. 19276 The second makes the #endif comment match its #if. 19277 The third is a spelling error. 19278 19279 Signed-off-by: Adrian Filipi <adrian.filipi@eurotech.com> 19280 19281commit e419e12d04ae3b280c99a87a2ea4ad7a40628bcb 19282Author: Grant Erickson <gerickson@nuovations.com> 19283Date: Sun May 4 16:45:01 2008 -0700 19284 19285 Recognize 'powerpc' As an Alias for IH_ARCH_PPC 19286 19287 Add support for the recognition of 'powerpc' as an alias for the PowerPC 19288 architecture type since Linux is already trending in that direction, 19289 preferring 'powerpc' to 'ppc'. 19290 19291 Signed-off-by: Grant Erickson <gerickson@nuovations.com> 19292 19293commit f5a24259190c388c2527bdc49fee34577d862cc7 19294Author: Wheatley Travis <Travis.Wheatley@freescale.com> 19295Date: Fri May 2 13:35:15 2008 -0700 19296 19297 7450 and 86xx L2 cache invalidate bug corrections 19298 19299 The 7610 and related parts have an L2IP bit in the L2CR that is 19300 monitored to signal when the L2 cache invalidate is complete whereas the 19301 7450 and related parts utilize L2I for this purpose. However, the 19302 current code does not account for this difference. Additionally the 86xx 19303 L2 cache invalidate code used an "andi" instruction where an "andis" 19304 instruction should have been used. 19305 19306 This patch addresses both of these bugs. 19307 19308 Signed-off-by: Travis Wheatley <travis.wheatley@freescale.com> 19309 Acked-By: Jon Loeliger <jdl@freescale.com> 19310 19311commit 4d31cdc45d3592a5545a649fb5a24b458a4e4b72 19312Author: Wolfgang Denk <wd@denx.de> 19313Date: Fri May 9 10:16:13 2008 +0200 19314 19315 Avoid infinite loop "Generating include/autoconf.mk" 19316 19317 Fix a bogus circular dependency that caused an infinite loop of 19318 "Generating include/autoconf.mk" again and again. 19319 19320 Signed-off-by: Wolfgang Denk <wd@denx.de> 19321 19322commit 567fb852178dbf59529d7301620a3f3732a4b02d 19323Author: Stelian Pop <stelian@popies.net> 19324Date: Thu May 8 22:52:09 2008 +0200 19325 19326 Fix @ -> <at> substitution 19327 19328 When applying the AT91CAP9 patches upstream, something transformed 19329 the '@' character into the ' <at> ' sequence. 19330 19331 The patch below restores the original form in all the places where 19332 it has been modified (the AT91CAP9 files, the AT91SAM9260 files which 19333 were copied from AT91CAP9, and a couple of other files where the 19334 ' <at> ' sequence was present). 19335 19336 Signed-off-by: Stelian Pop <stelian@popies.net> 19337 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 19338 19339commit 73ccb3410a0785593cda7aee455dfc51f790e281 19340Author: Gary Jennejohn <gary.jennejohn@freenet.de> 19341Date: Mon Apr 28 14:04:32 2008 +0200 19342 19343 ppc4xx: Add the Harris QUAD100HD AMCC 405EP-based board 19344 19345 Signed-off-by: Gary Jennejohn <garyj@denx.de> 19346 Signed-off-by: Stefan Roese <sr@denx.de> 19347 19348commit ef2642625cbfb1c3695e3478d08ae515052a4950 19349Author: Stefan Roese <sr@denx.de> 19350Date: Thu May 8 11:10:46 2008 +0200 19351 19352 ppc4xx: Kilauea: Fix incorrect FPGA FIFO address 19353 19354 Signed-off-by: Stefan Roese <sr@denx.de> 19355 19356commit a00eccfebc954ad9485161efeca7d9aaf626d530 19357Author: Stefan Roese <sr@denx.de> 19358Date: Thu May 8 11:05:15 2008 +0200 19359 19360 ppc4xx: Add fdt support to all remaining AMCC PPC4xx eval boards 19361 19362 This patch adds fdt (flattened device tree) support to all remaining AMCC 19363 eval boards. Most newer boards already support device tree. With this patch, 19364 all AMCC boards now enable device tree passing from U-Boot to Linux 19365 arch/powerpc kernels. 19366 19367 Signed-off-by: Stefan Roese <sr@denx.de> 19368 19369commit cb5d88b9611e0c35c53543ad3b4ab99fa82203e3 19370Author: Stefan Roese <sr@denx.de> 19371Date: Thu May 8 11:01:09 2008 +0200 19372 19373 ppc4xx: Add weak default ft_board_setup() routine 19374 19375 This patch adds a default ft_board_setup() routine to the 4xx fdt code. 19376 This routine is defined as weak and can be overwritten by a board specific 19377 one if needed. 19378 19379 Signed-off-by: Stefan Roese <sr@denx.de> 19380 19381commit d1c1ba85c7915053adf6a8d14a08ac6fcb750d01 19382Author: Stefan Roese <sr@denx.de> 19383Date: Thu May 8 10:48:58 2008 +0200 19384 19385 ppc4xx: acadia: Add fdt support and fix section overlap problem 19386 19387 This patch adds fdt (flattened device tree) support to the AMCC 19388 Acadia eval board. This increases the image size and it doesn't 19389 fit anymore into 256kByte. Since we didn't want to remove features 19390 from the configuration, we decided to increase the U-Boot image size 19391 (add one flash sector). 19392 19393 Also changed the default environment definition to make it 19394 independent of such changes. 19395 19396 Signed-off-by: Stefan Roese <sr@denx.de> 19397 19398commit 4adb3023de75bc150f088c8935db340930ad38c8 19399Author: Ira Snyder <iws@ovro.caltech.edu> 19400Date: Tue Apr 29 11:18:54 2008 -0700 19401 19402 ppc4xx: Add device tree support to AMCC Yosemite 19403 19404 Add support for booting with a device tree blob. This is needed to boot 19405 ARCH=powerpc kernels. Also add support for setting the eth0 mac address 19406 via the ethaddr variable. 19407 19408 Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu> 19409 Signed-off-by: Stefan Roese <sr@denx.de> 19410 19411commit b9bbefce1a653ea35f74a66ec117cdda2e043a4b 19412Author: Dave Mitchell <dmitchell@amcc.com> 19413Date: Wed May 7 09:00:23 2008 -0700 19414 19415 ppc4xx: Fix typos in 460GT/EX FBDV array 19416 19417 Corrected two typos in the 460GT/EX FBDV array. 19418 19419 Signed-off-by: Dave Mitchell <dmitchell@amcc.com> 19420 Signed-off-by: Stefan Roese <sr@denx.de> 19421 19422commit 66f5fa9263629271edc86178b1f224e3c9aab2b3 19423Author: Andy Fleming <afleming@freescale.com> 19424Date: Wed May 7 16:54:31 2008 -0500 19425 19426 85xx: Limit CPU2 workaround to parts that have the errata 19427 19428 Signed-off-by: Ebony Zhu <ebony.zhu@freescale.com> 19429 Signed-off-by: Andy Fleming <afleming@freescale.com> 19430 19431commit a5fe514e8ace564300d2c1d73846ddff49654243 19432Author: Lee Nipper <lee.nipper@freescale.com> 19433Date: Fri Apr 25 15:44:45 2008 -0500 19434 19435 mpc83xx: system performance settings for MPC8349EMDS. 19436 19437 These same settings are used on MPC8349ITX, and 19438 improve performance on MPC8349EMDS. 19439 19440 Signed-off-by: Lee Nipper <lee.nipper@freescale.com> 19441 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 19442 19443commit 49387dba910e485640b575e920ee463b7e611dc3 19444Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 19445Date: Tue May 6 13:22:52 2008 +0900 19446 19447 [MIPS] cpu/mips/cache.S: Fix build warning 19448 19449 Some old GNU assemblers, such as v2.14 (ELDK 3.1.1), v2.16 (ELDK 4.1.0), 19450 warns illegal global symbol references by bal (and jal also) instruction. 19451 This does not happen with the latest binutils v2.18. 19452 19453 Here's an example on gth2_config: 19454 19455 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 19456 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 19457 c -EB -c -o cache.o cache.S 19458 cache.S: Assembler messages: 19459 cache.S:243: Warning: Pretending global symbol used as branch target is local. 19460 cache.S:250: Warning: Pretending global symbol used as branch target is local. 19461 19462 In principle, gas might be sensitive to global symbol references in PIC 19463 code because they should be processed through GOT (global offset table). 19464 But if `bal' instruction is used, it results in PC-based offset jump. 19465 This is the cause of this warning. 19466 19467 In practice, we know it doesn't matter whether PC-based reference or GOT- 19468 based. As for this case, both will work before/after relocation. But let's 19469 fix the code. 19470 19471 This patch explicitly sets up a target address, then jump there. 19472 Here's an example of disassembled code with/without this patch. 19473 19474 90000668: 1485ffef bne a0,a1,90000628 <mips_cache_reset+0x20> 19475 9000066c: ac80fffc sw zero,-4(a0) 19476 90000670: 01402821 move a1,t2 19477 -90000674: 0411ffba bal 90000560 <mips_init_icache> 19478 -90000678: 01803021 move a2,t4 19479 -9000067c: 01602821 move a1,t3 19480 -90000680: 0411ffcc bal 900005b4 <mips_init_dcache> 19481 -90000684: 01a03021 move a2,t5 19482 -90000688: 03000008 jr t8 19483 -9000068c: 00000000 nop 19484 +90000674: 01803021 move a2,t4 19485 +90000678: 8f8f83ec lw t7,-31764(gp) 19486 +9000067c: 01e0f809 jalr t7 19487 +90000680: 00000000 nop 19488 +90000684: 01602821 move a1,t3 19489 +90000688: 01a03021 move a2,t5 19490 +9000068c: 8f8f81e0 lw t7,-32288(gp) 19491 +90000690: 01e0f809 jalr t7 19492 +90000694: 00000000 nop 19493 +90000698: 03000008 jr t8 19494 +9000069c: 00000000 nop 19495 19496 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 19497 19498commit 0f8c62a14b523c56874ebcb67c1a16c99aad48b3 19499Author: Vlad Lungu <vlad.lungu@windriver.com> 19500Date: Mon May 5 14:04:00 2008 +0300 19501 19502 Allow building mips versions with ELDK 3.1.1 19503 19504 .gpword works only with local symbols on certain binutils versions 19505 19506 Signed-off-by: Vlad Lungu <vlad.lungu@windrvier.com> 19507 19508commit 12a67a9e51f6b3ec26cb0f077fb5685a447c359d 19509Author: Wolfgang Denk <wd@denx.de> 19510Date: Mon May 5 12:52:36 2008 +0200 19511 19512 MAKEALL: add inka4x0 board 19513 19514 Signed-off-by: Wolfgang Denk <wd@denx.de> 19515 19516commit b83dcc13ae7b2dab394bfef6f699750d11490ee2 19517Author: Wolfgang Denk <wd@denx.de> 19518Date: Sun May 4 21:34:23 2008 +0200 19519 19520 kb9202 board: fix build problem. 19521 19522 Signed-off-by: Wolfgang Denk <wd@denx.de> 19523 19524commit 6adf61dc4cb5c53a2df990cbc8df2bceacbfd869 19525Author: Wolfgang Denk <wd@denx.de> 19526Date: Sun May 4 12:10:33 2008 +0200 19527 19528 Prepare for v1.3.3-rc3 19529 19530 Update ChNAGELOG, minor white space cleanup. 19531 19532 Signed-off-by: Wolfgang Denk <wd@denx.de> 19533 19534commit 7c0773fde6100b61be2558cb5d8c442a3194aecb 19535Author: Wolfgang Denk <wd@denx.de> 19536Date: Sun May 4 00:35:15 2008 +0200 19537 19538 drivers/net/tsec.c: Fix typo. 19539 19540 Signed-off-by: Wolfgang Denk <wd@denx.de> 19541 19542commit aa737945e6f37a5de5dbad550a7694e0cb2a8120 19543Author: Mike Frysinger <vapier@gentoo.org> 19544Date: Fri May 2 21:45:12 2008 -0400 19545 19546 version_autogenerated.h: use printf rather than echo -n 19547 19548 Some systems are dumb and do not implement the -n flag to echo (like OS X). 19549 Convert the Makefile to use printf as this should work everywhere. 19550 19551 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 19552 Signed-off-by: Wolfgang Denk <wd@denx.de> 19553 19554commit 4acc2a108ad0a669165924704a6cb083f9138242 19555Author: Mike Frysinger <vapier@gentoo.org> 19556Date: Fri May 2 18:17:50 2008 -0400 19557 19558 fix building when saveenv is disabled in some setups 19559 19560 If you enable environment in the flash, but disable the embedded 19561 option, and you disable the saveenv command, then the #if nested 19562 logic will trigger a compile failure: 19563 env_flash.c: In function 'env_relocate_spec': 19564 env_flash.c:399: error: 'flash_addr' undeclared (first use in this function) 19565 The fix is to add CMD_SAVEENV ifdef protection like everywhere else. 19566 19567 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 19568 19569commit ccf1ad535ae1c0dc2d466235c668adbdfe3a55b7 19570Author: Jeremy McNicoll <jeremy.mcnicoll@windriver.com> 19571Date: Fri May 2 16:10:04 2008 -0400 19572 19573 SBC8548: fix address mask to allow 64M flash 19574 19575 Fix incorrect mask to enable all 64MB of onboard flash. 19576 Previously U-Boot incorrectly mapped only 8MB of flash, this 19577 patch correctly maps all the available flash. 19578 19579 Signed-off-by: Jeremy McNicoll <jeremy.mcnicoll@windriver.com> 19580 19581commit 3648085c464c8c22ef76fab006ca4344d3796124 19582Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 19583Date: Fri May 2 19:48:56 2008 +0200 19584 19585 qemu_mips: add README 19586 19587 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 19588 19589commit 6fdd002689190a0022c7b3dbab37fcba724580ce 19590Author: Marcel Ziswiler <marcel@ziswiler.com> 19591Date: Fri May 2 02:35:59 2008 +0200 19592 19593 Fix misspelled comment 19594 19595 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com> 19596 19597commit fa956fde60b7ec4dd66bd62f9910fd341b5049a1 19598Author: Mike Frysinger <vapier@gentoo.org> 19599Date: Thu May 1 04:13:05 2008 -0400 19600 19601 mkimage: make mmap() checks consistent 19602 19603 The mmap() related code is full of inconsistent casts/constants when 19604 it comes to error checking, and may break when building on some 19605 systems (like ones that do not implicitly define the caddr_t type). 19606 Let's just avoid the whole mess by writing the code nice and clean in 19607 the first place. 19608 19609 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 19610 19611commit 8e90cd0447a0f0ccf529ef86f0e6b56187d3b82a 19612Author: Marcel Ziswiler <marcel@ziswiler.com> 19613Date: Thu May 1 09:05:34 2008 +0200 19614 19615 Fix defined but not used build warning 19616 19617 - warning: 'srom' defined but not used 19618 19619 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com> 19620 19621commit b71190f3250aaffcc81c35f6cfd3498cb7c48013 19622Author: Marcel Ziswiler <marcel@ziswiler.com> 19623Date: Thu May 1 09:05:26 2008 +0200 19624 19625 Fix implicit declaration build warnings 19626 19627 - warning: implicit declaration of function ‘serial_initialize’ 19628 19629 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com> 19630 19631commit 9acde129cc3f9c1b3bc11a821480dd446774d618 19632Author: Andre Schwarz <andre.schwarz@matrix-vision.de> 19633Date: Tue Apr 29 19:18:32 2008 +0200 19634 19635 TSEC: add config options for VSC8601 RGMII PHY 19636 19637 The Vitesse VSC8601 RGMII PHY has internal delay for both Rx 19638 and Tx clock lines. They are configured using 2 bits in extended 19639 register 0x17. 19640 Therefore CFG_VSC8601_SKEW_TX and CFG_VSC8601_SKEW_RX have 19641 been introduced with valid values 0-3 giving 0.0, 1.4,1.7 and 2.0ns delay. 19642 19643 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de> 19644 Acked-by: Andy Fleming <afleming@freescale.com> 19645 Acked-by: Ben Warren <biggerbadderben@gmail.com> 19646 -- 19647 19648 drivers/net/tsec.c | 6 ++++++ 19649 drivers/net/tsec.h | 3 +++ 19650 2 files changed, 9 insertions(+), 0 deletions(-) 19651 19652commit bd98ee60df43ee6dd6f5ebe32c67d03e90513ff8 19653Author: Wolfgang Denk <wd@denx.de> 19654Date: Sat May 3 23:07:15 2008 +0200 19655 19656 Revert "ColdFire: Get information from the correct GCC" 19657 19658 This reverts commit b7166e05a513c0806b63b9dfb6f1d77645cede2a 19659 (replaced by commit c4e5f52a58d278eebb87f476e353972c5dacea40). 19660 19661commit c4e5f52a58d278eebb87f476e353972c5dacea40 19662Author: Wolfgang Denk <wd@denx.de> 19663Date: Sat May 3 22:25:00 2008 +0200 19664 19665 config.mk: use correct (cross) compiler 19666 19667 Some config.mk files reference $(CC) to test for specific tool chain 19668 features, so make sure $(CC) gets set before including any such 19669 config files. 19670 19671 This patch replaces commit b7166e05a5 ("ColdFire: Get information from 19672 the correct GCC"). 19673 19674 Signed-off-by: Wolfgang Denk <wd@denx.de> 19675 19676commit 27c38689d0cfde0e444239345f97b5eecc9f4067 19677Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 19678Date: Thu May 1 02:13:44 2008 +0200 19679 19680 pxa: fix previous definition on cpu init 19681 19682 start.S:183:1: warning: "ICMR" redefined 19683 In file included from start.S:33: 19684 include/asm/arch/pxa-regs.h:935:1: warning: this is the location of the previous definition 19685 start.S:187:1: warning: "RCSR" redefined 19686 ... 19687 19688 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 19689 19690commit 6d12e697de794d700767f22f950e3026ccf4daf6 19691Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 19692Date: Thu May 1 02:13:43 2008 +0200 19693 19694 pxa: fix pcmcia operation on 'i' may be undefined 19695 19696 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 19697 Signed-off-by: Wolfgang Denk <wd@denx.de> 19698 19699commit 4d77f5102dfeaa36cd58d9a9f083bd2cc491526f 19700Author: Kumar Gala <galak@kernel.crashing.org> 19701Date: Wed Apr 30 16:24:35 2008 -0500 19702 19703 MPC8610HPCD: Drop -O2 from the build flags 19704 19705 Make the flags use -Os like all other boards 19706 19707 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 19708 19709commit 0072b78be2b41e5a0ca3ddc39335574dc2e855bd 19710Author: Stefan Roese <sr@denx.de> 19711Date: Wed Apr 30 15:50:39 2008 +0200 19712 19713 RTC: Fix month offset by one problem in M41T62 RTC driver 19714 19715 This patch fixes a problem with the month being read and written 19716 incorrectly (offset by one). This only gets visible by also using 19717 the Linux driver (rtc-m41t80). 19718 19719 Tested on AMCC Canyonlands. 19720 19721 Signed-off-by: Stefan Roese <sr@denx.de> 19722 19723commit 141ba1cad8e6598a2466e7e2976c6a12285df619 19724Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 19725Date: Sat May 3 13:51:44 2008 +0900 19726 19727 [MIPS] cpu/mips/config.mk: Fix GNU assembler minor version picker 19728 19729 Current trick to pick up GNU assembler minor version uses a dot(.) as a 19730 delimiter, and take the second field to obtain minor version number. But 19731 as can be expected, this doesn't work with a version string which has 19732 dots more than needs. 19733 19734 Here's an example: 19735 19736 $ mips-linux-gnu-as --version | grep 'GNU assembler' 19737 GNU assembler (Sourcery G++ Lite 4.2-129) 2.18.50.20080215 19738 $ mips-linux-gnu-as --version | grep 'GNU assembler' | cut -d. -f2 19739 2-129) 2 19740 $ 19741 19742 This patch restricts the version format to 2.XX.XX... This will work 19743 in most cases. 19744 19745 $ mips-linux-gnu-as --version | grep 'GNU assembler' | egrep -o '2\.[0-9\.]+' 19746 2.18.50.20080215 19747 $ mips-linux-gnu-as --version | grep 'GNU assembler' | egrep -o '2\.[0-9\.]+' | cut -d. -f2 19748 18 19749 $ 19750 19751 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 19752 19753commit ea638951acead7f1086c908c0b9f086beab82a22 19754Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 19755Date: Sat May 3 13:51:28 2008 +0900 19756 19757 [MIPS] cpu/mips/cache.S: Add dcache_enable 19758 19759 Recent bootelf command fixes (017e9b7925f74878d0e9475388cca9bda5ef9482, 19760 "allow ports to override bootelf behavior") requires ports to have this 19761 function. 19762 19763 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 19764 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 19765 19766commit d2c6fbec4397c936b18cd42482b6973cd6781bdf 19767Author: Wolfgang Denk <wd@denx.de> 19768Date: Thu May 1 21:30:16 2008 +0200 19769 19770 onenand: rename 16 bit memory copy into memcpy_16() to avoid conflicts 19771 19772 Onenand needs a version of memcpy() which performs 16 bit accesses 19773 only; make sure the name does not conflict with the standard 19774 function. 19775 19776 Signed-off-by: Wolfgang Denk <wd@denx.de> 19777 19778commit 12bc4e94251c369c529ffa505cf58b148c372f7f 19779Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 19780Date: Wed Apr 30 22:38:17 2008 +0200 19781 19782 cmd_nand: fix warning: str2long ncompatible pointer type 19783 19784 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 19785 19786commit 1b9ed2574a38c93cb03dad41885fc06be4bfc9dd 19787Author: Timur Tabi <timur@freescale.com> 19788Date: Fri Apr 4 11:16:11 2008 -0500 19789 19790 Fix calculation of I2C clock for some 86xx chips 19791 19792 Some 86xx chips use CCB as the base clock for the I2C, and others used CCB/2. 19793 There is no pattern that can be used to determine which chips use which 19794 frequency, so the only way to determine is to look up the actual SOC 19795 designation and use the right value for that SOC. 19796 19797 Signed-off-by: Timur Tabi <timur@freescale.com> 19798 19799commit f32f7fe7bd3a5bda3a476520f00e1aca7c2103a9 19800Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 19801Date: Wed Apr 30 12:11:19 2008 -0500 19802 19803 ColdFire: Fix ethernet hang issue for mcf547x_8x 19804 19805 The ethernet hang is caused by receiving buffer in DRAM is not 19806 yet ready due to access cycles require longer time in DRAM. 19807 Relocate DMA buffer descriptors from DRAM to internal SRAM. 19808 19809 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 19810 19811commit 886d90176fc257e0ab4d0db05d11d0749bbed3ca 19812Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 19813Date: Wed Apr 30 12:10:47 2008 -0500 19814 19815 ColdFire: Fix compilation issue caused by new changes in fsl_i2c.c 19816 19817 Signed-off-by: Luigi Comio Mantellini <luigi.mantellini@idf-hit.com> 19818 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 19819 19820commit b7166e05a513c0806b63b9dfb6f1d77645cede2a 19821Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 19822Date: Wed Apr 30 12:10:23 2008 -0500 19823 19824 ColdFire: Get information from the correct GCC 19825 19826 Signed-off-by: Kurt Mahan <kmahan@freescale.com> 19827 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 19828 19829commit 378e7ec95da4751ec8fe461baacab2bf7d2512a9 19830Author: dirk.behme@googlemail.com <dirk.behme@googlemail.com> 19831Date: Wed Apr 30 18:02:59 2008 +0200 19832 19833 Fix warning in env_nand.c if compiled for DaVinci Schmoogie 19834 19835 Fix warnings 19836 19837 nv_nand.c: In function 'saveenv': 19838 env_nand.c:200: warning: passing argument 3 of 'nand_write' from incompatible pointer type 19839 env_nand.c: In function 'env_relocate_spec': 19840 env_nand.c:275: warning: passing argument 3 of 'nand_read' from incompatible pointer type 19841 19842 if compiled for davinci_schmoogie_config. 19843 19844 Signed-off-by: Dirk Behme <dirk.behme@gmail.com> 19845 Ack by: Sergey Kubushyn <ksi@koi8.net> 19846 19847commit 33a4a70d48d622cc4950c60a84fec23b9421f23e 19848Author: Anatolij Gustschin <agust@denx.de> 19849Date: Wed Apr 30 13:34:40 2008 +0200 19850 19851 Fix warnings while compiling net/net.c for MPC8610HPCD board 19852 19853 MPC8610HPCD board adds -O2 gcc option to PLATFORM_CPPFLAGS 19854 causing overriding default -Os option. New gcc (ver. 4.2.2) 19855 produces warnings while compiling net/net.c file with -O2 19856 option. The patch is an attempt to fix this. 19857 19858 Signed-off-by: Anatolij Gustschin <agust@denx.de> 19859 19860commit 58b575e575c25fdf8c88141e145db201f3092149 19861Author: Sascha Laue <Sascha.Laue@gmx.biz> 19862Date: Wed Apr 30 15:23:38 2008 +0200 19863 19864 lwmon5: fix offset error in sysmon0 POST 19865 19866 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com> 19867 Signed-off-by: Wolfgang Denk <wd@denx.de> 19868 19869commit e7419b243a373de4ee042f7d4f45f66de787240d 19870Author: Sascha Laue <Sascha.Laue@gmx.biz> 19871Date: Wed Apr 30 15:16:35 2008 +0200 19872 19873 lwmon5: fix manual merge error in POST 19874 19875 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com> 19876 19877commit 42ffcec3f9eba010a662d5b42981812b6bebfb9a 19878Author: Wolfgang Denk <wd@denx.de> 19879Date: Wed Apr 30 17:46:26 2008 +0200 19880 19881 cmd_nand.c: fix another 'incompatible pointer type' warning. 19882 19883 Signed-off-by: Wolfgang Denk <wd@denx.de> 19884 19885commit de109d909707e2dfe806be5efc3cdb103b47c8ad 19886Author: Wolfgang Denk <wd@denx.de> 19887Date: Wed Apr 30 17:25:07 2008 +0200 19888 19889 Makefile: fix parallel builds 19890 19891 This problem shows up with parallel builds only; it results in 19892 somewhat cryptic error messages like 19893 19894 $ JOBS=-j6 MAKEALL netstar 19895 Configuring for netstar board... 19896 arm-linux-ld: cannot find -lgeneric 19897 make[1]: *** [eeprom.srec] Error 1 19898 19899 A few boards (like netstar and voiceblue) need some libraries for 19900 building; however, the board Makefile does not contain any such 19901 dependencies which may cause problems with parallel builds. Adding 19902 such dependencies is difficult as we would also have to provide build 19903 rules, which already exist in the respective library Makefiles. 19904 19905 To solve this, we make sure that all libraries get built before the 19906 board code. 19907 19908 Signed-off-by: Wolfgang Denk <wd@denx.de> 19909 19910commit 4f27098e5b0736989b13cd61d7bca94b3574cf5f 19911Author: Stefan Roese <sr@denx.de> 19912Date: Wed Apr 30 14:51:36 2008 +0200 19913 19914 ppc4xx: Adapt Canyonlands fixed DDR2 setup to new DIMM module 19915 19916 This patch changes the Canyonlands/Glacier fixed DDR2 controller setup 19917 used for NAND booting to match the values needed for the new 512MB 19918 DIMM modules shipped with the productions boards: 19919 19920 Crucial: CT6464AC667.8FB 19921 19922 Signed-off-by: Stefan Roese <sr@denx.de> 19923 19924commit ea9202a659dc75996facf1475f1866a19a9d3129 19925Author: Stefan Roese <sr@denx.de> 19926Date: Wed Apr 30 10:49:43 2008 +0200 19927 19928 ppc4xx: Fix problem with DIMMs with 8 banks in 44x_spd_ddr2.c 19929 19930 This patch fixes a problem with DIMMs that have 8 banks. Now the 19931 MCIF0_MBxCF register will be setup correctly for this setup too. 19932 19933 This was noticed with the 512MB DIMM on Canyonlands/Glacier. 19934 19935 Signed-off-by: Stefan Roese <sr@denx.de> 19936 19937commit 76617299358ebba260ecc02d33e8e75d8d13dd3b 19938Author: Wolfgang Denk <wd@denx.de> 19939Date: Tue Apr 29 23:41:06 2008 +0200 19940 19941 Prepare v1.3.3-rc2, again. 19942 19943 Signed-off-by: Wolfgang Denk <wd@denx.de> 19944 19945commit b7fcc4c13993782342cf5cd20d237a6281648a0b 19946Author: Wolfgang Denk <wd@denx.de> 19947Date: Tue Apr 29 23:35:24 2008 +0200 19948 19949 Prepare v1.3.3-rc2 19950 19951 Signed-off-by: Wolfgang Denk <wd@denx.de> 19952 19953commit f7b16a0a4d571dd33b2b5185a54f7ddc311f89d4 19954Author: Wolfgang Denk <wd@denx.de> 19955Date: Tue Apr 29 23:32:20 2008 +0200 19956 19957 common/env_nand.c: fix one more incompatible pointer type issue 19958 19959 Signed-off-by: Wolfgang Denk <wd@denx.de> 19960 19961commit ea6f66894f952229eebfc4ad03cd21fe5c8b3f0f 19962Author: Wolfgang Denk <wd@denx.de> 19963Date: Tue Apr 29 21:33:08 2008 +0200 19964 19965 post/board/lwmon5/sysmon.c: fix manual merge error. 19966 19967 Signed-off-by: Wolfgang Denk <wd@denx.de> 19968 19969commit 70a0f81412b0b18a6fd0bea960451bc6c2cca49a 19970Author: Kumar Gala <galak@kernel.crashing.org> 19971Date: Tue Apr 29 12:54:59 2008 -0500 19972 19973 85xx: Add -mno-spe to e500/85xx builds 19974 19975 Newer gcc's might be configured to enable autovectorization by default. 19976 If we happen to build with one of those compilers we will get SPE 19977 instructions in random code. 19978 19979 -mno-spe disables the compiler for automatically generating SPE 19980 instructions without our knowledge. 19981 19982 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 19983 19984commit 8ea08e5be69436abcc95d3da114de4a2ff8a6ab5 19985Author: Kumar Gala <galak@kernel.crashing.org> 19986Date: Tue Apr 29 10:18:34 2008 -0500 19987 19988 Update .gitignore for zlib.h 19989 19990 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 19991 19992commit 45239cf4152109caa925145ccd433529902df887 19993Author: Kumar Gala <galak@kernel.crashing.org> 19994Date: Tue Apr 29 10:27:08 2008 -0500 19995 19996 85xx/86xx: Rename ext_refrec to timing_cfg_3 to match docs 19997 19998 All the 85xx and 86xx UM describe the register as timing_cfg_3 19999 not as ext_refrec. 20000
20001 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 20002 20003commit ef7d30b14394e4c4a153118f5845760cadada02a 20004Author: Kumar Gala <galak@kernel.crashing.org> 20005Date: Tue Apr 29 10:28:34 2008 -0500 20006 20007 85xx/86xx: Rename DDR init address and init extended address register 20008 20009 Rename init_addr and init_ext_addr to match the docs between 20010 85xx and 86xx. Both now use 'init_addr' and 'init_ext_addr'. 20011 20012 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 20013 20014commit cf6cc014270549684873a5972d2595052c468cb6 20015Author: Kumar Gala <galak@kernel.crashing.org> 20016Date: Mon Apr 28 02:24:04 2008 -0500 20017 20018 85xx: Additional fixes and cleanup of MP code 20019 20020 * adjust __spin_table alignment to match ePAPR v0.94 spec 20021 * loop over all cpus when determing who is up. This fixes an issue if 20022 the "boot cpu" isn't core0. The "boot cpu" will already be in the 20023 cpu_up_mask so there is no harm 20024 * Added some protection in the code to ensure proper behavior. These 20025 changes are explicitly needed but don't hurt: 20026 - Added eieio to ensure the "hot word" of the table is written after 20027 all other table updates have occurred. 20028 - Added isync to ensure we don't prefetch loading of table entries 20029 until we a released 20030 20031 These issues we raised by Dave Liu. 20032 20033 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 20034 20035commit b2d527a8b9fb50afccbaf79b5540952585cdc760 20036Author: Yuri Tikhonov <yur@emcraft.com> 20037Date: Tue Apr 29 15:06:41 2008 +0200 20038 20039 lwmon5: minor clean-up to include/configs/lwmon5.h 20040 20041 LWMON5 DSPIC POST uses the watch-dog scratch register. So, make 20042 the CFG_DSPIC_TEST_ADDR definition more readable. 20043 20044 Signed-off-by: Yuri Tikhonov <yur@emcraft.com> 20045 20046commit f4c4d21a885ccc222fd0acdf653b683249e85117 20047Author: Stefan Roese <sr@denx.de> 20048Date: Tue Apr 29 16:08:05 2008 +0200 20049 20050 ppc4xx: Fix CFG_MONITOR_LEN on Katmai failsave this time 20051 20052 Signed-off-by: Stefan Roese <sr@denx.de> 20053 20054commit 138105efe1d2b1a40a3a97b4c1f85c2111bea2d8 20055Author: Yuri Tikhonov <yur@emcraft.com> 20056Date: Tue Apr 29 13:32:45 2008 +0200 20057 20058 ppc flush_cache: add watch-dog triggering into the loops. 20059 20060 Some boards (e.g. lwmon5) need rather a frequent watch-dog 20061 kicking. Since the time it takes for the flush_cache() function 20062 to complete its job depends on the size of data being flushed, one 20063 may encounter watch-dog resets on such boards when, for example, 20064 download big files over ethernet. 20065 20066 Signed-off-by: Yuri Tikhonov <yur@emcraft.com> 20067 20068commit cab99d6f3281ab6784feccf98b9b425daa58418a 20069Author: Stefan Roese <sr@denx.de> 20070Date: Tue Apr 29 14:44:54 2008 +0200 20071 20072 ppc4xx: Fix compilation warning in denali_spd_ddr2.c 20073 20074 Signed-off-by: Stefan Roese <sr@denx.de> 20075 20076commit 4ec9d78fe5cd585d2868731fa108ca1e62730e70 20077Author: Stefan Roese <sr@denx.de> 20078Date: Tue Apr 29 14:12:07 2008 +0200 20079 20080 ppc4xx: Fix Katmai CFG_MONITOR_LEN 20081 20082 Signed-off-by: Stefan Roese <sr@denx.de> 20083 20084commit 85ad184b3b2b0f8af9228477303c55dca1b52ed7 20085Author: Stefan Roese <sr@denx.de> 20086Date: Tue Apr 29 13:57:07 2008 +0200 20087 20088 ppc4xx: Complete remove bogus dflush() 20089 20090 Since the current dflush() implementation is know to have some problems 20091 (as seem on lwmon5 ECC init) this patch removes it completely and replaces 20092 it by using clean_dcache_range(). 20093 20094 Tested on Katmai with ECC DIMM. 20095 20096 Signed-off-by: Stefan Roese <sr@denx.de> 20097 20098commit 135846d6ecaad255ad28d93ebbb78b3d5da68cdc 20099Author: Stefan Roese <sr@denx.de> 20100Date: Tue Apr 29 13:36:51 2008 +0200 20101 20102 ppc4xx: Change ECC initialization on lwmon5 to use clean_dcache_range() 20103 20104 As it seems the "old" ECC initialization routine by using dflush() didn't 20105 write all lines in the dcache back to memory on lwmon5. This could lead 20106 to ECC error upon Linux booting. This patch changes the program_ecc() 20107 routine to now use clean_dcache_range() instead of dflush(). 20108 clean_dcache_range() uses dcbst which is exactly what we want in this 20109 case. 20110 20111 Since dflush() is known is cause problems, this routine will be 20112 removed completely and replaced by clean_dcache_range() with an 20113 additional patch. 20114 20115 Signed-off-by: Stefan Roese <sr@denx.de> 20116 20117commit 18ec19e4aa1a045dfbf2c7c2e33963488e92d757 20118Author: Yuri Tikhonov <yur@emcraft.com> 20119Date: Mon Apr 28 18:19:34 2008 +0200 20120 20121 POST: fix Makefiles for mpc8xx, lwmon, and netta POSTs. 20122 20123 Signed-off-by: Yuri Tikhonov <yur@emcraft.com> 20124 20125commit eea5a743a2193ef2a05b9bc6dc447ba241416f35 20126Author: Markus Brunner <super.firetwister@googlemail.com> 20127Date: Mon Apr 28 08:47:47 2008 +0200 20128 20129 ppc4xx: Fixup ebc clock in FDT for 405GP/EP 20130 20131 On ppc405EP and ppc405GP (at least) the ebc is directly attached to the plb 20132 and not to the opb. This patch will try to fixup /plb/ebc if /plb/opb/ebc 20133 doesn't exist. 20134 20135 Signed-off-by: Markus Brunner <super.firetwister@gmail.com> 20136 20137commit 2ef7503a593c77a80c2a054011970227c4b62774 20138Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 20139Date: Thu Apr 24 07:57:17 2008 +0200 20140 20141 NE2000: Fix regresssion introduced by e710185aae90 on non AX88796 20142 20143 Move non-inlied functions into specific drivers file 20144 Set get_prom as weak 20145 20146 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 20147 Signed-off-by: Vlad Lungu <vlad@comsys.ro> 20148 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 20149 20150commit 40cb90ee2b97db1f697e1b54f19a548ffc96d71b 20151Author: Guennadi Liakhovetski <lg@denx.de> 20152Date: Thu Apr 3 17:04:19 2008 +0200 20153 20154 net: make ARP timeout configurable 20155 20156 Currently the timeout waiting for an ARP reply is hard set to 5 seconds. 20157 On i.MX31ADS due to a hardware "strangeness" up to four first IP packets 20158 to the boards get lost, which typically are ARP replies. By configuring 20159 the timeout to a lower value we significantly improve the first network 20160 transfer time on this board. The timeout is specified in milliseconds, 20161 later internally it is converted to deciseconds, because it has to be 20162 converted to hardware ticks, and CFG_HZ ranges from 900 to 27000000 on 20163 different boards. 20164 20165 Signed-off-by: Guennadi Liakhovetski <lg@denx.de> 20166 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 20167 20168commit 13e0b8f7ca9d29267bf01d7a01e521a0517adce1 20169Author: Guennadi Liakhovetski <lg@denx.de> 20170Date: Thu Apr 3 13:36:18 2008 +0200 20171 20172 minor cs8900 driver clean up 20173 20174 Remove a redundant register definition, clean up some coding style 20175 violations. 20176 20177 Signed-off-by: Guennadi Liakhovetski <lg@denx.de> 20178 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 20179 20180commit 707fa917cca24c0f22776f48ac4a6fa5e5189b10 20181Author: Wolfgang Denk <wd@denx.de> 20182Date: Mon Apr 28 22:01:04 2008 +0200 20183 20184 jffs2_1pass.c: fix incompatible pointer type warning 20185 20186 Signed-off-by: Wolfgang Denk <wd@denx.de> 20187 20188commit 6aee00f5e6a1cf29d8fe8fdc9b7252fbd31115d9 20189Author: Sascha Laue <Sascha.Laue@gmx.biz> 20190Date: Tue Apr 1 10:10:18 2008 +0200 20191 20192 lwmon5: update dsPIC POST spezification 20193 20194 The specification for the lwmon5 board dsPIC POST got changed. 20195 Also add defines for the temperatures and voltages. 20196 20197 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com> 20198 20199commit 3e4615ab7ff38781a5dd80d0f49b9af55b4fe0b7 20200Author: Sascha Laue <Sascha.Laue@gmx.biz> 20201Date: Tue Apr 1 15:13:03 2008 +0200 20202 20203 Fix watchdog POST for lwmon5 20204 20205 If the hardware watchdog detects a voltage error, the watchdog sets 20206 GPIO62 to low. The watchdog POST has to detect this low level. 20207 20208 Signed-off-by: Sascha Laue <leglas0@legpc180.leg.liebherr.i> 20209 Signed-off-by: Wolfgang Denk <wd@denx.de> 20210 20211commit dd5748bcd669f46aeb6686c1b341323843738ccc 20212Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de> 20213Date: Mon Apr 28 14:37:14 2008 +0200 20214 20215 rtl8169: fix compiler warnings 20216 20217 Fix multiple compiler warnings related to argument type mismatch. 20218 20219 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> 20220 20221commit 413bf586266f86c6bdbc6c6d140f67a15af4c4f1 20222Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de> 20223Date: Mon Apr 28 14:36:06 2008 +0200 20224 20225 IDE: fix compiler warnings 20226 20227 The IDE driver can use 32-bit addresses in LBA mode, in which case it 20228 spits multiple warnings during compilation. Fix them. 20229 20230 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> 20231 20232commit db9084de28c46ac81c8f681722cb0d7411be4d7f 20233Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de> 20234Date: Mon Apr 28 14:35:57 2008 +0200 20235 20236 LinkStation: fix compiler warning, add a maintainer 20237 20238 out_8 wants a pointer to an unsigned as the first argument. Add a 20239 maintainer for Linkstation boards. 20240 20241 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> 20242 20243commit c71abba3cb67b063f789f17abf6c7447727c0cd5 20244Author: Wolfgang Denk <wd@denx.de> 20245Date: Mon Apr 28 14:55:12 2008 +0200 20246 20247 cmd_nand.c: fix "differ in signedness" problem 20248 20249 Signed-off-by: Wolfgang Denk <wd@denx.de> 20250 20251commit f2c288a35341ad02ac03b1563d786763c9c8f159 20252Author: Wolfgang Denk <wd@denx.de> 20253Date: Mon Apr 28 12:48:47 2008 +0200 20254 20255 pcnet.c: fix a merge issue 20256 20257 Signed-off-by: Wolfgang Denk <wd@denx.de> 20258 20259commit 4ca79f477ebd25a6872e6196d80e2f5eff441376 20260Author: Wolfgang Denk <wd@denx.de> 20261Date: Mon Apr 28 12:08:18 2008 +0200 20262 20263 NAND: fix some strict-aliasing compiler warnings 20264 20265 Signed-off-by: Wolfgang Denk <wd@denx.de> 20266 20267commit 5cd0130ecc79d6dcde1b1ac253abc457ca8c3115 20268Author: Stefan Roese <sr@denx.de> 20269Date: Mon Apr 28 11:37:14 2008 +0200 20270 20271 ppc4xx: Fix compile warning of hcu4 board 20272 20273 Signed-off-by: Stefan Roese <sr@denx.de> 20274 20275commit 5379cd15dd6c74ac51499bce3455bf6e0cdbe9f1 20276Author: Wolfgang Denk <wd@denx.de> 20277Date: Mon Apr 28 11:31:23 2008 +0200 20278 20279 MPC8323ERDB: fix implicit declaration of function 'mac_read_from_eeprom' 20280 20281 Signed-off-by: Wolfgang Denk <wd@denx.de> 20282 20283commit 7602ed50a2f0ef3dc8d7da93f116de50288f5b59 20284Author: Guennadi Liakhovetski <lg@denx.de> 20285Date: Mon Apr 28 00:25:32 2008 +0200 20286 20287 mx31ads: fix loadaddr environment variable define 20288 20289 Arithmetic expressions do not get evaluated under stringification. Remove 20290 default network configuration, add DHCP command support. Thanks to Felix 20291 Radensky for reporting. 20292 20293 Signed-off-by: Guennadi Liakhovetski <lg@denx.de> 20294 20295commit 144eec777ac07bcb12bd38245a5a289f694a7f98 20296Author: Wolfgang Denk <wd@denx.de> 20297Date: Mon Apr 28 10:55:24 2008 +0200 20298 20299 katmai: fix section overlap problem 20300 20301 Since we didn't want to remove features from the configuration, we 20302 decided to increase the U-Boot image size (add one flash sector). 20303 20304 Also changed the default environment definition to make it 20305 independent of such changes. 20306 20307 Signed-off-by: Wolfgang Denk <wd@denx.de> 20308 Acked-by: Stefan Roese <sr@denx.de> 20309 20310commit 941d696d25624e3cc65ebf924199541acf52d74e 20311Author: Wolfgang Denk <wd@denx.de> 20312Date: Mon Apr 28 10:55:24 2008 +0200 20313 20314 katmai: fix section overlap problem 20315 20316 Since we didn't want to remove features from the configuration, we 20317 decided to increase the U-Boot image size (add one flash sector). 20318 20319 Also changed the default environment definition to make it 20320 independent of such changes. 20321 20322 Signed-off-by: Wolfgang Denk <wd@denx.de> 20323 Acked-by: Stefan Roese <sr@denx.de> 20324 20325commit 03c6cd39f9184143fd8c537872b3d4b2e03f1466 20326Author: Kumar Gala <galak@kernel.crashing.org> 20327Date: Sat Apr 26 11:44:44 2008 -0500 20328 20329 post: Fix building with O= 20330 20331 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 20332 20333commit fd7531c1e9d56b9e5e06d2c0e02b798dab72f70c 20334Author: Wolfgang Denk <wd@denx.de> 20335Date: Sat Apr 26 01:55:00 2008 +0200 20336 20337 Prepare v1.3.3-rc1 20338 20339 Signed-off-by: Wolfgang Denk <wd@denx.de> 20340 20341commit 19cf2ec90d8ce52da60c1693693c4048cb810967 20342Author: Wolfgang Denk <wd@denx.de> 20343Date: Sat Apr 26 01:25:39 2008 +0200 20344 20345 post/Makefile: make sure to use the correct flags 20346 20347 ARFLAGS was not set, which caused "ppc_8xx-ar: creating libgenpost.a" 20348 messages to be printed. 20349 20350 Signed-off-by: Wolfgang Denk <wd@denx.de> 20351 20352commit 7ed4011733e7dca8f64d21291e4294662f7dc3e2 20353Author: Wolfgang Denk <wd@denx.de> 20354Date: Sat Apr 26 00:34:42 2008 +0200 20355 20356 Coding Style cleanup, update CHANGELOG 20357 20358 Signed-off-by: Wolfgang Denk <wd@denx.de> 20359 20360commit f9204e15173834ff8d123e36279ce49c3c6c74fc 20361Author: Magnus Lilja <lilja.magnus@gmail.com> 20362Date: Sun Apr 20 10:38:12 2008 +0200 20363 20364 i.MX31: Enable SPI and MC13783/RTC support for the Litekit board 20365 20366 This patch enables SPI and MC13783/RTC support for the Litekit board. 20367 20368 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com> 20369 20370commit f97abbfb47d9e407354e157cae3f6369e460cd37 20371Author: Ed Swarthout <Ed.Swarthout@freescale.com> 20372Date: Fri Apr 25 01:08:32 2008 -0500 20373 20374 MPC8544DS: decode pcie3 end-point configuration correctly. 20375 20376 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 20377 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 20378 20379commit 292188e15523c165c4269403fdcd33c26d89176e 20380Author: Roy Zang <tie-fei.zang@freescale.com> 20381Date: Fri Apr 25 00:55:09 2008 -0500 20382 20383 MPC8544DS: Removes the unknown flash message information 20384 20385 This patch removes the unknown flash message information: 20386 '## Unknown FLASH on Bank 1 - Size = 0xdeadbeef = -286261248 MB' 20387 This unknown flash message is caused by PromJet. 20388 Some of the board user is unhappy with this information. 20389 20390 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com> 20391 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 20392 20393commit b2115757403beef0ac6bc2c6c3b24f31256a75d2 20394Author: Kim Phillips <kim.phillips@freescale.com> 20395Date: Thu Apr 24 14:07:38 2008 -0500 20396 20397 mpc83xx: bump loadaddr over fdtaddr to 0x500000 20398 20399 this seems as a good compromise between human memory, typing, 20400 and last but not least, to accommodate for current and future kernel bloat. 20401 20402 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 20403 Acked-by: Dave Liu <daveliu@freescale.com> 20404 20405commit be5a7190265a34d968578ff266549c60f6f57654 20406Author: Dave Liu <r63238@freescale.com> 20407Date: Tue Apr 15 13:12:23 2008 +0800 20408 20409 mpc83xx: clean up the readme for 83xx boards 20410 20411 1. correct the typo 20412 2. correct the memory map for 837xerdb board 20413 20414 Signed-off-by: Dave Liu <daveliu@freescale.com> 20415 20416commit bcae52a6819ee9dad5d0d96cd7daeb20108d45ff 20417Author: Dave Liu <r63238@freescale.com> 20418Date: Tue Apr 15 13:11:11 2008 +0800 20419 20420 mpc83xx: remove the unused CPM's stuff 20421 20422 The MPC83xx family never have CPM block, so remove it from 83xx. 20423 20424 Signed-off-by: Dave Liu <daveliu@freescale.com> 20425 20426commit c63ad6325a8ac0097a54b418a3288926b0484b18 20427Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 20428Date: Fri Apr 18 16:29:40 2008 +0200 20429 20430 cfi-flash: Add CFG_FLASH_AUTOPROTECT_LIST 20431 20432 This patch adds a configurable flash auto protection list that can be used 20433 to make U-Boot protect flash regions in flash_init(). 20434 20435 The idea has been discussed on the u-boot mailing list starting 20436 on Nov 18th, 2007. 20437 20438 Even this patch brings a new feature it is used as a bugfix for 4xx 20439 platforms where flash_init() does not completely protect the 20440 monitor's flash range in all situations. 20441 20442 U-Boot protects the flash range from CFG_MONITOR_BASE to 20443 (CFG_MONITOR_BASE + monitor_flash_len - 1) by default. This does not 20444 include the reset vector at 0xfffffffc. 20445 20446 Example: 20447 #define CFG_FLASH_AUTOPROTECT_LIST {{0xfff80000, 0x80000}} 20448 20449 This config option will auto protect the last 512k of flash that 20450 contains the bootloader on board like APC405 and PMC405. 20451 20452 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 20453 20454commit d0d91ae3acb4f29d1a2a3a766747478ed54e2848 20455Author: Stefan Roese <sr@denx.de> 20456Date: Fri Apr 25 13:59:03 2008 +0200 20457 20458 ppc4xx: Remove double defines in lwmon5.h 20459 20460 introduced with latest lwmon5/POST merge 20461 20462 Signed-off-by: Stefan Roese <sr@denx.de> 20463 20464commit 7590378fb9c686709492ceb142825cd058255956 20465Author: Bartlomiej Sieka <tur@semihalf.com> 20466Date: Fri Apr 25 13:54:02 2008 +0200 20467 20468 Use watchdog-aware functions when calculating hashes of images - take two 20469 20470 Some files didn't get updated properly with the "Use watchdog-aware 20471 functions when calculating hashes of images" commit, this commit 20472 fixes this. 20473 20474 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com> 20475 Signed-off-by: Wolfgang Denk <wd@denx.de> 20476 20477commit 8e048c438e20ec89b49da5f085f8f756eba6e587 20478Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 20479Date: Fri Apr 25 12:01:39 2008 +0200 20480 20481 ppc4xx: Add bootcount limit handling for APC405 boards 20482 20483 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 20484 20485commit 1de6b28be5d107ae90ad7a8a43653c49966e8afe 20486Author: Bartlomiej Sieka <tur@semihalf.com> 20487Date: Fri Apr 25 12:10:09 2008 +0200 20488 20489 Use watchdog-aware functions when calculating hashes of images 20490 20491 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com> 20492 20493commit d00ce09040d3100e2c7998ef56db62c2d20d9ee3 20494Author: Wolfgang Denk <wd@denx.de> 20495Date: Fri Apr 25 12:44:08 2008 +0200 20496 20497 USB: fix more GCC 4.2.x aliasing warnings 20498 20499 Signed-off-by: Wolfgang Denk <wd@denx.de> 20500 Acked-by: Markus Klotzbuecher <mk@denx.de> 20501 20502commit aff4f86448f6586930f0a3be7fc4b0ddcf450980 20503Author: Wolfgang Denk <wd@denx.de> 20504Date: Fri Apr 25 12:41:53 2008 +0200 20505 20506 lib_generic/crc32.c: add missing #include <watchdog.h> 20507 20508 Signed-off-by: Wolfgang Denk <wd@denx.de> 20509 20510commit 03ccdbcd5602610cea4bd0db7e48e1ef881a51ef 20511Author: Wolfgang Denk <wd@denx.de> 20512Date: Fri Apr 25 11:52:21 2008 +0200 20513 20514 lib_generic/crc32.c: fix compile problem 20515 20516 Signed-off-by: Wolfgang Denk <wd@denx.de> 20517 20518commit 24bfedbd0be4dcaa94861407820d6a70fea7e03b 20519Author: Stefan Roese <sr@denx.de> 20520Date: Tue Apr 22 12:20:32 2008 +0200 20521 20522 ppc4xx: Pass PCIe root-complex/endpoint configuration to Linux via the fdt 20523 20524 The PCIe root-complex/endpoint setup as configured via the "pcie_mode" 20525 environment variable will now get passed to the Linux kernel by setting 20526 the device_type property of the PCIe device tree node. For normal root- 20527 complex configuration it will keep its defaults value of "pci" and for 20528 endpoint configuration it will get changed to "pci-endpoint". 20529 20530 Signed-off-by: Stefan Roese <sr@denx.de> 20531 20532commit eb0615bf600d2caf5aa2958f47f5ba364c52d5e7 20533Author: Yuri Tikhonov <yur@emcraft.com> 20534Date: Thu Apr 24 10:30:53 2008 +0200 20535 20536 lwmon5: watchdog POST fix 20537 20538 Use the GPT0_MASKx registers as the temporary storage for watch-dog 20539 timer POST test instead of GPT0_COMPx. The latter 20540 (GPT0_COMP1..GPT0_COMP5) are used for the log-buffer header. 20541 20542 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com> 20543 Signed-off-by: Yuri Tikhonov <yur@emcraft.com> 20544 20545commit 78e488298824bc150b5f3ebf7958cd71fa2af1b9 20546Author: Kim Phillips <kim.phillips@freescale.com> 20547Date: Mon Apr 21 18:10:14 2008 -0500 20548 20549 lib_ppc: Revert "Make MPC83xx one step closer to full relocation." 20550 20551 This reverts commit 70431e8a7393b6b793f77957f95b999fc9a269b8 which has 20552 proven problematic getting right from the start at least on 83xx and 20553 4xx. 20554 20555 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 20556 20557commit a99715b8ebfc500f3f40e01b36b64d473938443d 20558Author: Detlev Zundel <dzu@denx.de> 20559Date: Fri Apr 18 14:50:01 2008 +0200 20560 20561 Realining some header definitions. 20562 20563 Signed-off-by: Detlev Zundel <dzu@denx.de> 20564 20565commit 4acbc6c7f993cae409c424615415a3e76820f13d 20566Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 20567Date: Thu Apr 24 07:57:16 2008 +0200 20568 20569 NE2000: coding style cleanup 20570 20571 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 20572 20573commit b4aff1ffaf7120032c653357c007faa14f74d29d 20574Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 20575Date: Wed Apr 23 00:11:47 2008 +0900 20576 20577 qemu-mips.h: Add CFI support 20578 20579 CONFIG_ENV_OVERWRITE is also added. 20580 20581 This patch is originally created by Jean-Christophe PLAGNIOL-VILLARD. 20582 20583 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 20584 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 20585 20586commit 4a1f11b45a82908e5b0df602d703082413a6b7ed 20587Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 20588Date: Tue Apr 22 22:47:27 2008 +0900 20589 20590 doc/README.mips: Add MIPS notes 20591 20592 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 20593 20594commit 215b01bba8bc662d35f72b084700b192d367dfb4 20595Author: Bartlomiej Sieka <tur@semihalf.com> 20596Date: Tue Apr 22 12:27:56 2008 +0200 20597 20598 Add support for calculating hashes with watchdog triggering 20599 20600 Implement watchodg-aware variants of hash calculation functions: 20601 - crc32_wd() 20602 - md5_wd() 20603 - sha1_csum_wd() 20604 The above functions calculate the hash of the input buffer in chunks, 20605 triggering the watchdog after processing each chunk. The chunk size 20606 is given as a function call parameter. 20607 20608 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com> 20609 20610commit 8875e3abab986df930167ce5c1ac4f95dcacc81c 20611Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com> 20612Date: Wed Apr 23 11:02:12 2008 +0900 20613 20614 qemu-mips: Cleanup whitespace, indentation, etc. 20615 20616 No functional change. 20617 20618 This patch was originally submitted by Jean-Christophe PLAGNIOL-VILLARD. 20619 Then I re-created from scratch, and changed more lines than the original. 20620 20621 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 20622 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 20623 20624commit 386563197e3a50b0e97ad9aae87f57d9aab909ab 20625Author: Vlad Lungu <vlad@comsys.ro> 20626Date: Wed Oct 10 23:02:09 2007 +0300 20627 20628 Fixed pcnet io_base 20629 20630 Bus and phys address are not always the same 20631 20632 Signed-off-by: Vlad Lungu <vlad@comsys.ro> 20633 20634commit 11ea26fd1cb63c91403fe04a6eea975cd418603f 20635Author: Wolfgang Denk <wd@denx.de> 20636Date: Thu Apr 24 23:44:26 2008 +0200 20637 20638 drivers/net/pcnet.c: Coding Style cleanup. 20639 20640 Signed-off-by: Wolfgang Denk <wd@denx.de> 20641 20642commit 899ef7b84578b7cafadfd78488c2fd2aac93f636 20643Author: Vlad Lungu <vlad@comsys.ro> 20644Date: Wed Oct 10 23:04:23 2007 +0300 20645 20646 Added Am79C970A chip id to pcnet 20647 20648 Signed-off-by: Vlad Lungu <vlad@comsys.ro> 20649 20650commit 17c9de6bb33f676eb776dcbfc46fc1b14c3871a5 20651Author: Magnus Lilja <lilja.magnus@gmail.com> 20652Date: Sun Apr 20 10:35:03 2008 +0200 20653 20654 i.MX31: Fix architecture numbers for ADS and Litekit boards 20655 20656 Correct the Linux architecture number for i.MX31 Litekit and ADS boards. 20657 20658 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com> 20659 20660commit e7ae84d6c7288790e88639f57cb60daf89c11369 20661Author: Magnus Lilja <lilja.magnus@gmail.com> 20662Date: Sun Apr 20 10:36:36 2008 +0200 20663 20664 i.MX31: Use symbolic names for Litekit membases. 20665 20666 Use symbolic names instead of hard coded addresses for Litekit membases. 20667 20668 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com> 20669 20670commit 2ef1d9b6030d02f576b1bcd9fec948e602522012 20671Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 20672Date: Sat Apr 19 17:59:20 2008 +0200 20673 20674 Fix show_boot_progress prototype 20675 20676 in commit fad634071 "make show_boot_progress () weak." 20677 show_boot_progress is supposed to be declared as weak but declared as 20678 inline instead. 20679 20680 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 20681 20682commit edbed247a14d70b94958010f736621212285de91 20683Author: Bartlomiej Sieka <tur@semihalf.com> 20684Date: Fri Apr 18 12:39:23 2008 +0200 20685 20686 Memory footprint optimizations 20687 20688 As suggested by Wolfgang Denk: 20689 - image printing functions: 20690 - remove wrappers 20691 - remove indentation prefix from functions' signatures 20692 - merge getenv_verify and getenv_autostart into one parametrized function 20693 20694 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com> 20695 20696commit 0a0b606faaec4afb3f750b09aa4df1e40a39dcb8 20697Author: Guennadi Liakhovetski <lg@denx.de> 20698Date: Tue Apr 15 13:33:11 2008 +0200 20699 20700 MX31ADS environment variable update, spi and rtc support 20701 20702 Update MX31ADS default environment to better match the flash layout and 20703 the memory map, support SPI and RTC. 20704 20705 Signed-off-by: Guennadi Liakhovetski <lg@denx.de> 20706 20707commit 022f12163595b9a55380c6d77c3119b93d6a9a4b 20708Author: Kumar Gala <galak@kernel.crashing.org> 20709Date: Mon Apr 21 09:28:36 2008 -0500 20710 20711 85xx: Round up frequency calculations to get reasonable output 20712 20713 eg. because of rounding error we can get 799Mhz instead of 800Mhz. 20714 20715 Introduced DIV_ROUND_UP and roundup taken from linux kernel. 20716 20717 Signed-off-by: Dejan Minic <minic@freescale.com> 20718 Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com> 20719 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 20720 Acked-by: Andy Fleming <afleming@freescale.com> 20721 20722commit 876b8f978982216ab4a22dcd9efddfcd9b0e04e6 20723Author: Kumar Gala <galak@kernel.crashing.org> 20724Date: Wed Apr 23 16:58:04 2008 -0500 20725 20726 fsl_pci: Only modify registers if we have them 20727 20728 pme_msg_det exists only on PCIe controllers only set it if we are a "bridge". 20729 20730 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 20731 20732commit 83fe32334337def160b302aa9d152d808bfcc68e 20733Author: Markus Klotzbücher <mk@denx.de> 20734Date: Wed Apr 23 10:57:33 2008 +0200 20735 20736 USB: remove a cpu bug workaround for an unsupported architecture. 20737 20738 Signed-off-by: Markus Klotzbuecher <mk@denx.de> 20739 20740commit f957576cb53e6cfab412709cfc8db1afd39d21c3 20741Author: Markus Klotzbücher <mk@denx.de> 20742Date: Wed Apr 23 10:53:23 2008 +0200 20743 20744 USB: fix those pesky aliasing warnings issued by gcc-4.2 20745 20746 Signed-off-by: Markus Klotzbuecher <mk@denx.de> 20747 Signed-off-by: Detlev Zundel <dzu@denx.de> 20748 20749commit 89cdab788f3716b335fefb60b836ebcf975aceab 20750Author: Mike Frysinger <vapier@gentoo.org> 20751Date: Mon Mar 31 11:02:01 2008 -0400 20752 20753 crc32: use uint32_t rather than unsigned long 20754 20755 The envcrc.c does sizeof(unsigned long) when calculating the crc, but 20756 this is done with the build toolchain instead of the target tool 20757 chain, so if the build is a 64bit system but the target is 32bits, 20758 the size will obviously be wrong. This converts all unsigned long 20759 stuff related to crc32 to uint32_t types. Compile tested only: output 20760 of ./tools/envcrc when run on a 32bit build system matches that of a 20761 64bit build system. 20762 20763 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 20764 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 20765 20766commit 80c40b765b3642ddb9f3392b7898715aab44a29c 20767Author: Dirk Behme <dirk.behme@googlemail.com> 20768Date: Wed Mar 26 09:53:29 2008 +0100 20769 20770 ARM: Davinci: Fix DM644x timer overflow handling and cleanup 20771 20772 Fix ARM based DaVinci DM644x timer overflow handling and cleanup timer code. 20773 20774 Changes: 20775 20776 - Remove *_masked() functions as noted by Wolfgang 20777 20778 - Adapt register naming to recent TI spec (sprue26, March 2007) 20779 20780 - Fix reset_timer() handling 20781 20782 - 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. 20783 20784 [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/38179 20785 20786 - Remove software division of timer count value (DIV(x) macro) and do it in hardware (TIM_CLK_DIV). 20787 20788 Many thanks to Troy Kisky <troy.kisky@boundarydevices.com> and Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl> for the hints & testing! 20789 20790 Patch is compile tested with davinci_dvevm & sonata & schmoogie configuration and tested by Pieter on DaVinci EVM hardware. 20791 20792 Signed-off-by: Dirk Behme <dirk.behme@gmail.com> 20793 Acked-by: Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl> 20794 20795commit a6e6fc610e39dec41b79680413d4ed38145bd3c8 20796Author: Sergei Poselenov <sposelenov@emcraft.com> 20797Date: Wed Apr 9 16:09:41 2008 +0200 20798 20799 Added watchdog triggering calls in the "mtest" test function. 20800 20801 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com> 20802 20803commit d32a874b9b4c1e949ee38be7790f6bf6d6143451 20804Author: Yuri Tikhonov <yur@emcraft.com> 20805Date: Sun Apr 6 19:19:14 2008 +0200 20806 20807 lwmon5 watchdog: limit trigger rate 20808 20809 Limit the rate of h/w watch-dog triggering on the LWMON5 board by 20810 the CONFIG_WD_MAX_RATE value. 20811 20812 Note that an earlier version of this patch which used microseconds 20813 instead of ticks dis not work. The problem was that we used 20814 usec2ticks() to convert microseconds into ticks. usec2ticks() uses 20815 get_tbclk(), which in turn calls get_sys_info(). It turns out that 20816 this function does a lot of prolonged operations (like divisions) 20817 which take too much time so we do not trigger the watchdog in time, 20818 and it resets the system. 20819 20820 Signed-off-by: Yuri Tikhonov <yur@emcraft.com> 20821 20822commit 2d2b994a30bb100774dc747ae9865b7f95285a88 20823Author: Yuri Tikhonov <yur@emcraft.com> 20824Date: Mon Mar 31 10:51:37 2008 +0200 20825 20826 POST: move CONFIG_POST to Makefiles 20827 20828 Introduce the new logical option CONFIG_HAS_POST which is set when the 20829 platform has CONFIG_POST set. Use CONFIG_HAS_POST in the post/ Makefiles 20830 to determine should the POST libs be compiled for the selected target 20831 platform, or not. 20832 20833 To avoid breaking u-boot linking process, the empty post/libpost.a file is 20834 created for platforms which do not have POSTs. 20835 20836 Signed-off-by: Yuri Tikhonov <yur@emcraft.com> 20837 Signed-off-by: Wolfgang Denk <wd@denx.de> 20838 20839commit 0a51e9248e2d27e0a02ef1e740c576ce90a39ee1 20840Author: Yuri Tikhonov <yur@emcraft.com> 20841Date: Mon Mar 31 10:49:34 2008 +0200 20842 20843 POST: preparations for moving CONFIG_POST to Makefiles 20844 20845 Remove CONFIG_POST ifdefs from the post/ source files. 20846 20847 Signed-off-by: Yuri Tikhonov <yur@emcraft.com> 20848 Signed-off-by: Wolfgang Denk <wd@denx.de> 20849 20850commit 5d40d4430d9ebc8434c6f0798594836e1efa7a1e 20851Author: Stefan Roese <sr@denx.de> 20852Date: Tue Apr 22 14:14:20 2008 +0200 20853 20854 ppc4xx: Fix Canyonlands and Glacier default environment for fdt usage 20855 20856 This patch fixes the Canyonlands and Glacier default environment to better 20857 fit to the arch/powerpc device-tree kernels. The variables dealing with 20858 arch/ppc booting are removed, since these boards are supported only in 20859 arch/powerpc. Glacier uses the same config file as Canyonlands. 20860 20861 Also, the Glacier now uses non-FPU rootpath, since 460GT has no FPU. 20862 20863 Signed-off-by: Stefan Roese <sr@denx.de> 20864 20865commit b789cb4a4c0c1deff82053539cfe29a9c6e23f8b 20866Author: Stefan Roese <sr@denx.de> 20867Date: Tue Apr 22 14:06:42 2008 +0200 20868 20869 ppc4xx: Small coding style cleanup for the latest esd patches 20870 20871 Signed-off-by: Stefan Roese <sr@denx.de> 20872 20873commit 79941d63bc03aed8c48d7602f18217cc200ee931 20874Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 20875Date: Mon Apr 21 18:01:07 2008 +0200 20876 20877 ppc4xx: Update CPU strapping for PMC440 boards 20878 20879 This patch removes the temporary 'test' strapping option 20880 of the sbe command. The '667' strapping option now uses 20881 a PLB/PCI divider of 3. 20882 20883 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 20884 20885commit f00cf3193a6635355b121e90debb2f54e777e7da 20886Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 20887Date: Mon Apr 21 14:42:21 2008 +0200 20888 20889 ppc4xx: Remove unused APC405 strataflash driver 20890 20891 The APC405 board support has been migrated to use the common 20892 CFI flash driver. 20893 20894 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 20895 20896commit 1c686676a86473bbd92151f0544e109413f6ed06 20897Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 20898Date: Mon Apr 21 14:42:17 2008 +0200 20899 20900 ppc4xx: Update APC405 configuration 20901 20902 - enable esd's auto_update mechanism 20903 - support alternative flash layout on rev. 1.8 boards 20904 - update default environment 20905 - use common CFI flash driver 20906 - coding style cleanup 20907 20908 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 20909 20910commit 0b9872515a521bf7866dc24b85ddce708e60d702 20911Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 20912Date: Mon Apr 21 14:42:11 2008 +0200 20913 20914 ppc4xx: Update APC405 board support 20915 20916 - enable esd's auto_update mechanism 20917 - fix LCD support on latest hardware revision (uses other LCD controller) 20918 - support alternative flash layout on rev. 1.8 boards 20919 - coding style cleanup 20920 20921 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 20922 20923commit 83975d02e225e231960784972e7820a8b303756b 20924Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 20925Date: Mon Apr 21 14:42:06 2008 +0200 20926 20927 ppc4xx: update esd's common auto_update code for 405 boards 20928 20929 - Coding style cleanup (long lines) 20930 - improve handling of protected flash regions 20931 - remove dead code 20932 20933 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 20934 20935commit b9233fe5d59cb25d975071616bd1035d6f4c2285 20936Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 20937Date: Mon Apr 21 14:41:59 2008 +0200 20938 20939 ppc4xx: Update esd's common LCD code for 405 boards 20940 20941 - Coding style cleanup (long lines) 20942 - Add s1d13505 support 20943 - Make some functions return a result code instead of void 20944 20945 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 20946 20947commit dea68189424c3f1242427a8146a3861bf093173c 20948Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 20949Date: Mon Apr 21 11:36:55 2008 +0200 20950 20951 ppc4xx: Update FPGA image for APC405 boards 20952 20953 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 20954 20955commit 2a05b152924acfcec3b037693329e517e6d3578f 20956Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 20957Date: Mon Apr 21 11:36:08 2008 +0200 20958 20959 ppc4xx: Update bootlogo for APC405 boards 20960 20961 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 20962 20963commit 8deafdc6ad368368cf03b58cab4bd39f45d64b5c 20964Author: Stefan Roese <sr@denx.de> 20965Date: Fri Apr 18 16:41:31 2008 +0200 20966 20967 ppc4xx: Add dcache_enable() for 440 20968 20969 dcache_enable() was missing for 440 and the patch 20970 017e9b7925f74878d0e9475388cca9bda5ef9482 ["allow ports to override bootelf 20971 "] behavior uses this function. 20972 20973 Note: Currently the cache handling functions like 20974 d/icache_disable/enable() are NOP's on 440. This may be changed in the 20975 future. 20976 20977 Signed-off-by: Stefan Roese <sr@denx.de> 20978 20979commit a49e0d177a0749614b316ec847fb623f09c82c07 20980Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 20981Date: Mon Apr 21 11:19:04 2008 +0200 20982 20983 video: Add missing free for logo memory 20984 20985 This patch adds two missing free()s. 20986 20987 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 20988 20989commit 84c01d3a05ae3aca5f7c0c13a31ca72ba1199a42 20990Author: Troy Kisky <troy.kisky@boundarydevices.com> 20991Date: Mon Sep 24 16:41:43 2007 -0700 20992 20993 PATCH - Fix oob data copied into supplied buffer 20994 20995 This patch correctly sets the oobavail variable 20996 and fixes a bug where the oob data was not valid when 20997 there where multiple groups in oobfree. 20998 20999 First segment fixes a typo 21000 Second segment fixes a bug where oob data may be copied incorrectly.
21001 Third segment adds an error message when exiting due to write protect. 21002 Forth segment fixes a bug where oobavail may be set incorrectly. 21003 21004 Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com> 21005 21006commit e1d09680f64b452adde89ed9fe28a77c56bedc9a 21007Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 21008Date: Fri Apr 18 17:24:32 2008 +0200 21009 21010 ppc4xx: Fix sys_get_info() for 405GP(r) 21011 21012 This patch assigns the correct EBC clock for 405GP(r) CPUs 21013 to PPC4xx_SYS_INFO structure. Without this patch U-Boot 21014 uses an uninitialized EBC clock in its startup message. 21015 21016 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 21017 21018commit dc7746d86d2a3dfe01ab9a70cb427f92adc303c7 21019Author: Wolfgang Denk <wd@denx.de> 21020Date: Sun Apr 20 15:39:38 2008 -0700 21021 21022 Makefile: remove nand_spl/System.map when cleaning up. 21023 21024commit d9a42c0ace4d4f9cb061d62a7265d1780f90447b 21025Author: Wolfgang Denk <wd@denx.de> 21026Date: Sun Apr 20 15:35:52 2008 -0700 21027 21028 MAKEALL: sort entries / lists. 21029 21030 Signed-off-by: Wolfgang Denk <wd@denx.de> 21031 21032commit 0878af169b181868a105b5c33f3a6423e2c9fd60 21033Author: Kumar Gala <galak@kernel.crashing.org> 21034Date: Fri Apr 18 11:29:01 2008 -0500 21035 21036 85xx: Fix size of cpu-release-addr property 21037 21038 The cpu-release-addr is defined as always being a 64-bit quanity regardless 21039 if we are running on a 32-bit or 64-bit machine. 21040 21041commit 88353a985109562a639b2f8a0c90d77011bfe374 21042Author: Timur Tabi <timur@freescale.com> 21043Date: Fri Apr 4 11:15:58 2008 -0500 21044 21045 Fix calculation of I2C clock for some 85xx chips 21046 21047 Some 85xx chips use CCB as the base clock for the I2C. Some use CCB/2, and 21048 some use CCB/3. There is no pattern that can be used to determine which 21049 chips use which frequency, so the only way to determine is to look up the 21050 actual SOC designation and use the right value for that SOC. 21051 21052 Update immap_85xx.h to include the GUTS PORDEVSR2 register. 21053 21054 Signed-off-by: Timur Tabi <timur@freescale.com> 21055 21056commit 1e01477aeaf409ddb97e2633aab9cf8c9c60612e 21057Author: Wolfgang Denk <wd@denx.de> 21058Date: Fri Apr 18 11:44:27 2008 -0700 21059 21060 Fix build breakage casued by commit c0559be371b2 21061 21062 Change env_get_char from a global function ptr to a function. 21063 21064 Signed-off-by: Wolfgang Denk <wd@denx.de> 21065 21066commit 268a804d7e2fa07b64211fd2f9a9615db4539f23 21067Author: Wolfgang Denk <wd@denx.de> 21068Date: Fri Apr 18 10:53:41 2008 -0700 21069 21070 Coding Style cleanup, update CHANGELOG. 21071 21072 Signed-off-by: Wolfgang Denk <wd@denx.de> 21073 21074commit 92bad20ad74b70adf3839df9a0a47cce000ac3d7 21075Author: Mike Frysinger <vapier@gentoo.org> 21076Date: Tue Apr 8 14:00:57 2008 -0400 21077 21078 Add support for u-boot in svn and localversion-* files 21079 21080 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 21081 21082commit d23ff6827decf121461fbc5622612fd7effe207e 21083Author: Guennadi Liakhovetski <lg@denx.de> 21084Date: Thu Apr 3 17:04:22 2008 +0200 21085 21086 MX31ADS network and flash updates 21087 21088 This patch allows U-Boot to use buffered writes to the Spansion NOR 21089 flash installed on this board, and eliminates long delays in network 21090 transfers after the board startup. 21091 21092 Also modify flash layout to embed main and redundant environment 21093 blocks in the U-Boot image. 21094 21095 Signed-off-by: Guennadi Liakhovetski <lg@denx.de> 21096 21097commit b5dc9b304d289831f291843ff88a45cbdf1a6290 21098Author: Guennadi Liakhovetski <lg@denx.de> 21099Date: Mon Apr 14 10:53:12 2008 +0200 21100 21101 Support for the MX31ADS evaluation board from Freescale 21102 21103 This patch adds support for the MX31ADS evaluation board from Freescale, 21104 initialization code is copied from RedBoot sources, also provided by 21105 Freescale. 21106 21107 Signed-off-by: Guennadi Liakhovetski <lg@denx.de> 21108 21109commit 499e7831e1baaac6bfb959213f1950c216fbc5ba 21110Author: Stefan Roese <sr@denx.de> 21111Date: Tue Apr 8 10:33:29 2008 +0200 21112 21113 ppc4xx: Change Canyonlands to support booting from 2k page NAND devices 21114 21115 Signed-off-by: Stefan Roese <sr@denx.de> 21116 21117commit 5e182dce04d68cc94407a1b1fa09307f2bb96719 21118Author: Stefan Roese <sr@denx.de> 21119Date: Tue Apr 8 10:33:28 2008 +0200 21120 21121 ppc4xx: Adjust Canyonlands fixed DDR2 setup (NAND booting) to 512MB SODIMM 21122 21123 Signed-off-by: Stefan Roese <sr@denx.de> 21124 21125commit fe7c0db6b2a9004f96c2a2d4fff2849e19c2d825 21126Author: Stefan Roese <sr@denx.de> 21127Date: Tue Apr 8 10:33:27 2008 +0200 21128 21129 ppc4xx: Add Glacier NAND booting target 21130 21131 Signed-off-by: Stefan Roese <sr@denx.de> 21132 21133commit 46f373838e384a4c23d13581b1dfa5acb66b5810 21134Author: Stefan Roese <sr@denx.de> 21135Date: Tue Apr 8 10:31:00 2008 +0200 21136 21137 nand_spl: Update nand_spl to support 2k page size NAND devices 21138 21139 This patch adds support for booting from 2k page sized NAND device 21140 (e.g. Micron 29F2G08AAC). 21141 21142 Tested on AMCC Canyonlands. 21143 21144 Signed-off-by: Stefan Roese <sr@denx.de> 21145 21146commit 5e3dca577b7c1bf58bd2b48449b18b7e7dcd8e04 21147Author: Anatolij Gustschin <agust@denx.de> 21148Date: Thu Apr 17 18:18:00 2008 +0200 21149 21150 Fix crash on sequoia in ppc_4xx_eth_init 21151 21152 Currently U-Boot crashes in ppc_4xx_eth_init on sequoia 21153 with cache enabled (TLB Parity exeption). This patch 21154 fixes the problem. 21155 21156 Signed-off-by: Anatolij Gustschin <agust@denx.de> 21157 21158commit accf7355767dc7f6b85d88bb1c75c9d95e84ba5b 21159Author: Anatolij Gustschin <agust@denx.de> 21160Date: Thu Apr 17 18:15:27 2008 +0200 21161 21162 ppc4xx: Fix crash on sequoia with cache enabled 21163 21164 Currently U-Boot crashes on sequoia board in CPU POST if 21165 cache is enabled (CONFIG_4xx_DCACHE defined). The cache 21166 won't be disabled by change_tlb before CPU POST because 21167 there is an insufficient adress range check since 21168 CFG_MEM_TOP_HIDE was introduced. This patch tries to fix 21169 this problem. 21170 21171 Signed-off-by: Anatolij Gustschin <agust@denx.de> 21172 21173commit 43c509254fab375c49936498da944658117ed07c 21174Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 21175Date: Thu Apr 17 23:35:13 2008 +0900 21176 21177 Use jr as register jump instruction 21178 21179 Current assembler codes are inconsistent in the way of register jump 21180 instruction usage; some use jr, some use j. Of course GNU as allows both 21181 usages, but as can be expected from `Jump Register' the mnemonic `jr' is 21182 more intuitive than `j'. For example, Linux doesn't have `j <reg>' usage 21183 at all. 21184 21185 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 21186 21187commit 7ce63709828d37b08866e537339a169bd0db2bd3 21188Author: Guennadi Liakhovetski <lg@denx.de> 21189Date: Tue Apr 15 14:15:30 2008 +0200 21190 21191 RTC driver for MC13783 21192 21193 MC13783 is a multifunction IS with an SPI interface to the host. This 21194 driver handles the RTC controller in this chip. 21195 21196 Signed-off-by: Guennadi Liakhovetski <lg@denx.de> 21197 21198commit 38254f45b0b412332726c90d3184ad47479fcffb 21199Author: Guennadi Liakhovetski <lg@denx.de> 21200Date: Tue Apr 15 14:14:25 2008 +0200 21201 21202 New i.MX31 SPI driver 21203 21204 This is an SPI driver for i.MX and MXC based SoCs from Freescale. So far 21205 only implemented and tested on i.MX31, can with a modified register layout 21206 and definitions be used for i.MX27, I think, MXC CPUs have similar SPI 21207 controllers too. 21208 21209 Signed-off-by: Guennadi Liakhovetski <lg@denx.de> 21210 21211commit 7064122c2eef92f02a03ef37a1a1c07e70cd4e38 21212Author: Magnus Lilja <lilja.magnus@gmail.com> 21213Date: Tue Apr 15 19:09:10 2008 +0200 21214 21215 Fix name of i.MX31 boards in config file header 21216 21217 Correct the name of the i.MX31 Litekit and phyCORE boards in config files. 21218 21219 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com> 21220 21221commit a49864593e083a5d0779fb9ca98e5a0f2053183d 21222Author: Mike Frysinger <vapier@gentoo.org> 21223Date: Sun Apr 13 19:42:19 2008 -0400 21224 21225 allow ports to override go behavior 21226 21227 Split the arch-specific logic out of the common go code and into a dedicated 21228 weak function called do_go_exec() that lives in cpu directories. This will 21229 need review from i386/nios people to make sure I didn't break them. 21230 21231commit 017e9b7925f74878d0e9475388cca9bda5ef9482 21232Author: Mike Frysinger <vapier@gentoo.org> 21233Date: Sun Apr 13 19:42:18 2008 -0400 21234 21235 allow ports to override bootelf behavior 21236 21237 Change the bootelf setup function into a dedicated weak function called 21238 do_bootelf_exec. This way ports can control the behavior however they 21239 like before/after calling the ELF entry point. 21240 21241commit a4b46ed6b3502335c3f3a5d672abe0bcb44f20b7 21242Author: Ulf Samuelsson <ulf@atmel.com> 21243Date: Sat Apr 12 20:56:03 2008 +0200 21244 21245 Reorder ARM boards in Makefile 21246 21247 Rearrange ARM boards in Makefile so that ARM926EJ-S boards 21248 are no longer under ARM92xT header. 21249 21250 Signed-off-by: Ulf Samuelsson <ulf@atmel.com> 21251 Ack-By Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 21252 21253commit c3a60cb3bd67e120fc99b6ba88d9295c3c07f688 21254Author: Ulf Samuelsson <ulf@atmel.com> 21255Date: Sat Apr 12 20:29:44 2008 +0200 21256 21257 Clean up dataflash partitioning 21258 21259 This patch removes the board dependent parts from 21260 "drivers/mtd/dataflash.c". 21261 Each board relying on this, will have the appropriate 21262 code in a new file, "partition.c" in the board directory. 21263 board Makefiles updated to use the file. 21264 21265 The dataflash partitions are aligned on sector/page boundaries. 21266 21267 The CONFIG_NEW_DF_PARTITION was used to create named partitions 21268 This is now the default operation, and the CONFIG variable is removed. 21269 21270 Signed-off-by: Ulf Samuelsson <ulf@atmel.com> 21271 21272commit 51ecde946fec511a16346e498204ca10ad71080d 21273Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 21274Date: Sat Apr 12 14:08:45 2008 +0200 21275 21276 gitignore: udpate stgit generated and .patch file 21277 21278 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 21279 21280commit 66e39818e95f51ee1c1dd2094407a8929543fa6d 21281Author: Wolfgang Denk <wd@denx.de> 21282Date: Fri Apr 18 00:15:36 2008 -0700 21283 21284 Get rid of redundant copy of renamed header file. 21285 21286 Signed-off-by: Wolfgang Denk <wd@denx.de> 21287 21288commit c3aafd8cf814e33a77de81c2f22b8c772216a3cc 21289Author: Vlad Lungu <vlad@comsys.ro> 21290Date: Fri Apr 11 21:20:14 2008 +0300 21291 21292 Fix dependency generation for older gcc versions 21293 21294 With gcc 3.3.3 at least, compilation fails with 21295 21296 Generating include/autoconf.mk 21297 gcc: compilation of header file requested 21298 make: *** [include/autoconf.mk] Error 1 21299 21300 since commit 16fe77752eee099b9fb61ed73460e51cc94b37ba. 21301 21302 Signed-off-by: Vlad Lungu <vlad@comsys.ro> 21303 21304commit cb1c4896905ab22fcd982e6a8a539f0031942e71 21305Author: Marian Balakowicz <m8@semihalf.com> 21306Date: Fri Apr 11 11:07:49 2008 +0200 21307 21308 Restore the ability to continue booting after legacy image overwrite 21309 21310 Before new uImage code was merged, bootm code allowed for the kernel image to 21311 get overwritten during decompresion. new uImage introduced a check for image 21312 overwrites and refused to boot the image that got overwritten. This patch 21313 restores the old behavior. It also adds a warning when the image overwriten is 21314 a multi-image file, because in such case accessing componentes other than the 21315 first one will fail. 21316 21317 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 21318 21319commit de2b3216e6b4f3b2fe93759c05b17504f9dfe036 21320Author: Marian Balakowicz <m8@semihalf.com> 21321Date: Fri Apr 11 11:07:43 2008 +0200 21322 21323 ppc: Fix ftd_blob variable init when processing raw blob 21324 21325 Set fdt_blob variable before its value is printed out. 21326 21327 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 21328 21329commit 3d36be030043cd841a2551d00a395135e363a64b 21330Author: Jason Wessel <jason.wessel@windriver.com> 21331Date: Thu Apr 10 14:30:16 2008 -0500 21332 21333 Remove all the search paths from the .lds files. 21334 21335 The cross compiler is responsible for providing the correct libraries 21336 and the logic to find the linking libraries. 21337 21338 Signed-off-by: Jason Wessel <jason.wessel@windriver.com> 21339 21340commit 7d721e34ae6be7d7db63e8d060a246278bb7ae58 21341Author: Bartlomiej Sieka <tur@semihalf.com> 21342Date: Mon Apr 14 15:44:16 2008 +0200 21343 21344 Boot-related documentation update 21345 21346 - document 'bootm_low' and 'bootm_size' environment variables 21347 - update inaccurate CFG_BOOTMAPSZ entry 21348 21349 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com> 21350 21351commit a6f0bd9f2b1971e2a61ac0fd1fc2c96cb7a4b67a 21352Author: Guennadi Liakhovetski <lg@denx.de> 21353Date: Wed Apr 9 17:34:08 2008 +0200 21354 21355 Fix regression introduced by a typo in "Tidied other cpu/arm920t/start.S code" 21356 21357 Restore logic reverted by commit 21358 21359 commit 80767a6cead9990d9e77e62be947843c2c72f469 21360 Author: Peter Pearse <peter.pearse@arm.com> 21361 Date: Wed Sep 5 16:04:41 2007 +0100 21362 21363 Changed API name to coloured_led.h 21364 Removed code using deprecated ifdef CONFIG_BOOTBINFUNC 21365 Tidied other cpu/arm920t/start.S code 21366 21367 Signed-off-by: Guennadi Liakhovetski <lg@denx.de> 21368 21369commit e25cb8d3f4fcc265a9cdf8e9d577b59bdb64bbaf 21370Author: Mike Frysinger <vapier@gentoo.org> 21371Date: Tue Apr 8 10:24:24 2008 -0400 21372 21373 Remove conflicting NAND ID 21374 21375 There are two NAND entries with ID 0xDC and this obviously causes problems. 21376 In the kernel, they punted the first entry, so we should do the same. 21377 21378 See this upstream e-mail for more info: 21379 http://lists.infradead.org/pipermail/linux-mtd/2007-July/018795.html 21380 21381 Signed-off-by: Michael Hennerich <michael.hennerich@analog.com> 21382 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 21383 21384commit 188e94c370621708d13547d58dbc6ed3c5602aa8 21385Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com> 21386Date: Tue Apr 8 16:20:35 2008 +0900 21387 21388 cpu/mips/cpu.c: Fix flush_cache bug 21389 21390 Cache operations have to take line address (addr), not start_addr. 21391 I noticed this bug when debugging ping failure. 21392 21393 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com> 21394 21395commit 8f2a68a07c058fca1d413e54f71c2e7e78a74ed4 21396Author: Martin Krause <martin.krause@tqs.de> 21397Date: Thu Apr 3 14:29:01 2008 +0200 21398 21399 TQM5200: fix default IDE reset level 21400 21401 Before the first call of ide_reset(), the level of the IDE reset 21402 signal on the TQM5200 is low (reset asserted). This patch sets the 21403 default value to high (reset not asserted). 21404 21405 Currently this patch fixes no real problem, but it is cleaner to 21406 assert the reset signal only on demand, and not permanently. 21407 21408 Signed-off-by: Martin Krause <martin.krause@tqs.de> 21409 21410commit c61e033d6e8abb7b4060ee36060961e1399f6079 21411Author: Detlev Zundel <dzu@denx.de> 21412Date: Thu Apr 3 14:18:48 2008 +0200 21413 21414 mgcoge, mgsuv: realign CONFIG_EXTRA_ENV_SETTING 21415 21416 Signed-off-by: Detlev Zundel <dzu@denx.de> 21417 21418commit f308572e19eb7fe63aa3d41f214cde4c23c9800f 21419Author: Detlev Zundel <dzu@denx.de> 21420Date: Thu Apr 3 14:18:47 2008 +0200 21421 21422 mgcoge, mgsuv: rename 'addcon' to 'addcons' 21423 21424 The latter name with 13 users is already established, so we will use 21425 that. 21426 21427 Signed-off-by: Detlev Zundel <dzu@denx.de> 21428 21429commit e175eacc87c3a9e4dad0799fee0e95732520afc7 21430Author: Martin Krause <martin.krause@tqs.de> 21431Date: Thu Apr 3 13:37:56 2008 +0200 21432 21433 IDE: fix bug in reset sequence 21434 21435 According to the ata (ata5) specification the RESET- signal 21436 shall be asserted for at least 25 us. Without this patch, 21437 the RESET- signal is asserted on some boards for only < 1 us 21438 (e. g. on the TQM5200). This patch adds a general delay of 21439 25 us to the RESET- signal. 21440 21441 Without this patch a Platinum 4 GiB CF card is not recognised 21442 properly on boards with a TQM5200 (STK52xx, TB5200). 21443 21444 Signed-off-by: Martin Krause <martin.krause@tqs.de> 21445 21446commit 813bea96a960916c72b4a3a7df840151529c26ce 21447Author: Sascha Laue <Sascha.Laue@gmx.biz> 21448Date: Thu Apr 3 14:43:11 2008 +0200 21449 21450 lwmon5: disable CONFIG_ZERO_BOOTDELAY 21451 21452 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com> 21453 21454commit 53eec6f1d25932e76d63ccb14082792b0b96bf41 21455Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 21456Date: Wed Apr 2 08:03:58 2008 +0200 21457 21458 ds174x: Fix warning on return in rtc_get and rtc_set functions 21459 21460 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 21461 21462commit a253b38bf50c85227c33ca0febc870ee49d1588e 21463Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 21464Date: Wed Apr 2 08:03:57 2008 +0200 21465 21466 cmd_log.c: Fix assignment differ in signedness 21467 21468 In function 'logbuff_init_ptrs': 21469 cmd_log.c:79: warning: pointer targets in assignment differ in signedness 21470 21471 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 21472 21473commit 6c0e9a8f1cc090fbfbc6f86b6b4fd17a1628f3df 21474Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in> 21475Date: Wed Apr 2 11:04:43 2008 +0530 21476 21477 Remove duplicate #undef SHOW_INFO in drivers/usb/usb_ohci.c 21478 21479 Signed-off-by: gururaja hebbar <gururajakr@sanyo.co.in> 21480 21481commit 478d5ec9ae3cbcc6040241d2d73dbbc61fe9b49d 21482Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 21483Date: Tue Apr 1 14:07:10 2008 +0200 21484 21485 s3c4510b_eth: fix 'packed' attribute ignored for fields of MACFrame 21486 21487 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 21488 21489commit c08fb3ea36d19b1640b7906264581e9105534399 21490Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de> 21491Date: Tue Apr 15 10:24:14 2008 +0200 21492 21493 Additional PCI IDs for IDE and network controllers 21494 21495 These PCI IDs are required by the Linkstation platforms. 21496 21497 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> 21498 21499commit c0559be371b2a64b1a817088c3308688e2182f93 21500Author: Joakim Tjernlund <joakim.tjernlund@transmode.se> 21501Date: Mon Apr 14 23:01:50 2008 +0200 21502 21503 Change env_get_char from a global function ptr to a function. 21504 21505 This avoids an early global data reference. 21506 21507 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se> 21508 21509commit 3e0f331c05d72f140715c1e9fca991927e44d422 21510Author: Guennadi Liakhovetski <lg@denx.de> 21511Date: Tue Apr 29 12:35:08 2008 +0000 21512 21513 Clean up smsc911x driver 21514 21515 Replace direct register address derefencing with accessor functions. 21516 Restrict explicitly 32-bit bus-width, extend affected configurations 21517 respectively. 21518 21519 Signed-off-by: Guennadi Liakhovetski <lg@denx.de> 21520 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 21521 21522commit de1b686b763aa8b87a86f6748ce9169e7fc0e4cd 21523Author: Sascha Hauer <s.hauer@pengutronix.de> 21524Date: Tue Apr 15 00:08:20 2008 -0400 21525 21526 This patch adds a driver for the following smsc network controllers: 21527 LAN9115 21528 LAN9116 21529 LAN9117 21530 LAN9215 21531 LAN9216 21532 LAN9217 21533 21534 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> 21535 Signed-off-by: Guennadi Liakhovetski<lg@denx.de> 21536 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 21537 21538commit 3dfd4aab929cccddb63d9ea509967861e1333b52 21539Author: Sascha Laue <Sascha.Laue@gmx.biz> 21540Date: Tue Apr 1 15:13:03 2008 +0200 21541 21542 Fix watchdog POST for lwmon5 21543 21544 If the hardware watchdog detects a voltage error, the watchdog sets 21545 GPIO62 to low. The watchdog POST has to detect this low level. 21546 21547 Signed-off-by: Sascha Laue <leglas0@legpc180.leg.liebherr.i> 21548 21549commit 24b448448a917e52806f82660a5c9d47608894fb 21550Author: Dave Liu <r63238@freescale.com> 21551Date: Tue Apr 1 15:22:11 2008 +0800 21552 21553 ata: update the libata.h from ata.h of linux kernel 21554 21555 Current libata.h of u-boot is out of sync from linux kernel, 21556 this patch make it be consistent with linux kernel. 21557 21558 Signed-off-by: Dave Liu <daveliu@freescale.com> 21559 Signed-off-by: Tor Krill <tor@excito.com> 21560 21561commit f8f9dc98883f66f59eb0601da65808e6b139c87c 21562Author: Kumar Gala <galak@kernel.crashing.org> 21563Date: Mon Mar 31 11:59:27 2008 -0500 21564 21565 Allow use of ARCH=powerpc when building 21566 21567 The linux kernel is now mostly ARCH=powerpc, so to make life easier 21568 allow use to use ARCH=powerpc and convert it to ARCH=ppc. 21569 21570 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 21571 21572commit 8af657d2c6d1ca4f2f76973531394d4578ba2ef0 21573Author: Kyungmin Park <kmpark@infradead.org> 21574Date: Mon Mar 31 10:40:54 2008 +0900 21575 21576 Add apollon board MAINTAINERS entry 21577 21578 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> 21579 21580commit 77e475cc0ed1832160017d364be32a0be9ff02a9 21581Author: Kyungmin Park <kmpark@infradead.org> 21582Date: Mon Mar 31 10:40:36 2008 +0900 21583 21584 Fix OneNAND read 21585 21586 It should access with 16-bit instead of 8-bit 21587 21588 Now it uses the generic memcpy with 8-bit access. It means it reads wrong data from OneNAND. 21589 21590 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> 21591 21592commit a9da2b41079d230db3a5641625311983f85ce1fb 21593Author: Kyungmin Park <kmpark@infradead.org> 21594Date: Mon Mar 31 10:40:19 2008 +0900 21595 21596 Fix OneNAND erase command 21597 21598 It mis-calculates the block address. 21599 Also fix DECLARE_GLOBAL_DATA_PTR in env_onenand. 21600 21601 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> 21602 21603commit 61525f2ffa156665a66908fda47dbf29d65ea579 21604Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de> 21605Date: Mon Mar 31 01:32:15 2008 +0200 21606 21607 Support for LinkStation / KuroBox HD and HG PPC models 21608 21609 This patch is based on the port by Mihai Georgian (see linkstation.c for 21610 Copyright information) and implements support for LinkStation / KuroBox HD 21611 and HG PPC models from Buffalo Technology, whereby HD is deactivated at 21612 the moment, pending network driver fixing. 21613 21614 Notice to users: this is pretty much a barebone port. Support for network 21615 on HG models is already in the U-Boot mainline, but you might also want 21616 patches to switch fan / phy modes depending on the negotiated ethernet 21617 parameters. This patch also doesn't support console switching, booting EM 21618 mode, Buffalo specific ext2 magic number. So, if you want to use any of 21619 those, you need additional patches. Otherwise this patche provides a fully 21620 functional u-boot with a network console on your system. 21621 21622 Signed-off-by: Guennadi Liakhovetski <lg@denx.de> 21623 21624commit 0f3ba7e9783f352318f197a3148f6d5cc3d75bea 21625Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 21626Date: Sun Mar 30 01:22:13 2008 -0500 21627 21628 Add CONFIG_MII_INIT support to related boards 21629 21630 Replace CONFIG_8xx and CONFIG_MCF532x to CONFIG_MII_INIT in 21631 cmd_init.c. Add CONFIG_MII_INIT to board configuration files 21632 that use mii_init() in cmd_init.c. 21633 21634 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 21635 Acked-by: Ben Warren <biggerbadderben@gmail.com> 21636 21637commit f33fca22e76f20e4e4793810ca7a06a4805a6cf4 21638Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 21639Date: Sun Mar 30 01:19:06 2008 -0500 21640 21641 Update CONFIG_PCIAUTO_SKIP_HOST_BRIDGE to related boards 21642 21643 Remove test for CONFIG_MPC5200 in drivers/pci/pci_auto.c and define 21644 CONFIG_PCIAUTO_SKIP_HOST_BRIDGE in related board configuration files. 21645 21646 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 21647 21648commit e99ccb488181d012248c6be30b2093e950319fc5 21649Author: Kumar Gala <galak@kernel.crashing.org> 21650Date: Thu Mar 27 11:46:38 2008 -0500 21651 21652 Introduce phys_size_t and move phys_addr_t into asm/types.h 21653 21654 Also add CONFIG_PHYS_64BIT on powerpc to deal with 32-bit ppc's 21655 that have larger physical addresses like 44x, 85xx, and 86xx. 21656 21657 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 21658 21659commit 20a14a42a25f72e379f38460b8a8484667536795 21660Author: Andy Fleming <afleming@freescale.com> 21661Date: Wed Apr 2 16:19:07 2008 -0500 21662 21663 Rename include/md5.h to include/u-boot/md5.h 21664 21665 Some systems have md5.h installed in /usr/include/. This isn't the 21666 desired file (we want the one in include/md5.h). This will avoid the 21667 conflict. This fixes the host tools building problem by creating a new 21668 directory for U-Boot specific header files. 21669 21670 [Patch by Andy Fleming, modified to use separate directory by Wolfgang 21671 Denk] 21672 21673 Signed-off-by: Wolfgang Denk <wd@denx.de> 21674 Signed-off-by: Andy Fleming <afleming@freescale.com> 21675 Acked-by: Timur Tabi <timur@freescale.com> 21676 21677commit f297b7a1ec87433f66320d89d993e1bc738c66b8 21678Author: Dave Liu <r63238@freescale.com> 21679Date: Thu Mar 27 18:51:17 2008 +0800 21680 21681 drivers: code clean up 21682 21683 Signed-off-by: Dave Liu <daveliu@freescale.com> 21684 21685commit 0ff7cba4a2e51c90827f6d21a0b28b4d67109597 21686Author: Dave Liu <r63238@freescale.com> 21687Date: Thu Mar 27 18:50:41 2008 +0800 21688 21689 drivers: clean up the ata_piix.h 21690 21691 Signed-off-by: Dave Liu <daveliu@freescale.com> 21692 21693commit e8f7ba404f1409606962815ecc955a06984b08b3 21694Author: Dave Liu <r63238@freescale.com> 21695Date: Thu Mar 27 18:49:56 2008 +0800 21696 21697 doc: english polishing for README.sata 21698 21699 according to gvb's suggestion, polishing for the doc. 21700 21701 Signed-off-by: Jerry Van Baren <gerald.vanbaren@ge.com> 21702 Signed-off-by: Dave Liu <daveliu@freescale.com> 21703 21704commit 3e3f766a5274d204780460e1879723b565296d34 21705Author: Kumar Gala <galak@kernel.crashing.org> 21706Date: Wed Mar 26 18:53:28 2008 -0500 21707 21708 Fix warnings introduced by I2C bus speed setting patch 21709 21710 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 21711 21712commit 3c735e7437150e8615f26930c7819db85634276d 21713Author: eran liberty <eran.liberty@gmail.com> 21714Date: Thu Mar 27 00:50:49 2008 +0100 21715 21716 Altera Stratix II support 21717 21718 Adds Support for Altera's Stratix II. 21719 21720 Within your board specific init file you will have to call 21721 21722 1. fpga_init (/* relocated code offset. usually => */ gd->reloc_off); 21723 2. fpga_add (fpga_altera, (Altera_desc*)&altera_desc); 21724 21725 Altera_desc* contines (for example): 21726 { 21727 Altera_StratixII, /* part type */ 21728 passive_serial, /* interface type */ 21729 1, /* bytes of data part can accept */ 21730 (void *)(&funcs), /* interface function table */ 21731 0L, /* base interface address */ 21732 0 /* implementation specific cookie */ 21733 } 21734 21735 funcs is the interface. It is of type altera_board_specific_func. 21736 It looks like this: 21737 altera_board_specific_func func = { 21738 pre_fn, 21739 config_fn, 21740 status_fn, 21741 done_fn, 21742 clk_fn, 21743 data_fn, 21744 abort_fn, 21745 post_fn, 21746 }; 21747 21748 you will have to implement these functions, which is usually bit 21749 banging some gpio. 21750 21751 Signed-off-by: Eran Liberty <liberty@extricom.com> 21752 21753commit 5ece9ec9f6cd52950ab848e2fe422dacf1d3a335 21754Author: Wolfgang Denk <wd@denx.de> 21755Date: Sun Apr 13 14:32:54 2008 -0700 21756 21757 Update CHANGELOG 21758 21759 Signed-off-by: Wolfgang Denk <wd@denx.de> 21760 21761commit 5ad862166aa24d62a69aa9c708f6b2f5c0d28fb7 21762Author: Sascha Hauer <s.hauer@pengutronix.de> 21763Date: Wed Mar 26 20:41:17 2008 +0100 21764 21765 Phytec Phycore-i.MX31 support 21766 21767 This patch adds support for the Phytec Phycore-i.MX31 board 21768 21769 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> 21770 Signed-off-by: Guennadi Liakhovetski <lg@denx.de> 21771 21772commit caebc95be3b42e5147b5fac7672ac4b2693ef7e1 21773Author: Sascha Hauer <s.hauer@pengutronix.de> 21774Date: Wed Mar 26 20:41:09 2008 +0100 21775 21776 mx31 litekit support 21777 21778 This patch adds support for the mx31 litekit board 21779 21780 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> 21781 Signed-off-by: Guennadi Liakhovetski <lg@denx.de> 21782 21783commit cdace0661208754a53019ea0dc7b803a040e0939 21784Author: Sascha Hauer <s.hauer@pengutronix.de> 21785Date: Wed Mar 26 20:40:49 2008 +0100 21786 21787 add an i2c driver for mx31 21788 21789 This patch adds an i2c driver for Freescale i.MX processors 21790 21791 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> 21792 Signed-off-by: Guennadi Liakhovetski <lg@denx.de> 21793 21794commit 9b56f4f0306f3940b0aafd823ed6ecfc2d75d6c6 21795Author: Sascha Hauer <s.hauer@pengutronix.de> 21796Date: Wed Mar 26 20:40:42 2008 +0100 21797 21798 core support for Freescale mx31 21799 21800 This patch adds the core support for Freescale mx31 21801 21802 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> 21803 Signed-off-by: Guennadi Liakhovetski <lg@denx.de> 21804 21805commit 7ec68862a27c8f6f6d566228de8f6724d964a939 21806Author: Wolfgang Denk <wd@denx.de> 21807Date: Sun Apr 13 14:19:23 2008 -0700 21808 21809 Fix compile error 21810 21811 ...as suggested by Peter Pearse 21812 21813 Signed-off-by: Wolfgang Denk <wd@denx.de> 21814 21815commit 5252ed95204bdf55bec5a90ea69860bf2f78c643 21816Author: Sascha Hauer <s.hauer@pengutronix.de> 21817Date: Wed Mar 26 20:40:36 2008 +0100 21818 21819 Separate omap24xx specific code from arm1136 21820 21821 Move omap24xx code to cpu/arm1136/omap24xx, rename include/asm-arm/arch-arm1136 21822 to cpu/arm1136/omap24xx. 21823 21824 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> 21825 Signed-off-by: Guennadi Liakhovetski <lg@denx.de> 21826 21827commit 1f1d88dd40815332df32982e739f2ddd2da6fe1a 21828Author: Mike Frysinger <vapier@gentoo.org> 21829Date: Tue Jan 29 18:21:05 2008 -0500 21830 21831 disable caches before booting an app for Blackfin apps 21832 21833 It isn't generally save to execute applications outside of U-Boot with caches 21834 enabled due to the way the Blackfin processor handles caches (requires 21835 software assistance). This patch disables caches before booting an ELF or 21836 just booting raw code. The previous discussion on the patch was that we 21837 wanted to use weaks instead, but that proved to not be feasible when multiple 21838 symbols are involved, which puts us back at the ifdef solution. I've 21839 minimized the ugliness by moving the setup step outside of the main function. 21840 21841 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 21842 21843commit e6dfed705efa44ebf00d21bb1588c6ccc8f3ad32 21844Author: Wolfgang Denk <wd@denx.de> 21845Date: Sun Apr 13 10:03:54 2008 -0700 21846 21847 ppc: Get rid of unused machine type definitions 21848 21849 Signed-off-by: Wolfgang Denk <wd@denx.de> 21850 21851commit 1aeed8d71acb3290cf2446f316d6ba437e7881c4 21852Author: Wolfgang Denk <wd@denx.de> 21853Date: Sun Apr 13 09:59:26 2008 -0700 21854 21855 Coding Style cleanup; update CHANGELOG 21856 21857 Signed-off-by: Wolfgang Denk <wd@denx.de> 21858 21859commit 7754f33c6fb7a2c050388d20bf3847038558bdcf 21860Author: Larry Johnson <lrj@acm.org> 21861Date: Thu Feb 21 13:58:11 2008 -0500 21862 21863 LM73 bug fix for negative temperatures and cleanup 21864 21865 When the LM73 temperature sensor measures a temperature below 0 C, the 21866 current driver does not perform sign extension, so the result returned is 21867 512 C too high. This patch fixes the problem, and does general cleanup 21868 of the code. 21869 21870 Signed-off-by: Larry Johnson <lrj@acm.org> 21871 21872commit 96ef831f713289afba19da0c8f905e99da2b23e0 21873Author: Guennadi Liakhovetski <lg@denx.de> 21874Date: Thu Apr 3 13:36:02 2008 +0200 21875 21876 cfi_flash: Support buffered writes on non-standard Spansion NOR flash 21877 21878 Some NOR flash chip from Spansion, for example, the s29ws-n MirrorBit 21879 series require different addresses for buffered write commands. Define a 21880 configuration option to support buffered writes on those chips. A more 21881 elegant solution would be to automatically detect those chips by parsing 21882 their CFI records, but that would require introduction of a fixup table 21883 into the cfi_flash driver. 21884 21885 Signed-off-by: Guennadi Liakhovetski <lg@denx.de> 21886 21887commit 3f9c542d3d69b1a10a5e193e779133a0454d1f44 21888Author: Lee Nipper <lee.nipper@freescale.com> 21889Date: Thu Apr 10 09:35:06 2008 -0500 21890 21891 mpc83xx: Update DIMM data bus width test to support 40-bit width 21892 21893 32-bit wide ECC memory modules report 40-bit width. 21894 Changed the DIMM data bus width test to 'less than 64' instead of 'equal 32'. 21895 21896 Signed-off-by: Lee Nipper <lee.nipper@freescale.com> 21897 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 21898 21899commit 5fb5a689d822ca61e814bd523fc930af335242fa 21900Author: Dave Liu <r63238@freescale.com> 21901Date: Mon Mar 31 17:05:12 2008 +0800 21902 21903 mpc83xx: Fix the bug of serdes initialization 21904 21905 Currently the serdes will not be initializated due to the 21906 partid's error. 21907 21908 Signed-off-by: Dave Liu <daveliu@freescale.com> 21909 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 21910 21911commit 2000784818f043db7ca60e2846a72d097766b894 21912Author: Dave Liu <r63238@freescale.com> 21913Date: Thu Apr 3 16:28:29 2008 +0800 21914 21915 mpc83xx: Fix the SATA clock setting of 837x targets 21916 21917 Currently the SATA controller clock is configured as CSB clock, 21918 usually the CSB clock is 400/333/266MHz. 21919 21920 However, The SATA IP block is only guaranteed to operate up to 21921 200 MHz as stated in the HW spec. 21922 21923 The bug is reported by Joe D'Abbraccio <ljd015@freescale.com> 21924 21925 This patch makes the SATA clock as half of CSB clock. 21926 21927 Signed-off-by: Dave Liu <daveliu@freescale.com> 21928 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 21929 21930commit 1ac4f320bf0b593aa0a741f2d649a8ece8838672 21931Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 21932Date: Wed Apr 2 13:41:21 2008 +0200 21933 21934 mpc837xerdb: Fix warning: implicit declaration of function 'fdt_fixup_dr_usb' 21935 21936 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 21937 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 21938 21939commit 97b3ecb575a92fa34c1765229dbc06f2b662f139 21940Author: Kumar Gala <galak@kernel.crashing.org> 21941Date: Wed Apr 9 04:20:57 2008 -0500 21942 21943 85xx: Fix detection of MP cpu spin up 21944 21945 We were looking at the wrong memory offset to determine of a secondary 21946 cpu had been spun up or not. Also added a warning message if the 21947 all the secondary cpus we expect don't spin up. 21948 21949 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 21950 21951commit f3e04bdc3f360c66801a9048956e61e41a16edba 21952Author: Kumar Gala <galak@kernel.crashing.org> 21953Date: Tue Apr 8 10:45:50 2008 -0500 21954 21955 85xx: Use SVR_SOC_VER instead of SVR_VER 21956 21957 The recent change introduced by 'Update SVR numbers to expand support' 21958 now requires that we use SVR_SOC_VER instead of SVR_VER if we want 21959 to compare against a particular processor id. 21960 21961 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 21962 21963commit 5b2052e5f5fcce5dbd4d2750a29c0e45bce806e7 21964Author: Eugene O'Brien <eugene.obrien@advantechamt.com> 21965Date: Fri Apr 11 10:00:35 2008 -0400 21966 21967 ppc4xx: Fix power mgt definitions for PPC440 21968 21969 Corrected DCR addresses of PPC440EP power management registers. 21970 21971 Signed-off-by: Eugene O'Brien <eugene.obrien@advantechamt.com> 21972 21973commit 950a392464e616b4590bc4501be46e2d7d162dea 21974Author: Wolfgang Denk <wd@denx.de> 21975Date: Fri Apr 11 15:11:26 2008 +0200 21976 21977 Revert merge of git://www.denx.de/git/u-boot-arm, commit 62479b18: 21978 21979 Reverting became necessary after it turned out that the patches in 21980 the u-boot-arm repo were modified, and in some cases corrupted. 21981 21982 This reverts the following commits: 21983 21984 066bebd6353e33af3adefc3404560871699e9961 21985 7a837b7310166ae8fc8b8d66d7ef01b60a80f9d6 21986 c88ae20580b2b01487b4cdcc8b2a113f551aee36 21987 a147e56f03871bba4f05058d5e04ce7deb010b04 21988 d6674e0e2a6a1f033945f78838566210d3f28c95 21989 8c8463cce44d849e37744749b32d38e1dfb12e50 21990 c98b47ad24b2d91f41c09a3d62d7f70ad84f4b7d 21991 8bf69d81782619187933a605f1a95ee1d069478d 21992 8c16cb0d3b971f46fbe77c072664c0f2dcd4471d 21993 a574a73852a527779234e73e17e7597fd8128882 21994 1377b5583a48021d983e1fd565f7d40c89e84d63 21995 1704dc20917b4f71e373e2c888497ee666d40380 21996 21997 Signed-off-by: Wolfgang Denk <wd@denx.de> 21998 21999commit 64e541f4c1b413dd84c7e409f5c2bf328db2ac13 22000Author: Stefan Roese <sr@denx.de>
22001Date: Fri Apr 11 07:02:29 2008 +0200 22002 22003 ppc4xx: Update Kilauea defconfig to use device-tree booting as default 22004 22005 This patch reworks the default environment on Kilauea/Haleakala. Now 22006 "net_nfs" for exmaple uses the device-tree style booting formerly know 22007 as "net_nfs_fdt". Also the addresses in RAM were changed because of the 22008 new image booting support, which check for image overwriting. So the 22009 addresses needed togeet adjusted. 22010 22011 Signed-off-by: Stefan Roese <sr@denx.de> 22012 22013commit 756f5dacda3810b094b94bcceffd3ce6c7ff9a28 22014Author: Stefan Roese <sr@denx.de> 22015Date: Wed Apr 9 11:58:02 2008 +0200 22016 22017 ppc4xx: Fix Canyonlands default environment to work with new image support 22018 22019 Since the new image support checks for image overwriting, the default 22020 environment needs to get adjusted to use correct addresses. 22021 22022 Signed-off-by: Stefan Roese <sr@denx.de> 22023 22024commit dfc6c7b647dba7ab86749616f0e9e5740deed422 22025Author: Stefan Roese <sr@denx.de> 22026Date: Wed Apr 9 11:54:11 2008 +0200 22027 22028 ppc: Revert patch 70431e8a that used _start instead of CFG_MONITOR_BASE 22029 22030 The patch 70431e8a7393b6b793f77957f95b999fc9a269b8 (Make MPC83xx one step 22031 closer to full relocation.) doesn't use CFG_MONITOR_BASE anymore. But 22032 on 4xx systems _start currently cannot be used for this calculation. 22033 So revert back to the original version for now. 22034 22035 Signed-off-by: Stefan Roese <sr@denx.de> 22036 22037commit f91374f65eae8b42cac329e06ba1c54728278efb 22038Author: Michal Simek <monstr@monstr.eu> 22039Date: Fri Mar 28 12:49:52 2008 +0100 22040 22041 microblaze: Sort microblaze boards in MAKEALL script 22042 22043commit 62032deb7214c6d9b4396297e2aaa559bc2f8495 22044Author: Michal Simek <monstr@monstr.eu> 22045Date: Fri Mar 28 11:58:45 2008 +0100 22046 22047 microblaze: clean microblaze_config.mk 22048 22049 FLAGS are generated by U-BOOT generator. 22050 Board specific FLAGS are in board directory 22051 22052 Signed-off-by: Michal Simek <monstr@monstr.eu> 22053 22054commit cf5c679ca04a6b54bf53a55b8b9c29335b387287 22055Author: Michal Simek <monstr@monstr.eu> 22056Date: Fri Mar 28 12:47:19 2008 +0100 22057 22058 microblaze: xupv2p fix config file for supporting FDT 22059 22060commit 188dc16b189143573b1ed90e584bf866d75cdd12 22061Author: Michal Simek <monstr@monstr.eu> 22062Date: Fri Mar 28 11:53:02 2008 +0100 22063 22064 microblaze: ml401 fix config file for supporting FDT 22065 22066 Signed-off-by: Michal Simek <monstr@monstr.eu> 22067 22068commit 4c6a6f02e239236261333759997eeaf86b30b54c 22069Author: Michal Simek <monstr@monstr.eu> 22070Date: Fri Mar 28 11:22:48 2008 +0100 22071 22072 microblaze: ml401 - add ifdef for GPIO 22073 22074 Signed-off-by: Michal Simek <monstr@monstr.eu> 22075 22076commit af7ae1a411c67ee9d17a66d17ce50b374f3dd4e7 22077Author: Michal Simek <monstr@monstr.eu> 22078Date: Fri Mar 28 12:13:03 2008 +0100 22079 22080 microblaze: clean uart16550 and uartlite handling 22081 22082 Signed-off-by: Michal Simek <monstr@monstr.eu> 22083 22084commit 0b20f250877441460fb79d72192954abe8498834 22085Author: Michal Simek <monstr@monstr.eu> 22086Date: Fri Mar 28 11:08:31 2008 +0100 22087 22088 microblaze: Add Emaclite driver to Makefile 22089 22090 Signed-off-by: Michal Simek <monstr@monstr.eu> 22091 22092commit 868cde5310f88234b774878e4f06e79df10a88b3 22093Author: Michal Simek <monstr@monstr.eu> 22094Date: Fri Mar 28 11:08:01 2008 +0100 22095 22096 microblaze: Add Emac driver to Makefile 22097 22098 Signed-off-by: Michal Simek <monstr@monstr.eu> 22099 22100commit 6f961b4f461f6cbb83a467d468a02e6078c2b327 22101Author: Michal Simek <monstr@monstr.eu> 22102Date: Fri Mar 28 12:42:29 2008 +0100 22103 22104 microblaze: add Emac ethernet driver 22105 22106commit 89c53891b18cbafd29ab8931b40e27ad231b6085 22107Author: Michal Simek <monstr@monstr.eu> 22108Date: Fri Mar 28 12:41:56 2008 +0100 22109 22110 microblaze: add Emaclite ethernet driver 22111 22112commit e5845e21224dbe2fe47b11f1cdf95de7f84be7cb 22113Author: Michal Simek <monstr@monstr.eu> 22114Date: Fri Mar 28 11:04:01 2008 +0100 22115 22116 microblaze: ML401 and XUPV2P remove emac and emaclite reference 22117 22118 Signed-off-by: Michal Simek <monstr@monstr.eu> 22119 22120commit 6bf3e982aefdb1daf9f5462d482c8f9d1cc90a57 22121Author: Michal Simek <monstr@monstr.eu> 22122Date: Fri Mar 28 10:59:32 2008 +0100 22123 22124 microblaze: remove old setting for emac driver 22125 22126 Signed-off-by: Michal Simek <monstr@monstr.eu> 22127 22128commit cd2b75efb9cc037c74ecee9b3586f9bf9e1d4e57 22129Author: Michal Simek <monstr@monstr.eu> 22130Date: Fri Mar 28 10:58:15 2008 +0100 22131 22132 microblaze: Clean Makefile from ancient emac driver 22133 22134 Signed-off-by: Michal Simek <monstr@monstr.eu> 22135 22136commit ab68f921d9c741830f721c3d879c13a0c5597183 22137Author: Daniel Hellstrom <daniel@gaisler.com> 22138Date: Fri Mar 28 10:20:43 2008 +0100 22139 22140 SPARC/LEON2: added support for Gaisler simulator GRSIM/TSIM for SPARC/LEON2 targets. See www.gaisler.com for information. 22141 22142 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com> 22143 22144commit 6ed8a43a19bb0275501bc286007daafa923552cf 22145Author: Daniel Hellstrom <daniel@gaisler.com> 22146Date: Wed Mar 26 23:38:48 2008 +0100 22147 22148 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. 22149 22150 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com> 22151 22152commit 6940383d9ec1bfe2f13e339e6f723e8d34af2b12 22153Author: Daniel Hellstrom <daniel@gaisler.com> 22154Date: Wed Mar 26 23:34:47 2008 +0100 22155 22156 SPARC/LEON3: added support for Altera NIOS Development kit (STRATIX II Edition) with GRLIB template design. See www.gaisler.com for information. 22157 22158 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com> 22159 22160commit 823edd8a66ed50af5aaba0c79567f67061e4d79a 22161Author: Daniel Hellstrom <daniel@gaisler.com> 22162Date: Fri Mar 28 10:06:52 2008 +0100 22163 22164 SPARC/LEON3: added support for Gaisler GRSIM/TSIM2 SPARC/LEON3 simulatorn. See www.gaisler.com for information. 22165 22166 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com> 22167 22168commit 71d7e4c0489e5ed8fc69382236aaa2a1e510c135 22169Author: Daniel Hellstrom <daniel@gaisler.com> 22170Date: Wed Mar 26 23:26:48 2008 +0100 22171 22172 SPARC/LEON3: added support for GR-XC3S-1500 board with GRLIB template design. See www.gaisler.com for board information. 22173 22174 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com> 22175 22176commit b330990c2f36ee4a8bb318360e1c8ba965269ab6 22177Author: Daniel Hellstrom <daniel@gaisler.com> 22178Date: Fri Mar 28 10:00:33 2008 +0100 22179 22180 SPARC: Added support for SPARC LEON2 SOC Processor. 22181 22182 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com> 22183 22184commit 2a2fa797e63b1e3cd4d570318ca5fbf8723ef53a 22185Author: Daniel Hellstrom <daniel@gaisler.com> 22186Date: Wed Mar 26 23:00:38 2008 +0100 22187 22188 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. 22189 22190 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com> 22191 22192commit 1e9a164e22976933002c5e4b0b79b09fcede9cd4 22193Author: Daniel Hellstrom <daniel@gaisler.com> 22194Date: Wed Mar 26 22:51:29 2008 +0100 22195 22196 SPARC: Added support for SPARC LEON3 SOC processor. 22197 22198 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com> 22199 22200commit bf3d8b31169546fcddb4737391e1893fb12d033a 22201Author: Daniel Hellstrom <daniel@gaisler.com> 22202Date: Fri Mar 28 08:29:26 2008 +0100 22203 22204 SPARC: added SPARC support for new uimage in common code. 22205 22206 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com> 22207 22208commit 00ab32c85405a4fe65fd4128243086210fc90a21 22209Author: Daniel Hellstrom <daniel@gaisler.com> 22210Date: Wed Mar 26 22:36:03 2008 +0100 22211 22212 SPARC: added SPARC board information to the command bdinfo. 22213 22214 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com> 22215 22216commit c2f02da21a3f37f0878554eebc785e04fdc4e128 22217Author: Daniel Hellstrom <daniel@gaisler.com> 22218Date: Fri Mar 28 09:47:00 2008 +0100 22219 22220 SPARC: Added generic support for SPARC architecture. 22221 22222 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com> 22223 22224commit e54ec0f016803e4d9524ff71f7971bda0c51b287 22225Author: Stefan Roese <sr@denx.de> 22226Date: Thu Apr 3 14:50:34 2008 +0200 22227 22228 ppc4xx: Fix 4xx enet driver to support 460GT EMAC2+3 22229 22230 This patch fixes a problem with the RGMII setup of the 460GT. The 460GT 22231 has 2 RGMII instances and we need to configure the 2nd RGMII instance 22232 for the EMAC2+3 channels. 22233 22234 Signed-off-by: Stefan Roese <sr@denx.de> 22235 22236commit c2a545ce33b26d80337f80b533828839249fb1c9 22237Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 22238Date: Wed Apr 2 08:03:56 2008 +0200 22239 22240 MPC8xx: Fix libfdt support introduced in commit 77ff7b74 22241 22242 fdt.c: In function 'ft_cpu_setup': 22243 fdt.c:33: warning: implicit declaration of function 'do_fixup_by_prop_u32' 22244 fdt.c:39: warning: implicit declaration of function 'do_fixup_by_compat_u32' 22245 fdt.c:43: warning: implicit declaration of function 'fdt_fixup_ethernet' 22246 fdt.c:45: warning: implicit declaration of function 'fdt_fixup_memory' 22247 22248 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 22249 22250commit 4abd844d8eb108736e1cf8fbf3dbf61f2d5fc11b 22251Author: Andy Fleming <afleming@freescale.com> 22252Date: Mon Mar 31 20:45:56 2008 -0500 22253 22254 Fix fdt set command to conform to dts spec 22255 22256 The fdt set command was treating properties specified as <00> and <0011> 22257 as byte streams, rather than as an array of cells. As we already have 22258 syntax for expressing the desire for a stream of bytes ([ xx xx ...]), 22259 we should use the <> syntax to describe arrays of cells, which are always 22260 32-bits per element. If we imagine this likely (IMHO) scenario: 22261 22262 > fdt set /ethernet-phy@1 reg <1> 22263 22264 With the old code, this would create a bad fdt, since the reg cell would be 22265 made to be one byte in length. But the cell must be 4 bytes, so this would 22266 break mysteriously. 22267 22268 Also, the dts spec calls for constants inside the angle brackets (<>) 22269 to conform to C constant standards as they pertain to base. 22270 Take this scenario: 22271 22272 > fdt set /ethernet@f00 reg <0xe250000\ 0x1000> 22273 22274 The old fdt command would complain that it couldn't parse that. Or, if you 22275 wanted to specify that a certain clock ran at 33 MHz, you'd be required to 22276 do this: 22277 22278 > fdt set /mydev clock <1f78a40> 22279 22280 Whereas the new code will accept decimal numbers. 22281 22282 While I was in there, I extended the fdt command parser to handle property 22283 strings which are split across multiple arguments: 22284 22285 > fdt set /ethernet@f00 interrupts < 33 2 34 2 36 2 > 22286 > fdt p /ethernet@f00 22287 ethernet@f00 { 22288 interrupts = <0x21 0x2 0x22 0x2 0x24 0x2>; 22289 }; 22290 22291 Lastly, the fdt print code was rearranged slightly to print arrays of cells 22292 if the length of the property is a multiple of 4 bytes, and to not print 22293 leading zeros. 22294 22295 Signed-off-by: Andy Fleming <afleming@freescale.com> 22296 22297commit 1c2926abdd7db89296a8cc7f224dd9d5d4e37a56 22298Author: Stefan Roese <sr@denx.de> 22299Date: Wed Apr 2 08:39:33 2008 +0200 22300 22301 ppc4xx: Canyonlands: Init SATA/PCIe port correctly 22302 22303 Canyonlands (460EX) shares the first PCIe interface with the SoC SATA 22304 interface. This usage can be configured with the jumper J6. This patch 22305 correctly configures the SATA/PCIe PHY for SATA usage when this jumper 22306 is installed. 22307 22308 Signed-off-by: Stefan Roese <sr@denx.de> 22309 22310commit 6fe2946f198481254a6ee9600d7456b8316a4083 22311Author: Kim Phillips <kim.phillips@freescale.com> 22312Date: Fri Mar 28 17:37:49 2008 -0500 22313 22314 remove remaining CONFIG_OF_HAS_{UBOOT_ENV,BD_T} code 22315 22316 finish off what commit 43ddd9c820fec44816188f53346b464e20b3142d, 22317 "Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T" 22318 started. 22319 22320 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 22321 22322commit b5873f1732b92a25690e1513b90dfb0d644f6697 22323Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 22324Date: Tue Apr 1 07:30:51 2008 +0200 22325 22326 dataflash: Move CONFIG_HAS_DATAFLASH to Makefile 22327 22328 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 22329 22330commit 2d934ea51f276522b532f870a820e844ff480b5b 22331Author: Tor Krill <tor@excito.com> 22332Date: Fri Mar 28 15:29:45 2008 +0100 22333 22334 Add Vitesse 8601 support to TSEC driver 22335 22336 Add phy_info for Vitesse VSC8601. 22337 Add config option, CFG_VSC8601_SKEWFIX, to enable RGMII skew timing compensation. 22338 22339 Signed-off-by: Tor Krill <tor@excito.com> 22340 Reviewed-by: Kim Phillips <kim.phillips@freescale.com> 22341 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 22342 22343commit 3eac6402a508b0f68a21cc9cbc2cc49347de0c31 22344Author: Daniel Hellstrom <daniel@gaisler.com> 22345Date: Mon Mar 31 14:25:00 2008 +0000 22346 22347 SPARC: added SMC91111 driver in and out macros for LEON processors. 22348 22349 This patch makes SPARC/LEON processors able to read and write 22350 to the SMC91111 chip using the chip external I/O bus of the memory 22351 controller. This patchs defines the standard in and out macros 22352 expected by the SMC9111 driver. 22353 22354 To access that I/O bus one must set up the memory controller 22355 (MCTRL or FTMCTRL) correctly. It is assumed that the user sets 22356 up this correctly when the other MCTRL parameters are set up. It 22357 can be set up from the board configuration header file. 22358 22359 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com> 22360 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 22361 22362commit 3ca7c558eba36332556bc470d45e2f5d42bd0ca6 22363Author: Stelian Pop <stelian@popies.net> 22364Date: Wed Mar 26 18:52:34 2008 +0100 22365 22366 Add maintainership information for AT91CAP9ADK and AT91SAM9260EK boards 22367 22368 Signed-off-by: Stelian Pop <stelian@popies.net> 22369 22370commit 4e03dde84dd2c91e327cdc23ae119d432559a7a3 22371Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 22372Date: Mon Mar 31 21:31:04 2008 +0200 22373 22374 AT91SAM9260EK: Move CONFIG_CMD_NAND to Makefile 22375 22376 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 22377 22378commit 0176d43e759a6e00cacc85eff26fd60f74b4f6b7 22379Author: Stelian Pop <stelian@popies.net> 22380Date: Wed Mar 26 18:52:33 2008 +0100 22381 22382 Add support for AT91SAM9260EK 22383 22384 Support for booting from internal DataFlash, external DataFlash card 22385 or NAND flash is available. 22386 22387 Signed-off-by: Stelian Pop <stelian@popies.net> 22388 22389commit 1762f13b4aab88b685b1722f17dada247945624b 22390Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 22391Date: Mon Mar 31 21:20:49 2008 +0200 22392 22393 AT91SAM9: Move CONFIG_HAS_DATAFLASH to Makefile 22394 22395 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 22396 22397commit 761712188b353494defb2b644491ff73d0daaa6f 22398Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 22399Date: Mon Mar 31 21:12:17 2008 +0200 22400 22401 AT91CAP9ADK: Move CONFIG_CMD_NAND to Makefile 22402 22403 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 22404 22405commit 983c1db04c1dd0f92e02f06d29f0c65a3d9a2687 22406Author: Stelian Pop <stelian@popies.net> 22407Date: Wed Mar 26 20:52:32 2008 +0100 22408 22409 Port AT91CAP9 to the new headers 22410 22411 Adapt the existing AT91CAP9 code to the new headers and APIs. 22412 22413 Signed-off-by: Stelian Pop <stelian@popies.net> 22414 22415commit 177e8a5ac81bbc531a1d54abdb47f2860266c3aa 22416Author: Stelian Pop <stelian@popies.net> 22417Date: Wed Mar 26 19:52:31 2008 +0100 22418 22419 Finish header files reworking 22420 22421 Replace AT91CAP9.h file with several splitted header files coming 22422 from the Linux kernel. 22423 22424 This is part 2 of the replacement: more header imports and edits. 22425 22426 Signed-off-by: Stelian Pop <stelian@popies.net> 22427 22428commit 6d1dbbbf9fdf727384002e553e615c15d8b967f4 22429Author: Stelian Pop <stelian@popies.net> 22430Date: Wed Mar 26 19:52:30 2008 +0100 22431 22432 Import several header files from Linux 22433 22434 Replace AT91CAP9.h file with several splitted header files coming 22435 from the Linux kernel. 22436 22437 This is part 1 of the replacement: pristine header files import. 22438 22439 Signed-off-by: Stelian Pop <stelian@popies.net> 22440 22441commit a8a78f2d99dc1bd30dc3595da118539b506c6118 22442Author: Stelian Pop <stelian@popies.net> 22443Date: Wed Mar 26 20:52:28 2008 +0100 22444 22445 Move at91cap9 specific files to at91sam9 directory 22446 22447 AT91CAP9 and AT91SAM9 SoCs are very close hardware wise, so a 22448 common infrastructure can be used. Let this infrastructure be 22449 named after the AT91SAM9 family, and move the existing AT91CAP9 22450 files to the new place. 22451 22452 Signed-off-by: Stelian Pop <stelian@popies.net> 22453 22454commit 61106a565870ff503f92b251b94bd7afef889a04 22455Author: Stelian Pop <stelian@popies.net> 22456Date: Wed Mar 26 21:52:27 2008 +0100 22457 22458 Use timer_init() instead of board supplied interrupt_init() 22459 22460 The timer on AT91CAP9/AT91SAM9 is supplied by the SoC, and not by 22461 the board, so use timer_init() instead of interrupt_init(). 22462 22463 Signed-off-by: Stelian Pop <stelian@popies.net> 22464 22465commit 5604e2178c5218fbfdba2e4293ca7652e829ac25 22466Author: Stelian Pop <stelian@popies.net> 22467Date: Wed Mar 26 21:52:36 2008 +0100 22468 22469 Cleanup DataFlash partition handling 22470 22471 DataFlash partition information has become a mess. This patch 22472 defines a single partition scheme for Atmel DataFlashes. This partition 22473 scheme will be used by all AT91CAP9 and AT91SAM9 boards. 22474 22475 Signed-off-by: Stelian Pop <stelian@popies.net> 22476 22477commit 9b46432fc65ce0f0826b32e4f15c15b33ccb8d42 22478Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 22479Date: Fri Mar 28 08:47:45 2008 -0500 22480 22481 ColdFire: Fix alignment issue after CONFIG_IDENT_STRING in start.S 22482 22483 When the version_string function in start.S is not 4-byte align, 22484 it will cause the compiler generates "unaligned opcodes detected 22485 in executable segment". This issue affects all ColdFire CPUs. 22486 By adding .align 4 after CONFIG_IDENT_STRING, it will pad 0's if 22487 it is not aligned. 22488 22489 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 22490 Acked-by: John Rigby <jrigby@freescale.com> 22491 22492commit bae61eefe15b4d454060a7140e49ae58322be803 22493Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 22494Date: Tue Mar 25 15:41:15 2008 -0500 22495 22496 ColdFire: Add dspi and serial flash support for MCF5445x 22497 22498 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 22499 Acked-by: John Rigby <jrigby@freescale.com> 22500 22501commit 48ead7a7a922fceaf494e352abfab8216a41b417 22502Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 22503Date: Tue Mar 18 17:37:01 2008 -0500 22504 22505 ColdFire: Remove R5200 board 22506 22507 This board never went into production 22508 22509 Signed-off-by: Zachary P. Landau <zachary.landau@labxtechnologies.com> 22510 Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 22511 Acked-by: John Rigby <jrigby@freescale.com> 22512 22513commit 545c8e0a7cd3ca9d3846668f69b0d201250abea8 22514Author: Matthew Fettke <[matthew.fettke@gmail.com]> 22515Date: Thu Jan 24 14:02:32 2008 -0600 22516 22517 ColdFire: Added M5275EVB support. 22518 22519 Signed-off-by: Matthew Fettke <mfettke@videon-central.com> 22520 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 22521 Acked-by: John Rigby <jrigby@freescale.com> 22522 22523commit f71d9d91a2cd9c30b2b6369f15c1a46c11537c2b 22524Author: Matthew Fettke <[matthew.fettke@gmail.com]> 22525Date: Mon Feb 4 15:38:20 2008 -0600 22526 22527 ColdFire: Added MCF5275 cpu support. 22528 22529 Signed-off-by: Matthew Fettke <mfettke@videon-central.com> 22530 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 22531 Acked-by: John Rigby <jrigby@freescale.com> 22532 22533commit 44e5b9edab077aba6e9b849afa4b7fbd8fd7b02b 22534Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 22535Date: Mon Mar 17 12:14:11 2008 -0500 22536 22537 ColdFire: Define bootdelay in configuration file for M52277EVB 22538 22539 Signed-off-by: Matt Wadel <Matt.Waddel@freescale.com> 22540 Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 22541 Acked-by: John Rigby <jrigby@freescale.com> 22542 22543commit 77878f16cedee17161ff2336990970fffc6cea35 22544Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 22545Date: Mon Mar 17 12:09:07 2008 -0500 22546 22547 ColdFire: Fix second memory Chipselect for M5475EVB 22548 22549 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 22550 Acked-by: John Rigby <jrigby@freescale.com> 22551 22552commit 43d60642395a550956cb21d287c8cfa563913d28 22553Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 22554Date: Thu Mar 13 14:26:32 2008 -0500 22555 22556 ColdFire: Update correct FLASHBAR and RAMBAR1 for MCF5282 22557 22558 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 22559 Acked-by: John Rigby <jrigby@freescale.com> 22560 22561commit eb14ebe813a0cb5d47905228da446a5ad692473b 22562Author: Larry Johnson <lrj@acm.org> 22563Date: Sun Mar 30 20:33:04 2008 -0500 22564 22565 ppc4xx: Add CFG_MEM_TOP_HIDE to Denali SPD-based SDRAM setup 22566 22567 Signed-off-by: Larry Johnson <lrj@acm.org> 22568 22569commit 02e3892021112f21067d9ed1d04ae4182725ba52 22570Author: Stefan Roese <sr@denx.de> 22571Date: Mon Mar 31 12:20:48 2008 +0200 22572 22573 ppc4xx: Small whitespace fix of esd patches 22574 22575 Signed-off-by: Stefan Roese <sr@denx.de> 22576 22577commit 034394abb524785047c815f00dde8cdbdc1593c5 22578Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 22579Date: Sun Mar 30 18:52:44 2008 +0200 22580 22581 ppc4xx: Cleanup PMC440 board support 22582 22583 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 22584 22585commit a6cc6c37188d85c25d167a4515da86f48d9a583e 22586Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 22587Date: Sun Mar 30 18:52:06 2008 +0200 22588 22589 ppc4xx: Add ptm configuration variables for PMC440 22590 22591 Add support for the ptm1la, ptm1ms, ptm2la and ptm2ms 22592 environment variables. 22593 22594 Cleanup pci_target_init. 22595 22596 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 22597 22598commit 7c91f51a2fe296909147f1646a1412729dd10b1d 22599Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 22600Date: Sun Mar 30 18:01:15 2008 +0200 22601 22602 ppc4xx: Minor updates for DU440 boards 22603 22604 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 22605 22606commit d5bffeb868d6b4d462f558dac43011027b6644b7 22607Author: Mike Frysinger <vapier@gentoo.org> 22608Date: Tue Feb 19 00:54:20 2008 -0500 22609 22610 Blackfin: cleanup and overhaul common board init functions 22611 22612 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 22613 22614commit b86b3416f874358acaf07519e7620cdb2145f75b 22615Author: Mike Frysinger <vapier@gentoo.org> 22616Date: Tue Feb 19 00:50:58 2008 -0500 22617 22618 Blackfin: cleanup lib_blackfin/cache.c 22619 22620 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 22621 22622commit 9171fc81722c20fdb5a829a58b17c9eaadd5fb44 22623Author: Mike Frysinger <vapier@gentoo.org> 22624Date: Sun Mar 30 15:46:13 2008 -0400 22625 22626 Blackfin: unify cpu and boot modes 22627 22628 All of the duplicated code for Blackfin processors and boot modes have been 22629 unified. After all, the core is the same for all processors, just the 22630 peripheral set differs (which gets handled in the drivers). 22631 22632 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 22633 22634commit 880cc4381ea8360248cddcdf87a64566745a5724 22635Author: Stelian Pop <stelian@popies.net> 22636Date: Wed Mar 26 22:52:35 2008 +0100 22637 22638 Fix CFG_NO_FLASH compilation. 22639 22640 Many Atmel boards have no "real" (NOR) flash on board, and rely only 22641 on DataFlash and NAND memories. This patch enables CFG_NO_FLASH to 22642 be present in a board configuration file, while still enabling flash 22643 commands like 'flinfo', 'protect', etc. 22644 22645 Signed-off-by: Stelian Pop <stelian@popies.net> 22646 22647commit 9ce7e53abd039decea1af67aec81bbd5df7a2593 22648Author: Mike Frysinger <vapier@gentoo.org> 22649Date: Tue Feb 19 00:58:13 2008 -0500 22650 22651 Blackfin: BF537-stamp: cleanup spi flash driver 22652 22653 This punts the old spi flash driver for a new/generalized one until the 22654 common one can be integrated. 22655 22656 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 22657 22658commit bb8e3cf25bc0b04936c0c1a075985dd8700a244b 22659Author: Ben Warren <biggerbadderben@gmail.com> 22660Date: Sun Mar 30 11:34:34 2008 -0400 22661 22662 Fix macro typo in common/cmd_mii.c 22663 22664 This typo was introduced in commit 233a8bcd94997f3f345833a3b82e836222f2a206. I 22665 actually applied the wrong patch. 22666 22667 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 22668 22669commit f1b985f2d724ccaa4d3def07917f0caaf18fa77d 22670Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 22671Date: Sun Mar 30 16:39:53 2008 +0200 22672 22673 use correct at91rm9200 register name in m501sk board 22674 22675 This fixes a naming bug for at91rm9200 lowlevel init code: 22676 NOR boot flash is on chipselect 0, not chipselect 2. This 22677 makes code use the register name from chip datasheets. 22678 22679 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 22680 22681commit 480ed1dea103a1c8f4591afc77d2de3c7868d983 22682Author: David Brownell <david-b@pacbell.net> 22683Date: Fri Jan 18 12:55:00 2008 -0800 22684 22685 use correct at91rm9200 register name 22686 22687 This fixes a naming bug for at91rm9200 lowlevel init code: 22688 NOR boot flash is on chipselect 0, not chipselect 2. This 22689 makes code use the register name from chip datasheets. 22690 22691 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> 22692 22693commit a3543d6dc52b0ba9c64016687cf32d600b31a476 22694Author: David Brownell <david-b@pacbell.net> 22695Date: Fri Jan 18 12:45:45 2008 -0800 22696 22697 add missing ARM boards to MAKEALL 22698 22699 Add some missing ARM boards to MAKEALL. These build correctly, 22700 unlike several of the boards already listed. 22701 22702 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> 22703 22704commit 066bebd6353e33af3adefc3404560871699e9961 22705Author: Peter Pearse <peter.pearse@arm.com> 22706Date: Sun Mar 30 11:34:09 2008 +0100 22707 22708 Bracket READ_TIMER macro in cpu/arm1136/omap24xx/interrupts.c 22709 to prevent compilation error. 22710 22711 Signed-off-by: Peter Pearse <peter.pearse@arm.com> 22712 22713commit 7a837b7310166ae8fc8b8d66d7ef01b60a80f9d6 22714Author: Guennadi Liakhovetski <[lg@denx.de]> 22715Date: Sun Mar 30 11:32:30 2008 +0100 22716 22717 Support for the MX31ADS evaluation board from Freescale 22718 22719 This patch adds support for the MX31ADS evaluation board from Freescale, 22720 initialization code is copied from RedBoot sources, also provided by Freescale. 22721 22722 Signed-off-by: Guennadi Liakhovetski <lg@denx.de> 22723 22724commit c88ae20580b2b01487b4cdcc8b2a113f551aee36 22725Author: Sascha Hauer <s.hauer@pengutronix.de> 22726Date: Sun Mar 30 11:32:27 2008 +0100 22727 22728 Phytec Phycore-i.MX31 support 22729 22730 This patch adds support for the Phytec Phycore-i.MX31 board 22731 22732 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> 22733 Signed-off-by: Guennadi Liakhovetski <lg@denx.de> 22734 22735commit a147e56f03871bba4f05058d5e04ce7deb010b04 22736Author: Sascha Hauer <s.hauer@pengutronix.de> 22737Date: Sun Mar 30 11:32:24 2008 +0100 22738 22739 mx31 litekit support 22740 22741 This patch adds support for the mx31 litekit board 22742 22743 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> 22744 Signed-off-by: Guennadi Liakhovetski <lg@denx.de> 22745 22746commit d6674e0e2a6a1f033945f78838566210d3f28c95 22747Author: Sascha Hauer <s.hauer@pengutronix.de> 22748Date: Sun Mar 30 11:32:21 2008 +0100 22749 22750 add SMSC LAN9x1x Network driver 22751 22752 This patch adds a driver for the following smsc network controllers: 22753 LAN9115 22754 LAN9116 22755 LAN9117 22756 LAN9215 22757 LAN9216 22758 LAN9217 22759 22760 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> 22761 Signed-off-by: Guennadi Liakhovetski <lg@denx.de> 22762 22763commit 8c8463cce44d849e37744749b32d38e1dfb12e50 22764Author: Sascha Hauer <s.hauer@pengutronix.de> 22765Date: Sun Mar 30 11:32:16 2008 +0100 22766 22767 add an i2c driver for mx31 22768 22769 This patch adds an i2c driver for Freescale i.MX processors 22770 22771 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> 22772 Signed-off-by: Guennadi Liakhovetski <lg@denx.de> 22773 22774commit c98b47ad24b2d91f41c09a3d62d7f70ad84f4b7d 22775Author: Sascha Hauer <s.hauer@pengutronix.de> 22776Date: Sun Mar 30 11:30:43 2008 +0100 22777 22778 core support for Freescale mx31 22779 22780 This patch adds the core support for Freescale mx31 22781 22782 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> 22783 Signed-off-by: Guennadi Liakhovetski <lg@denx.de> 22784 22785commit 8bf69d81782619187933a605f1a95ee1d069478d 22786Author: Sascha Hauer <s.hauer@pengutronix.de> 22787Date: Sun Mar 30 11:28:46 2008 +0100 22788 22789 Separate omap24xx specific code from arm1136 22790 22791 Move omap24xx code to cpu/arm1136/omap24xx, rename include/asm-arm/arch-arm1136 to cpu/arm1136/omap24xx. 22792 22793 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> 22794 Signed-off-by: Guennadi Liakhovetski <lg@denx.de> 22795 22796commit 8c16cb0d3b971f46fbe77c072664c0f2dcd4471d 22797Author: Peter Pearse <peter.pearse@arm.com> 22798Date: Sun Mar 30 11:23:05 2008 +0100 22799 22800 Add pmdra into MAKEALL 22801 22802 Signed-off-by: Peter Pearse <peter.pearse@arm.com> 22803 22804commit a574a73852a527779234e73e17e7597fd8128882 22805Author: Pieter Voorthuijsen <[pieter.voorthuijsen@Prodrive.nl]> 22806Date: Sun Mar 30 11:21:58 2008 +0100 22807 22808 Adds support for the Prodrive PMDRA board, based on a DM6441 22809 22810 Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl> 22811 22812commit 1377b5583a48021d983e1fd565f7d40c89e84d63 22813Author: Pieter Voorthuijsen <[pieter.voorthuijsen@Prodrive.nl]> 22814Date: Sun Mar 30 11:11:34 2008 +0100 22815 22816 Removes all board specific code from the arch. part for DM644x (DaVinci) boards 22817 22818 Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl> 22819 22820commit 1704dc20917b4f71e373e2c888497ee666d40380 22821Author: Dirk Behme <dirk.behme@gmail.com> 22822Date: Sun Mar 30 11:09:01 2008 +0100 22823 22824 - Remove *_masked() functions as noted by Wolfgang 22825 - Adapt register naming to recent TI spec (sprue26, March 2007) 22826 - Fix reset_timer() handling 22827 - As reported by Pieter [1] the overflow fix introduced a 22828 delay of factor 16 (e.g 2 seconds became 32). While the 22829 overflow fix is basically okay, it missed to divide udelay by 22830 16, too. Fix this. 22831 [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/38179 22832 - Remove software division of timer count value (DIV(x) 22833 macro) and do it in hardware (TIM_CLK_DIV). 22834 Many thanks to Troy Kisky <troy.kisky@boundarydevices.com> 22835 and Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl> for 22836 the hints & testing! 22837 22838 Signed-off-by: Dirk Behme <dirk.behme@gmail.com> 22839 22840 Acked-by: Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl> 22841 22842commit ac3315c26e143c31680750c9c13f027efbcc887e 22843Author: Andre Schwarz <andre.schwarz@matrix-vision.de> 22844Date: Thu Mar 6 16:45:44 2008 +0100 22845 22846 new PHY @ e1000 - 2nd try 22847 22848 Add 82541ER device with latest integrated IGP2 PHY. 22849 Introduced CONFIG_E1000_FALLBACK_MAC for NIC bring-up with empty eeprom. 22850 22851 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de> 22852 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 22853 22854commit c2b7da552293b50c9c9e46ed71267b02c2de9ea8 22855Author: Daniel Hellstrom <daniel@gaisler.com> 22856Date: Fri Mar 28 20:22:53 2008 +0100 22857 22858 SPARC/LEON3: Added GRETH Ethernet 10/100/1000 driver. 22859 22860 GRETH is an Ethernet 10/100 or 10/100/1000 MAC with out without 22861 a debug link (EDCL). The GRETH core is documented in GRIP.pdf 22862 available at www.gaisler.com. 22863 22864 If the GRETH has GigaBit support (GBIT, Scatter gather, checksum 22865 offloading etc.) can be determined by a bit in the control register. 22866 The GBIT MAC is supported by operating in GRTEH 10/100 legacy mode. 22867 22868 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com> 22869 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 22870 22871commit 233a8bcd94997f3f345833a3b82e836222f2a206 22872Author: Tsi-Chung Liew <Tsi-Chung.Liew@freescale.com> 22873Date: Mon Mar 17 17:08:22 2008 -0500 22874 22875 Add CONFIG_MII_INIT in cmd_mii.c 22876 22877 Provide common configuration in do_mii() to execute mii_init() 22878 for all cpu architectures 22879 22880 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 22881 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 22882 22883commit f605479de2deb11e834f31dfdb0af107c86aced6 22884Author: Tsi-Chung Liew <Tsi-Chung.Liew@freescale.com> 22885Date: Mon Mar 17 17:08:16 2008 -0500 22886 22887 ColdFire: Fix FEC transmit issue for MCF5275 22888 22889 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 22890 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 22891 22892commit d9a2f416d6ac6058cd7845033ae4dc32ef1c0746 22893Author: Aras Vaichas <arasv@magtech.com.au> 22894Date: Wed Mar 26 09:43:57 2008 +1100 22895 22896 DHCP request fix for Windows Server 2003 22897 22898 Added option CONFIG_BOOTP_DHCP_REQUEST_DELAY. This provides an optional 22899 delay before sending "DHCP Request" in net/bootp.c. Required to overcome 22900 interoperability problems with Windows Server 200x DHCP server when U-Boot 22901 client responds too fast for server to handle. 22902 22903 Signed-off-by: Aras Vaichas <arasv@magtech.com.au> 22904 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 22905 22906commit 97bf85d784fbed485e652eb907589ad0d5cb7262 22907Author: Daniel Hellstrom <daniel@gaisler.com> 22908Date: Fri Mar 28 20:40:19 2008 +0100 22909 22910 MTD/CFI: flash_read64 is defined a weak function (for SPARC) 22911 22912 SPARC has implemented __raw_readq, it reads 64-bit from any 32-bit address. 22913 SPARC CPUs implement flash_read64 which calls __raw_readq. 22914 22915 For current SPARC architectures (LEON2 and LEON3) each read from the 22916 FLASH must lead to a cache miss. This is because FLASH can not be set 22917 non-cacheable since program code resides there, and alternatively disabling 22918 cache is poor from performance view, or doing a cache flush between each 22919 read is even poorer. 22920 22921 Forcing a cache miss on a SPARC is done by a special instruction "lda" - 22922 load alternative space, the alternative space number (ASI) is processor 22923 implementation spcific and can be found by including <asm/processor.h>. 22924 22925 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com> 22926 22927commit 70431e8a7393b6b793f77957f95b999fc9a269b8 22928Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se> 22929Date: Fri Mar 28 15:41:25 2008 +0100 22930 22931 Make MPC83xx one step closer to full relocation. 22932 22933 Remove a few absolute references to CFG_MONITOR_BASE for ppc/mpc83xx 22934 and use GOT relative reference. 22935 22936 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se> 22937 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 22938 22939commit 5b2793a3f3de34d439232b05acc8af67a028fd35 22940Author: Michael Barkowski <michael.barkowski@freescale.com> 22941Date: Thu Mar 27 14:34:43 2008 -0400 22942 22943 mpc8323erdb: fix EEPROM page size and get MAC from EEPROM 22944 22945 This patch fixes eeprom page size so that you can now write more than 22946 64 bytes at a time. 22947 22948 It also makes the board take MAC addresses, if found, from EEPROM. 22949 22950 User should place up to 4 addresses at offset 0x7f00, for 22951 eth{,1,2,3}addr. Any unused addresses should be zero. This group of 22952 four six-byte values should have it's CRC at the end. crc32 and 22953 eeprom commands can be used to accomplish this. 22954 22955 If CRC fails, MAC addresses come from the environment. If CRC 22956 succeeds, the environment is overwritten at startup. 22957 22958 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com> 22959 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 22960 22961commit 8f325cff31f6e745e6540014b131b9a97f61944c 22962Author: Michael Barkowski <michael.barkowski@freescale.com> 22963Date: Fri Mar 28 15:15:38 2008 -0400 22964 22965 mpc8323erdb: define CONFIG_PCI_SKIP_HOST_BRIDGE 22966 22967 Commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2 broke the onboard USB 22968 controller on the PCI bus in Linux on the MPC8323ERDB. 22969 22970 This fixes it by defining CONFIG_PCI_SKIP_HOST_BRIDGE in the board's 22971 config file. 22972 22973 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com> 22974 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 22975 22976commit e5c4ade4db1e16d3e5d4a7887f34e10e516ed3a9 22977Author: Kim Phillips <kim.phillips@freescale.com> 22978Date: Fri Mar 28 10:19:07 2008 -0500 22979 22980 mpc83xx: cleanup System Part and Revision ID Register (SPRIDR) code 22981 22982 in the spirit of commit 1ced121600b2060ab2ff9f0fddd9421fd70a0dc6, 22983 85xx's "Update SVR numbers to expand support", simplify SPRIDR processing 22984 and processor ID display. Add REVID_{MAJ,MIN}OR macros to make 22985 REVID dependent code simpler. Also added PARTID_NO_E and IS_E_PROCESSOR 22986 convenience macros. 22987 22988 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 22989 22990commit 81fd52c6c8fd19f0b7856b98217ce37c46c521af 22991Author: Kim Phillips <kim.phillips@freescale.com> 22992Date: Fri Mar 28 10:18:53 2008 -0500 22993 22994 mpc83xx: display ddr frequency in board_add_ram_info banner 22995 22996 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 22997 22998commit 35cf155c5ec1ceab2849fa5b6aa3d9a3e9e6f482 22999Author: Kim Phillips <kim.phillips@freescale.com> 23000Date: Fri Mar 28 10:18:40 2008 -0500
23001 23002 mpc83xx: unreinvent mem_clk 23003 23004 delete ddr_clk and use mem_clk instead. Rename other ddr_*_clk to 23005 mem_*_clk for consistency's sake. 23006 23007 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 23008 23009commit 730e792926ca3fe4dd1b734a3bf44e55afa6f536 23010Author: Kim Phillips <kim.phillips@freescale.com> 23011Date: Fri Mar 28 14:31:23 2008 -0500 23012 23013 mpc83xx: enable the SATA interface on mpc8315 rdb and mpc837x rdb boards 23014 23015 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 23016 23017commit 2eeb3e4fc54ef2f5d574dafd42c6ce93afa30393 23018Author: Dave Liu <r63238@freescale.com> 23019Date: Wed Mar 26 22:57:19 2008 +0800 23020 23021 mpc83xx: enable the SATA interface on mpc837xemds board 23022 23023 Enable the first two SATA interfaces on MPC837xEMDS board, 23024 The two SATA ports are on LYNX1. (SATA0/1 on J4/5) 23025 23026 Signed-off-by: Dave Liu <daveliu@freescale.com> 23027 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 23028 23029commit 6f8c85e8d1865730c158d9ef5a06c70c3a10600a 23030Author: Dave Liu <r63238@freescale.com> 23031Date: Wed Mar 26 22:56:36 2008 +0800 23032 23033 mpc83xx: initialize serdes for MPC837xEMDS boards 23034 23035 This patch is stolen from Anton Vorontsov's patch 23036 for mpc837xerdb boards. 23037 23038 The reference clk and xcorevdd voltage of serdes1/2 23039 is same between mpc837xemds and mpc837xerdb. 23040 23041 8377E: LYNX1- 2 SATA LYNX2- 2 PCIE 23042 8378E: LYNX1- 2 SGMII LYNX2- 2 PCIE 23043 8379E: LYNX1- 2 SATA LYNX2- 2 SATA 23044 23045 Signed-off-by: Dave Liu <daveliu@freescale.com> 23046 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 23047 23048commit cc8e839abc80887ae832767b5930d40edd6d7eb7 23049Author: Stefan Roese <sr@denx.de> 23050Date: Fri Mar 28 14:09:04 2008 +0100 23051 23052 ppc4xx: Canyonlands: Print SATA/PCIe configuration and board revision 23053 23054 Canyonlands (460EX) shares the first PCIe interface with the SoC SATA 23055 interface. This usage can be configured with the jumper J6. This patch 23056 displays the current configuration upon bootup and changes the PCIe 23057 init loop, to only initialize the availabel PCIe slots. 23058 23059 Signed-off-by: Stefan Roese <sr@denx.de> 23060 23061commit 90447ecbbac8572457b6d8903073ac3f120995ba 23062Author: Tor Krill <tor@excito.com> 23063Date: Fri Mar 28 11:29:10 2008 +0100 23064 23065 MTD/CFI: Add support for 16bit legacy AMD flash 23066 23067 Add entry for 512Kx16 AMD flash to jedec_table. 23068 Read out 16bit device id if chipwidth is 16bit. 23069 Fixed coding style after Stefans feedback 23070 23071 Signed-off-by: Tor Krill <tor@excito.com> 23072 23073commit 5e12e75d17c4b15a310a45cd78fe71b7698a8a8e 23074Author: Stefan Roese <sr@denx.de> 23075Date: Fri Mar 28 11:02:53 2008 +0100 23076 23077 ppc: Small change to CFG_MEM_TOP_HIDE description 23078 23079 Signed-off-by: Stefan Roese <sr@denx.de> 23080 23081commit 280df59a8d62c6e74c281b1cb7e2052df4d6cb00 23082Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 23083Date: Thu Mar 27 15:44:12 2008 +0900 23084 23085 sh: Add support stat structure and stat.h 23086 23087 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 23088 23089commit 4be9eb789e72b845d6693cc36b70a0b3529b3f09 23090Author: Mark Jonas <toertel@gmail.com> 23091Date: Sat Mar 22 19:27:52 2008 +0100 23092 23093 sh: Removed warning when compiling drivers/serial/serial_sh.c. 23094 23095 Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com> 23096 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 23097 23098commit f309fa38929ffba71230c02330ffa42f4bba6333 23099Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 23100Date: Wed Mar 12 18:02:57 2008 +0900 23101 23102 sh: Remove disable_ctrlc function from R7780MP 23103 23104 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 23105 23106commit 6f4b266ff2a4fcc2bff985d6a217852469afddb3 23107Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 23108Date: Wed Mar 12 17:55:15 2008 +0900 23109 23110 sh: Add maintainer of R7780MP to MAINTAINER file 23111 23112 Update MAINTAINER entry for R7780MP. And fix maintainer's name. 23113 23114 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 23115 23116commit f5e2466f7baa887a7df0c536333eea8231333497 23117Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 23118Date: Tue Mar 25 17:11:24 2008 +0900 23119 23120 sh: Add support Renesas Solutions R2D plus board 23121 23122 R2D plus is SH reference board used with SH7751R. 23123 This board has 266Mhz CPU, 64MB SDRAM, Cardbus, CF interface, 23124 one PCI bus, VGA, and two Ethernet controller. 23125 23126 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 23127 23128commit e92c95180bb5bc5fd4051598a9d60beaba48988d 23129Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 23130Date: Wed Mar 12 12:15:29 2008 +0900 23131 23132 sh: Add support SH4 cache control 23133 23134 Add support SH4 cache control and flash_cache function 23135 23136 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 23137 23138commit 28e5efde4d925fcb34901d0030d0648de2da7e89 23139Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 23140Date: Mon Mar 24 01:53:01 2008 +0900 23141 23142 sh: Add support PCI host driver for SH7751/SH7751R 23143 23144 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 23145 23146commit ab8f4d40d069cd3cbe7563ddfe3e5f03b0c7c721 23147Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 23148Date: Mon Mar 24 02:11:26 2008 +0900 23149 23150 sh: Move SuperH PCI driver from cpu/sh4 to drivers/pci 23151 23152 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 23153 23154commit 566933278101c144d75361ea682678a326c1290d 23155Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 23156Date: Wed Mar 12 12:10:28 2008 +0900 23157 23158 sh: Add support SuperH SH7751/SH7751R 23159 23160 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 23161 23162commit 3313e0e26224fc9a0c445124f3455058c696df84 23163Author: Mark Jonas <toertel@gmail.com> 23164Date: Mon Mar 10 11:37:10 2008 +0100 23165 23166 sh: Added support for SH7720 based board MPR2. 23167 23168 Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com> 23169 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 23170 23171commit 3ecff1d70ae93e628fe65b3fe1fc7c9c76cdf99f 23172Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 23173Date: Thu Mar 6 14:05:53 2008 +0900 23174 23175 sh: Fix receive FIFO level register of SH4A 23176 23177 Receive FIFO level register is different in SH4A. 23178 Because register is different, cannot occasionally receive data. 23179 23180 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 23181 23182commit c133c1fb0b590662206b0eba70f4478ee0300a9a 23183Author: Yusuke Goda <goda.yusuke@renesas.com> 23184Date: Tue Mar 11 12:55:12 2008 +0900 23185 23186 sh: Add support Renesas Solutions R7780MP 23187 23188 Renesas Solutions R7780MP is a reference board on SH7780. 23189 This board has serial, 10/100 base Ethernet deivice, CF slot 23190 and VGA devices. This board can set extension board. 23191 Extension board has 10/100/1000 base Ethernet device, PCI slot, 23192 S-ATA, iDVR slot. 23193 23194 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com> 23195 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 23196 23197commit 1a2334a4eb6386d7cd35d9de5fa39af2c764ad28 23198Author: Yusuke Goda <goda.yusuke@renesas.com> 23199Date: Wed Mar 5 14:30:02 2008 +0900 23200 23201 sh: Add support PCI of SuperH and SH7780 23202 23203 This patch add support PCI of SuperH base code and SH7780 specific code. 23204 23205 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com> 23206 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 23207 23208commit b55523efff2ae11f0b9ae3cc405893c32eb78156 23209Author: Yusuke Goda <goda.yusuke@renesas.com> 23210Date: Wed Mar 5 14:23:26 2008 +0900 23211 23212 sh: Add support SH7780 23213 23214 SH7780 is CPU of Renesas Technology. 23215 This CPU has 23216 - CPU clock 400MHz 23217 - PCI support 23218 - DDR-SDRAM controller 23219 - etc ... 23220 23221 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com> 23222 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 23223 23224commit c2042f5952a686c414031309b8f244513bf578f0 23225Author: goda.yusuke <goda.yusuke@renesas.com> 23226Date: Fri Jan 25 20:46:36 2008 +0900 23227 23228 sh: Add support Renesas Solutions Migo-R board 23229 23230 Migo-R is a board based on SH7722 and has may devices. 23231 In this patch, supported SCIF, NOR flash and Ethernet. 23232 23233 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com> 23234 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 23235 23236commit 74d1e66d22dac91388bc538b2fe19f735edc5b82 23237Author: Bartlomiej Sieka <tur@semihalf.com> 23238Date: Thu Mar 27 15:06:40 2008 +0100 23239 23240 Fix host tool build breakage, take two 23241 23242 Revert commit 87c8431f and fix build breakage so that the build continues 23243 to work on FC systems. 23244 23245 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com> 23246 23247commit 7e4a0d25ed18f6437bdf59ebfa49bb0edc2f24e6 23248Author: Stefan Roese <sr@denx.de> 23249Date: Wed Mar 19 09:36:47 2008 +0100 23250 23251 ppc4xx: Enable ECC on LWMON5 23252 23253 Since all ECC related problems seem to be resolved on LWMON5, this patch 23254 now enables ECC support. 23255 23256 We have to write the ECC bytes by zeroing and flushing in smaller 23257 steps, since the whole 256MByte takes too long for the external 23258 watchdog. 23259 23260 Signed-off-by: Stefan Roese <sr@denx.de> 23261 23262commit 6433fa202a91a6594dd48f06807ac38ba27fa0bb 23263Author: Larry Johnson <lrj@acm.org> 23264Date: Mon Mar 17 11:10:35 2008 -0500 23265 23266 ppc4xx: Updates to Korat-specific code 23267 23268 This patch contains updates for changes for the Korat PPC440EPx board. 23269 These changes include: 23270 23271 (1) Support for "permanent" and "upgradable" copies of U-Boot, as 23272 described in the new "doc/README.korat" file; 23273 23274 (2) a new memory map for the registers in the board's CPLD; 23275 23276 (3) a revised format for manufacturer's data in serial EEPROM; and 23277 23278 (4) changes to track updates to U-Boot for the Sequoia board. 23279 23280 Signed-off-by: Larry Johnson <lrj@acm.org> 23281 23282commit f766cdf89b3a2a7634b8c5869f606150e332036c 23283Author: Markus Brunner <super.firetwister@gmail.com> 23284Date: Thu Mar 27 10:46:25 2008 +0100 23285 23286 ppc4xx: PPC405EP Set EMAC noise filter bits 23287 23288 This bug was introduced with commit aee747f19b460a0e9da20ff21e90fdaac1cec359 23289 which enabled CFG_4xx_GPIO_TABLE for PPC405 and unintentionally 23290 disabled the setting of the emac noise filter bits for PPC405EP when CFG_4xx_GPIO_TABLE is set. 23291 23292 Signed-off-by: Markus Brunner <super.firetwister@gmail.com> 23293 Signed-off-by: Stefan Roese <sr@denx.de> 23294 23295commit f66e2c8b25c04b79e5fb385bc8989c2de7f63991 23296Author: Mike Nuss <mike@terascala.com> 23297Date: Wed Feb 20 11:54:20 2008 -0500 23298 23299 ppc4xx: Reconfigure PLL for 667MHz processor for PPC440EPx 23300 23301 On PPC440EPx without a bootstrap I2C EEPROM, the PLL can be reconfigured 23302 after startup to change the speed of the clocks. This patch adds the 23303 option CFG_PLL_RECONFIG. If this option is set to 667, the CPU 23304 initialization code will reconfigure the PLL to run the system with a CPU 23305 frequency of 667MHz and PLB frequency of 166MHz, without the need for an 23306 external EEPROM. 23307 23308 Signed-off-by: Mike Nuss <mike@terascala.com> 23309 Acked-by: Stefan Roese <sr@denx.de> 23310 23311commit 87c8431fe24d48121f053fe67cff4ccfe097d4d1 23312Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 23313Date: Thu Mar 27 09:12:40 2008 +0100 23314 23315 new-image: Fix host tool build breakage 23316 23317 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com> 23318 23319commit 6fb4b640562a10daff0dbe537638d511b5b48650 23320Author: Stefan Roese <sr@denx.de> 23321Date: Thu Mar 27 10:24:03 2008 +0100 23322 23323 ppc: Set CFG_MEM_TOP_HIDE to 0 if not already defined 23324 23325 Signed-off-by: Stefan Roese <sr@denx.de> 23326 23327commit 9462732a3ec551c11862450902cd8ee1bedea6d9 23328Author: Stefan Roese <sr@denx.de> 23329Date: Wed Mar 19 10:23:43 2008 +0100 23330 23331 ppc4xx: Add fdt support to Prodrive alpr 23332 23333 Since this board will probably be ported to arch/powerpc in the 23334 near future, we add device tree support now. This way we are 23335 "ready" for arch/powerpc from now on. 23336 23337 Signed-off-by: Stefan Roese <sr@denx.de> 23338 23339commit 511e4f9e7f7b6719e4d91d7f0fc89412b13b5150 23340Author: Pieter Voorthuijsen <pieter.voorthuijsen@prodrive.nl> 23341Date: Mon Mar 17 09:27:56 2008 +0100 23342 23343 ppc4xx: Enable cache support on the ALPR board 23344 23345 Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl> 23346 23347commit 14f73ca679f6fdb44cff0b7304d419db41a0ab69 23348Author: Stefan Roese <sr@denx.de> 23349Date: Wed Mar 26 10:14:11 2008 +0100 23350 23351 ppc: Add CFG_MEM_TOP_HIDE option to hide memory area that doesn't get "touched" 23352 23353 If CFG_MEM_TOP_HIDE is defined in the board config header, this specified 23354 memory area will get subtracted from the top (end) of ram and won't get 23355 "touched" at all by U-Boot. By fixing up gd->ram_size the Linux kernel 23356 should gets passed the now "corrected" memory size and won't touch it 23357 either. This should work for arch/ppc and arch/powerpc. Only Linux board 23358 ports in arch/powerpc with bootwrapper support, which recalculate the 23359 memory size from the SDRAM controller setup, will have to get fixed 23360 in Linux additionally. 23361 23362 This patch enables this config option on some PPC440EPx boards as a workaround 23363 for the CHIP 11 errata. Here the description from the AMCC documentation: 23364 23365 CHIP_11: End of memory range area restricted access. 23366 Category: 3 23367 23368 Overview: 23369 The 440EPx DDR controller does not acknowledge any 23370 transaction which is determined to be crossing over the 23371 end-of-memory-range boundary, even if the starting address is 23372 within valid memory space. Any such transaction from any PLB4 23373 master will result in a PLB time-out on PLB4 bus. 23374 23375 Impact: 23376 In case of such misaligned bursts, PLB4 masters will not 23377 retrieve any data at all, just the available data up to the 23378 end of memory, especially the 440 CPU. For example, if a CPU 23379 instruction required an operand located in memory within the 23380 last 7 words of memory, the DCU master would burst read 8 23381 words to update the data cache and cross over the 23382 end-of-memory-range boundary. Such a DCU read would not be 23383 answered by the DDR controller, resulting in a PLB4 time-out 23384 and ultimately in a Machine Check interrupt. The data would 23385 be inaccessible to the CPU. 23386 23387 Workaround: 23388 Forbid any application to access the last 256 bytes of DDR 23389 memory. For example, make your operating system believe that 23390 the last 256 bytes of DDR memory are absent. AMCC has a patch 23391 that does this, available for Linux. 23392 23393 This patch sets CFG_MEM_TOP_HIDE for the following 440EPx boards: 23394 lwmon5, korat, sequoia 23395 23396 The other remaining 440EPx board were intentionally not included 23397 since it is not clear to me, if they use the end of ram for some 23398 other purpose. This is unclear, since these boards have CONFIG_PRAM 23399 defined and even comments like this: 23400 23401 PMC440.h: 23402 /* esd expects pram at end of physical memory. 23403 * So no logbuffer at the moment. 23404 */ 23405 23406 It is strongly recommended to not use the last 256 bytes on those 23407 boards too. Patches from the board maintainers are welcome. 23408 23409 Signed-off-by: Stefan Roese <sr@denx.de> 23410 23411commit c664bf8c3c9bb9e236891f0d8dfda883e86d159b 23412Author: Stefan Roese <sr@denx.de> 23413Date: Thu Mar 27 10:09:05 2008 +0100 23414 23415 ppc4xx: Fix Canyonlands linker script (remove bogus ASSERT) 23416 23417 Signed-off-by: Stefan Roese <sr@denx.de> 23418 23419commit d56a3ce179688cde61073a3690e21703d68fafd7 23420Author: Stefan Roese <sr@denx.de> 23421Date: Tue Mar 25 17:51:13 2008 +0100 23422 23423 ppc4xx: Correctly pass phyiscal FLASH base address into dtb 23424 23425 The routine ft_board_setup() configures the EBC NOR mappings for the 23426 Linux physmap_of driver. Since on 460EX/GT we remap the FLASH from 23427 0x4.fc00.0000 to 0x4.cc00.0000 because of the max. 16MByte boot-CS 23428 problem, we need to pass the corrected address here too. 23429 23430 Signed-off-by: Stefan Roese <sr@denx.de> 23431 23432commit 9ad31989de12ce5c67b07c4867ead47465655c4b 23433Author: Stefan Roese <sr@denx.de> 23434Date: Wed Mar 19 16:35:12 2008 +0100 23435 23436 ppc4xx: Fix compilation warning in 4xx_enet.c 23437 23438 Signed-off-by: Stefan Roese <sr@denx.de> 23439 23440commit 4c9e855734c523900322a7c3cdd9099b4f51b51d 23441Author: Stefan Roese <sr@denx.de> 23442Date: Wed Mar 19 16:20:49 2008 +0100 23443 23444 ppc4xx: Add AMCC Glacier 406GT eval board support 23445 23446 This patch adds support for the AMCC Glacier 460GT eval board. 23447 The main difference to the Canyonlands board are listed here: 23448 23449 - 4 ethernet ports instead of 2 23450 - no SATA port 23451 - no USB port 23452 23453 Currently EMAC2+3 are not working. This will be fixed in a later 23454 release. 23455 23456 Signed-off-by: Stefan Roese <sr@denx.de> 23457 23458commit d8bd643141af4710d7f1b69bbab6b760de0af0a1 23459Author: Stefan Roese <sr@denx.de> 23460Date: Thu Mar 27 08:47:26 2008 +0100 23461 23462 ppc4xx: Mask 'vec' with 0x1f in uic_interrupt() for bit set/clear 23463 23464 Signed-off-by: Stefan Roese <sr@denx.de> 23465 23466commit b9670dd85be6e0496ef2e231043c23cad9b1d903 23467Author: Anatolij Gustschin <agust@denx.de> 23468Date: Wed Mar 26 21:05:43 2008 +0100 23469 23470 Fix out of tree building issue 23471 23472 Currently U-Boot building in some external directory 23473 doesn't work. This patch tries to fix the problem. 23474 23475 Signed-off-by: Anatolij Gustschin <agust@denx.de> 23476 23477commit d4ee711d8a5c366ee3f857c26b927d12e66614ff 23478Author: Anatolij Gustschin <agust@denx.de> 23479Date: Wed Mar 26 18:13:33 2008 +0100 23480 23481 README: update documentation (availability, links, etc.) 23482 23483 Fix typo in README 23484 23485 Signed-off-by: Anatolij Gustschin <agust@denx.de> 23486 23487commit e813eae3bfeba9c0bda9d1bf9fc3d081f790972f 23488Author: Anatolij Gustschin <agust@denx.de> 23489Date: Wed Mar 26 17:47:44 2008 +0100 23490 23491 Fix compilation error in cmd_usb.c 23492 23493 This patch fixes compilation error 23494 cmd_usb.c: In function 'do_usb': 23495 cmd_usb.c:552: error: void value not ignored as it ought to be 23496 23497 Signed-off-by: Anatolij Gustschin <agust@denx.de> 23498 23499commit d8c82db482d6b535d12b419d6440b88bf7091c9b 23500Author: Timur Tabi <timur@freescale.com> 23501Date: Fri Mar 14 17:45:29 2008 -0500 23502 23503 Add support for setting the I2C bus speed in fsl_i2c.c 23504 23505 Add support to the Freescale I2C driver (fsl_i2c.c) for setting and querying 23506 the I2C bus speed. Current 8[356]xx boards define the CFG_I2C_SPEED macro, 23507 but fsl_i2c.c ignores it and uses conservative value when programming the 23508 I2C bus speed. 23509 23510 Signed-off-by: Timur Tabi <timur@freescale.com> 23511 Acked-by: Andy Fleming <afleming@freescale.com> 23512 23513commit d049cc7f71c0d875e8f5099d1ed23666a82b8f8e 23514Author: Wolfgang Denk <wd@denx.de> 23515Date: Thu Mar 27 00:03:57 2008 +0100 23516 23517 Coding style cleanup, update CHANGELOG 23518 23519 Signed-off-by: Wolfgang Denk <wd@denx.de> 23520 23521commit fd0b1fe3c388a77e8fe00cdd930ca317a91198d4 23522Author: Dave Liu <r63238@freescale.com> 23523Date: Wed Mar 26 22:55:32 2008 +0800 23524 23525 drivers: add the support for Freescale SATA controller 23526 23527 Add the Freescale on-chip SATA controller driver to u-boot, 23528 The SATA controller is used on the 837x and 8315 targets, 23529 The driver can be used to load kernel, fs and dtb. 23530 23531 The features list: 23532 - 1.5/3 Gbps link speed 23533 - LBA48, LBA28 support 23534 - DMA and FPDMA support 23535 - Two ports support 23536 23537 Signed-off-by: Dave Liu <daveliu@freescale.com> 23538 23539commit bede87f4c87c3ccd868cc60ebf792e0560c6d024 23540Author: Dave Liu <r63238@freescale.com> 23541Date: Wed Mar 26 22:54:44 2008 +0800 23542 23543 ata: add the readme for SATA command line 23544 23545 Signed-off-by: Dave Liu <daveliu@freescale.com> 23546 23547commit cd54081cd479e542fc399b8a40651ff11a1ad849 23548Author: Dave Liu <r63238@freescale.com> 23549Date: Wed Mar 26 22:53:24 2008 +0800 23550 23551 ata: enable the sata initialize on boot up 23552 23553 Signed-off-by: Dave Liu <daveliu@freescale.com> 23554 23555commit 69386383c5c2b323c66495b0b0cef6a9714d83bf 23556Author: Dave Liu <r63238@freescale.com> 23557Date: Wed Mar 26 22:52:36 2008 +0800 23558 23559 ata: add the fis struct for SATA 23560 23561 Signed-off-by: Dave Liu <daveliu@freescale.com> 23562 23563commit ffc664e80dfb2e17de0df5ad39e91a02e9c361bc 23564Author: Dave Liu <r63238@freescale.com> 23565Date: Wed Mar 26 22:51:44 2008 +0800 23566 23567 ata: add the libata support 23568 23569 add simple libata support in u-boot 23570 23571 Signed-off-by: Dave Liu <daveliu@freescale.com> 23572 23573commit 8e9bb43429e50df55fa41932cbe65841ff579220 23574Author: Dave Liu <r63238@freescale.com> 23575Date: Wed Mar 26 22:50:45 2008 +0800 23576 23577 ata: make the ata_piix driver using new SATA framework 23578 23579 original ata_piix driver is using IDE framework, not real 23580 SATA framework. For now, the ata_piix driver is only used 23581 by x86 sc520_cdp board. This patch makes the ata_piix driver 23582 use the new SATA framework, so 23583 23584 - remove the duplicated command stuff 23585 - remove the CONFIG_CMD_IDE define in the sc520_cdp.h 23586 - add the CONFIG_CMD_SATA define to sc520_cdp.h 23587 23588 Signed-off-by: Dave Liu <daveliu@freescale.com> 23589 23590commit c7057b529c3c3cb9c0ac9060686a4068f1491bbe 23591Author: Dave Liu <r63238@freescale.com> 23592Date: Wed Mar 26 22:49:44 2008 +0800 23593 23594 ata: add the support for SATA framework 23595 23596 - add the SATA framework 23597 - add the SATA command line 23598 23599 Signed-off-by: Dave Liu <daveliu@freescale.com> 23600 23601commit 83c7f470a4ce94f33600f11ae85ce4dcf00aa90c 23602Author: Dave Liu <r63238@freescale.com> 23603Date: Wed Mar 26 22:48:18 2008 +0800 23604 23605 ata: merge the header of ata_piix driver 23606 23607 move the sata.h from include/ to drivers/block/ata_piix.h 23608 23609 Signed-off-by: Dave Liu <daveliu@freescale.com> 23610 23611commit 9eef62804d9695425b24c87b46a61a7fa74afee0 23612Author: Dave Liu <r63238@freescale.com> 23613Date: Wed Mar 26 22:47:06 2008 +0800 23614 23615 ata: merge the ata_piix driver 23616 23617 move the cmd_sata.c from common/ to drivers/ata_piix.c, 23618 the cmd_sata.c have some part of ata_piix controller drivers. 23619 consolidate the driver to have better framework. 23620 23621 Signed-off-by: Dave Liu <daveliu@freescale.com> 23622 23623commit b9e749e95354f33eb5dc6653c6db7d502adb95fe 23624Author: Markus Klotzbuecher <mk@denx.de> 23625Date: Wed Mar 26 18:26:43 2008 +0100 23626 23627 USB, Storage: fix a bug introduced in commit 23628 f6b44e0e4d18fe507833a0f76d24a9aa72c123f1 that will cause usb_stor_info 23629 to only print only information on one storage device, but not for 23630 multiple. 23631 23632 Signed-off-by: Markus Klotzbuecher <mk@denx.de> 23633 23634commit 841e5edd1623f3fecb6bffc5c2f938ed7a947360 23635Author: Anatolij Gustschin <agust@denx.de> 23636Date: Wed Mar 26 17:47:44 2008 +0100 23637 23638 Fix compilation error in cmd_usb.c 23639 23640 This patch fixes compilation error 23641 cmd_usb.c: In function 'do_usb': 23642 cmd_usb.c:552: error: void value not ignored as it ought to be 23643 23644 Signed-off-by: Anatolij Gustschin <agust@denx.de> 23645 Signed-off-by: Markus Klotzbuecher <mk@denx.de> 23646 23647commit dd6c910aadf27c822f17b87eae1a9bd0b2e3aa15 23648Author: Kumar Gala <galak@kernel.crashing.org> 23649Date: Wed Mar 26 08:53:53 2008 -0500 23650 23651 85xx: Add cpu_mp_lmb_reserve helper to reserve boot page 23652 23653 Provide a board_lmb_reserve helper function to ensure we reserve 23654 the page of memory we are using for the boot page translation code. 23655 23656 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 23657 23658commit 79679d80021ab095e639e250ca472fe526da02e2 23659Author: Kumar Gala <galak@kernel.crashing.org> 23660Date: Wed Mar 26 08:34:25 2008 -0500 23661 23662 85xx: Update multicore boot mechanism to ePAPR v0.81 spec 23663 23664 The following changes are needed to be inline with ePAPR v0.81: 23665 23666 * r4, r5 and now always set to 0 on boot release 23667 * r7 is used to pass the size of the initial map area (IMA) 23668 * EPAPR_MAGIC value changed for book-e processors 23669 * changes in the spin table layout 23670 * spin table supports a 64-bit physical release address 23671 23672 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 23673 23674commit 25eedb2c1958a13110c7de1fc809b624053cc69c 23675Author: Jon Loeliger <jdl@freescale.com> 23676Date: Wed Mar 19 15:02:07 2008 -0500 23677 23678 FSL: Clean up board/freescale/common/Makefile 23679 23680 Each file that can be built here now follows some 23681 CONFIG_ option so that they are appropriately built 23682 or not, as needed. And CONFIG_ defines were added 23683 to various board config files to make sure that happens. 23684 23685 The other board/freescale/*/Makefiles no longer need 23686 to reach up and over into ../common to build their 23687 individually needed files any more. 23688 23689 Boards that are CDS specific were renamed with cds_ prefix. 23690 23691 Signed-off-by: Jon Loeliger <jdl@freescale.com> 23692 23693commit a5af4b358a7caa9c0aa374d4d894bf762ec37669 23694Author: Kumar Gala <galak@kernel.crashing.org> 23695Date: Wed Feb 27 22:00:27 2008 -0600 23696 23697 85xx: Fix merge duplication 23698 23699 ft_fixup_cpu() got duplicated in some merge snafu. Remove the duplicate. 23700 23701 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 23702 23703commit 5893b3d0a4084f87a06a5d3dc03db91206818941 23704Author: James Yang <James.Yang@freescale.com> 23705Date: Tue Feb 12 16:35:07 2008 -0600 23706 23707 85xx: Expand CCSR space with more DDR controller registers. 23708 23709 Signed-off-by: James Yang <James.Yang@freescale.com> 23710 Signed-off-by: Jon Loeliger <jdl@freescale.com> 23711 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 23712 23713commit a3e77fa5359b3f9f59e4e946b46d57a53057cc85 23714Author: James Yang <James.Yang@freescale.com> 23715Date: Fri Feb 8 18:05:08 2008 -0600 23716 23717 85xx: Speed up get_ddr_freq() and get_bus_freq() 23718 23719 get_ddr_freq() and get_bus_freq() used get_sys_info() each time they were 23720 called. However, get_sys_info() recalculates extraneous information when 23721 called each time. Have get_ddr_freq() and get_bus_freq() return memoized 23722 values from global_data instead. 23723 23724 Signed-off-by: James Yang <James.Yang@freescale.com> 23725 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 23726 23727commit e9ea679918fbc9a53fa2f2a904aac874ea736036 23728Author: James Yang <James.Yang@freescale.com> 23729Date: Fri Feb 8 16:46:27 2008 -0600 23730 23731 85xx: Show DDR memory data rate in addition to the memory clock frequency. 23732 23733 Show the DDR memory data rate in addition to the memory clock 23734 frequency. For DDR/DDR2 memories the memory data rate is 2x the 23735 memory clock. 23736 23737 Signed-off-by: James Yang <James.Yang@freescale.com> 23738 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 23739 23740commit 591933ca6eabc440e6ed6967233aaf56fce464a3 23741Author: James Yang <James.Yang@freescale.com> 23742Date: Fri Feb 8 16:44:53 2008 -0600 23743 23744 85xx: get_tbclk() speed up and rounding fix 23745 23746 Speed up get_tbclk() by referencing pre-computed bus clock 23747 frequency value from global data instead of sys_info_t. Fix 23748 rounding of result to nearest; previously it was rounding 23749 upwards. 23750 23751 Signed-off-by: James Yang <James.Yang@freescale.com> 23752 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 23753 23754commit 1ced121600b2060ab2ff9f0fddd9421fd70a0dc6 23755Author: Andy Fleming <afleming@freescale.com> 23756Date: Wed Feb 6 01:19:40 2008 -0600 23757 23758 Update SVR numbers to expand support 23759 23760 FSL has taken to using SVR[16:23] as an SOC sub-version field. This 23761 is used to distinguish certain variants within an SOC family. To 23762 account for this, we add the SVR_SOC_VER() macro, and update the SVR_* 23763 constants to reflect the larger value. We also add SVR numbers for all 23764 of the current variants. Finally, to make things neater, rather than 23765 use an enormous switch statement to print out the CPU type, we create 23766 and array of SVR/name pairs (using a macro), and print out the CPU name 23767 that matches the SVR SOC version. 23768 23769 Signed-off-by: Andy Fleming <afleming@freescale.com> 23770 23771commit b83eef440cf3cef816172ccbb5897ccd8e403cf3 23772Author: Andy Fleming <afleming@freescale.com> 23773Date: Wed Feb 6 01:12:57 2008 -0600 23774 23775 Add the Freescale PCI device IDs 23776 23777 Signed-off-by: Andy Fleming <afleming@freescale.com> 23778 23779commit 7aff0c051ad0613171cf2b9941ee48675c62e7cd 23780Author: Kumar Gala <galak@kernel.crashing.org> 23781Date: Thu Feb 14 11:04:23 2008 -0600 23782 23783 85xx: Added support for multicore boot mechanism 23784 23785 Added the cpu command that provides a generic mechanism to get status, 23786 reset, and release secondary cores in multicore processors. 23787 23788 Added support for using the ePAPR defined spin-table mechanism on 85xx. 23789 23790 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 23791 Signed-off-by: Andy Fleming <afleming@freescale.com> 23792 23793commit ec2b74ffd36f02c6123725e7c2533dd2deaf4b64 23794Author: Kumar Gala <galak@kernel.crashing.org> 23795Date: Thu Jan 17 16:48:33 2008 -0600 23796 23797 85xx: Added support for multicore boot mechanism 23798 23799 Added the cpu command that provides a generic mechanism to get status, 23800 reset, and release secondary cores in multicore processors. 23801 23802 Added support for using the ePAPR defined spin-table mechanism on 85xx. 23803 23804 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 23805 23806commit f69766e4b5d47ecd3aa58677a8da875694f364f2 23807Author: Kumar Gala <galak@kernel.crashing.org> 23808Date: Wed Jan 30 14:55:14 2008 -0600 23809 23810 85xx: Add the concept of CFG_CCSRBAR_PHYS 23811 23812 When we go to 36-bit physical addresses we need to keep the concept of 23813 the physical CCSRBAR address seperate from the virtual one. 23814 23815 For the majority of boards CFG_CCSBAR_PHYS == CFG_CCSRBAR 23816 23817 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 23818 23819commit 5b5eb9ca5b778f763bcf332697b35cc1e747626e 23820Author: Wolfgang Denk <wd@denx.de> 23821Date: Wed Mar 26 15:38:47 2008 +0100 23822 23823 Coding style cleanup. 23824 23825 Signed-off-by: Wolfgang Denk <wd@denx.de> 23826 23827commit da8808df7a9cef5a3d2ee286ef9ebf9de1780660 23828Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se> 23829Date: Wed Mar 26 13:02:13 2008 +0100 23830 23831 Add CFG_RTC_DS1337_NOOSC to turn off OSC output 23832 23833 The default settings for RTC DS1337 keeps the OSC 23834 output, 32,768 Hz, on. This add CFG_RTC_DS1337_NOOSC to 23835 turn it off. 23836 23837 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se> 23838 23839commit 438a4c11260b4ea9805039b0b4f92f9df5306b02 23840Author: Wolfgang Denk <wd@denx.de> 23841Date: Wed Mar 26 11:48:46 2008 +0100 23842 23843 Cleanup coding style, update CHANGELOG 23844 23845 Signed-off-by: Wolfgang Denk <wd@denx.de> 23846 23847commit 218ca724c08ca8a649f0917cf201cf23d4b33f39 23848Author: Wolfgang Denk <wd@denx.de> 23849Date: Wed Mar 26 10:40:12 2008 +0100 23850 23851 README: update documentation (availability, links, etc.) 23852 23853 Signed-off-by: Wolfgang Denk <wd@denx.de> 23854 23855commit f6b44e0e4d18fe507833a0f76d24a9aa72c123f1 23856Author: Aras Vaichas <arasv@magtech.com.au> 23857Date: Tue Mar 25 12:09:07 2008 +1100 23858 23859 USB Storage, add meaningful return value 23860 23861 This patch changes the "usb storage" command to return success if it 23862 finds a USB storage device, otherwise it returns error. 23863 23864 Signed-off-by: Markus Klotzbuecher <mk@denx.de> 23865 23866commit 18e69a35efbb078403db0c0063986470dad7d082 23867Author: Anton Vorontsov <avorontsov@ru.mvista.com> 23868Date: Fri Mar 14 23:20:18 2008 +0300 23869 23870 83xx/fdt_support: let user specifiy FSL USB Dual-Role controller role 23871 23872 Linux understands "host" (default), "peripheral" and "otg" (broken). 23873 Though, U-Boot doesn't restrict dr_mode variable to these values (think 23874 of renames in future). 23875 23876 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> 23877 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 23878 23879commit c7604783b236e368f225efb7b3efb418fe20b404 23880Author: Anton Vorontsov <avorontsov@ru.mvista.com> 23881Date: Fri Mar 14 23:20:30 2008 +0300 23882 23883 tsec: fix link detection for the RTL8211B PHY 23884 23885 RTL8211B sets link state register after autonegotiation complete, 23886 so with bootdelay=0 RTL8211B will report lack of the link. 23887 23888 To fix this, we should wait for aneg to complete, even if the 23889 link is currently down. 23890 23891 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> 23892 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 23893 23894commit 7fa9cbb00dc83fcf175042b6f20c2c9bce9a15f4 23895Author: Anton Vorontsov <avorontsov@ru.mvista.com> 23896Date: Mon Mar 24 20:47:09 2008 +0300 23897 23898 mpc83xx: add "fsl,soc" and "fsl,immr" compatible fixups 23899 23900 device_type = "soc" is being deprecated, newer device trees will use 23901 "fsl,soc" and/or "fsl,immr" for the soc nodes. 23902 23903 This patch also adds clock-frequency property for soc nodes (the same 23904 value as bus-frequency). 23905 23906 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> 23907 23908commit 507e2d79c91441a0bb2cd3d0c31c8bfe3f8cec07 23909Author: Joe D'Abbraccio <ljd015@freescale.com> 23910Date: Mon Mar 24 13:00:59 2008 -0400 23911 23912 Modified the DDR SDRAM clock control register to delay MCK/MCK_B 3/4 clock 23913 23914 With the original value of 1/2 clock cycle delay, the system ran relatively 23915 stable except when we run benchmarks that are intensive users of memory. 23916 When I run samba connected disk with a HDBENCH test, the system locks-up 23917 or reboots sporadically. 23918 23919 Signed-off by: Joe D'Abbraccio <Joe.D'abbraccio@freescale.com> 23920 23921commit a7ba32d480a86db5db8dcd8ca66b21b4cadda923 23922Author: Scott Wood <scottwood@freescale.com> 23923Date: Mon Mar 24 12:44:13 2008 -0500 23924 23925 mpc83xx: Set PCI I/O bus-address base to zero. 23926 23927 The device trees for these boards describe PCI I/O as starting from 23928 address zero from the device's perspective. 23929 23930 Placing I/O elsewhere may cause problems with certain PCI boards, and may 23931 cause problems with Linux. 23932 23933 Signed-off-by: Scott Wood <scottwood@freescale.com> 23934 23935commit f700e7df7fecf2d3765ae568ce77ce788cde4f3e 23936Author: Anton Vorontsov <avorontsov@ru.mvista.com> 23937Date: Mon Mar 24 20:47:05 2008 +0300 23938 23939 mpc83xx: MPC8360E-RDK: use 33.3(3)MHz CLKIN/SYS_CLK 23940 23941 At least on the "33MHz Pilot" board crystal is actually 33.3MHz. 23942 This patch fixes "system time drifting" problem. 23943 23944 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> 23945 23946commit 3a0cfdd576dc9b16d1468d37339182607c697fb7 23947Author: Anton Vorontsov <avorontsov@ru.mvista.com> 23948Date: Mon Mar 24 20:47:02 2008 +0300 23949 23950 mpc83xx: MPC8360E-RDK: define CONFIG_OF_STDOUT_VIA_ALIAS 23951 23952 This is needed to update /choosen/linux,stdout-path properly. 23953 23954 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> 23955 23956commit 3419eb62f088d7a22f1d2a3cebf76b77e408b5b9 23957Author: Anton Vorontsov <avorontsov@ru.mvista.com> 23958Date: Mon Mar 24 20:47:00 2008 +0300 23959 23960 mpc83xx: MPC8360E-RDK: add dhcp command 23961 23962 Plus modify environment to use it and remove bootfile env variable, 23963 it is internal and CONFIG_BOOTFILE is used for these purposes. 23964 23965 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> 23966 23967commit d892b2dbb4087a26778bfd42470c3ea7d0e2b6aa 23968Author: Anton Vorontsov <avorontsov@ru.mvista.com> 23969Date: Mon Mar 24 20:46:57 2008 +0300 23970 23971 mpc83xx: MPC8360E-RDK: rework ddr setup, enable ecc 23972 23973 Current DDR setup easily causes memory corruption, this patch fixes it. 23974 23975 Also fix TIMING_CFG0_MRS_CYC definition. 23976 23977 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> 23978 23979commit d47d49cc37a38f2719a3e1b9bbe08ac810cf2d9a 23980Author: Anton Vorontsov <avorontsov@ru.mvista.com> 23981Date: Mon Mar 24 20:46:53 2008 +0300 23982 23983 mpc83xx: MPC8360E-RDK: configure pario pins for AD7843 and FHCI 23984 23985 This patch adds qe pario pins configuration for AD7843 ADC/Touchscreen 23986 controller and FHCI (QE USB). 23987 23988 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> 23989 23990commit 7ad959490962e6842648d87d4bd795ea6cdcce67 23991Author: Anton Vorontsov <avorontsov@ru.mvista.com> 23992Date: Mon Mar 24 20:46:51 2008 +0300 23993 23994 mpc83xx: MPC8360E-RDK: add support for NAND 23995 23996 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> 23997 23998commit 9a3e832aeb491861d029991241572ebdf4b5b61b 23999Author: Anton Vorontsov <avorontsov@ru.mvista.com> 24000Date: Mon Mar 24 20:46:46 2008 +0300
24001 24002 mpc83xx: MPC8360E-RDK: use RGMII_RXID interface mode 24003 24004 This is needed for BCM PHYs to work on this board. 24005 24006 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> 24007 24008commit 300615dc5d9b0a2022fbc6af0c13159e33fd752e 24009Author: Anton Vorontsov <avorontsov@ru.mvista.com> 24010Date: Mon Mar 24 20:46:34 2008 +0300 24011 24012 uec: add support for Broadcom BCM5481 Gigabit PHY 24013 24014 This patch adds basic support for Broadcom BCM5481 PHY. 24015 24016 RXD-RXC delay quirk comes from MPC8360E-RDK BSP source, author is 24017 Peter Barada <peterb@logicpd.com>. 24018 24019 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> 24020 24021commit 6a600c3a1876bc203445df4f0fd6b12648259666 24022Author: Anton Vorontsov <avorontsov@ru.mvista.com> 24023Date: Mon Mar 24 20:46:28 2008 +0300 24024 24025 uec: add support for RGMII_RXID interface mode 24026 24027 PHY drivers will use it to setup software delay between RXD and RXC 24028 signals. 24029 24030 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> 24031 24032commit 91cdaa3a9d7562b869d96774e9c9ddf142c0848d 24033Author: Anton Vorontsov <avorontsov@ru.mvista.com> 24034Date: Mon Mar 24 20:46:24 2008 +0300 24035 24036 uec: add support for gbit mii status readings 24037 24038 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> 24039 24040commit aabce7fb505ffe55ebf3bf4dcafdae97a581558d 24041Author: Anton Vorontsov <avorontsov@ru.mvista.com> 24042Date: Mon Mar 24 17:40:47 2008 +0300 24043 24044 83xx: define CONFIG_OF_STDOUT_VIA_ALIAS for the MPC837XERDB boards 24045 24046 This is primarily for the early console support. 24047 24048 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> 24049 24050commit 2bd7460e9283ec98565189b3cdbcfb2bcdcdd635 24051Author: Anton Vorontsov <avorontsov@ru.mvista.com> 24052Date: Mon Mar 24 17:40:43 2008 +0300 24053 24054 83xx: initialize serdes for MPC837XRDB boards 24055 24056 On the MPC8377ERDB: 2 SATA and 2 PCI-E. 24057 On the MPC8378ERDB: 2 PCI-E 24058 On the MPC8379ERDB: 4 SATA 24059 24060 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> 24061 24062commit 453316a2a19642d8afcbca7452e40a6b44a197b1 24063Author: Anton Vorontsov <avorontsov@ru.mvista.com> 24064Date: Mon Mar 24 17:40:32 2008 +0300 24065 24066 83xx: serdes setup routines 24067 24068 This patch adds few routines to configure serdes on 837x targets. 24069 24070 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> 24071 24072commit a796cdf9c377cb4e5d61d1079a296608f8fbd903 24073Author: Anton Vorontsov <avorontsov@ru.mvista.com> 24074Date: Mon Mar 24 17:40:27 2008 +0300 24075 24076 83xx: split COBJS onto separate lines 24077 24078 ..plus get rid of some #ifdefs in the .c files. 24079 24080 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> 24081 24082commit 46a3aeea73c13ab04ebf7a8739afb87ac5da94a3 24083Author: Anton Vorontsov <avorontsov@ru.mvista.com> 24084Date: Mon Mar 24 17:40:23 2008 +0300 24085 24086 83xx: nand support for MPC837XRDB boards 24087 24088 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> 24089 24090commit 82e45a204190593e8613145a928f998fb8c909c4 24091Author: Jerry Van Baren <gvb.uboot@gmail.com> 24092Date: Tue Mar 18 21:44:41 2008 -0400 24093 24094 Enable CONFIG_FLASH_SHOW_PROGRESS on the MPC8360EMDS. 24095 24096 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com> 24097 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 24098 24099commit 0fa7a1b4719e325fce332689fb8754ec166191ff 24100Author: Michael Barkowski <michael.barkowski@freescale.com> 24101Date: Thu Mar 20 13:15:39 2008 -0400 24102 24103 mpc8323erdb: remove RTC and add EEPROM 24104 24105 There's no on-board RTC on the MPC8323ERDB, but there is an EEPROM. 24106 24107 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com> 24108 Acked-by: Kim Phillips <kim.phillips@freescale.com> 24109 24110commit 5bbeea86eb6afb872374cd23217cb3c1018443ed 24111Author: Michael Barkowski <michael.barkowski@freescale.com> 24112Date: Thu Mar 20 13:15:34 2008 -0400 24113 24114 mpc8323erdb: Improve the system performance 24115 24116 The following changes are based on kernel UCC ethernet performance: 24117 24118 1. Make the CSB bus pipeline depth as 4, and enable the repeat mode 24119 2. Optimize transactions between QE and CSB. Added CFG_SPCR_OPT 24120 switch to enable this setting. 24121 24122 The following changes are based on the App Note AN3369 and 24123 verified to improve memory latency using LMbench: 24124 24125 3. CS0_CONFIG[AP_n_EN] is changed from 1 to 0 24126 4. CS0_CONFIG[ODT_WR_CONFIG] set to 1. Was a reserved setting 24127 previously. 24128 5. TIMING_CFG_1[WRREC] is changed from 3clks to 2clks (based on 24129 Twr=15ns, and this was already the setting in DDR_MODE) 24130 6. TIMING_CFG_1[PRETOACT] is changed from 3clks to 2clks. (based on 24131 Trp=15ns) 24132 7. TIMING_CFG_1[ACTTOPRE] is changed from 9clks to 6clks. (based on 24133 Tras=40ns) 24134 8. TIMING_CFG_1[ACTTORW] is changed from 3clks to 2clks. (based on 24135 Trcd=15ns) 24136 9. TIMING_CFG_1[REFREC] changed from 21 clks to 11clks. (based on 24137 Trfc=75ns) 24138 10. TIMING_CFG_2[FOUR_ACT] is changed from 10 clks to 7clks. (based 24139 on Tfaw=50ns) 24140 11. TIMING_CFG_2[ADD_LAT] and DDR_MODE[AL] changed from 0 to 1 (based 24141 on CL=3 and WL=2). 24142 24143 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com> 24144 Acked-by: Kim Phillips <kim.phillips@freescale.com> 24145 24146commit fc549c871f43933396a5b3e21d897023d4b31b8d 24147Author: Michael Barkowski <michael.barkowski@freescale.com> 24148Date: Thu Mar 20 13:15:28 2008 -0400 24149 24150 mpc8323erdb: use readable DDR config macros 24151 24152 Use available shift/mask macros to define DDR configuration. 24153 24154 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com> 24155 Acked-by: Kim Phillips <kim.phillips@freescale.com> 24156 24157commit 89c7784ed90ba50301eec521144f95111e472906 24158Author: Timur Tabi <timur@freescale.com> 24159Date: Fri Feb 8 13:15:55 2008 -0600 24160 24161 83xx: Add Vitesse VSC7385 firmware uploading 24162 24163 Update the MPC8349E-mITX, MPC8313E-RDB, and MPC837XE-RDB board files to upload 24164 the Vitesse VSC7385 firmware. Changed CONFIG_VSC7385 to CONFIG_VSC7385_ENET. 24165 Cleaned up the board header files to make selecting the VSC7385 easier to 24166 control. 24167 24168 Signed-off-by: Timur Tabi <timur@freescale.com> 24169 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 24170 24171commit b55d98c6d5b8694e560a0e727b14cb6921d7cfcc 24172Author: Timur Tabi <timur@freescale.com> 24173Date: Fri Feb 8 13:15:54 2008 -0600 24174 24175 NET: Add Vitesse VSC7385 firmware uploading 24176 24177 The Vitesse VSC7385 is a 5-port switch found on the Freescale MPC8349E-mITX 24178 and other boards. A small firwmare must be uploaded to its on-board memory 24179 before it can be enabled. This patch adds the code which uploads firmware 24180 (but not the firmware itself). 24181 24182 Previously, this feature was provided by a U-Boot application that was 24183 made available only on Freescale BSPs. The VSC7385 firmware must still 24184 be obtained separately, but at least there is no longer a need for a separate 24185 application. 24186 24187 Signed-off-by: Timur Tabi <timur@freescale.com> 24188 Acked-by: Ben Warren <biggerbadderben@gmail.com> 24189 24190commit aa6f6d171a1f9f46ee4f03ad6acb97a6bfb71855 24191Author: Wolfgang Denk <wd@denx.de> 24192Date: Wed Mar 26 00:52:10 2008 +0100 24193 24194 Coding Style cleanyp; update CHANGELOG 24195 24196 Signed-off-by: Wolfgang Denk <wd@denx.de> 24197 24198commit 43ddd9c820fec44816188f53346b464e20b3142d 24199Author: Jerry Van Baren <gvb.uboot@gmail.com> 24200Date: Sat Mar 22 14:23:49 2008 -0400 24201 24202 Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T 24203 24204 These defines embedded the u-boot env variables and/or the bd_t structure 24205 in the fdt blob. The conclusion of discussion on the u-boot email list 24206 was that embedding these in the fdt blob is not useful: there are better 24207 ways of passing the data (in fact, the fdt blob itself replaces the 24208 bd_t struct). 24209 24210 The only board that enables these is the stxxtc and they don't appear 24211 to be used by linux. 24212 24213 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com> 24214 Acked-by: Kim Phillips <kim.phillips@freescale.com> 24215 24216commit 22ed2285743359fd1fe73e411dff914b2256e68f 24217Author: Stefan Roese <sr@denx.de> 24218Date: Mon Mar 17 10:49:25 2008 +0100 24219 24220 rtc: Remove 2nd reference to max6900.o in drivers/rtc/Makefile 24221 24222 Signed-off-by: Stefan Roese <sr@denx.de> 24223 24224commit 1bb707c39a0833e91d9f797dd862aaaaf4af264d 24225Author: Kyungmin Park <kmpark@infradead.org> 24226Date: Mon Mar 17 08:54:06 2008 +0900 24227 24228 Add Flex-OneNAND booting support 24229 24230 Flex-OneNAND is a monolithic integrated circuit with a NAND Flash array 24231 using a NOR Flash interface. This on-chip integration enables system designers 24232 to reduce external system logic and use high-density NAND Flash 24233 in applications that would otherwise have to use more NOR components. 24234 24235 Flex-OneNAND enables users to configure to partition it into SLC and MLC areas 24236 in more flexible way. While MLC area of Flex-OneNAND can be used to store data 24237 that require low reliability and high density, SLC area of Flex-OneNAND 24238 to store data that need high reliability and high performance. Flex-OneNAND 24239 can let users take advantage of storing these two different types of data 24240 into one chip, which is making Flex-OneNAND more cost- and space-effective. 24241 24242 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> 24243 24244commit c512389cc4a10253249271ff6c887c6dab1f0db2 24245Author: André Schwarz <andre.schwarz@matrix-vision.de> 24246Date: Thu Mar 13 13:50:52 2008 +0100 24247 24248 MPC5200: support setup without FEC 24249 24250 Include FEC specific nodes in ft_cpu_setup only if CONFIG_MPC5xxx_FEC is 24251 defined. Systems without FEC, i.e. no FEC node in DTB, should be possible. 24252 24253 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de> 24254 Acked-by: Grant Likely <grant.likely@secretlab.ca> 24255 24256commit aa3511e422946041ef626f80a05ae5e8bfc700e6 24257Author: Jon Loeliger <jdl@freescale.com> 24258Date: Wed Mar 5 18:05:46 2008 -0600 24259 24260 FSL: Move board/mpc8266ads under board/freescale 24261 24262 Signed-off-by: Jon Loeliger <jdl@freescale.com> 24263 24264commit 7f1d846e5c5754449c286587d099d85246062772 24265Author: Jon Loeliger <jdl@freescale.com> 24266Date: Wed Mar 5 18:05:47 2008 -0600 24267 24268 FSL: Move board/mpc7448hpc2 under board/freescale 24269 24270 Signed-off-by: Jon Loeliger <jdl@freescale.com> 24271 24272commit b7e24d283e34727c2a6cdfdac2e09a426c579b73 24273Author: Jon Loeliger <jdl@freescale.com> 24274Date: Wed Mar 5 18:05:45 2008 -0600 24275 24276 FSL: Move board/mpc8260ads under board/freescale 24277 24278 Signed-off-by: Jon Loeliger <jdl@freescale.com> 24279 24280commit 6a8a5dc4759867c45aa95580deb8bf26669a5d97 24281Author: goda.yusuke <goda.yusuke@renesas.com> 24282Date: Wed Mar 5 17:08:33 2008 +0900 24283 24284 net: Add support AX88796L ethernet device 24285 24286 AX88796L is device of NE2000 compatible. 24287 This patch support AX88796L ethernet device. 24288 24289 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com> 24290 Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 24291 24292commit e0a6140dd381e1eed1ada2291166ef2616d8822b 24293Author: Wolfgang Denk <wd@denx.de> 24294Date: Tue Mar 25 22:50:41 2008 +0100 24295 24296 ne2000 driver: change #ifdef to Makefile conditional compilation 24297 24298 Signed-off-by: Wolfgang Denk <wd@denx.de> 24299 24300commit e710185aae90c64d39c2d453e40e58ceefe4f250 24301Author: goda.yusuke <goda.yusuke@renesas.com> 24302Date: Wed Mar 5 17:08:20 2008 +0900 24303 24304 net: Divided code of NE2000 ethernet driver 24305 24306 There are more devices of the NE2000 base. 24307 A present code is difficult for us to support more devices. 24308 To support more NE2000 clone devices, separated the function. 24309 24310 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com> 24311 Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 24312 24313commit 395bce4f59a507a60a475f7ee46bed47de9482df 24314Author: Mike Frysinger <vapier@gentoo.org> 24315Date: Sun Feb 24 23:58:13 2008 -0500 24316 24317 net/Blackfin: move on-chip MAC driver into drivers/net/ 24318 24319 The Blackfin on-chip MAC driver was being managed in the BF537-STAMP board 24320 directory, but it is not board specific, so relocate it to the drivers dir 24321 so that other Blackfin ports can utilize it. 24322 24323 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 24324 24325commit 8a30b4700942f37495d2e67f5998cdffb6e3ba8a 24326Author: Mike Frysinger <vapier@gentoo.org> 24327Date: Sun Feb 24 23:52:35 2008 -0500 24328 24329 smc91111: use SSYNC() rather than asm(ssync) for Blackfin 24330 24331 Since the "ssync" instruction may have hardware anomalies associated with 24332 it, have the smc91111 driver use the SSYNC macro rather than invoking it 24333 directly. We workaround all the anomalies via this macro. 24334 24335 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 24336 24337commit 77ff7b7444ceb8022b46114f3d0b6d18e2fd1138 24338Author: Bryan O'Donoghue <bodonoghue@codehermit.ie> 24339Date: Sun Feb 17 22:57:47 2008 +0000 24340 24341 8xx: Update OF support on 8xx 24342 24343 This patch does some shifting around of OF support on 8xx. 24344 24345 Signed-off-by: Bryan O'Donoghue <bodonoghue@codehermit.ie> 24346 24347commit 9c666a7db0b2285a270c68810889ce7d5dba304b 24348Author: Kumar Gala <galak@kernel.crashing.org> 24349Date: Fri Feb 15 15:16:18 2008 -0600 24350 24351 ppc: Allow boards to specify how much memory they can map 24352 24353 For historical reasons we limited the stack to 256M because some boards 24354 could only map that much via BATS. However newer boards are capable of 24355 mapping more memory (for example 85xx is capble of doing up to 2G). 24356 24357 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 24358 24359commit a6f5f317cd074bbbfa2aab4fca05904c811c19fb 24360Author: Bryan O'Donoghue <bodonoghue@codehermit.ie> 24361Date: Fri Feb 15 01:05:58 2008 +0000 24362 24363 8xx : Add OF support to Adder875 board port - resubmit 24364 24365 Signed-off-by: Bryan O'Donoghue <bodonoghue@codehermit.ie> 24366 24367commit d058698fd2d9f769ff38ac53c8708b3fdd314f2d 24368Author: Kumar Gala <galak@kernel.crashing.org> 24369Date: Thu Feb 14 20:44:42 2008 -0600 24370 24371 Add setexpr command 24372 24373 Add a simple expr style command that will set an env variable as the result 24374 of the command. This allows us to do simple math in shell. The following 24375 operations are supported: &, |, ^, +, -, *, /. 24376 24377 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 24378 24379commit 3f105faa64b9826e088711fdfcaa70cb1230397a 24380Author: Jon Loeliger <jdl@freescale.com> 24381Date: Wed Mar 5 17:27:48 2008 -0600 24382 24383 FSL: Move board/mpc7448hpc2 under board/freescale 24384 24385 Signed-off-by: Jon Loeliger <jdl@freescale.com> 24386 24387commit 449c703374a8868453425e15da7e2f76221b72e4 24388Author: Jon Loeliger <jdl@freescale.com> 24389Date: Wed Mar 5 17:21:43 2008 -0600 24390 24391 FSL: Move board/mpc8266ads under board/freescale 24392 24393 Signed-off-by: Jon Loeliger <jdl@freescale.com> 24394 24395commit 5863577989ad689427bb750107e9a75f1c1645d2 24396Author: Jon Loeliger <jdl@freescale.com> 24397Date: Wed Mar 5 16:41:41 2008 -0600 24398 24399 FSL: Move board/mpc8260ads under board/freescale 24400 24401 Signed-off-by: Jon Loeliger <jdl@freescale.com> 24402 24403commit 8a773983957ee6c4aa344469b742f29c7d26afbd 24404Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 24405Date: Tue Mar 25 21:30:08 2008 +0900 24406 24407 [MIPS] Move gth2_config from ARM section to MIPS 24408 24409 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 24410 24411commit 373b16fc0c5ae34d28b9027f809ae3cbf45cdd15 24412Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 24413Date: Tue Mar 25 21:30:07 2008 +0900 24414 24415 [MIPS] Extend MIPS_MAX_CACHE_SIZE upto 64kB 24416 24417 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 24418 24419commit d98e348e2ed5aab8f7a6471ff628ab0688b8a459 24420Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 24421Date: Tue Mar 25 21:30:07 2008 +0900 24422 24423 [MIPS] Fix dcache_status() 24424 24425 You can't judge UNCACHED by Config.K0 LSB. 24426 24427 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 24428 24429commit b0c66af53ec9385ac2d1cc2e5d7d1ecdc81caf34 24430Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 24431Date: Tue Mar 25 21:30:07 2008 +0900 24432 24433 [MIPS] Introduce _machine_restart 24434 24435 Handles machine specific functions by using weak functions. 24436 24437 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 24438 24439commit decaba6f5cf386d569ac3997bebb871b966c6b18 24440Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 24441Date: Tue Mar 25 21:30:07 2008 +0900 24442 24443 [MIPS] Cleanup CP0 Status initialization 24444 24445 Add setup_c0_status from Linux. For the moment we disable interrupts, set 24446 CU0, mark the kernel mode, and clear ERL and EXL. This is good enough for 24447 reset-time configuration and will work well across most processors. 24448 24449 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 24450 24451commit d43d43ef2845af309c25a64bb9c2c5fb3261bc23 24452Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 24453Date: Tue Mar 25 21:30:07 2008 +0900 24454 24455 [MIPS] Initialize CP0 Cause before setting up CP0 Status register 24456 24457 Without this change, we'll be suffering from deffered WATCH exception 24458 once Status.EXL is cleared. Make sure Cause.WP is cleared. 24459 24460 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 24461 24462commit 26138623230ca2bad3c78e05a65527ea70c8b688 24463Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 24464Date: Tue Mar 25 21:30:07 2008 +0900 24465 24466 [MIPS] INCA-IP: Move watchdog init code from start.S to lowlevel_init() 24467 24468 Move things to appropriate place. 24469 24470 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 24471 24472commit ccf8f824ef67df028dedb29f8ea5d71a5a88d895 24473Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 24474Date: Tue Mar 25 21:30:06 2008 +0900 24475 24476 [MIPS] Implement flush_cache() 24477 24478 We do Hit_Writeback_Inv_D and Hit_Invalidate_I. You might think that you 24479 don't need to do Hit_Invalidate_I, but flush_cache() needs it since this 24480 function is used not only in U-Boot specfic programs but also at loading 24481 target binaries. 24482 24483 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 24484 24485commit 2e0e5271aac917812a76c72030a2b2c6f1d3387d 24486Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 24487Date: Tue Mar 25 21:30:06 2008 +0900 24488 24489 [MIPS] Fix I-/D-cache initialization loops 24490 24491 Currently we do 1) Index_Store_Tag_I, 2) Fill and 3) Index_Store_Tag_I 24492 again per a loop for I-cache initialization. But according to 'See MIPS 24493 Run', we're encouraged to use three separate loops rather than combining 24494 them *for both I- and D-cache*. This patch tries to fix this. 24495 24496 In accordance with fixing above, mips_init_[id]cache are separated from 24497 mips_cache_reset(), and rewrite cache loops are completely rewritten with 24498 useful macros. 24499 24500 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 24501 24502commit 1898840797c7f50799377bd5b285a8a93a82c419 24503Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 24504Date: Tue Mar 25 21:30:06 2008 +0900 24505 24506 [MIPS] Replace memory clearance code with f_fill64 24507 24508 This routine fills memory with zero by 64 bytes, and is 64-bit capable. 24509 24510 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 24511 24512commit 2f5d414ccb4024dd0992ff6b22561732dbc73590 24513Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 24514Date: Tue Mar 25 21:30:06 2008 +0900 24515 24516 [MIPS] cpu/mips/cache.S: Introduce NESTED/LEAF/END macros 24517 24518 This patch replaces the current function definitions with NESTED, LEAF 24519 and END macro. They specify some more additional information about the 24520 function; an alignment of symbol, type of symbol, stack frame usage, etc. 24521 These information explicitly tells the assembler and the debugger about 24522 the types of code we want to generate. 24523 24524 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 24525 24526commit 282223a607c611425fa33f5428f8eae6636972bb 24527Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 24528Date: Tue Mar 25 11:43:17 2008 +0900 24529 24530 [MIPS] asm headers' updates 24531 24532 Make some asm headers adjusted to the latest Linux kernel. 24533 24534 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 24535 24536commit e1390801a3c1a2b6d12fa90be368efc19f5b9bfd 24537Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 24538Date: Tue Mar 25 11:39:29 2008 +0900 24539 24540 [MIPS] Request for the 'mips_cache_lock()' removal 24541 24542 The initial intension of having mips_cache_lock() was to use the cache 24543 as memory for temporary stack use so that a C environment can be set up 24544 as early as possible. 24545 24546 But now mips_cache_lock() follow lowlevel_init(). We've already have the 24547 real memory initilaized at this point, therefore we could/should use it. 24548 No reason to lock at all. 24549 24550 Other problems: 24551 24552 Cache locking is not consistent across MIPS implementaions. Some imple- 24553 mentations don't support locking at all. The style of locking varies - 24554 some support per line locking, others per way, etc. Some parts use bits 24555 in status registers instead of cache ops. Current mips_cache_lock() is 24556 not necessarily general-purpose. 24557 24558 And this is worthy of special mention; once U-Boot/MIPS locks the lines, 24559 they are never get unlocked, so the code relies on whatever gets loaded 24560 after U-Boot to re-initialize the cache and clear the locks. We're sup- 24561 posed to have CFG_INIT_RAM_LOCK and unlock_ram_in_cache() implemented, 24562 but leave the situation as it is for a long time. 24563 24564 For these reasons, I proposed the removal of mips_cache_lock() from the 24565 global start-up code. 24566 24567 This patch adds CFG_INIT_RAM_LOCK_MIPS to make existing users aware that 24568 *things have changed*. If he wants the same behavior as before, he needs 24569 to have CFG_INIT_RAM_LOCK_MIPS in his config file. 24570 24571 If we don't have any regression report through several releases, then 24572 we'll remove codes entirely. 24573 24574 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 24575 Acked-by: Andrew Dyer <amdyer@gmail.com> 24576 24577commit 0d48926c87ec96f974a6ac4034f4a2f2eab3255f 24578Author: Yuri Tikhonov <yur@emcraft.com> 24579Date: Mon Mar 24 11:30:54 2008 +0100 24580 24581 lwmon5 SYSMON POST: fix backlight control 24582 24583 If the LWMON5 config has SYSMON POST among CONFIG_POSTs which may be 24584 run on the board, then the SYSMON POST controls the display backlight 24585 (doesn't switch backlight ON if POST FAILED, and does switch the 24586 backlight ON if PASSED). 24587 24588 If not, then the video driver controls the display backlight (just 24589 switch ON the backlight upon initialization). 24590 24591 Signed-off-by: Yuri Tikhonov <yur@emcraft.com> 24592 24593commit ff2bdfb2c1e073f65c065011f1e18d0a130bd3d8 24594Author: Yuri Tikhonov <yur@emcraft.com> 24595Date: Mon Mar 24 11:29:14 2008 +0100 24596 24597 lwmon5 SYSMON POST: fix handling of negative temperatures 24598 24599 Fix errors in the LWMON5 Sysmon POST for negative temperatures. 24600 24601 Signed-off-by: Yuri Tikhonov <yur@emcraft.com> 24602 24603commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2 24604Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 24605Date: Fri Mar 7 16:04:25 2008 +0900 24606 24607 pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE config option 24608 24609 In current source code, when the device number of PCI is 0, process PCI 24610 bridge without fail. However, when the device number is 0, it is not PCI 24611 always bridge. There are times when device of PCI allocates. 24612 24613 When CONFIG_PCI_SKIP_HOST_BRIDGE is enable, this problem is solved when 24614 use this patch. 24615 24616 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 24617 Acked-by: Stefan Roese <sr@denx.de> 24618 24619commit 86aea3eaefa248ffb9328e2b50c64720489cdbeb 24620Author: Yuri Tikhonov <yur@emcraft.com> 24621Date: Fri Mar 21 09:18:40 2008 +0100 24622 24623 LWMON5: fix dsPIC POST 24624 24625 Add test for DPIC_SYS_ERROR_REG to be zero in the LWMON5 dsPIC POST. 24626 24627 Signed-off-by: Yuri Tikhonov <yur@emcraft.com> --- 24628 24629commit 388b82fddc7c05596f3f615f190da0448227dc82 24630Author: Bartlomiej Sieka <tur@semihalf.com> 24631Date: Thu Mar 20 23:23:13 2008 +0100 24632 24633 [new uImage] Enable new uImage support for the pcs440ep board. 24634 24635 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com> 24636 24637commit 95f4ec2b9c910c7261e6f060ea530d58b039692d 24638Author: Bartlomiej Sieka <tur@semihalf.com> 24639Date: Thu Mar 20 23:23:13 2008 +0100 24640 24641 [new uImage] Do not compile new uImage format support by default 24642 24643 Disable default building of new uImage format support in preparation 24644 for merge with the master. Support for new format can be enabled on 24645 a per-board basis, by defining the following in the board's config file: 24646 24647 #define CONFIG_FIT 1 24648 #define CONFIG_OF_LIBFDT 1 24649 24650 This can be optionally defined to give more verbose output: 24651 24652 #define CONFIG_FIT_VERBOSE 1 /* enable fit_format_{error,warning}() */ 24653 24654 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com> 24655 24656commit dafaede8a46c7159310239e036c93e31c6374487 24657Author: Bartlomiej Sieka <tur@semihalf.com> 24658Date: Thu Mar 20 23:20:31 2008 +0100 24659 24660 [new uImage] Disable debuging output in preparation for merge with master 24661 24662 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com> 24663 24664commit fbe7a155027beacebaee9b32e1ada781fe924bca 24665Author: Bartlomiej Sieka <tur@semihalf.com> 24666Date: Thu Mar 20 19:38:45 2008 +0100 24667 24668 [new uImage] Compilation and new uImage handling fixes for imxtract 24669 24670 Fix imxtract command not being compiled-in despite CONFIG_CMD_XIMG being in 24671 include/config_cmd_default.h. Fix few warnings and handling of new format 24672 images. 24673 24674 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com> 24675 24676commit 36cc8cbb3379d5166f882641123521735c469f92 24677Author: Bartlomiej Sieka <tur@semihalf.com> 24678Date: Thu Mar 20 23:10:19 2008 +0100 24679 24680 [new uImage] Fix autoscr command used with new uImage format 24681 24682 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com> 24683 24684commit 43142e817f0597be412e7cbe19413f5532eafa5d 24685Author: Bartlomiej Sieka <tur@semihalf.com> 24686Date: Thu Mar 20 23:10:19 2008 +0100 24687 24688 [new uImage] Fix *.its files location in documentation 24689 24690 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com> 24691 24692commit 81a0ac62ea29f8252d0a714709d0ecfdbba2a15e 24693Author: Wolfgang Denk <wd@denx.de> 24694Date: Thu Mar 20 22:01:38 2008 +0100 24695 24696 lwmon5 POST: remove unreachable code 24697 24698 plus some coding style cleanup 24699 24700 Signed-off-by: Wolfgang Denk <wd@denx.de> 24701 24702commit b73a19e1609d0f705cbab8014ca17aefe89e4c76 24703Author: Yuri Tikhonov <yur@emcraft.com> 24704Date: Thu Mar 20 17:56:04 2008 +0300 24705 24706 LWMON5: POST RTC fix 24707 24708 Modify the RTC API to provide one a status for the time reported by 24709 the rtc_get() function: 24710 0 - a reliable time is guaranteed, 24711 < 0 - a reliable time isn't guaranteed (power fault, clock issues, 24712 and so on). 24713 24714 The RTC chip drivers are responsible for providing this info if the 24715 corresponding chip supports such functionality. If not - always 24716 report that the time is reliable. 24717 24718 The POST RTC test was modified to detect the RTC faults utilizing 24719 this new rtc_get() feature. 24720 24721 Signed-off-by: Yuri Tikhonov <yur@emcraft.com> 24722 24723commit a5cc5555ccee596908a7d8cf22a104f6b993bfd5 24724Author: Martin Krause <martin.krause@tqs.de> 24725Date: Wed Mar 19 14:25:14 2008 +0100 24726 24727 TQM5200B: update MTD partition layout 24728 24729 - insert partition for dtb blob to TQM5200B MTD layout 24730 - set env variables dependent on the configured board 24731 (TQM5200 or TQM5200B) 24732 24733 Signed-off-by: Martin Krause <martin.krause@tqs.de> 24734 24735commit f0105727d132f56a21fa3ed8b162309cca6cac44 24736Author: Stefan Roese <sr@denx.de> 24737Date: Wed Mar 19 07:09:26 2008 +0100 24738 24739 CFI: Small cleanup for FLASH_SHOW_PROGRESS 24740 24741 With this patch we don't need that many #ifdef's in the code. It moves 24742 the subtraction into the macro and defines a NOP-macro when 24743 CONFIG_FLASH_SHOW_PROGRESS is not defined. 24744 24745 Signed-off-by: Stefan Roese <sr@denx.de> 24746 Acked-by: Gerald Van Baren <vanbaren@cideas.com> 24747 24748commit 9a042e9ca512beaaa2cb450274313fc477141241 24749Author: Jerry Van Baren <gvb.uboot@gmail.com> 24750Date: Sat Mar 8 13:48:01 2008 -0500 24751 24752 Flash programming progress countdown. 24753 24754 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com> 24755 24756commit 5e339fd9ed539a7d7fec59cfc88f0857ab26a53f 24757Author: Bartlomiej Sieka <tur@semihalf.com> 24758Date: Wed Mar 19 10:00:06 2008 +0100 24759 24760 [new uImage] Fix style issue spotted by Wolfgang Denk <wd@denx.org> 24761 24762 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com> 24763 24764commit 11abe45c48ec3485a6c1a5168ce8d79c3288adc1 24765Author: David Gibson <david@gibson.dropbear.id.au> 24766Date: Mon Feb 18 18:09:04 2008 +1100 24767 24768 libfdt: Remove no longer used code from fdt_node_offset_by_compatible() 24769 24770 Since fdt_node_offset_by_compatible() was converted to the new 24771 fdt_next_node() iterator, a chunk of initialization code became 24772 redundant, but was not removed by oversight. This patch cleans it up. 24773 24774 Signed-off-by: David Gibson <david@gibson.dropbear.id.au> 24775 24776commit d0ccb9b140b472039732de102fc14597eedb14df 24777Author: David Gibson <david@gibson.dropbear.id.au> 24778Date: Mon Feb 18 18:06:31 2008 +1100 24779 24780 libfdt: Trivial cleanup for CHECK_HEADER) 24781 24782 Currently the CHECK_HEADER() macro is defined local to fdt_ro.c. 24783 However, there are a handful of functions (fdt_move, rw_check_header, 24784 fdt_open_into) from other files which could also use it (currently 24785 they open-code something more-or-less identical). Therefore, this 24786 patch moves CHECK_HEADER() to libfdt_internal.h and uses it in those 24787 places. 24788 24789 Signed-off-by: David Gibson <david@gibson.dropbear.id.au> 24790 24791commit fe30a354cdbb808b5f15366a935b151a4ccee74f 24792Author: Kumar Gala <galak@kernel.crashing.org> 24793Date: Wed Feb 20 14:32:36 2008 -0600 24794 24795 Fix fdt boardsetup command parsing 24796 24797 The introduciton of the 'fdt bootcpu' broke parsing for 'fdt boardsetup'. 24798 24799 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 24800 24801commit 804887e6001e2f00bea11431bf34d6d472512cda 24802Author: Kumar Gala <galak@kernel.crashing.org> 24803Date: Fri Feb 15 03:34:36 2008 -0600 24804 24805 Add sub-commands to fdt 24806 24807 fdt header - Display header info 24808 fdt bootcpu <id> - Set boot cpuid 24809 fdt memory <addr> <size> - Add/Update memory node 24810 fdt rsvmem print - Show current mem reserves 24811 fdt rsvmem add <addr> <size> - Add a mem reserve 24812 fdt rsvmem delete <index> - Delete a mem reserves 24813 24814 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 24815 24816commit f84d65f9b085ffbed464d1d58e8aaa8f5a2efc07 24817Author: David Gibson <david@gibson.dropbear.id.au> 24818Date: Thu Feb 14 16:50:34 2008 +1100 24819 24820 libfdt: Fix NOP handling bug in fdt_add_subnode_namelen() 24821 24822 fdt_add_subnode_namelen() has a bug if asked to add a subnode to a 24823 node which has NOP tags interspersed with its properties. In this 24824 case fdt_add_subnode_namelen() will put the new subnode before the 24825 first NOP tag, even if there are properties after it, which will 24826 result in an invalid blob. 24827 24828 This patch fixes the bug, and adds a testcase for it. 24829 24830 Signed-off-by: David Gibson <david@gibson.dropbear.id.au> 24831 24832commit ae0b5908de3b9855f8931bc9b32c9fc4962df5a9 24833Author: David Gibson <david@gibson.dropbear.id.au> 24834Date: Tue Feb 12 11:58:31 2008 +1100 24835 24836 libfdt: Add and use a node iteration helper function. 24837 24838 This patch adds an fdt_next_node() function which can be used to 24839 iterate through nodes of the tree while keeping track of depth. This 24840 function is used to simplify the iteration code in a lot of other 24841 functions, and is also exported for use by library users. 24842 24843 Signed-off-by: David Gibson <david@gibson.dropbear.id.au> 24844 24845commit 9eaeb07a7185d852c7aa10735ecd4e9edf24fb5d 24846Author: David Gibson <david@gibson.dropbear.id.au> 24847Date: Fri Jan 11 14:55:05 2008 +1100 24848 24849 libfdt: Add fdt_set_name() function 24850 24851 This patch adds an fdt_set_name() function to libfdt, mirroring 24852 fdt_get_name(). This is a r/w function which alters the name of a 24853 given device tree node. 24854 24855 Signed-off-by: David Gibson <david@gibson.dropbear.id.au> 24856 24857commit 23e20aa6488e6c0622496549861bfdc74108debe 24858Author: Yuri Tikhonov <yur@pollux.denx.de> 24859Date: Tue Mar 18 13:33:30 2008 +0100 24860 24861 lwmon5: Fix register test logic to match the specific GDC h/w. 24862 24863 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com> 24864 Signed-off-by: Yuri Tikhonov <yur@emcraft.com> 24865 24866commit 46bc0a938779aa1d664b847d36b08aa00f22e539 24867Author: Yuri Tikhonov <yur@pollux.denx.de> 24868Date: Tue Mar 18 13:27:57 2008 +0100 24869 24870 Fix backlight in the lwmon5 POST. 24871 24872 Backlight was switched on even when temperature was too low. 24873 24874 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com> 24875 Signed-off-by: Yuri Tikhonov <yur@emcraft.com> 24876 24877commit 3d61018643a2cd38c145aa6dde53f3f5f1a0e9cf 24878Author: Yuri Tikhonov <yur@pollux.denx.de> 24879Date: Wed Feb 6 18:48:36 2008 +0100 24880 24881 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). 24882 24883 To enable this, alternative, configuration the U-Boot board configuration 24884 file for lwmon5 includes the definitions of alternative addresses for header 24885 (CONFIG_ALT_LH_ADDR) and buffer (CONFIG_ALT_LB_ADDR). 24886 24887 The Linux shall be configured with the CONFIG_ALT_LB_LOCATION option set, 24888 and has the BOARD_ALT_LH_ADDR and BOARD_ALT_LB_ADDR constants defined in the 24889 lwmon5 board-specific header (arch/ppc/platforms/4xx/lwmon5.h). 24890 24891 Signed-off-by: Yuri Tikhonov <yur@emcraft.com> 24892 24893commit 0f009f781b5b88f25769e154ea4d42db13baf0c6 24894Author: Yuri Tikhonov <yur@pollux.denx.de> 24895Date: Mon Feb 4 17:11:53 2008 +0100 24896 24897 Add support for the lwmon5 board reset via GPIO58. 24898 24899 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com> 24900 Signed-off-by: Yuri Tikhonov <yur@emcraft.com> 24901 24902commit f694e32f93565ec1fa8d0226c584d6b89e931ed9 24903Author: Yuri Tikhonov <yur@pollux.denx.de> 24904Date: Mon Feb 4 17:09:55 2008 +0100 24905 24906 Some fixes to dspic, fpga, and gdc post tests for lwmon5. Disable external watch-dog for now. 24907 24908 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com> 24909 Signed-off-by: Yuri Tikhonov <yur@emcraft.com> 24910 24911commit b428f6a8c65c5303e5f96db8d24f2f699d94a98c 24912Author: Yuri Tikhonov <yur@pollux.denx.de> 24913Date: Mon Feb 4 14:11:03 2008 +0100 24914 24915 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. 24916 24917 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com> 24918 Signed-off-by: Yuri Tikhonov <yur@emcraft.com> 24919 24920commit 8f15d4addd49c956412e1e3bfc764a0c8b1f3184 24921Author: Yuri Tikhonov <yur@pollux.denx.de> 24922Date: Mon Feb 4 14:10:42 2008 +0100 24923 24924 The patch adds new POST tests for the Lwmon5 board. These are: 24925 24926 * External Watchdog test; 24927 * dsPIC tests; 24928 * FPGA test; 24929 * GDC test; 24930 * Sysmon tests. 24931 24932 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com> 24933 Signed-off-by: Yuri Tikhonov <yur@emcraft.com> 24934 24935commit c2ed33efbfff5767bca236828e021c55fd547b6c 24936Author: Yuri Tikhonov <yur@pollux.denx.de> 24937Date: Mon Feb 4 14:10:01 2008 +0100 24938 24939 Enable CODEC POST with CFG_POST_CODEC rather than with CFG_POST_DSP. 24940 24941 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com> 24942 24943commit 3a5d1e7f1309998791702b2a559e3126781746b9 24944Author: Yuri Tikhonov <yur@pollux.denx.de> 24945Date: Tue Mar 18 13:33:30 2008 +0100 24946 24947 lwmon5: Fix register test logic to match the specific GDC h/w. 24948 24949 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com> 24950 Signed-off-by: Yuri Tikhonov <yur@emcraft.com> 24951 24952commit 0f855a1f056a8c22116a2103a3900cbfb669df0b 24953Author: Yuri Tikhonov <yur@pollux.denx.de> 24954Date: Tue Mar 18 13:27:57 2008 +0100 24955 24956 Fix backlight in the lwmon5 POST. 24957 24958 Backlight was switcehd on even when temperature was too low. 24959 24960 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com> 24961 Signed-off-by: Yuri Tikhonov <yur@emcraft.com> 24962 24963commit 2d991958b1e420fbfe17b128bd26ade74be5efcc 24964Author: Yuri Tikhonov <yur@pollux.denx.de> 24965Date: Wed Feb 6 18:48:36 2008 +0100 24966 24967 The patch introduces the alternative configuration of the log buffer for 24968 the lwmon5 board: the storage for the log-buffer itself is OCM(on-chip memory), 24969 the log-buffer header is moved to six GPT registers (PPC440EPX_GPT0_COMP1, ..., 24970 PPC440EPX_GPT0_COMP5). 24971 24972 To enable this, alternative, configuration the U-Boot board configuration 24973 file for lwmon5 includes the definitions of alternative addresses for header 24974 (CONFIG_ALT_LH_ADDR) and buffer (CONFIG_ALT_LB_ADDR). 24975 24976 The Linux shall be configured with the CONFIG_ALT_LB_LOCATION option set, 24977 and has the BOARD_ALT_LH_ADDR and BOARD_ALT_LB_ADDR constants defined in the 24978 lwmon5 board-specific header (arch/ppc/platforms/4xx/lwmon5.h). 24979 24980 Signed-off-by: Yuri Tikhonov <yur@emcraft.com> 24981 24982commit ff818b21b069f4bc9cb73373cc5a16014be101b7 24983Author: Yuri Tikhonov <yur@pollux.denx.de> 24984Date: Mon Feb 4 17:11:53 2008 +0100 24985 24986 Add support for the lwmon5 board reset via GPIO58. 24987 24988 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com> 24989 Signed-off-by: Yuri Tikhonov <yur@emcraft.com> 24990 24991commit 603f194e5ad81bb2ef42d6d8aaa74de175bcb411 24992Author: Yuri Tikhonov <yur@pollux.denx.de> 24993Date: Mon Feb 4 17:09:55 2008 +0100 24994 24995 Some fixes to dspic, fpga, and gdc post tests for lwmon5. 24996 Disable external watch-dog for now. 24997 24998 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com> 24999 Signed-off-by: Yuri Tikhonov <yur@emcraft.com> 25000
25001commit e262efe35742c1ad4b0966ff501efc26f34a0aec 25002Author: Yuri Tikhonov <yur@pollux.denx.de> 25003Date: Mon Feb 4 14:11:03 2008 +0100 25004 25005 The patch introduces the CRITICAL feature of POST tests. If the test 25006 marked as POST_CRITICAL fails then the alternative, post_critical, 25007 boot-command is used. If this command is not defined then U-Boot 25008 enters into interactive mode. 25009 25010 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com> 25011 Signed-off-by: Yuri Tikhonov <yur@emcraft.com> 25012 25013commit 65b20dcefc89618193fa51947968dada91e4c778 25014Author: Yuri Tikhonov <yur@pollux.denx.de> 25015Date: Mon Feb 4 14:10:42 2008 +0100 25016 25017 The patch adds new POST tests for the Lwmon5 board. 25018 These are: 25019 25020 * External Watchdog test; 25021 * dsPIC tests; 25022 * FPGA test; 25023 * GDC test; 25024 * Sysmon tests. 25025 25026 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com> 25027 Signed-off-by: Yuri Tikhonov <yur@emcraft.com> 25028 25029commit 8dc3b2303d2b57c774b609ca0e7043ed8f9b88c1 25030Author: Yuri Tikhonov <yur@pollux.denx.de> 25031Date: Mon Feb 4 14:10:01 2008 +0100 25032 25033 Enable CODEC POST with CFG_POST_CODEC rather than with CFG_POST_DSP. 25034 25035 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com> 25036 25037commit 3515fd18d4e8e44f863ac7142b55e22b109e9af2 25038Author: Wolfgang Denk <wd@denx.de> 25039Date: Tue Mar 18 17:35:51 2008 +0100 25040 25041 HMI1001: fix compile problem. 25042 25043 Signed-off-by: Wolfgang Denk <wd@denx.de> 25044 25045commit 1f2a9970109cebf7446e0503b10b71f8673045ee 25046Author: Mike Frysinger <vapier@gentoo.org> 25047Date: Mon Feb 18 05:32:30 2008 -0500 25048 25049 Blackfin: BF537-stamp: drop board-specific flash driver for CFI 25050 25051 The parallel flash on the BF537-STAMP is CFI compliant, so there is no need 25052 for the board specific driver at all. Just use the common CFI driver. 25053 25054 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 25055 25056commit 5b22163fef865af2b6bfb6b75f1b7bf443ce170c 25057Author: Mike Frysinger <vapier@gentoo.org> 25058Date: Tue Feb 19 00:36:14 2008 -0500 25059 25060 Blackfin: add proper ELF markings to some assembly functions 25061 25062 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 25063 25064commit cf675d3b2b9c3511c1d99bc8f8f38fd2f08bfcaf 25065Author: Mike Frysinger <vapier@gentoo.org> 25066Date: Tue Feb 19 00:35:17 2008 -0500 25067 25068 Blackfin: new cplbinfo command for viewing cplb tables 25069 25070 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 25071 25072commit aadb72503cd1602349a5fe53356d5f55ecc1b900 25073Author: Mike Frysinger <vapier@gentoo.org> 25074Date: Mon Feb 18 05:37:51 2008 -0500 25075 25076 Blackfin: update MAINTAINERS list 25077 25078 Add maintainer information for the Blackfin boards. 25079 25080 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 25081 25082commit f7ce12cb65a30c6e152eecf26f0304b7d78cf39d 25083Author: Mike Frysinger <vapier@gentoo.org> 25084Date: Mon Feb 18 05:26:48 2008 -0500 25085 25086 Blackfin: convert BFIN_CPU to CONFIG_BFIN_CPU 25087 25088 Stop tying things to the processor that should be tied to other defines and 25089 change BFIN_CPU to CONFIG_BFIN_CPU so that it can be used in the build 25090 system to select the -mcpu option. 25091 25092 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 25093 25094commit 86a20fb920bd198105acf7b1191117f566d637ed 25095Author: Mike Frysinger <vapier@gentoo.org> 25096Date: Sat Feb 16 07:40:36 2008 -0500 25097 25098 Blackfin: move bootldr command to common code 25099 25100 This moves the Blackfin-common bootldr command out of the BF537-STAMP 25101 specific board directory and into the common directory so that all Blackfin 25102 boards may utilize it. 25103 25104 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 25105 25106commit decbe029b2a9d3333d02c433389b1c821eea96d7 25107Author: Heiko Schocher <hs@denx.de> 25108Date: Fri Mar 14 11:05:20 2008 +0100 25109 25110 mgcoge: update configuration 25111 25112 Fix configuration for mgcoge board 25113 25114 Signed-off-by: Heiko Schocher <hs@denx.de> 25115 25116commit c136724cda0219c49f1d4b346f00da29b14fdf14 25117Author: Wolfgang Denk <wd@denx.de> 25118Date: Sun Mar 16 01:22:59 2008 +0100 25119 25120 drivers/rtc/Makefile: keep list sorted 25121 25122 Signed-off-by: Wolfgang Denk <wd@denx.de> 25123 25124commit 9536dfcce03e7be4ccbceb47a08d9ba07ada362f 25125Author: Tor Krill <tor@excito.com> 25126Date: Sat Mar 15 15:40:26 2008 +0100 25127 25128 Add support for Intersil isl1208 RTC 25129 25130 Signed-off-by: Tor Krill <tor@excito.com> 25131 25132commit 0210cff3d079d97b2156b13685ee8de368e68a1a 25133Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 25134Date: Sat Mar 15 17:36:41 2008 +0100 25135 25136 cramfs: Fix ifdef 25137 25138 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 25139 25140commit 0b8f2a27861a9fd06eb55a34f855ec9c5102aab4 25141Author: Wolfgang Denk <wd@denx.de> 25142Date: Sun Mar 16 01:12:58 2008 +0100 25143 25144 Conding style cleanup 25145 25146 Signed-off-by: Wolfgang Denk <wd@denx.de> 25147 25148commit 41712b4e8c95dff23354bcd620e1f9477160c190 25149Author: Stefan Roese <sr@denx.de> 25150Date: Wed Mar 5 12:31:53 2008 +0100 25151 25152 ppc4xx: Add USB OHCI support to AMCC Canyonlands 460EX eval board 25153 25154 This patch adds USB OHCI support to the Canyonlands board port. It also 25155 enables EXT2 support. 25156 25157 Signed-off-by: Stefan Roese <sr@denx.de> 25158 25159commit 2596f5b9d353ff3e4387a3325d05740f16958038 25160Author: Stefan Roese <sr@denx.de> 25161Date: Wed Mar 5 12:29:32 2008 +0100 25162 25163 usb: Add CFG_OHCI_USE_NPS to common USB-OHCI driver 25164 25165 This patch adds CFG_OHCI_USE_NPS to the common USB-OHCI driver. This 25166 way a board just needs to define this new option to enable the "force 25167 NoPowerSwitching mode" instead of adding new CPU/architecture defines 25168 to the USB source itself. 25169 25170 This new option will be used first with the new AMCC 460EX Canyonlands 25171 board port, which will be posted in a few days. 25172 25173 This patch also fixes a small compilation problem when DEBUG is enabled. 25174 25175 Signed-off-by: Stefan Roese <sr@denx.de> 25176 25177commit 71665ebf88408ff2acb762af47989fd4365b321a 25178Author: Stefan Roese <sr@denx.de> 25179Date: Mon Mar 3 17:27:02 2008 +0100 25180 25181 ppc4xx: Add Canyonlands NAND booting support 25182 25183 460EX doesn't support a fixed bootstrap option to boot from 512 byte page 25184 NAND devices. The only bootstrap option for NAND booting is option F for 25185 2k page devices. So to boot from a 512 bype page device, the I2C bootstrap 25186 EEPROM needs to be programmed accordingly. 25187 25188 This patch adds basic NAND booting support for the AMCC Canyonlands aval 25189 board and also adds support to the "bootstrap" command, to enable NAND 25190 booting I2C setting. 25191 25192 Tested with 512 byte page NAND device (32MByte) on Canyonlands. 25193 25194 Signed-off-by: Stefan Roese <sr@denx.de> 25195 25196commit c813f1f835a7edfdb929f2843b09db72cd5cd2f2 25197Author: Stefan Roese <sr@denx.de> 25198Date: Tue Mar 11 16:53:00 2008 +0100 25199 25200 ppc4xx: Add AMCC Canyonlands support (460EX) (3/3) 25201 25202 This patch adds support for the AMCC Canyonlands 460EX evaluation 25203 board. 25204 25205 Signed-off-by: Stefan Roese <sr@denx.de> 25206 25207commit 6983fe21f774a924d3adb263a270bc2f301f2aa2 25208Author: Stefan Roese <sr@denx.de> 25209Date: Tue Mar 11 16:52:24 2008 +0100 25210 25211 ppc4xx: Add AMCC Canyonlands support (460EX) (2/3) 25212 25213 This patch adds support for the AMCC Canyonlands 460EX evaluation 25214 board. 25215 25216 Signed-off-by: Stefan Roese <sr@denx.de> 25217 25218commit 8e1a3fe545bbcfceafe183344ebc9f1ad03819c1 25219Author: Stefan Roese <sr@denx.de> 25220Date: Tue Mar 11 16:51:17 2008 +0100 25221 25222 ppc4xx: Add AMCC Canyonlands support (460EX) (1/3) 25223 25224 This patch adds support for the AMCC Canyonlands 460EX evaluation 25225 board. 25226 25227 Signed-off-by: Stefan Roese <sr@denx.de> 25228 25229commit 43c60992cdf72496e7eaaa3fbd37ebbe75835f69 25230Author: Stefan Roese <sr@denx.de> 25231Date: Tue Mar 11 15:11:43 2008 +0100 25232 25233 ppc4xx: Add basic support for AMCC 460EX/460GT (5/5) 25234 25235 This patch adds basic support for the AMCC 460EX/460GT PPC's. 25236 25237 Signed-off-by: Stefan Roese <sr@denx.de> 25238 25239commit 6f2eb3f3d8ea2dbb224d0da5a12038693bab9945 25240Author: Stefan Roese <sr@denx.de> 25241Date: Tue Mar 11 15:11:18 2008 +0100 25242 25243 ppc4xx: Add basic support for AMCC 460EX/460GT (4/5) 25244 25245 This patch adds basic support for the AMCC 460EX/460GT PPC's. 25246 25247 Signed-off-by: Stefan Roese <sr@denx.de> 25248 25249commit 999ecd5aca381984d8ebbeb207ece82a1c275577 25250Author: Stefan Roese <sr@denx.de> 25251Date: Tue Mar 11 15:07:10 2008 +0100 25252 25253 ppc4xx: Add basic support for AMCC 460EX/460GT (3/5) 25254 25255 This patch adds basic support for the AMCC 460EX/460GT PPC's. 25256 25257 Signed-off-by: Stefan Roese <sr@denx.de> 25258 25259commit 2801b2d2a9906f206ab9ee8d0b6e746d2b7fe05a 25260Author: Stefan Roese <sr@denx.de> 25261Date: Tue Mar 11 15:05:50 2008 +0100 25262 25263 ppc4xx: Add basic support for AMCC 460EX/460GT (2/5) 25264 25265 This patch adds basic support for the AMCC 460EX/460GT PPC's. 25266 25267 Signed-off-by: Stefan Roese <sr@denx.de> 25268 25269commit 8ac41e3e37c3080c6b1d9461d654161cfe2aa492 25270Author: Stefan Roese <sr@denx.de> 25271Date: Tue Mar 11 15:05:26 2008 +0100 25272 25273 ppc4xx: Add basic support for AMCC 460EX/460GT (1/5) 25274 25275 This patch adds basic support for the AMCC 460EX/460GT PPC's. 25276 25277 Signed-off-by: Stefan Roese <sr@denx.de> 25278 25279commit 56e410178375d9f20be25fb24e180974f0ae120b 25280Author: Stefan Roese <sr@denx.de> 25281Date: Tue Feb 19 22:07:57 2008 +0100 25282 25283 ppc4xx: interrupt.c reworked 25284 25285 This patch is a rework of the 4xx interrupt handling done while 25286 adding the 460EX/GT support. Interrupts are needed on 4xx for the 25287 EMAC driver. 25288 25289 Signed-off-by: Stefan Roese <sr@denx.de> 25290 25291commit 84a999b6cdd0b02dc7de2cacc306eaa84afe2b46 25292Author: Stefan Roese <sr@denx.de> 25293Date: Tue Feb 19 22:01:57 2008 +0100 25294 25295 ppc4xx: program_tlb now uses 64bit physical addess 25296 25297 This patch changes the physical addess parameter from 32bit to 64bit. 25298 This is needed for 36bit 4xx platforms to access areas located 25299 beyond the 4GB border, like SoC peripherals (EBC etc.). 25300 25301 Signed-off-by: Stefan Roese <sr@denx.de> 25302 25303commit c3307fa186af85771924c434997089b8104c0a46 25304Author: Stefan Roese <sr@denx.de> 25305Date: Tue Feb 19 21:58:25 2008 +0100 25306 25307 ppc4xx: miiphy.c reworked 25308 25309 While adding the 460EX/GT support I reworked the 4xx miiphy code. It 25310 badly neede some cleanup. 25311 25312 Signed-off-by: Stefan Roese <sr@denx.de> 25313 25314commit 88aff62df39c0756241ea9f9b5a7b3ade26cb82b 25315Author: Stefan Roese <sr@denx.de> 25316Date: Tue Feb 19 16:21:49 2008 +0100 25317 25318 rtc: Add M41T62 support 25319 25320 This patch add support for the STM M41T62 RTC. It is used and tested 25321 on the AMCC Canyonlands 406EX platform. 25322 25323 Signed-off-by: Stefan Roese <sr@denx.de> 25324 25325commit 217d383e201adc7f2271145ae345ea5eae2b7170 25326Author: Niklaus Giger <niklaus.giger@netstal.com> 25327Date: Mon Feb 25 18:46:43 2008 +0100 25328 25329 ppc4xx: Add 405GPr based MCU25 board specific files 25330 25331 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com> 25332 25333commit 75a66dcdb383863ad33f0534cfc27b7a86947dad 25334Author: Niklaus Giger <niklaus.giger@netstal.com> 25335Date: Mon Feb 25 18:46:42 2008 +0100 25336 25337 ppc4xx: Add 405GPr based MCU25 board config file 25338 25339 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com> 25340 25341commit b05f35436b733a240559e77e46bed8439665ecc5 25342Author: Niklaus Giger <niklaus.giger@netstal.com> 25343Date: Mon Feb 25 18:46:41 2008 +0100 25344 25345 ppc4xx: Add 405GPr based MCU25 board. Global files 25346 25347 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com> 25348 25349commit 14c27b35ac812a71abce6e3e2f4129d5e9313660 25350Author: Niklaus Giger <niklaus.giger@netstal.com> 25351Date: Mon Feb 25 18:37:02 2008 +0100 25352 25353 ppc4xx: HCU4/5. remove obsolete hcu_flash.c 25354 25355 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com> 25356 25357commit a079494853cc2bfeddb26673219db0b4b2b31566 25358Author: Niklaus Giger <niklaus.giger@netstal.com> 25359Date: Mon Feb 25 18:37:01 2008 +0100 25360 25361 ppc4xx: HCU4/5. Use FLASH_CFI_LEGACY 25362 25363 Cleanup: Remove custom flash driver for 8 bit boot-eprom and replace it with 25364 the FLASH_CFI_LEGACY et al. config options. 25365 25366 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com> 25367 25368commit e4170e5a50c8110f792bc37472833ae669d69951 25369Author: Stefan Roese <sr@denx.de> 25370Date: Tue Mar 11 13:52:25 2008 +0100 25371 25372 ppc4xx: Fix comment in 405EX DDR2 init code 25373 25374 Signed-off-by: Stefan Roese <sr@denx.de> 25375 25376commit 766529fccc860ecb9e955b4239dff69cd9e4ea09 25377Author: Bartlomiej Sieka <tur@semihalf.com> 25378Date: Fri Mar 14 16:22:34 2008 +0100 25379 25380 Add MD5 support to the new uImage format 25381 25382 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com> 25383 25384commit 0ede0c383530a418cf98be9122371a86573cd0db 25385Author: Bartlomiej Sieka <tur@semihalf.com> 25386Date: Fri Mar 14 16:22:34 2008 +0100 25387 25388 Add the MD5 algorithm 25389 25390 MD5 supoprt is turned on by defining CONFIG_MD5, the digest can be then 25391 calculated using the md5() function -- see include/md5.h for details. 25392 25393 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com> 25394 25395commit b8aa57b5d4d69e8f0810a5e632c0ce41c0f46ee0 25396Author: Wolfgang Denk <wd@denx.de> 25397Date: Fri Mar 14 16:04:54 2008 +0100 25398 25399 tools/setlocalversion: use a git-describe-ish format 25400 25401 Change the automatic local version to have the form -nnnnn-gSHA1SUMID, 25402 where 'nnnnn' is the number of commits since the last tag (i.e., 25403 1.3.2-rc3). This makes it much easier to recognize "newer" versions 25404 and to see how much has been changed since the referenced tag. 25405 25406 Stolen from Linux kernel's scripts/setlocalversio, see commit d882421f. 25407 25408 Signed-off-by: Wolfgang Denk <wd@denx.de> 25409 25410commit c6dc21c84de0f159a1752c5ebd33cff843f63609 25411Author: Wolfgang Denk <wd@denx.de> 25412Date: Thu Mar 13 14:32:03 2008 +0100 25413 25414 HMI1001: add support for MPC5200 Rev. B processors. 25415 25416 Signed-off-by: Wolfgang Denk <wd@denx.de> 25417 25418commit 90f13dce7a7a9a84d5730576c9a24d0dbb07cb3a 25419Author: Wolfgang Denk <wd@denx.de> 25420Date: Thu Mar 13 14:29:49 2008 +0100 25421 25422 TQM5200: remove dead code 25423 25424 This board never used a MGT5100 processor. 25425 25426 Signed-off-by: Wolfgang Denk <wd@denx.de> 25427 25428commit afe45c87e3c5d77bad76b1a57dccd20764d45b5d 25429Author: Marian Balakowicz <m8@semihalf.com> 25430Date: Wed Mar 12 12:14:15 2008 +0100 25431 25432 [new uImage] Fix build issue on ARM 25433 25434 ARM platforms don't have a bd->bi_memsize so use bd->bi_dram[0].size instead. 25435 25436 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 25437 25438commit 3310c549a73a949430bfda90876df7552a1dab0c 25439Author: Marian Balakowicz <m8@semihalf.com> 25440Date: Wed Mar 12 12:13:13 2008 +0100 25441 25442 [new uImage] Add new uImage format documentation and examples 25443 25444 Create doc/uImage.FIT documentation directory with the following files: 25445 - command_syntax_extensions.txt : extended command syntax description 25446 - howto.txt : short usage howto 25447 - source_file_format.txt : internal new uImage format description 25448 25449 Add example image source files: 25450 - kernel.its 25451 - kernel_fdt.its 25452 - multi.its 25453 25454 Update README appropriately. 25455 25456 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 25457 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com> 25458 25459commit 1ec73761d2e247078f4520a265d463e8b73391a2 25460Author: Marian Balakowicz <m8@semihalf.com> 25461Date: Wed Mar 12 10:35:52 2008 +0100 25462 25463 [new uImage] Fix definition of common bootm_headers_t fields 25464 25465 verify, autostart and lmb fields are used regardless of CONFIG_FIT 25466 setting, move their definitions to common section. 25467 25468 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 25469 25470commit 1d1cb4270edc6a99276834064069717f9782c491 25471Author: Marian Balakowicz <m8@semihalf.com> 25472Date: Wed Mar 12 10:35:51 2008 +0100 25473 25474 [new uImage] Fix build problems on trab board 25475 25476 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 25477 25478commit f773bea8e11f4a11c388dcee956b2444203e6b65 25479Author: Marian Balakowicz <m8@semihalf.com> 25480Date: Wed Mar 12 10:35:46 2008 +0100 25481 25482 [new uImage] Add proper ramdisk/FDT handling when FIT configuration is used 25483 25484 Save FIT configuration provied in the first bootm argument and use it 25485 when to get ramdisk/FDT subimages when second and third (ramdisk/FDT) 25486 arguments are not specified. 25487 25488 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 25489 25490commit 2682ce8a4225f23d72bb7fed069e928dd39d34ae 25491Author: Marian Balakowicz <m8@semihalf.com> 25492Date: Wed Mar 12 10:33:01 2008 +0100 25493 25494 [new uImage] More verbose kernel image uncompress error message 25495 25496 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 25497 25498commit 1372cce2b9040fb640e5032b84e3a033a22d6ff0 25499Author: Marian Balakowicz <m8@semihalf.com> 25500Date: Wed Mar 12 10:33:01 2008 +0100 25501 25502 [new uImage] Use show_boot_progress() for new uImage format 25503 25504 This patch allocates a set of show_boot_progress() IDs for new uImage format 25505 and adds show_boot_progress() calls in new uImage format handling code. 25506 25507 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 25508 25509commit c28c4d193dbfb20b2dd3a5447640fd6de7fd0720 25510Author: Marian Balakowicz <m8@semihalf.com> 25511Date: Wed Mar 12 10:33:01 2008 +0100 25512 25513 [new uImage] Add new uImage fromat support to fpga command 25514 25515 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 25516 25517commit 09475f7527460e426c0e0628fc5b8f3754fbaa23 25518Author: Marian Balakowicz <m8@semihalf.com> 25519Date: Wed Mar 12 10:33:01 2008 +0100 25520 25521 [new uImage] Add new uImage format handling to other bootm related commands 25522 25523 Updated commands: 25524 25525 docboot - cmd_doc.c 25526 fdcboot - cmd_fdc.c 25527 diskboot - cmd_ide.c 25528 nboot - cmd_nand.c 25529 scsiboot - cmd_scsi.c 25530 usbboot - cmd_usb.c 25531 25532 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 25533 25534commit 1b7897f28d49a80d78d760ec6f6f11dc0f914338 25535Author: Marian Balakowicz <m8@semihalf.com> 25536Date: Wed Mar 12 10:33:00 2008 +0100 25537 25538 [new uImage] Add new uImage format support to imgextract command 25539 25540 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 25541 25542commit 424c4abdd175d2c470510df8ce0e32d3f463ec16 25543Author: Marian Balakowicz <m8@semihalf.com> 25544Date: Wed Mar 12 10:33:00 2008 +0100 25545 25546 [new uImage] Add new uImage format support to autoscript routine 25547 25548 autoscript() routine is updated to accept second argument, which 25549 is only used for FIT images and provides a FIT subimage unit name. 25550 25551 autoscript() routine callers must now pass two arguments. For 25552 non-interactive use (like in cmd_load.c, cmd_net.c), new environment 25553 variable 'autoscript_uname' is introduced and used as a FIT 25554 subimage unit name source. 25555 25556 autoscript command accepts extended syntax of the addr argument: 25557 addr:<subimg_uname> 25558 25559 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 25560 25561commit cd7c596e9f561dbbc17b717277438aee78cde14f 25562Author: Marian Balakowicz <m8@semihalf.com> 25563Date: Wed Mar 12 10:33:00 2008 +0100 25564 25565 [new uImage] Add new uImage format support to arch specific do_bootm_linux() routines 25566 25567 This patch updates architecture specific implementations of 25568 do_bootm_linux() adding new uImage format handling for 25569 operations like get kernel entry point address, get kernel 25570 image data start address. 25571 25572 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 25573 25574commit 3dfe110149311425919e6d6a14b561b4207498f1 25575Author: Marian Balakowicz <m8@semihalf.com> 25576Date: Wed Mar 12 10:32:59 2008 +0100 25577 25578 [new uImage] Add node offsets for FIT images listed in struct bootm_headers 25579 25580 This patch adds new node offset fields to struct bootm_headers 25581 and updates bootm_headers processing code to make use of them. 25582 Saved node offsets allow to avoid repeating fit_image_get_node() calls. 25583 25584 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 25585 25586commit bc8ed486b125452ba3bd8344f052f437329150c5 25587Author: Marian Balakowicz <m8@semihalf.com> 25588Date: Wed Mar 12 10:32:53 2008 +0100 25589 25590 [new uImage] ppc: Add new uImage format support to FDT handling routines 25591 25592 Support for new (FIT) format uImages is added to powerpc specific 25593 boot_get_fdt() routine which now recognizes, sanity checks FIT image 25594 and is able to access data sections of the requested component image. 25595 25596 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 25597 25598commit a44a269a905f924b420020506a4d7d7eedcc0eaf 25599Author: Marian Balakowicz <m8@semihalf.com> 25600Date: Wed Mar 12 10:14:57 2008 +0100 25601 25602 [new uImage] Re-enable interrupts for non automatic booting 25603 25604 Re-enable interrupts if we return from do_bootm_<os> and 'autostart' 25605 environment variable is not set to 'yes'. 25606 25607 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 25608 25609commit d985c8498c4e47095820da97aa722381d39172c5 25610Author: Marian Balakowicz <m8@semihalf.com> 25611Date: Wed Mar 12 10:14:38 2008 +0100 25612 25613 [new uImage] Remove unnecessary arguments passed to ramdisk routines 25614 25615 boot_get_ramdisk() and image_get_ramdisk() do not need all 25616 cmdtp, flag, argc and argv arguments. Simplify routines definition. 25617 25618 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 25619 25620commit c87796483bc7c2900470dc747c367f602577608d 25621Author: Marian Balakowicz <m8@semihalf.com> 25622Date: Wed Mar 12 10:12:37 2008 +0100 25623 25624 [new uImage] Add new uImage format support for ramdisk handling 25625 25626 This patch updates boot_get_ramdisk() routine adding format 25627 verification and handling for new (FIT) uImages. 25628 25629 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 25630 25631commit 6986a385671749ecb3f60cf99e9cbae8e47bb50e 25632Author: Marian Balakowicz <m8@semihalf.com> 25633Date: Wed Mar 12 10:01:05 2008 +0100 25634 25635 [new uImage] Add new uImage format support for kernel booting 25636 25637 New format uImages are recognized by the bootm command, 25638 validity of specified kernel component image is checked and 25639 its data section located and used for further processing 25640 (uncompress, load, etc.) 25641 25642 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 25643 25644commit e32fea6adb620ecf2bd70acf2dd37e53df9d1547 25645Author: Marian Balakowicz <m8@semihalf.com> 25646Date: Tue Mar 11 12:35:20 2008 +0100 25647 25648 [new uImage] Add new uImage format support for imls and iminfo commands 25649 25650 imls and iminfo can now recognize nad print out contents of the new (FIT) 25651 format uImages. 25652 25653 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 25654 25655commit 9d25438fe7d70cf35a8a293ea5e392fefc672613 25656Author: Bartlomiej Sieka <tur@semihalf.com> 25657Date: Tue Mar 11 12:34:47 2008 +0100 25658 25659 [new uImage] Add support for new uImage format to mkimage tool 25660 25661 Support for the new uImage format (FIT) is added to mkimage tool. 25662 Commandline syntax is appropriately extended: 25663 25664 mkimage [-D dtc_options] -f fit-image.its fit-image 25665 25666 mkimage (together with dtc) takes fit-image.its and referenced therein 25667 binaries (like vmlinux.bin.gz) as inputs, and produces fit-image file -- the 25668 final image that can be transferred to the target (e.g., via tftp) and then 25669 booted using the bootm command in U-Boot. 25670 25671 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com> 25672 25673commit eb6175edd6c120d8b89678243e5a2be362ee8e40 25674Author: Marian Balakowicz <m8@semihalf.com> 25675Date: Mon Mar 10 17:53:49 2008 +0100 25676 25677 [new uImage] Make node unit names const in struct bootm_headers 25678 25679 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 25680 25681commit 5dfb52138688ccbf0146f62683fe6217b3ce1b05 25682Author: Marian Balakowicz <m8@semihalf.com> 25683Date: Fri Feb 29 21:24:06 2008 +0100 25684 25685 [new uImage] New uImage low-level API 25686 25687 Add FDT-based functions for handling new format component images, 25688 configurations, node operations, property get/set, etc. 25689 25690 fit_ - routines handling global new format uImage operations 25691 like get/set top level property, process all nodes, etc. 25692 fit_image_ - routines handling component images subnodes 25693 fit_conf_ - routines handling configurations node 25694 25695 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com> 25696 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 25697 25698commit 30f1806f60978d707b0cff2d7bf89d141fc24290 25699Author: Wolfgang Denk <wd@denx.de> 25700Date: Sun Mar 9 16:20:02 2008 +0100 25701 25702 Release v1.3.2 25703 25704 Update CHANGELOG for release. 25705 25706 Signed-off-by: Wolfgang Denk <wd@denx.de> 25707 25708commit 5b464c289ba715d0979b6e1f94947bb8f1068d16 25709Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 25710Date: Sun Mar 9 14:52:11 2008 +0100 25711 25712 SCM: fix 'packed' attribute ignored for field of type 'can_msg_t' warnings 25713 25714 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 25715 Signed-off-by: Wolfgang Denk <wd@denx.de> 25716 25717commit db695b78515ddb88a2d4f3357c120345efbf59ec 25718Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 25719Date: Sun Mar 9 10:44:01 2008 +0100 25720 25721 scb9328: Fix flash warning: type qualifiers ignored on function return type 25722 25723 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 25724 25725commit 2b3e7e61d6a72f16aee93f870bc6af67f30758c4 25726Author: Wolfgang Denk <wd@denx.de> 25727Date: Sun Mar 9 10:50:41 2008 +0100 25728 25729 esd/common/fpga.c: fix indentation. 25730 25731 Signed-off-by: Wolfgang Denk <wd@denx.de> 25732 25733commit cc3843e36453e2b8db65d7e56de938ba045016a0 25734Author: Wolfgang Denk <wd@denx.de> 25735Date: Sun Mar 9 10:33:31 2008 +0100 25736 25737 common/kgdb.c: fix 'dereferencing type-punned pointer' warning 25738 25739 and get rid of a couple of unneeded casts. 25740 25741 Signed-off-by: Wolfgang Denk <wd@denx.de> 25742 25743commit 8d4f4a838d7dc7cf4de17e3e9a67e2f222b6a1c8 25744Author: Wolfgang Denk <wd@denx.de> 25745Date: Sun Mar 9 10:09:53 2008 +0100 25746 25747 esd/common/fpga.c: fix 'assignment of read-only location' error 25748 25749 Signed-off-by: Wolfgang Denk <wd@denx.de> 25750 25751commit c6fe4dabac066e8758345d249032768496983a3e 25752Author: Wolfgang Denk <wd@denx.de> 25753Date: Sun Mar 9 02:13:19 2008 +0100 25754 25755 Makefile: make build silently again. 25756 25757 Signed-off-by: Wolfgang Denk <wd@denx.de> 25758 25759commit 76babc86576f092573599334c85ec543fdbc6015 25760Author: Wolfgang Denk <wd@denx.de> 25761Date: Sun Mar 9 02:07:49 2008 +0100 25762 25763 m501sk: Fix out of tree building 25764 25765 Signed-off-by: Wolfgang Denk <wd@denx.de> 25766 25767commit 210ed2004e062fdd03f25ab4925998aa1bd08a07 25768Author: Wolfgang Denk <wd@denx.de> 25769Date: Sun Mar 9 00:06:09 2008 +0100 25770 25771 ADS5121: fix out of tree build 25772 25773 and simplify Makefile a bit. 25774 25775 Signed-off-by: Wolfgang Denk <wd@denx.de> 25776 25777commit 46cb5074a3f74de64ebd97dd0c4ec7eb3d768b93 25778Author: Wolfgang Denk <wd@denx.de> 25779Date: Sat Mar 8 22:35:31 2008 +0100 25780 25781 Release v1.3.2 25782 25783 Signed-off-by: Wolfgang Denk <wd@denx.de> 25784 25785commit 78a90f827df74520e939c794fc7413dace21c4db 25786Author: Wolfgang Denk <wd@denx.de> 25787Date: Sat Mar 8 22:35:04 2008 +0100 25788 25789 Update CHANGELOG 25790 25791 Signed-off-by: Wolfgang Denk <wd@denx.de> 25792 25793commit 58f3c57c6008b42e01f551d3be6efd88c14ac87f 25794Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 25795Date: Sat Mar 8 21:30:04 2008 +0100 25796 25797 esd: Fix warning: passing argument 1 of 'fpga_boot' discards qualifiers from pointer target type 25798 25799 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 25800 25801commit d75469d48c05795144f4b8ba76addbb4920a7bba 25802Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 25803Date: Sat Mar 8 09:25:49 2008 +0900 25804 25805 net: rtl8169: Add processing when OWNbit did't enable in rtl_recv() 25806 25807 When rtl_recv() of rtl8169 is called, OWNbit of status register 25808 is not enable occasionally. 25809 rtl_recv() doesn't work normally when the driver doesn't do 25810 appropriate processing. 25811 This patch fix this problem. 25812 25813 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 25814 25815commit 82afabfeb8ae6a27c7b396011ea99f4712aa73fa 25816Author: Heiko Schocher <hs@denx.de> 25817Date: Fri Mar 7 08:15:28 2008 +0100 25818 25819 mgsuvd: update board configuration 25820 25821 initialize the UPIOx controller. 25822 25823 Signed-off-by: Heiko Schocher <hs@denx.de> 25824 25825commit e492c90c26215e459aec0fdf0f8ef1fd204988f5 25826Author: Heiko Schocher <hs@denx.de> 25827Date: Fri Mar 7 08:13:41 2008 +0100 25828 25829 mgcoge: update board configuration 25830 25831 add support for the config Flash. 25832 initialize the UPIOx controller. 25833 25834 Signed-off-by: Heiko Schocher <hs@denx.de> 25835 25836commit 270fe261b7f9292800b2b3d1bf19ae7cbc880258 25837Author: Kim Phillips <kim.phillips@freescale.com> 25838Date: Fri Mar 7 12:27:31 2008 -0600 25839 25840 mpc83xx: make dtb basename file references equal those of linux 25841 25842 the dts file basenames were updated in linux - this helps avoid 25843 inadvertently loading any old dtbs laying around. 25844 25845 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 25846 25847commit f30b6154f16f5ffa4a9f5bfca5e114d72b6ef675 25848Author: Kim Phillips <kim.phillips@freescale.com> 25849Date: Wed Feb 27 16:08:22 2008 -0600 25850 25851 net: uec_phy: actually increment the timeout counter 25852 25853 allow u-boot to recover (and, e.g., switch to another interface) in the 25854 case where a PHY does not report autonegotiation is complete within its 25855 two second timeout value. 25856 25857 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 25858 25859commit 772003e43957ee0c895abed7cd82cbe72820cbb8 25860Author: Markus Brunner <super.firetwister@googlemail.com> 25861Date: Wed Mar 5 21:38:12 2008 +0100 25862 25863 fix taihu soft spi_read 25864 25865 The taihu board used gpio_read_out_bit which reads the output register and not 25866 the pin state. 25867 25868 Signed-off-by: Markus Brunner <super.firetwister@gmail.com> 25869 25870commit fc84a8495ac750f6b4adae81f8c4f100f65b6340 25871Author: Stefan Roese <sr@denx.de> 25872Date: Fri Mar 7 08:01:43 2008 +0100 25873 25874 ppc4xx: Sequoia: Add device tree (fdt) Linux booting default env variables 25875 25876 Signed-off-by: Stefan Roese <sr@denx.de> 25877 25878commit bd4458cb47abecabd406b1210457be96c69fc49d 25879Author: Dave Liu <r63238@freescale.com> 25880Date: Tue Mar 4 16:59:22 2008 +0800 25881 25882 837xEMDS: Improve the system performance 25883 25884 1. Make the CSB bus pipeline depth as 4, and enable 25885 the repeat mode; 25886 2. Raise the eTSEC emergency priority; 25887 3. Use the highest IP blocks clock. 25888 25889 Signed-off-by: Dave Liu <daveliu@freescale.com> 25890 25891commit d8ab58b212481b1c57947ea21aa96c4ce800d0b4 25892Author: Detlev Zundel <dzu@denx.de> 25893Date: Thu Mar 6 16:45:53 2008 +0100 25894 25895 Replace "run load; run update" with conditionalized "run load update". 25896 25897 The latter version stops when "run load" fails for whatever reasons 25898 rendering the combination *a lot* more secure. 25899 25900 Signed-off-by: Detlev Zundel <dzu@denx.de> 25901 25902commit 6bc113886d7d316df1a4e459bec8baf027518551 25903Author: Stefan Roese <sr@denx.de> 25904Date: Tue Mar 4 17:40:41 2008 +0100 25905 25906 net: Print error message upon net usage when no ethernet-interface is found 25907 25908 This patch fixes a problem seen on PPC4xx boards, when no MAC address is 25909 defined. Then no ethernet interface is available but a simple "tftp" 25910 command will return without any error message which is quite confusing. 25911 25912 Signed-off-by: Stefan Roese <sr@denx.de> 25913 25914commit a30a549a3553032d809e0356306b62de0b125901 25915Author: Jon Loeliger <jdl@freescale.com> 25916Date: Tue Mar 4 10:03:03 2008 -0600 25917 25918 Remove erroneous or extra spd.h #includers. 25919 25920 Many of the spd.h #includers don't need it, 25921 and wanted to have spd_sdram() declared instead. 25922 Since they didn't get that, some also had open 25923 coded extern declarations of it instead or as well. 25924 Fix it all up by using spd_sdram.h where needed. 25925 25926 Signed-off-by: Jon Loeliger <jdl@freescale.com> 25927 25928commit a4475386cef14af3fd88f0518b688e755669486d 25929Author: Wolfgang Denk <wd@denx.de> 25930Date: Tue Mar 4 17:41:28 2008 +0100 25931 25932 PCS440EP: fix build problems (redundant #define) 25933 25934 Signed-off-by: Wolfgang Denk <wd@denx.de> 25935 25936commit e85e2fa85ec09a6fac2846d1d881d8737e2bbda9 25937Author: Stefan Roese <sr@denx.de> 25938Date: Tue Mar 4 17:39:25 2008 +0100 25939 25940 net: Print error message upon net usage when no ethernet-interface is found 25941 25942 This patch fixes a problem seen on PPC4xx boards, when no MAC address is 25943 defined. Then no ethernet interface is available but a simple "tftp" 25944 command will return without any error message which is quite confusing. 25945 25946 Signed-off-by: Stefan Roese <sr@denx.de> 25947 25948commit 384faaafb999cae3ce447c93e28a0b7e2e5fef53 25949Author: Wolfgang Denk <wd@denx.de> 25950Date: Tue Mar 4 17:38:50 2008 +0100 25951 25952 W7OLMC/W7OLMG: fix build problems (redundant #define) 25953 25954 Signed-off-by: Wolfgang Denk <wd@denx.de> 25955 25956commit f9301e1cda296245ba052d7b08321199c3d0af9d 25957Author: Wolfgang Denk <wd@denx.de> 25958Date: Tue Mar 4 14:58:31 2008 +0100 25959 25960 Makefile: fix problem with out-of-tree builds introduced by 5013c09f 25961 25962 Commit 5013c09f (Makefile: cleanup "clean" target) introduced a 25963 problem for out-of-tree builds which caused "make clean" to fail. 25964 25965 Signed-off-by: Wolfgang Denk <wd@denx.de> 25966 25967commit dfece9500556bed5d8244b1c15d973cec7c25bfe 25968Author: Wolfgang Denk <wd@denx.de> 25969Date: Tue Mar 4 11:58:26 2008 +0100 25970 25971 examples/Makefile: build "hello_world" on 8xx, too. 25972 25973 Signed-off-by: Wolfgang Denk <wd@denx.de> 25974 25975commit 74eb0222594fd23aafdf168e60e872814eea8b62 25976Author: Mike Nuss <mike@terascala.com> 25977Date: Mon Mar 3 15:27:05 2008 -0500 25978 25979 PPC4xx (Sequoia): Fix Ethernet "remote fault" problems 25980 25981 Every now and then a Sequoia board (or equivalent hardware) had 25982 problems connecting to a Gigabit capable network interface. 25983 25984 There were differences in the PHY setup between Linux and U-Boot. 25985 25986 This patch fixes the problem. Apparently "remote fault" is being set, 25987 which signals to some devices (on the other end of the cable) that a 25988 fault has occurred, while other devices ignore it. I believe the RF bit 25989 was causing the issue, but I removed T4 also, to match up with Linux. 25990 25991 Signed-off-by: Mike Nuss <mike@terascala.com> 25992 25993commit 491fb6dea9f52fdb9cb5996e8e978b9e9685179f 25994Author: Timur Tabi <timur@freescale.com> 25995Date: Mon Mar 3 09:58:52 2008 -0600 25996 25997 fix QE firmware uploading limit 25998 25999 Fix a typo in qe_upload_firmware() that prevented uploading firmware on 26000 systems with more than one RISC core.
26001 26002 Signed-off-by: Timur Tabi <timur@freescale.com> 26003 26004commit 42ba58e0c302b339a3c2faa6006a013c6f186b7a 26005Author: Bernhard Nemec <bnemec@ganssloser.com> 26006Date: Mon Mar 3 11:57:23 2008 +0000 26007 26008 Fix endianess problem in cramfs code (cramfs is always host-endian in Linux) 26009 26010 Originally pointed out by Laurent Pinchart <laurent.pinchart@tbox.biz>, 26011 see http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/22846 26012 26013 Signed-off-by: Bernhard Nemec <bnemec <at> ganssloser.com> 26014 26015commit 84d0c2f1e39caff58bf765a7ab7c72da23c25ec8 26016Author: Kim B. Heino <Kim.Heino@bluegiga.com> 26017Date: Mon Mar 3 10:39:13 2008 +0200 26018 26019 fix copy from ram to dataflash 26020 26021 If I try to "cp.b <ram> <dataflash>", u-boot selects normal flash 26022 routines instead of dataflash. This is because it checks "if source 26023 address is not dataflash" instead of target address. 26024 26025 Signed-off-by: Kim B. Heino <Kim.Heino@bluegiga.com> 26026 26027commit 32bf3d143a888f8deacfdcc97e898f6c06d0aea4 26028Author: Wolfgang Denk <wd@denx.de> 26029Date: Mon Mar 3 12:16:44 2008 +0100 26030 26031 Fix quoting problem (preboot setting) in many board config files. 26032 26033 Signed-off-by: Wolfgang Denk <wd@denx.de> 26034 26035commit 5b0b2b6fc9fe22e3864c2a57316d91a2507ec215 26036Author: Wolfgang Denk <wd@denx.de> 26037Date: Mon Mar 3 12:36:49 2008 +0100 26038 26039 ADS5121: Fix default environment. 26040 26041 Signed-off-by: Wolfgang Denk <wd@denx.de> 26042 26043commit 91c82076ae492bb1f9d9c47a481314631d32dc8e 26044Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 26045Date: Sun Mar 2 16:12:31 2008 +0100 26046 26047 Makefile: Fix missing unconfig and mkconfig use 26048 26049 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 26050 26051commit 8ce4e5c2c02cb7e8adddf7b651d3050d81ce4c1d 26052Author: michael <trimarchi@gandalf.sssup.it> 26053Date: Sun Mar 2 23:33:46 2008 +0100 26054 26055 Fix checking fat32 cluster size. 26056 26057 This fixes the cluster size tests in the FAT32 file system. 26058 The current implementation of VFAT support doesn't work if the 26059 referred cluster has an offset > 16bit representation, causing 26060 "fatload" and "fatls" commands etc. to fail. 26061 26062 Signed-off-by: michael trimarchi <trimarchi@gandalf.sssup.it> 26063 26064commit 661bad63a076a96c39c64f136915f146725af92b 26065Author: Wolfgang Denk <wd@denx.de> 26066Date: Sun Mar 2 22:57:23 2008 +0100 26067 26068 Prepare v1.3.2-rc2 release candidate 26069 26070 Signed-off-by: Wolfgang Denk <wd@denx.de> 26071 26072commit 76957cb3d621bf664311908e5962e151c633c285 26073Author: Stefan Roese <sr@denx.de> 26074Date: Sat Mar 1 12:11:40 2008 +0100 26075 26076 ppc4xx: EMAC: Fix 405EZ fifo size setup in EMAC_MR1 26077 26078 The 405EZ only supports 512 bytes of rx-/tx-fifo EMAC sizes. But 26079 currently 4k/2k is configured. This patch fixes this issue. 26080 26081 Thanks to Thomas Kindler <tkindler@lenord.de> for pointing this out. 26082 26083 Signed-off-by: Stefan Roese <sr@denx.de> 26084 26085commit 118978c8eb43803e2794233922df4249fa278b83 26086Author: Woodruff, Richard <r-woodruff2@ti.com> 26087Date: Fri Feb 29 17:34:35 2008 -0600 26088 26089 Fix alignment error on ARM for modules 26090 26091 Fix alignment fault on ARM when running modules. With out an explicit 26092 linker file gcc4.2.1 will half word align __bss_start's value. The word 26093 dereference will crash hello_world. 26094 26095 signed-off-by Richard Woodruff <r-woodruff2@ti.com> 26096 26097commit ce1120dd703e6f12c59e4eba9962356a0300b832 26098Author: Dave Liu <r63238@freescale.com> 26099Date: Fri Feb 29 17:45:31 2008 +0800 26100 26101 fs: Fix ext2 read issue 26102 26103 The ext2 aligned process will corrupt the key 26104 data struct, the patch fix this. 26105 26106 Signed-off-by: Dave Liu <daveliu@freescale.com> 26107 26108commit 5013c09f7a5675952a3ca88b6bc6c924e63af33e 26109Author: Wolfgang Denk <wd@denx.de> 26110Date: Sun Mar 2 22:45:33 2008 +0100 26111 26112 Makefile: cleanup "clean" target 26113 26114 Make sure CDPATH settings cannot interfere. 26115 Update CHANGELOG. 26116 26117 Signed-off-by: Wolfgang Denk <wd@denx.de> 26118 26119commit ffda586fc1373243c9794babde69500f6293a8d8 26120Author: Li Yang <leoli@freescale.com> 26121Date: Fri Feb 29 11:46:05 2008 +0800 26122 26123 add cscope build target 26124 26125 Add cscope build target to generate cscope database for code browsing. 26126 26127 Signed-off-by: Li Yang <leoli@freescale.com> 26128 26129commit f655adef65e4cf6b929054b049ee19ae9b5ccbe2 26130Author: Kim Phillips <kim.phillips@freescale.com> 26131Date: Wed Feb 27 15:06:39 2008 -0600 26132 26133 net: uec_phy: handle 88e1111 rev.B2 erratum 5.6 26134 26135 erratum 5.6 states the autoneg completion bit is functional only if the 26136 autoneg bit is asserted. 26137 26138 This fixes any secondarily-issued networking commands on non-gigabit 26139 links on the mpc8360 mds board. 26140 26141 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 26142 26143commit 5f91db7f582ca17b1f19f10189c025696f333d2e 26144Author: John Rigby <jrigby@freescale.com> 26145Date: Tue Feb 26 09:38:14 2008 -0700 26146 26147 MPC5121e ADS PCI support take 3 26148 26149 Adds PCI support for MPC5121 26150 26151 Tested with drivers/net/rtl8139.c 26152 26153 Support is conditional since PCI on old silicon does not work. 26154 26155 ads5121_PCI_config turns on PCI 26156 26157 In this version, condition compilation of PCI code has been moved 26158 from ifdef in board/ads5121/pci.c to board/ads5121/Makefile as 26159 suggested by Jean-Christophe PLAGNIOL-VILLARD 26160 26161 Signed-off-by: John Rigby <jrigby@freescale.com> 26162 26163commit 44b4dbed4133f657705b7c5193209da9978243a7 26164Author: Anatolij Gustschin <agust@denx.de> 26165Date: Mon Feb 25 23:53:07 2008 +0100 26166 26167 Fix warnings while compilation of post/drivers/memory.c 26168 26169 Fix warnings while compilation with new gcc in eldk-4.2 26170 26171 Signed-off-by: Anatolij Gustschin <agust@denx.de> 26172 26173commit 4fae35a53b3e958254d6574a1cc7e10811fc6726 26174Author: Anatolij Gustschin <agust@denx.de> 26175Date: Mon Feb 25 20:54:04 2008 +0100 26176 26177 ppc4xx: Fix problem in 4xx_enet.c driver 26178 26179 U-Boot crashes in the net loop if CONFIG_4xx_DCACHE is 26180 enabled. To reproduce the problem ensure that 'ethrotate' 26181 environment variable isn't set to "no" and then run 26182 "tftp 200000 not_existent_file". 26183 This patch tries to fix the issue. 26184 26185 Signed-off-by: Anatolij Gustschin <agust@denx.de> 26186 26187commit 60ec654c5eb80d0fe0c38a3bd42140215bc06484 26188Author: Anatolij Gustschin <agust@denx.de> 26189Date: Mon Feb 25 20:04:20 2008 +0100 26190 26191 POST: Disable cache while SPR POST 26192 26193 Currently (since commit b2e2142c) u-boot crashes on 26194 sequoia board while SPR test if CONFIG_4xx_DCACHE is 26195 enabled. This patch disables the cache while SPR test. 26196 26197 Signed-off-by: Anatolij Gustschin <agust@denx.de> 26198 26199commit c313b2c6c555e7d89ec59bd51c59ab164ad0105d 26200Author: Martin Krause <martin.krause@tqs.de> 26201Date: Mon Feb 25 17:52:40 2008 +0100 26202 26203 TQM5200: use automatic fdt memory fixup (part 2) 26204 26205 Call fdt_fixup_memory() on the boards TQM5200, TQM5200_B, TQM5200S, 26206 TB5200 and TB5200_B to fixup the /memory node with the memory values 26207 detected by U-Boot. 26208 26209 Signed-off-by: Martin Krause <martin.krause@tqs.de> 26210 26211commit 44ceec253ea941b301abf4b079d52324def69d92 26212Author: Martin Krause <martin.krause@tqs.de> 26213Date: Mon Feb 25 15:17:05 2008 +0100 26214 26215 TQM5200: use automatic fdt memory fixup 26216 26217 Call fdt_fixup_memory() on the boards TQM5200, TQM5200_B, TQM5200S, 26218 TB5200 and TB5200_B to fixup the /memory node with the memory values 26219 detected by U-Boot. 26220 26221 Signed-off-by: Martin Krause <martin.krause@tqs.de> 26222 26223commit f3a329acb26017d8e10e9c93e1e726c2a5ac634a 26224Author: Martin Krause <martin.krause@tqs.de> 26225Date: Mon Feb 25 13:27:52 2008 +0100 26226 26227 TQM5200: fix bug in SDRAM initialization code 26228 26229 This patch fixes a bug in the SDRAM initialization code for the 26230 TQM5200. The hi_addr bit is now set correctly. Without this patch 26231 the hi_addr bit is always set to 1, if the second SDRAM bank is 26232 not populated. 26233 26234 For other MPC5200 boards a correspondig patch has already been applied 26235 some time ago, see commit a63109281ad41b0fb489fdcb901171f76bcdbc2c. 26236 26237 Signed-off-by: Martin Krause <martin.krause@tqs.de> 26238 -- 26239 Forget the first patch please. I confused flash with SDRAM in 26240 the comment ... 26241 26242commit 217bf6b6a313d9ccb619a4dbc09f73f77cd48df1 26243Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 26244Date: Mon Feb 25 00:03:12 2008 +0100 26245 26246 mx1fs2/flash: Fix multiple compiler warnings 26247 26248 "pointer targets in assignment differ in signedness" 26249 26250 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 26251 26252commit 5599c28cef55be42a8ca6fa8086b1a44e56a85d2 26253Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 26254Date: Mon Feb 25 00:03:11 2008 +0100 26255 26256 arm-imx: Fix register definitions 26257 26258 Sync register definitions with linux 26259 26260 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 26261 26262commit c9bcf75fecc58886af77d2a571cff2eab39eab6f 26263Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 26264Date: Mon Feb 25 00:03:10 2008 +0100 26265 26266 actua1/actua2/actua3: Fix multiple unused variable warnings 26267 26268 - actua1: 26269 actux1.c: In function 'checkboard': 26270 actux1.c:92: warning: unused variable 'revision' 26271 26272 - actua2: 26273 actux2.c: In function 'checkboard': 26274 actux2.c:100: warning: unused variable 's' 26275 actux2.c:99: warning: unused variable 'revision' 26276 actux2.c: In function 'reset_phy': 26277 actux2.c:130: warning: unused variable 'i' 26278 26279 - actua3: 26280 actux3.c: In function 'checkboard': 26281 actux3.c:114: warning: unused variable 'revision' 26282 26283 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 26284 26285commit f8fa6368a6a0c02164da8e2f52f18d457c6977bd 26286Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 26287Date: Sun Feb 24 11:44:29 2008 +0900 26288 26289 Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets. 26290 26291 The previous patch was lacking of i386, microblaze, nios and nios2. This 26292 patch tries to fix them. 26293 26294 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 26295 26296commit 05e07b1ea22844e946cfcf7d5e8a0199d18d2a95 26297Author: Marian Balakowicz <m8@semihalf.com> 26298Date: Fri Feb 29 22:22:46 2008 +0100 26299 26300 [new uImage] Fix FDT blob totalsize calculation in boot_relocate_fdt() 26301 26302 Do not use global fdt blob pointer, calculate blob size from routine 26303 argument blob pointer. 26304 26305 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 26306 26307commit d1cc52879c8966507dad9fb575481e6d3985e64e 26308Author: David Gibson <david@gibson.dropbear.id.au> 26309Date: Tue Feb 12 00:58:31 2008 +1100 26310 26311 libfdt: Add and use a node iteration helper function. 26312 26313 This patch adds an fdt_next_node() function which can be used to 26314 iterate through nodes of the tree while keeping track of depth. This 26315 function is used to simplify the iteration code in a lot of other 26316 functions, and is also exported for use by library users. 26317 26318 Signed-off-by: David Gibson <david@gibson.dropbear.id.au> 26319 26320commit 8cf30809a82902a471866d2f07725ce3b8a22291 26321Author: Bartlomiej Sieka <tur@semihalf.com> 26322Date: Fri Feb 29 16:00:24 2008 +0100 26323 26324 [new uImage] Add libfdt support to mkimage 26325 26326 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com> 26327 26328commit a6e530f00d31a8494a0422799b2b9a692a9c0eb9 26329Author: Bartlomiej Sieka <tur@semihalf.com> 26330Date: Fri Feb 29 16:00:23 2008 +0100 26331 26332 [new uImage] Add sha1.o object to mkimage binary build 26333 26334 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com> 26335 26336commit df6f1b895c997978f03afe04502ee76b7ba34ab9 26337Author: Marian Balakowicz <m8@semihalf.com> 26338Date: Fri Feb 29 16:00:06 2008 +0100 26339 26340 [new uImage] Fix component handling for legacy multi component images 26341 26342 Use uint32_t when accessing size table in image_multi_count() and 26343 image_multi_getimg() for multi component images. 26344 26345 Add missing uimage_to_cpu() endianness conversion. 26346 26347 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 26348 26349commit 570abb0ad120f6002bcaa3cf6f32bd4ca2e1b248 26350Author: Marian Balakowicz <m8@semihalf.com> 26351Date: Fri Feb 29 15:59:59 2008 +0100 26352 26353 [new uImage] Share common uImage code between mkimage and U-boot 26354 26355 This patch adds the following common routines: 26356 26357 1) Dedicated mkimage print_header() is replaced with common 26358 image_print_contents() 26359 image_print_contents_noindent() 26360 26361 2) Common os/arch/type/comp fields name <--> id translation routines 26362 genimg_get_os_name() 26363 genimg_get_arch_name() 26364 genimg_get_type_name() 26365 genimg_get_comp_name() 26366 genimg_get_os_id() 26367 genimg_get_arch_id() 26368 genimg_get_type_id() 26369 genimg_get_comp_id() 26370 26371 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 26372 26373commit 9a4daad0a35eb5143037eea9f786a3e9d672bdd6 26374Author: Marian Balakowicz <m8@semihalf.com> 26375Date: Fri Feb 29 14:58:34 2008 +0100 26376 26377 [new uImage] Update naming convention for bootm/uImage related code 26378 26379 This patch introduces the following prefix convention for the 26380 image format handling and bootm related code: 26381 26382 genimg_ - dual format shared code 26383 image_ - legacy uImage format specific code 26384 fit_ - new uImage format specific code 26385 boot_ - booting process related code 26386 26387 Related routines are renamed and a few pieces of code are moved around and 26388 re-grouped. 26389 26390 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 26391 26392commit 75fa002c47171b73fb4c1f2c2fe4d6391c136276 26393Author: Kumar Gala <galak@kernel.crashing.org> 26394Date: Wed Feb 27 21:51:51 2008 -0600 26395 26396 [new uImage] Respect autostart setting in linux bootm 26397 26398 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 26399 Acked-by: Marian Balakowicz <m8@semihalf.com> 26400 26401commit d3f2fa0d278467b2232e4eb2372f905c3febfbeb 26402Author: Kumar Gala <galak@kernel.crashing.org> 26403Date: Wed Feb 27 21:51:50 2008 -0600 26404 26405 [new uImage] Provide ability to restrict region used for boot images 26406 26407 Allow the user to set 'bootm_low' and 'bootm_size' env vars as a way 26408 to restrict what memory range is used for bootm. 26409 26410 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 26411 Acked-by: Marian Balakowicz <m8@semihalf.com> 26412 26413commit e822d7fc4dd4755d4d0a22f05e33f33d1a0481da 26414Author: Kumar Gala <galak@kernel.crashing.org> 26415Date: Wed Feb 27 21:51:49 2008 -0600 26416 26417 [new uImage] Use lmb for bootm allocations 26418 26419 Convert generic ramdisk_high(), get_boot_cmdline(), get_boot_kbd() 26420 functions over to using lmb for allocation of the ramdisk, command line 26421 and kernel bd info. 26422 26423 Convert PPC specific fdt_relocate() to use lmb for allocation of the device 26424 tree. 26425 26426 Provided a weak function that board code can call to do additional 26427 lmb reserves if needed. 26428 26429 Also introduce the concept of bootmap_base to specify the offset in 26430 physical memory that the bootmap is located at. This is used for 26431 allocations of the cmdline, kernel bd, and device tree as they should 26432 be contained within bootmap_base and bootmap_base + CFG_BOOTMAPSZ. 26433 26434 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 26435 26436commit f5614e7926863bf0225ec860d9b319741a9c4004 26437Author: Kumar Gala <galak@kernel.crashing.org> 26438Date: Wed Feb 27 21:51:48 2008 -0600 26439 26440 [new uImage] Add autostart flag to bootm_headers structure 26441 26442 The autostart env variable was dropped as part of the initial new uImage 26443 cleanup. Add it back here so the arch specific code can decide if it 26444 wants to really boot or not. 26445 26446 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 26447 Acked-by: Marian Balakowicz <m8@semihalf.com> 26448 26449commit 4ed6552f715983bfc7d212c1199a1f796f1144ad 26450Author: Kumar Gala <galak@kernel.crashing.org> 26451Date: Wed Feb 27 21:51:47 2008 -0600 26452 26453 [new uImage] Introduce lmb from linux kernel for memory mgmt of boot images 26454 26455 Introduce the LMB lib used on PPC in the kernel as a clean way to manage 26456 the memory spaces used by various boot images and structures. This code 26457 will allow us to simplify the code in bootm and its support functions. 26458 26459 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 26460 26461commit 4648c2e7a173b0d7f17bef4adaa0623090c9e904 26462Author: Kumar Gala <galak@kernel.crashing.org> 26463Date: Tue Feb 19 22:03:47 2008 -0600 26464 26465 [new uImage] ppc: Allow boards to specify effective amount of memory 26466 26467 For historical reasons we limited the stack to 256M because some boards 26468 could only map that much via BATS. However newer boards are capable of 26469 mapping more memory (for example 85xx is capable of doing up to 2G). 26470 26471 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 26472 Acked-by: Marian Balakowicz <m8@semihalf.com> 26473 26474commit 274cea2bddbca10cdad7daa518951b75c44ef6bc 26475Author: Kumar Gala <galak@kernel.crashing.org> 26476Date: Wed Feb 27 21:51:46 2008 -0600 26477 26478 [new uImage] rework error handling so common functions don't reset 26479 26480 Changed image_get_ramdisk() to just return NULL on error and have 26481 get_ramdisk() propogate that error to the caller. It's left to the 26482 caller to call do_reset() if it wants to. 26483 26484 Also moved calling do_reset() in get_fdt() and fdt_relocate() on ppc 26485 to a common location. In the future we will change get_fdt() and 26486 fdt_relocate() to return success/failure and not call do_reset() at all. 26487 26488 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 26489 Acked-by: Marian Balakowicz <m8@semihalf.com> 26490 26491commit d2bc095a639672def11d5d043b5688d0dbd692ec 26492Author: Kumar Gala <galak@kernel.crashing.org> 26493Date: Wed Feb 27 21:51:45 2008 -0600 26494 26495 [new uImage] ppc: Re-order ramdisk/fdt handling sequence 26496 26497 Doing the fdt before the ramdisk allows us to grow the fdt w/o concern 26498 however it does mean we have to go in and fixup the initrd info since 26499 we don't know where it will be. 26500 26501 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 26502 26503commit 27953493ef025fb698d68c5dee39b36f01f4d530 26504Author: Kumar Gala <galak@kernel.crashing.org> 26505Date: Wed Feb 27 21:51:44 2008 -0600 26506 26507 [new uImage] ppc: Determine if we are booting an OF style 26508 26509 If we are bootin OF style than we can skip setting up some things 26510 that are used for the old boot method. 26511 26512 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 26513 Acked-by: Marian Balakowicz <m8@semihalf.com> 26514 26515commit a6612bdfe7ef37b9787b66800cf02aaded05fbeb 26516Author: Kumar Gala <galak@kernel.crashing.org> 26517Date: Wed Feb 27 21:51:43 2008 -0600 26518 26519 [new uImage] Don't pass kdb to ramdisk_high since we may not have one 26520 26521 We don't actually need the kdb param as we are just using it to get 26522 bd->bi_memsize which we can get from gd->bd->bi_memsize. Also, if we 26523 boot via OF we might not actually fill out a kdb. 26524 26525 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 26526 Acked-by: Marian Balakowicz <m8@semihalf.com> 26527 26528commit 2b22fa4baee51e6b467c44ea1be0d1ecd86e8775 26529Author: Kumar Gala <galak@kernel.crashing.org> 26530Date: Wed Feb 27 16:30:47 2008 -0600 26531 26532 85xx: Don't icbi when unlocking the cache 26533 26534 There is no reason to icbi when invalidating the temporary stack in 26535 the d-cache. Its impossible on e500 to have the i-cache contain 26536 any addresses in the temp stack and it can be problematic in generating 26537 transactions on the bus to non-valid addresses. 26538 26539 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 26540 26541commit 534ea6b6f86f8b75ef2ac061ef110a98f103d7d6 26542Author: Andy Fleming <afleming@freescale.com> 26543Date: Wed Feb 27 15:50:50 2008 -0600 26544 26545 Fix source for ECM error IVPR 26546 26547 The source vector for the ECM was being set to 2, 26548 but that's what the source vector for DDR was being 26549 set to. Change it to 1. 26550 26551 Signed-off-by: Andy Fleming <afleming@freescale.com> 26552 26553commit 21fae8b2b4e4e6e648796e07e20ab13e9cb18923 26554Author: Andy Fleming <afleming@freescale.com> 26555Date: Wed Feb 27 14:29:58 2008 -0600 26556 26557 Invalidate INIT_RAM TLB mappings 26558 26559 Commit 0db37dc... (and some others) changed the INIT_RAM TLB 26560 mappings to be unguarded. This collided with an existing "bug" 26561 where the mappings for the INIT_RAM were being kept around. 26562 This meant that speculative loads to those addresses were 26563 succeeding in the TLB, and going out to the bus, where they 26564 were causing an exception (there's nothing at that address). The 26565 Flash code was coincidentally causing such a speculative load. 26566 Rather than go back to mapping the INIT RAM as guarded, we fix 26567 it so that the entries for the INIT_RAM are invalidated. Thus 26568 the speculative loads will fail in the TLB, and have no effect. 26569 26570 Signed-off-by: Andy Fleming <afleming@freescale.com> 26571 26572commit 347b7938d3e561eb215aa386c37fb5acb5a383c6 26573Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 26574Date: Sun Feb 17 22:56:17 2008 +0100 26575 26576 sbc8548: Fix Revision reading and unused variable 'path' 26577 26578 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 26579 26580commit 495d162374c472f46454453553382ad0735dc725 26581Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 26582Date: Sun Feb 17 22:56:16 2008 +0100 26583 26584 sbc8548: Fix cfi flash bank declaration 26585 26586 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 26587 26588commit 4efbe9dbb129f857f27856936112c8c02f016be6 26589Author: Marian Balakowicz <m8@semihalf.com> 26590Date: Wed Feb 27 11:02:26 2008 +0100 26591 26592 [new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabled 26593 26594 Dual format image code must properly handle all three FDT passing methods: 26595 - raw FDT blob passed 26596 - FDT blob embedded in the legacy uImage 26597 - FDT blob embedded in the new uImage 26598 26599 This patch enables proper raw FDT handling when no FIT imaeg support 26600 is compiled in. This is a bit tricky as we must dected FIT format even 26601 when FIT uImage handling is not enabled as both FIT uImages and raw FDT 26602 blobs use tha same low level format (libfdt). 26603 26604 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 26605 26606commit ff0734cff0fb5397ce2f4602f4f3e5ec9c8a36e8 26607Author: Marian Balakowicz <m8@semihalf.com> 26608Date: Wed Feb 27 11:02:26 2008 +0100 26609 26610 [new uImage] POWERPC: Add image_get_fdt() routine 26611 26612 FDT blob may be passed either: (1) raw (2) or embedded in the legacy uImage 26613 (3) or embedded in the new uImage. For the (2) case embedding image must be 26614 verified before we get FDT from it. This patch factors out legacy image 26615 specific verification routine to the separate helper routine. 26616 26617 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 26618 Acked-by: Kumar Gala <galak@kernel.crashing.org> 26619 26620commit 1efd43601f90de21ec6c0ebb9880823e822927b1 26621Author: Marian Balakowicz <m8@semihalf.com> 26622Date: Wed Feb 27 11:02:07 2008 +0100 26623 26624 [new uImage] Add image_get_kernel() routine 26625 26626 Legacy image specific verification is factored out to a separate helper 26627 routine to keep get_kernel() generic and simple. 26628 26629 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 26630 Acked-by: Kumar Gala <galak@kernel.crashing.org> 26631 26632commit 8a5ea3e6168fe6a2780eeaf257a3b19f30dec658 26633Author: Marian Balakowicz <m8@semihalf.com> 26634Date: Wed Feb 27 11:01:04 2008 +0100 26635 26636 [new uImage] Move image verify flag to bootm_headers structure 26637 26638 Do not pass image verification flag directly to related routines. 26639 Simplify argument passing and move it to the bootm_header structure which 26640 contains curently processed image specific data and is already being passed 26641 on the argument list. 26642 26643 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 26644 Acked-by: Kumar Gala <galak@kernel.crashing.org> 26645 26646commit 823afe7cefe00dafefc6696c1cc7aa828c394234 26647Author: Marian Balakowicz <m8@semihalf.com> 26648Date: Wed Feb 27 11:00:47 2008 +0100 26649 26650 [Makefile] Sort COBJS in lib_<arch> Makefiles 26651 26652 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 26653 26654commit 6f0f9dfc4ee880fbf400a2ebe14238181a6c3f91 26655Author: Marian Balakowicz <m8@semihalf.com> 26656Date: Wed Feb 27 11:00:47 2008 +0100 26657 26658 [new uImage] Optimize gen_get_image() flow control 26659 26660 When CONFIG_HAS_DATAFLASH is not defined gen_get_image() routine has nothing 26661 to do, update its control flow to better reflect that simple case. 26662 26663 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 26664 Acked-by: Kumar Gala <galak@kernel.crashing.org> 26665 26666commit d2ced9eb19ec74f4a359949dbe353427fa6d55ca 26667Author: Marian Balakowicz <m8@semihalf.com> 26668Date: Mon Feb 4 08:28:17 2008 +0100 26669 26670 [new uImage] POWERPC: Split get_fdt() into get and relocate routines 26671 26672 PPC specific FDT blob handling code is divided into two separate routines: 26673 26674 get_fdt() - find and verify a FDT blob (either raw or image embedded) 26675 fdt_relocate() - move FDT blob to within BOOTMAP if needed 26676 26677 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 26678 Acked-by: Kumar Gala <galak@kernel.crashing.org> 26679 26680commit 33fa5c0bfaf465de8ceb23fcd6b397f68b35a817 26681Author: Jon Loeliger <jdl@freescale.com> 26682Date: Mon Feb 25 13:13:37 2008 -0600 26683 26684 86xx: Fix renamed GUR symbols in sbc8641d board. 26685 26686 Back in commit a551cee99ad1d1da20fd23ad265de47448852f56 26687 (86xx: Fix GUR PCI config registers properly), we should have 26688 changed the MPC86xx_PORBMSR_HA and MPC86xx_PORDEVSR_IO_SEL 26689 symbols in the sbc8641d board as well. Fix this oversight. 26690 26691 Signed-off-by: Jon Loeliger <jdl@freescale.com> 26692 26693commit 64cd594e623c39f73964d18787763e4533f791f7 26694Author: Stefan Roese <sr@denx.de> 26695Date: Mon Feb 25 16:50:48 2008 +0100 26696 26697 ppc4xx: Fix acadia_nand build problem 26698 26699 Don't include testdram() on NAND-booting target acadia_nand. This saves 26700 a few bytes and makes the target build clean again. 26701 26702 Signed-off-by: Stefan Roese <sr@denx.de> 26703 26704commit 14e099e698d41e8179d05c2b2dbcf704a236f748 26705Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 26706Date: Sun Feb 24 23:03:12 2008 +0000 26707 26708 mx1fs2/flash: Fix multiple pointertargets in assignment differ in signedness 26709 26710 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 26711 26712commit 724902c8464e610642b3a170278b99710325888e 26713Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 26714Date: Sun Feb 24 23:03:11 2008 +0000 26715 26716 arm-imx: Fix registers definition 26717 26718 Sync registers definition with linux 26719 26720 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 26721 26722commit 4cd288b589ea1178947c6e364453c32b3dede6b7 26723Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 26724Date: Sun Feb 24 23:03:10 2008 +0000 26725 26726 actua1/actua2/actua3: Fix multipleunused variable 26727 26728 - actua1: 26729 actux1.c: In function 'checkboard': 26730 actux1.c:92: warning: unused variable 'revision' 26731 26732 - actua2: 26733 actux2.c: In function 'checkboard': 26734 actux2.c:100: warning: unused variable 's' 26735 actux2.c:99: warning: unused variable 'revision' 26736 actux2.c: In function 'reset_phy': 26737 actux2.c:130: warning: unused variable 'i' 26738 26739 - actua3: 26740 actux3.c: In function 'checkboard': 26741 actux3.c:114: warning: unused variable 'revision' 26742 26743 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 26744 26745commit d5934ad7756f038a393a9cfab76a4fe306d9d930 26746Author: Marian Balakowicz <m8@semihalf.com> 26747Date: Mon Feb 4 08:28:09 2008 +0100 26748 26749 [new uImage] Add dual format uImage support framework 26750 26751 This patch adds framework for dual format images. Format detection is added 26752 and the bootm controll flow is updated to include cases for new FIT format 26753 uImages. 26754 26755 When the legacy (image_header based) format is detected appropriate 26756 legacy specific handling is invoked. For the new (FIT based) format uImages 26757 dual boot framework has a minial support, that will only print out a 26758 corresponding debug messages. Implementation of the FIT specific handling will 26759 be added in following patches. 26760 26761 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 26762 26763commit b29661fc1151077776454288051bc9a488351ce8 26764Author: Wolfgang Denk <wd@denx.de> 26765Date: Sun Feb 24 15:21:36 2008 +0100 26766 26767 Coding style cleanup. Prepare v1.3.2-rc2 release candidate 26768 26769 Signed-off-by: Wolfgang Denk <wd@denx.de> 26770 26771commit 00b48a48424894daa589d166d73277830b1c6ac4 26772Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 26773Date: Sat Feb 23 12:15:56 2008 +0100 26774 26775 ENV: remove saveenv when CFG_ENV_IS_NOWHERE is selected 26776 26777 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 26778 26779commit b075d74efb70ff68c49a2532f26b56d6703b69c1 26780Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 26781Date: Sat Feb 23 17:24:16 2008 +0900 26782 26783 Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets. 26784 26785 ---------------------------------------------------------------- 26786 Olaf Hering [Wed, 17 Oct 2007 06:27:13 +0000 (23:27 -0700)] 26787 26788 Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 26789 32bit targets. 26790 26791 GCC can be made to warn about usage of long long types with ISO C90 26792 (-ansi), but only with -pedantic. You can write this in a way that even 26793 then it doesn't cause warnings, namely by: 26794 26795 #ifdef __GNUC__ 26796 __extension__ typedef __signed__ long long __s64; 26797 __extension__ typedef unsigned long long __u64; 26798 #endif 26799 26800 The __extension__ keyword in front of this switches off any pedantic 26801 warnings for this expression. 26802 26803 Signed-off-by: Olaf Hering <olh@suse.de> 26804 Cc: <linux-arch@vger.kernel.org> 26805 Signed-off-by: Andrew Morton <akpm@linux-foundation.org> 26806 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> 26807 ---------------------------------------------------------------- 26808 26809 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 26810 26811commit 208acd112e6517b21fc30c420396902b103563ac 26812Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 26813Date: Sat Feb 23 17:07:57 2008 +0900 26814 26815 cpu/mcf52x2/config.mk: Make needlessly deffered expansions immediate. 26816 26817 This will reduce the build time. 26818 26819 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 26820 26821commit 495a0dde7fa1b14cdc15607d86503ec2bdcd02c4 26822Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 26823Date: Sat Feb 23 17:05:00 2008 +0900 26824 26825 cpu/ppc4xx/config.mk: Make a needlessly deffered expansion immediate. 26826 26827 This will reduce the build time. 26828 26829 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 26830 26831commit e682ba399a1d76f09d8cc7af1e57066f1d360d91 26832Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 26833Date: Sat Feb 23 16:58:41 2008 +0900 26834 26835 cpu/mips/cofigl.mk: Make a needlessly deffered expansion immediate. 26836 26837 This reduces the build time by ~10%. Here's the gth2_config example. 26838 26839 BEFORE AFTER 26840 real 0m31.441s 0m27.833s 26841 user 0m24.766s 0m23.045s 26842 sys 0m10.425s 0m7.468s 26843 26844 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 26845 26846commit 02409f8cf54c7cd91981f0dfec135dbf3858090c 26847Author: Marcel Moolenaar <marcelm@juniper.net> 26848Date: Fri Feb 22 10:48:07 2008 -0800 26849 26850 make define2mk.sed work on FreeBSD 26851 26852 In the thread "[1.3.2-rc1] MPC8548CDS/MPC8555CDS configs fails to link", 26853 the define2mk.sed script was identified as the source of the link 26854 failure on FreeBSD. The problem is that sed(1) does not always support 26855 the '+' operator. It isn't on FreeBSD. The attach patch implements the 26856 equivalent, using the '*' operator instead and should work everywhere. 26857 26858 Signed-off-by: Marcel Moolenaar <marcelm@juniper.net> 26859 26860commit e5084af8ded58453cd07ec1af8b0f29f34122bbc 26861Author: Detlev Zundel <dzu@denx.de> 26862Date: Fri Feb 22 17:21:32 2008 +0100 26863 26864 Replace deprecated "ramdisk" with "ramdisk_size" kernel parameter. 26865 26866 The Linux commit fac8b209b1084bc85748bd54e13d00c1262b220f ("Remove 26867 final traces of long-deprecated "ramdisk" kernel parm") makes these 26868 changes neccessary. 26869 26870 Signed-off-by: Detlev Zundel <dzu@denx.de> 26871 26872commit d01b847c5cd070895c4ba178c85cd068a95cf7cd 26873Author: Larry Johnson <lrj@acm.org> 26874Date: Thu Feb 21 13:58:16 2008 -0500 26875 26876 LM75 bug fix for negative temperatures 26877 26878 When the LM75 temperature sensor measures a temperature below 0 C, the 26879 current driver does not perform sign extension, so the result returned is 26880 256 C too high. This patch fixes the problem. 26881 26882 Signed-off-by: Larry Johnson <lrj@acm.org> 26883 26884commit 5a910c224b13e413bda41922379add6d75c32da3 26885Author: Heiko Schocher <hs@denx.de> 26886Date: Thu Feb 21 18:33:45 2008 +0100 26887 26888 IDS8247: update MAINTAINER entry. 26889 26890 Signed-off-by: Heiko Schocher <hs@denx.de> 26891 26892commit 79eac2bfb591f2b028ec1735049dc91e4320de4a 26893Author: Heiko Schocher <hs@denx.de> 26894Date: Thu Feb 21 18:31:15 2008 +0100 26895 26896 Fix device tree for mgsuvd board. 26897 26898 Rename the "scc" node in "ethernet" for the mgsuvd board. 26899 26900 Signed-off-by: Heiko Schocher <hs@denx.de> 26901 26902commit 2e721094a70a52206af2e1bf1208d9a7131f6dad 26903Author: Yuri Tikhonov <yur@emcraft.com> 26904Date: Thu Feb 21 14:23:42 2008 +0100 26905 26906 lwmon5: enable hardware watchdog 26907 26908 Some boards (e.g. lwmon5) may use rather small watchdog intervals, so 26909 causing it to reboot the board if U-Boot does a long busy-wait with 26910 udelay(). Thus, for these boards we have to restart WD more 26911 frequently. 26912 26913 This patch splits the busy-wait udelay() into smaller, predefined, 26914 intervals, so that the watchdog timer may be resetted with the 26915 configurable (CONFIG_WD_PERIOD) interval. 26916 26917 Signed-off-by: Yuri Tikhonov <yur@emcraft.com> 26918 26919commit bc77881247ee6f95d7a9ebc499d26b96bae38c9d 26920Author: Anatolij Gustschin <agust@denx.de> 26921Date: Thu Feb 21 12:52:29 2008 +0100 26922 26923 ppc4xx: Support for ATI Radeon 9200 card on sequoia 26924 26925 Adds configuration option for ATI Radeon 9200 card 26926 support to sequoia config file. If CONFIG_VIDEO 26927 is enabled, TEXT_BASE should be changed to 0xFFF80000. 26928 26929 Signed-off-by: Anatolij Gustschin <agust@denx.de> 26930 26931commit 5a9abcc317cf3c8a69559ff83081f4e5d719edb7 26932Author: Kumar Gala <galak@kernel.crashing.org> 26933Date: Mon Feb 18 08:18:07 2008 -0600 26934 26935 Remove duplicate defines for ARRAY_SIZE 26936 26937 A few duplicate of the ARRAY_SIZE macro sneaked in since we put 26938 the define in common.h. 26939 26940 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 26941 26942commit 81d93e5c4b83d8b6dcee69de6f4a14ccf6f7114a 26943Author: Kumar Gala <galak@kernel.crashing.org> 26944Date: Mon Feb 18 08:09:37 2008 -0600 26945 26946 ppc: Allow boards to specify effective amount of memory 26947 26948 For historical reasons we limited the stack to 256M because some boards 26949 could only map that much via BATS. However newer boards are capable of 26950 mapping more memory (for example 85xx is capable of doing up to 2G). 26951 26952 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 26953 26954commit 755c35f54ba7eb7687aa7935e04a02a01ef1b27b 26955Author: Mike Frysinger <vapier@gentoo.org> 26956Date: Mon Feb 18 05:24:13 2008 -0500 26957 26958 include autoconf.mk before any other .mk files 26959 26960 This bumps the autoconf.mk include step above board/cpu/arch/etc... so that 26961 those .mk files can have make if statements based on the current config. 26962 26963 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 26964 26965commit 16fe77752eee099b9fb61ed73460e51cc94b37ba 26966Author: Mike Frysinger <vapier@gentoo.org> 26967Date: Mon Feb 18 05:10:07 2008 -0500 26968 26969 error check autoconf.mk generation 26970 26971 If any of the steps for generating autoconf.mk fail currently, they go 26972 unnoticed. To fix, we can simply add 'set -e' to the long list of commands. 26973 This is simpler and more robust than placing '|| exit $$?' after every line. 26974 26975 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 26976 26977commit 019895a8dee71a9f00da05c03e379f45d581b0fe 26978Author: Stefano Babic <sbabic@denx.de> 26979Date: Mon Feb 18 08:03:51 2008 +0100 26980 26981 Fix bug in dependency checking 26982 26983 By adding VERSION_FILE to the PHONY targets the script 26984 /tools/setlocalversion is always called and version_autogenerated.h 26985 is replaced only if the script find a modified source file. 26986 26987 Signed-off-by: Stefano Babic <sbabic@denx.de> 26988 26989commit 98ba144ccc912eee90dd42699f023c497ce774c6 26990Author: Kyungmin Park <kmpark@infradead.org> 26991Date: Mon Feb 18 14:35:43 2008 +0900 26992 26993 Fix GPMC CS2 memory setup at apollon 26994 26995 It disables the current map first 26996 26997 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> 26998 26999commit e845e07e1e6e64f40e35688439d3cdcf01cfff4f 27000Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27001Date: Sun Feb 17 23:52:46 2008 +0100 27002 27003 uli526x: Fix multiple differ in signedness and parentheses around comparison 27004 27005 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 27006 27007commit beeccf7a5dc5415c202e0132a33c58fc316c2a62 27008Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 27009Date: Sun Feb 17 16:58:04 2008 +0100 27010 27011 MIPS: Fix CFG_NO_FLASH support 27012 27013 - Fix flash_init call when CFG_NO_FLASH is used 27014 - Remove no more needed flash.c for qemu-mips 27015 27016 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 27017 27018commit edfed1d91df2b2670a812ca9d1a1f9faae7dba47 27019Author: Mike Frysinger <vapier@gentoo.org> 27020Date: Sat Feb 16 02:40:18 2008 -0500 27021 27022 easylogo: clean up some more and add -r (rgb) support 27023 27024 Michael Hennerich added support for outputting an image in RGB format rather 27025 than forcing YUYV all the time. This makes obvious sense if the display you 27026 have takes RGB input rather than YUYV. 27027 27028 Rather than hack in support for options, I've converted it to use getopt and 27029 cleaned up the argument parsing in the process. 27030 27031 Signed-off-by: Michael Hennerich <michael.hennerich@analog.com> 27032 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 27033 27034commit f65c98129ccada3f7caf97d80395a95b84e911de 27035Author: Mike Frysinger <vapier@gentoo.org> 27036Date: Sat Feb 16 02:12:37 2008 -0500 27037 27038 Makefile: add target for $(LDSCRIPT) 27039 27040 If the $(LDSCRIPT) does not exist (normally it's board/$(BOARD)/u-boot.lds), 27041 then change into the board directory and try and create it. This allows you 27042 to generate the linker script on the fly based upon board defines (like the 27043 Blackfin boards do). 27044 27045 There should be no regressions due to this change as the normal case is to 27046 already have a u-boot.lds file. If that's the case, then there's nothing to 27047 generate, and so make will always exit. The fix here is that if the linker 27048 script does not exist, the implicit rules take over and attempt to guess how 27049 to generate the file. 27050 27051 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 27052 27053commit 5583cbf736474ef754e128a54fb78632f57b48fd 27054Author: Marian Balakowicz <m8@semihalf.com> 27055Date: Thu Feb 21 17:27:49 2008 +0100 27056 27057 [new uImage] Fix erroneous use of image_get_magic() in fdc/usb cmds 27058 27059 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 27060 27061commit 2242f5369822bc7780db95c47985bb408ea9157b 27062Author: Marian Balakowicz <m8@semihalf.com> 27063Date: Thu Feb 21 17:27:41 2008 +0100 27064 27065 [new uImage] Rename and move print_image_hdr() routine 27066 27067 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 27068 27069commit f50433d670ec2ee9e96abac67cdc6e5e061a810d 27070Author: Marian Balakowicz <m8@semihalf.com> 27071Date: Thu Feb 21 17:20:20 2008 +0100 27072 27073 [new uImage] Add fit_parse_conf() and fit_parse_subimage() routines 27074 27075 Introducing routines for parsing new uImage format bootm arguments: 27076 [<addr>]#<conf> - configuration specification 27077 [<addr>]:<subimg> - subimage specification 27078 27079 New format images can contain multiple subimages of the same type. For example 27080 a single new format image file can contain three kernels, two ramdisks and a 27081 couple of FDT blobs. Subimage and configuration specifications are extensions 27082 to bootm (and other image-related commands) arguments' syntax that allow to 27083 specify which particular subimage should be operated on. 27084 27085 Subimage specification is used to denote a particular subimage. Configurations 27086 are a bit more complex -- they are used to define a particualr booting setup, 27087 for example a (kernel, fdt blob) pair, or a (kernel, ramdisk, fdt blob) tuple, 27088 etc. 27089 27090 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 27091 27092commit fff888a1997ff7de9b29e24050fc4a0fd403ba16 27093Author: Marian Balakowicz <m8@semihalf.com> 27094Date: Thu Feb 21 17:20:19 2008 +0100 27095 27096 [new uImage] Add gen_get_image() routine 27097 27098 This routine assures that image (whether legacy or FIT) is not 27099 in a special dataflash storage. 27100 27101 If image address is a dataflash address image is moved to system RAM. 27102 27103 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 27104 27105commit 75d3e8fbd93c14d9929d024c75af2d742c76db70 27106Author: Marian Balakowicz <m8@semihalf.com> 27107Date: Thu Feb 21 17:20:18 2008 +0100 27108 27109 [new uImage] Pull in libfdt if CONFIG_FIT is enabled 27110 27111 New uImage format (Flattened Image Tree) requires libfdt 27112 functionality, print out error message if CONFIG_OF_LIBFDT 27113 is not defined. 27114 27115 New uImage support is enabled by defining CONFIG_FIT (and CONFIG_OF_LIBFDT). 27116 This commit turns it on by default. 27117 27118 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 27119 27120commit 1ba639da5604a64b3ed884a2cbb1c5414a9fa728 27121Author: Michael Schwingen <michael@schwingen.org> 27122Date: Mon Feb 18 23:16:35 2008 +0100 27123 27124 CFI: Do not use uninitialized cmd_reset 27125 27126 Do not use uninitialized cmd_reset; issue both AMD and Intel reset 27127 commands instead 27128 27129 From a short test, it looks like AMD-style flash roms treat *any* unknown 27130 command write as a reset, at least when in CFI Query mode, so issuing the 27131 Intel reset command to AMD-style flashs seems safe (from the small sample I 27132 have), plus the 3-cycle magic sequence should kick the state machine into 27133 the right state even without a reset command. Since the AMD-style flashs 27134 require the unlock sequence for real operation, I chose to try the AMD reset 27135 command first, so that Intel flashs do no see an invalid command prior to 27136 the CFI query. 27137 27138 I have tested the patch on AM29LV320-style flashs from Fujitsu and Macronix, 27139 plus Intel StrataFlash. 27140 27141 Signed-off-by: Michael Schwingen <michael@schwingen.org> 27142 Signed-off-by: Stefan Roese <sr@denx.de> 27143 27144commit e7a85f26830c9f2e78506421c2d519a2965bc7a1 27145Author: Rafal Jaworowski <raj@semihalf.com> 27146Date: Thu Feb 21 11:56:44 2008 +0100 27147 27148 API: Add (c) and licensing notice to the public API header. 27149 27150 Signed-off-by: Rafal Jaworowski <raj@semihalf.com> 27151 27152commit 928d1d77f8623c120d8763e20e1ca58df9c5c4c6 27153Author: Yuri Tikhonov <yur@emcraft.com> 27154Date: Thu Feb 21 11:06:07 2008 +0100 27155 27156 Fix CPU POST test failure 27157 27158 The CPU POST test code (run from cpu_post_exec_31()) doesn't follow the 27159 ABI carefully, at least the CR3, CR4, and CR5 fields of CR are clobbered 27160 by it. The gcc-4.2 with its more aggressive optimization exposes this fact. 27161 This patch just saves the CR value before running the test code, so allowing 27162 it to do anything it wants with CR. 27163 27164 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com> 27165 Acked-by: Yuri Tikhonov <yur@emcraft.com> 27166 -- 27167 27168commit d5908b093955415f3d340706378b991f911af671 27169Author: Jon Loeliger <jdl@freescale.com> 27170Date: Wed Feb 20 15:26:51 2008 -0600 27171 27172 8610HPCD: Document the flashbank selection switches. 27173 27174 Signed-off-by: Jon Loeliger <jdl@freescale.com> 27175 27176commit a551cee99ad1d1da20fd23ad265de47448852f56 27177Author: Jon Loeliger <jdl@freescale.com> 27178Date: Wed Feb 20 14:22:26 2008 -0600 27179 27180 86xx: Fix GUR PCI config registers properly. 27181 27182 Back in commit 975a083a5ef785c414b35f9c5b8ae25b26b41524 where 27183 I tried to "8610HPCD: Fix typos in two PCI setup registers", I 27184 botched it due to not realizing that 8610 and 8641 had different 27185 Global Utility Register defintions, one of which was like 85xx, 27186 and the other wasn't. Correct this problem by introducing two 27187 symbols, one for each 86xx SoC, but neither of which is named 27188 anything like 85xx. 27189 27190 My bad. Lovely Wednesday with git bisect. You know. 27191 27192 Signed-off-by: Jon Loeliger <jdl@freescale.com> 27193 27194commit cb06eb961bdffc8728b38c242473d802e83ab2b4 27195Author: Jon Loeliger <jdl@freescale.com> 27196Date: Wed Feb 20 12:24:11 2008 -0600 27197 27198 8610HPCD: Don't use VIDEO/CFB_CONSOLE by default. 27199 27200 Without an actual supported video card hooked up, enabling 27201 the CONFIG_VIDEO by default just makes it look broken by 27202 routing all console output to the video card. Don't. 27203 27204 Signed-off-by: Jon Loeliger <jdl@freescale.com> 27205 27206commit 4d264eff4312f230776b913edade7ceb75f1b1e0 27207Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 27208Date: Wed Jan 30 15:08:15 2008 -0600 27209 27210 ColdFire: Fix missing code flash size for M5485EVB 27211 27212 Signed-off-by: James Mahan <kmahan@freescale.com> 27213 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 27214 27215commit c54f9263e4e11e34b1e70c160bc467ef1d8ec59d 27216Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 27217Date: Wed Jan 30 15:04:42 2008 -0600 27218 27219 ColdFire: Fix 5282 and 5271 interrupt mask bit 27220 27221 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 27222 27223commit 975a083a5ef785c414b35f9c5b8ae25b26b41524 27224Author: Jon Loeliger <jdl@freescale.com> 27225Date: Tue Feb 19 12:31:08 2008 -0600 27226 27227 8610HPCD: Fix typos in two PCI setup registers. 27228 27229 The two symbols MPC86xx_PORDEVSR_IO_SEL and MPC86xx_PORBMSR_HA 27230 were erroneously present as 85xx names and values, leftover from 27231 the clone wars. Fix this by removing the 85xx cruft from the 27232 86xx codebase. 27233 27234 Signed-off-by: Jon Loeliger <jdl@freescale.com> 27235 27236commit 13f5433f700d4da9f6fdf2a4bb80310133a7c170 27237Author: Jon Loeliger <jdl@freescale.com> 27238Date: Mon Feb 18 14:01:56 2008 -0600 27239 27240 86xx: Convert sbc8641d to use libfdt. 27241 27242 This is the proper fix for a missing closing brace in the function 27243 ft_cpu_setup() noticed by joe.hamman <at> embeddedspecialties.com. 27244 The ft_cpu_setup() function in mpc8641hpcn.c should have been 27245 removed earlier as it was under the obsolete CONFIG_OF_FLAT_TREE, 27246 but was missed. Only, the sbc8641d was nominally still using it. 27247 It all got ripped out, and the funcality that was in ft_board_setup() 27248 was refactored to remove the CPU portions into the new file 27249 cpu/mpc86xx/fdt.c instead. Make sbc8641d use this now. 27250 27251 Based loosely on an original patch from joe.hamman@embeddedspecialties.com 27252 27253 Signed-off-by: Jon Loeliger <jdl@freescale.com> 27254 27255commit 04efddc87c50c84f85dad5c331c634a6ce830a83 27256Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 27257Date: Sun Feb 17 23:35:31 2008 +0100 27258 27259 mpc86xx: Fix unused variable 'config' and 'immap' 27260 27261 and remove useless CONFIG_DDR_INTERLEAVE 27262 27263 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 27264 27265commit 83d1b3876695c4f21faff2b731d9ef83f38ed208 27266Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 27267Date: Sun Feb 17 23:03:36 2008 +0100 27268 27269 mpc86xx: Fix implicit declaration of functions 'init_laws' and 'disable_law' 27270 27271 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 27272 27273commit b6f29c84c208a091f95a10cbc9852d729659ba20 27274Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 27275Date: Sun Feb 17 14:15:31 2008 +0100 27276 27277 s3c24x0: Fix unused variable 'i' in function 'serial_init_dev' 27278 27279 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 27280 27281commit 0937b8d869fdb42d6ad4fe312958639bd62c973f 27282Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 27283Date: Sun Feb 17 14:15:32 2008 +0100 27284 27285 pxa: fix assignment from incompatible pointer type 27286 27287 fix mmc_bread function prototype 27288 27289 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 27290 27291commit 64d792063fff90b8118179b092feee09fe5cae13 27292Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 27293Date: Sun Feb 17 14:15:30 2008 +0100 27294 27295 at91cap9adk: fix implicit declaration of function 'eth_init' 27296 27297 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 27298 27299commit 375c4353db8f900f7ec772e26fab116ec00f7d3a 27300Author: Wolfgang Denk <wd@denx.de> 27301Date: Sun Feb 17 15:43:44 2008 +0100 27302 27303 Remove files added by mistake, update CHANGELOG. 27304 27305 Signed-off-by: Wolfgang Denk <wd@denx.de> 27306 27307commit b738654d3c84a30f2bfd9a8d7652ff20807c890c 27308Author: Mike Nuss <mike@terascala.com> 27309Date: Wed Feb 6 11:10:11 2008 -0500 27310 27311 PPC440EPx: Optionally enable second I2C bus 27312 27313 The option CONFIG_I2C_MULTI_BUS does not have any effect on Sequoia, the 27314 PPC440EPx reference platform, because IIC1 is never enabled. Add Sequoia board 27315 code to turn on IIC1 if CONFIG_I2C_MULTI_BUS is selected. 27316 27317 Signed-off-by: Mike Nuss <mike@terascala.com> 27318 Cc: Stefan Roese <sr@denx.de> 27319 27320commit ef5b4f221c22d05770878513951745f236b5b43f 27321Author: Niklaus Giger <niklaus.giger@netstal.com> 27322Date: Tue Feb 5 10:26:44 2008 +0100 27323 27324 ppc4xx: HCU4/5. Cleanup configs 27325 27326 - hcu4.h: Removed define of CONFIG_PPC405GPr 27327 - Corrected phy addresses 27328 - Fix boot variables 27329 - Respect line length of 80 chars 27330 27331 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com> 27332 27333commit 74973126d1be63ac75bdc192f46234dca3a7c421 27334Author: Niklaus Giger <niklaus.giger@netstal.com> 27335Date: Tue Feb 5 11:31:28 2008 +0100 27336 27337 ppc4xx: HCU4/5. Cleanups 27338 27339 - Fix some coding style violations. 27340 - Use in/out_u16/32 where appropriate. 27341 - Use register names from ppc405.h. 27342 - Fix trace useage for Lauterbach. 27343 - Remove obsolete generation HCU2. 27344 - Renamed fixed_hcu4_sdram to init_ppc405_sdram. 27345 27346 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com> 27347 27348commit 8cc10d06b833ed917a19ad358c8ebbed8bc19555 27349Author: Niklaus Giger <niklaus.giger@netstal.com> 27350Date: Tue Feb 5 10:26:41 2008 +0100 27351 27352 ppc4xx: PPC405GPr fix missing register definitions 27353 27354 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com> 27355 27356commit 214398d9cb22268d9d4f7563359edca0f78297a2 27357Author: Larry Johnson <lrj@acm.org> 27358Date: Fri Jan 18 21:49:05 2008 -0500 27359 27360 ppc4xx: Beautify configuration files for Sequoia and Korat boards 27361 27362 Signed-off-by: Larry Johnson <lrj@acm.org> 27363 27364commit 30c6a241e88499f536e86d325759e29ba00ff67f 27365Author: Anatolij Gustschin <agust@denx.de> 27366Date: Fri Feb 15 20:09:01 2008 +0100 27367 27368 Wipe out assembler warnings while compiling x86 biosemu 27369 27370 This patch tries to get rid of some assembler warnings about 27371 changed .got2 section type while compiling x86 bios emulator 27372 code. 27373 27374 Signed-off-by: Anatolij Gustschin <agust@denx.de> 27375 27376commit 67a4389e39ad853d65b72e2b7cad15c7e8291147 27377Author: Wolfgang Denk <wd@denx.de> 27378Date: Fri Feb 15 00:57:09 2008 +0100 27379 27380 Prepare v1.3.2-rc1 release candidate 27381 27382commit f33e9653c9c09868995d788511d573771c209fe5 27383Author: Anatolij Gustschin <agust@denx.de> 27384Date: Fri Feb 15 00:13:20 2008 +0100 27385 27386 Fix compile warning on lib_ppc/board.c 27387 27388 Signed-off-by: Anatolij Gustschin <agust@denx.de> 27389 27390commit e5c6f9f8bec4dff9603419161e3a15cc8ad5d5f4 27391Author: Anatolij Gustschin <agust@denx.de> 27392Date: Thu Feb 14 18:22:04 2008 +0100 27393 27394 Add Radeon Mobility 9200 pci device id to the radeon driver 27395 27396 This patch extends PCI device id table of the 27397 radeon driver so that the driver will also support 27398 Radeon Mobility 9200 (M9+) based boards. 27399 27400 Signed-off-by: Anatolij Gustschin <agust@denx.de> 27401 27402commit 1b8607e1f7143548c6062c28371449ec69588c00 27403Author: Anatolij Gustschin <agust@denx.de> 27404Date: Thu Feb 14 18:19:50 2008 +0100 27405 27406 Extend ATI Radeon driver to support more video modes 27407 27408 Adds ATI Radeon 9200 support for 1280x1024, 1024x768, 27409 800x600, 640x480 at 24, 16 and 8 bpp. 27410 27411 Signed-off-by: Anatolij Gustschin <agust@denx.de> 27412 27413commit 4124382de029d361162a4b8cecc773eb8f26e2a8 27414Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 27415Date: Sun Feb 10 17:05:20 2008 +0100 27416 27417 xsengine: fix typo and few coding style 27418 27419 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 27420 27421commit 6f4abee789b6d9be3ec4b97ad48f509355559e9e 27422Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de> 27423Date: Fri Feb 8 21:25:58 2008 +0100 27424 27425 Fix wrong memory limit calculation in memory-test 27426 27427 If the length of the memory address range passed to the "mtest" command is 27428 not of the form 2^x - 1, not all address lines are tested. This bug is 27429 inherited from the original software at 27430 http://www.netrino.com/Embedded-Systems/How-To/Memory-Test-Suite-C. Fix 27431 this. 27432 27433 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> 27434 27435commit 7e30f5eac7f07082a7ca77b7d91b944a8d0af6db 27436Author: Wolfgang Denk <wd@denx.de> 27437Date: Fri Feb 15 00:11:39 2008 +0100 27438 27439 Coding STyle cleanup. 27440 27441 Signed-off-by: Wolfgang Denk <wd@denx.de> 27442 27443commit f6921e3dc331293c873ec4d109fd5517a42a90b3 27444Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 27445Date: Tue Feb 5 13:30:43 2008 +0900 27446 27447 sh: Fix register address of SH7722 27448 27449 The address of SH7722 is wrong by old document. 27450 This patch fixes this problem. 27451 27452 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 27453 27454commit 0ec7a061fb1c277f6afd73d61dd71bd21e7ef7b2 27455Author: Mike Frysinger <vapier@gentoo.org> 27456Date: Mon Feb 4 17:44:23 2008 -0500 27457 27458 only update version header as needed 27459 27460 Constantly rebuilding the version header will force useless relinking, so we 27461 simply need to compare the new header with the existing one before updating 27462 it. 27463 27464 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 27465 27466commit 208447f8e953f347425eb92c8e28d59e6d911363 27467Author: Mike Frysinger <vapier@gentoo.org> 27468Date: Mon Jan 28 05:56:19 2008 -0500 27469 27470 Do not specify a CROSS_COMPILE default when executing size 27471 27472 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 27473 27474commit 1f780aa6f17a5d79791d69ec1d2f66d76ac45d8e 27475Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de> 27476Date: Wed Feb 13 11:19:19 2008 +0100 27477 27478 Fix return value of mtest when CFG_ALT_MEMTEST set 27479 27480 Fix a missing return statement from a non-void function. 27481 27482 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> 27483 27484commit 943afa229cf5bf70ef917c7eb6bd0db59a1ba602 27485Author: Timur Tabi <timur@freescale.com> 27486Date: Wed Jan 9 14:35:26 2008 -0600 27487 27488 85xx, 86xx: Determine I2C clock frequencies and store in global_data 27489 27490 Update global_data to define i2c1_clk and i2c2_clk to 85xx and 86xx. 27491 27492 Update the get_clocks() function in 85xx and 86xx to determine the I2C 27493 clock frequency and store it in gd->i2c1_clk and gd->i2c2_clk. 27494 27495 Signed-off-by: Timur Tabi <timur@freescale.com> 27496 27497commit b931b3a9c3bdfaaeaa71e57a6026eec726005b08 27498Author: Wolfgang Denk <wd@denx.de> 27499Date: Thu Feb 14 23:18:01 2008 +0100 27500 27501 TQM834x: clean up configuration 27502 27503 Get board name consistent with Linux and elsewhere; 27504 get rid of local network definitions etc. 27505 27506 Signed-off-by: Wolfgang Denk <wd@denx.de> 27507 27508commit 38cc09c55b1d7f233789052c6fc462e5377669a9 27509Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 27510Date: Thu Feb 14 08:02:12 2008 +0100 27511 27512 TFTP: fix search of ':' in BootFile 27513 27514 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 27515 27516commit 0bc9efada170096c6b273f19165e32936d330d80 27517Author: Wolfgang Denk <wd@denx.de> 27518Date: Thu Feb 14 22:46:55 2008 +0100 27519 27520 Coding style cleanup; update CHANGELOG. 27521 27522 Signed-off-by: Wolfgang Denk <wd@denx.de> 27523 27524commit e7670f6c1e52ae6d2a43ff75a8bcfa7a5c86e47b 27525Author: Wolfgang Denk <wd@denx.de> 27526Date: Thu Feb 14 22:43:22 2008 +0100 27527 27528 PPC: Use r2 instead of r29 as global data pointer 27529 27530 R29 was an unlucky choice as with recent toolchains (gcc-4.2.x) gcc 27531 will refuse to use load/store multiple insns; instead, it issues a 27532 list of simple load/store instructions upon function entry and exit, 27533 resulting in bigger code size, which in turn makes the build for a 27534 few boards fail. 27535 27536 Use r2 instead. 27537 27538 Signed-off-by: Wolfgang Denk <wd@denx.de> 27539 27540commit 3c234efa693bc59906c2be55c7918ecbb55392ea 27541Author: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com> 27542Date: Wed Jan 30 09:08:49 2008 +0100 27543 27544 ARM: make the machid configurable via the environment 27545 27546 If the variable "machid" exists, let do_bootm_linux use that instead 27547 of bd->bi_arch_number. 27548 27549 Signed-off-by: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com> 27550 27551commit dd24058407c5add45cc60aec6c757ddc1a17e1b0 27552Author: Vlad Lungu <vlad@comsys.ro> 27553Date: Wed Jan 23 16:34:46 2008 +0200 27554 27555 Use #ifdef CONFIG_FSLDMAFEC 27556 27557 MCD_tasks.c lacks [subject] so compilation of mips targets (and more, probably) 27558 fails 27559 27560 Signed-off-by: Vlad Lungu <vlad@comsys.ro> 27561 27562commit 26c7bab81e08dc7bd696c48f753428a829629bd8 27563Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 27564Date: Sat Jan 19 10:25:59 2008 +0900 27565 27566 common/miiphyutil.c: Cleanup MII_DEBUG and debug() 27567 27568 Current MII_DEBUG is confusing in two ways. One is useless define-then- 27569 undef at the top of the file. The other is there is only one debug() in 27570 this file, and that doesn't seem worthwhile to bother having MII_DEBUG. 27571 While there are many useful printf()/puts() debug codes, but they are for 27572 DEBUG, not for MII_DEBUG. 27573 27574 This patch tries to put them all together into MII_DEBUG and debug(). 27575 27576 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 27577 27578commit 751b9b5189f3274b03c809172631316d6b002c82 27579Author: Kyungmin Park <kmpark@infradead.org> 27580Date: Thu Jan 17 16:43:25 2008 +0900 27581 27582 OneNAND Initial Program Loader (IPL) support 27583 27584 This patch enables the OneNAND boot within U-Boot. 27585 Before this work, we used another OneNAND IPL called X-Loader based 27586 on open source. With this work, we can build the oneboot.bin image 27587 without other program. 27588 27589 The build sequence is simple. 27590 First, it compiles the u-boot.bin 27591 Second, it compiles OneNAND IPL 27592 Finally, it becomes the oneboot.bin from OneNAND IPL and u-boot.bin 27593 The mechanism is similar with NAND boot except it boots from itself. 27594 27595 Another thing is that you can only use the OneNAND IPL only to work 27596 other bootloader such as RedBoot and so on. 27597 27598 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> 27599 27600commit 21f6f9636f0e978397548751347425fbf8d42bb3 27601Author: Andy Fleming <afleming@freescale.com> 27602Date: Wed Jan 16 13:06:59 2008 -0600 27603 27604 Fix CONFIG_MMC usage in fat code 27605 27606 A #if statement in fat.c depended on CONFIG_MMC, instead of 27607 defined(CONFIG_MMC). This meant CONFIG_MMC needed to be defined 27608 as "1" rather than just defined. Now it's better. 27609 27610 Signed-off-by: Andy Fleming <afleming@freescale.com> 27611 27612commit f57d7d364ce189e39b0a64338d2f8012c074a2bd 27613Author: Rafal Jaworowski <raj@semihalf.com> 27614Date: Tue Jan 15 12:52:31 2008 +0100 27615 27616 ppc: Refactor cache routines, so there is only one common set. 27617 27618 Signed-off-by: Rafal Jaworowski <raj@semihalf.com> 27619 27620commit 3f2ac8f928c76cbd2374437b2d079f8b4324aaba 27621Author: Jon Loeliger <jdl@jdl.com> 27622Date: Wed Jan 23 15:55:02 2008 -0600 27623 27624 86xx: Fix compilation warning in sys_eprom.c 27625 27626 sys_eeprom.c:82:9: warning: unknown escape sequence '\/' 27627 27628 Signed-off-by: Jon Loeliger <jdl@freescale.com> 27629 27630commit 65230107025733e89e28fd5e5cfd916d4953c28a 27631Author: Haavard Skinnemoen <hskinnemoen at> 27632Date: Fri Feb 22 11:40:50 2008 +0000 27633 27634 Move AT91RM9200DK board support under board/atmel 27635 27636 We already have a vendor subdir for Atmel, so we should use it. 27637 27638 Signed-off-by: Haavard Skinnemoen <hskinnemoen <at> atmel.com> 27639 27640commit 6d0943a6be99977d6d853d51749e9963d68eb192 27641Author: Andreas Engel <andreas.engel@ericsson.com> 27642Date: Mon Jan 14 09:06:52 2008 +0000 27643 27644 ARM: cleanup duplicated exception handlingcode 27645 27646 Move duplicated exception handling code into lib_arm. 27647 27648 Signed-off-by: Andreas Engel <andreas.engel@ericsson.com> 27649 27650commit ea8d989f4ef8203e1c0291e62435a8c62e3cfb29 27651Author: Timo Tuunainen <timo.tuunainen@sysart.fi> 27652Date: Fri Feb 1 10:09:03 2008 +0000 27653 27654 Support for Artila M-501 starter kit 27655 27656 Kimmo Leppala / Sysart and 27657 Timo Tuunainen / Sysart 27658 27659commit 9604b6e53ddae4fe00a488cbcd6b0e6cb344bccc 27660Author: Stelian Pop <stelian@popies.net> 27661Date: Mon Feb 11 10:50:19 2008 +0000 27662 27663 AT91CAP9 support 27664 27665 --------------------------------- 27666 27667 read_dataflash() takes a signed char pointer as a parameter. Silence a 27668 few warnings dues to incorrect parameter types in env_dataflash.c. 27669 27670 Signed-off-by: Stelian Pop <stelian@popies.net> 27671 27672commit 64e8a06af68cda174a8a06d0a61fce5e5bb189d7 27673Author: Stelian Pop <stelian@popies.net> 27674Date: Thu Feb 7 09:42:57 2008 +0000 27675 27676 AT91CAP9 support : move board files to Atmel vendor directory. 27677 27678 AT91CAP9 support : move at91cap9adk board files to Atmel vendor directory. 27679 27680 Signed-off-by: Stelian Pop <stelian@popies.net> 27681 27682commit 7263ef191b87da94768f762c7093bedeb70db98f 27683Author: Stelian Pop <stelian at> 27684Date: Thu Jan 3 21:15:56 2008 +0000 27685 27686 AT91CAP9 support : MACB changes 27687 27688 Signed-off-by: Stelian Pop <stelian <at> popies.net> 27689 Acked-by: Haavard Skinnemoen <hskinnemoen <at> atmel.com> 27690 27691commit 6afcabf11d7321850f4feaadfee841488ace54c5 27692Author: Stelian Pop <stelian@popies.net> 27693Date: Thu Feb 7 16:37:54 2008 +0000 27694 27695 AT91CAP9 support : board/ files 27696 27697 Signed-off-by: Stelian Pop <stelian@popies.net> 27698 27699commit fefb6c10928caa9e71335cad64dcb65c83fce8ab 27700Author: Stelian Pop <stelian at> 27701Date: Wed Jan 30 21:15:54 2008 +0000 27702 27703 AT91CAP9 support : cpu/ files 27704 27705 Signed-off-by: Stelian Pop <stelian <at> popies.net> 27706 27707commit fa506a926cec348805143576c941f8e61b333cc0 27708Author: Stelian Pop <stelian@popies.net> 27709Date: Thu Jan 31 21:15:53 2008 +0000 27710 27711 AT91CAP9 support : include/ files 27712 27713 Signed-off-by: Stelian Pop <stelian@popies.net> 27714 27715commit 20b197c6f2799af399a68f96a1aff543a75621b8 27716Author: Stelian Pop <stelian@popies.net> 27717Date: Sun Jan 20 19:49:21 2008 +0000 27718 27719 AT91CAP9 support : build integration 27720 27721 Signed-off-by: Stelian Pop <stelian@popies.net> 27722 27723commit d49fe4bed5b69ec910909d1bd62da23ecd8801fd 27724Author: Stelian Pop <stelian@popies.net> 27725Date: Sun Jan 20 21:07:00 2008 +0000 27726 27727 Improve DataFlash CS definition. 27728 27729 Use a structure instead of the error prone unnamed array to 27730 define the possible dataflash banks. 27731 27732 Signed-off-by: Stelian Pop <stelian@popies.net> 27733 27734commit a6cdd21b56014208706238712a853a9e9a0a2290 27735Author: Stelian Pop <stelian@popies.net> 27736Date: Sat Jan 19 21:09:35 2008 +0000 27737 27738 Fix arm926ejs compile when SKIP_LOWLEVEL_INIT is on 27739 27740 Fix arm926ejs compile when SKIP_LOWLEVEL_INIT is on. 27741 27742 cpu/arm926ejs/start.o: In function `cpu_init_crit': 27743 .../cpu/arm926ejs/start.S:227: undefined reference to `lowlevel_init' 27744 27745 Signed-off-by: Stelian Pop <stelian@popies.net> 27746 27747commit ea686f52e45b3df2938866d3f5a98bb2556dfe2b 27748Author: Peter Pearse <peter.pearse@arm.com> 27749Date: Fri Feb 1 16:50:24 2008 +0000 27750 27751 Fix timer overflow in DaVinci 27752 Signed-off-by: Dirk Behme <dirk.behme@gmail.com> 27753 27754commit f4e7cbfcb0fcbc325a2bcfea7e00e3dd37f93846 27755Author: Peter Pearse <peter.pearse@arm.com> 27756Date: Fri Feb 1 16:49:08 2008 +0000 27757 27758 Update board NetStar 27759 Signed-off-by: Ladislav Michl <ladis@linux-mips.org> 27760 27761commit b7f6193e76651e1fd606e46eb11915b53cb6618b 27762Author: Niklaus Giger <niklaus.giger@netstal.com> 27763Date: Tue Feb 5 10:26:42 2008 +0100 27764 27765 ppc4xx: HCU4/5. Fix make O=../xx 27766 27767 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com> 27768 27769commit 29e3500cbc43c89eff6e720ca83e375deeecd9b3 27770Author: Larry Johnson <lrj@acm.org> 27771Date: Tue Jan 22 08:51:59 2008 -0500 27772 27773 ppc4xx: Add CONFIG_4xx_DCACHE compile switch to Denali-core SPD code 27774 27775 Signed-off-by: Larry Johnson <lrj@acm.org> 27776 27777commit fe891ecf4d187e9d11dde869ed4623af52b54451 27778Author: Hiroshi Ito <ito@mlb.co.jp> 27779Date: Thu Jan 31 18:35:04 2008 +0900 27780 27781 NFS Timeout with large files. 27782 27783 Retry to send NFS packet before reaching timeout. 27784 27785 Signed-off-by: Hiroshi Ito <ito@mlb.co.jp> 27786 27787commit 88f72527f5b89c0905ad5c36cc2ef8d29dd6bbf0 27788Author: Johannes Stezenbach <js@sig21.net> 27789Date: Tue Jan 29 00:11:25 2008 +0100 27790 27791 Add dependencies to avoid race conditions with parallel make. 27792 27793 Signed-off-by: Johannes Stezenbach <js@sig21.net> 27794 27795commit 6d1b6f9f89c815eaca44acff8e73ece7181f61b6 27796Author: Mike Frysinger <vapier@gentoo.org> 27797Date: Mon Jan 28 05:46:01 2008 -0500 27798 27799 Mark board_init_[fr] as noreturn 27800 27801 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 27802 27803commit 161b2af4d7b48fd602ce333c355a4df0337892bb 27804Author: Mike Frysinger <vapier@gentoo.org> 27805Date: Mon Jan 28 05:28:50 2008 -0500 27806 27807 Only use TEXT_BASE if defined by the board 27808 27809 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 27810 27811commit 1b769881750030f10743808b9d6013e11f559350 27812Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 27813Date: Fri Jan 25 07:54:47 2008 +0100 27814 27815 Fix remaining CONFIG_COMMANDS 27816 27817 update comments 27818 Fix coding style 27819 27820 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 27821 27822commit 0c9d42e6b0b83d507335a291e3ea99240038f4b9 27823Author: Niklaus Giger <niklaus.giger@netstal.com> 27824Date: Mon Jan 21 16:46:00 2008 +0100 27825 27826 Add *~ to .gitignore 27827 27828 One should never add a backup file ending in with ~ to the git repository. 27829 27830 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com> 27831 27832commit 3cfb0c51b2bb5ede54eca85ace5b1ba12be314b0 27833Author: Kumar Gala <galak@kernel.crashing.org> 27834Date: Thu Jan 17 00:02:10 2008 -0600 27835 27836 Remove duplicate defines for ARRAY_SIZE 27837 27838 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 27839 27840commit c77ce474b1c57b13e9d36d9830f147966c143694 27841Author: Stelian Pop <stelian@popies.net> 27842Date: Mon Jan 14 22:08:14 2008 +0100 27843 27844 Fix incorrect address test in AT91F_DataflashSelect(). 27845 27846 Signed-off-by: Stelian Pop <stelian@popies.net> 27847 27848commit d9ad115bbf7bb0842de7dbd2502b7e430f83cc3d 27849Author: Kumar Gala <galak@kernel.crashing.org> 27850Date: Wed Feb 13 15:09:58 2008 -0600 27851 27852 Fix building of fdt_support.c if DEBUG set 27853 27854 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 27855 27856commit ccd6e1464e5396bc1a9aebf7077ddf4342eafe03 27857Author: Jon Loeliger <jdl@freescale.com> 27858Date: Tue Feb 12 14:53:28 2008 -0600 27859 27860 Add CFG_MPC86xx_DDR_ADDR and CFG_MPC86xx_DDR2_ADDR symbols 27861 27862 These replace direct structure references for IMMR sections. 27863 27864 Signed-off-by: Jon Loeliger <jdl@freescale.com> 27865 27866commit c62776be8dca4097ca03d4f9415f08d4887b45d0 27867Author: Wolfgang Denk <wd@denx.de> 27868Date: Tue Feb 12 00:45:06 2008 +0100 27869 27870 Get rid of "#undef DEBUG" from board config files. 27871 27872 Signed-off-by: Wolfgang Denk <wd@denx.de> 27873 27874commit 73bf1e2de7862bcdbd5a9f993b3e84b67c8ea9c8 27875Author: Timur Tabi <timur@freescale.com> 27876Date: Tue Jan 15 17:09:41 2008 -0600 27877 27878 Remove #undef DEBUG from MPC83xx board header files 27879 27880 Remove the "#undef DEBUG" line from all Freescale 83xx board header files. 27881 The inclusion of this line makes it impossible to enable debug code in 27882 other source files, because "#define DEBUG" typically needs to be defined 27883 before any header files are included. 27884 27885 Signed-off-by: Timur Tabi <timur@freescale.com> 27886 27887commit 69018ce2e086e9caf35b914d675b82bc4888f077 27888Author: Kumar Gala <galak@kernel.crashing.org> 27889Date: Thu Jan 17 08:25:45 2008 -0600 27890 27891 QE: Move FDT support into a common file 27892 27893 Move the flat device tree setup for QE related devices into 27894 a common file shared between 83xx & 85xx platforms that have QE's. 27895 27896 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 27897 27898commit 5cf746c303710329f8040d9c62ee354313e3e91f 27899Author: Marian Balakowicz <m8@semihalf.com> 27900Date: Thu Jan 31 13:59:09 2008 +0100 27901 27902 [new uImage] Move kernel data find code to get_kernel() routine 27903 27904 Verification of the kernel image (in old format) and finding kernel 27905 data is moved to a dedicated routine. The routine will also hold 27906 support for, to be added, new image format. 27907 27908 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 27909 27910commit 7b325454fd231d4273de3fe373850f777fb086bf 27911Author: Marian Balakowicz <m8@semihalf.com> 27912Date: Thu Jan 31 13:58:20 2008 +0100 27913 27914 [new uImage] Cleanup FDT handling in PPC do_boot_linux() 27915 27916 Move FDT blob finding and relocation to a dedicated 27917 get_fdt() routine. It increases code readability and 27918 will make adding support for new uImage format easier. 27919 27920 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 27921 27922commit b6b0fe6460b7063ac60b9a3531ef210aedb31451 27923Author: Marian Balakowicz <m8@semihalf.com> 27924Date: Thu Jan 31 13:58:13 2008 +0100 27925 27926 [new uImage] Cleanup do_botm_linux() boot allocations 27927 27928 This patch moves common pre-boot allocation steps shared between PPC 27929 and M68K to a helper routines: 27930 27931 common: 27932 - get_boot_sp_limit() 27933 - get_boot_cmline() 27934 - get_boot_kbd() 27935 27936 platform: 27937 - set_clocks_in_mhz() 27938 27939 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 27940 27941commit ceaed2b1e54ebf14d600e02fef016c8df5cc4d40 27942Author: Marian Balakowicz <m8@semihalf.com> 27943Date: Thu Jan 31 13:57:17 2008 +0100 27944 27945 [new uImage] Move ramdisk loading to a common routine 27946 27947 Ramdisk loading code, including initrd_high variable handling, 27948 was duplicated for PPC and M68K platforms. This patch creates 27949 common helper routine that is being called from both platform 27950 do_bootm_linux() routines. 27951 27952 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 27953 27954commit 68d4f05e6b2383a442fb71f80f2a9fbb3d8def68 27955Author: Marian Balakowicz <m8@semihalf.com> 27956Date: Thu Jan 31 13:55:53 2008 +0100 27957 27958 [new uImage] Removed dead ramdisk code on microblaze architectures 27959 27960 Microblaze do_bootm_linux() includes ramdisk processing code but 27961 the ramdisk does not get used anywhere later on. 27962 27963 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 27964 27965commit 5ad03eb3854c162684222a718b44c0716ea0db03 27966Author: Marian Balakowicz <m8@semihalf.com> 27967Date: Thu Jan 31 13:55:39 2008 +0100 27968 27969 [new uImage] Factor out common image_get_ramdisk() routine 27970 27971 Architecture specific do_bootm_linux() routines share common 27972 ramdisk image processing code. Move this code to a common 27973 helper routine. 27974 27975 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 27976 27977commit d3c5eb6dd1f4ed3c3388386cf1d1bf82aa51d56b 27978Author: Marian Balakowicz <m8@semihalf.com> 27979Date: Thu Jan 31 13:20:08 2008 +0100 27980 27981 [new uImage] Move FDT error printing to common fdt_error() routine 27982 27983 FDT error handling in PPC do_bootm_linux() shares the same message format. 27984 This patch moves error message printing to a helper fdt_error() routine. 27985 27986 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 27987 Acked-by: Gerald Van Baren <vanbaren@cideas.com> 27988 27989commit 42b73e8ee00d48004791dea64b8093fb974c57e1 27990Author: Marian Balakowicz <m8@semihalf.com> 27991Date: Thu Jan 31 13:20:07 2008 +0100 27992 27993 [new uImage] Factor out common routines for getting os/arch/type/comp names 27994 27995 Move numeric-id to name translation for image os/arch/type/comp header 27996 fields to a helper routines: image_get_os_name(), image_get_arch_name(), 27997 image_get_type_name(), image_get_comp_name(). 27998 27999 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 28000
28001commit e99c26694a384221d336f6448c06a57479c0baa4 28002Author: Marian Balakowicz <m8@semihalf.com> 28003Date: Thu Jan 31 13:20:07 2008 +0100 28004 28005 [new uImage] Remove standalone applications handling from boootm 28006 28007 Standalone applications are supposed to be run using the "go" command. 28008 This patch removes standalone images handling from the do_bootm(). 28009 28010 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 28011 28012commit 4a2ad5ff6400698433dd7203d34939c3c9cc9bff 28013Author: Marian Balakowicz <m8@semihalf.com> 28014Date: Thu Jan 31 13:20:07 2008 +0100 28015 28016 [new uImage] Remove OF_FLAT_TREE support from PPC bootm code 28017 28018 Support for OF_FLAT_TREE is to be obsoleted in the near future, 28019 remove related code from the bootm routines. 28020 28021 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 28022 28023commit 82850f3d32a2661868ec6876bed7a22c55cef718 28024Author: Marian Balakowicz <m8@semihalf.com> 28025Date: Thu Jan 31 13:20:06 2008 +0100 28026 28027 [new uImage] Use image API in SH do_bootm_linux() routine 28028 28029 Introduce image handling API for lately added Hitachi SH architecture. 28030 28031 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 28032 28033commit 4a995edec1ac163d9326d143ffe2b47e7543407f 28034Author: Marian Balakowicz <m8@semihalf.com> 28035Date: Thu Jan 31 13:20:06 2008 +0100 28036 28037 [new uImage] Rename architecture specific bootm code files 28038 28039 Implementation of the do_bootm_linux() and other bootm helper routines is 28040 architecture specific code. As such it resides in lib_<arch> directories 28041 in files named <arch>_linux.c 28042 28043 This patch renames those files to a more clear and accurate 28044 lib_<arch>/bootm.c form. 28045 28046 List of the renamed files: 28047 lib_arm/armlinux.c -> lib_arm/bootm.c 28048 lib_avr32/avr32_linux.c -> lib_avr32/bootm.c 28049 lib_blackfin/bf533_linux.c -> lib_blackfin/bootm.c 28050 lib_i386/i386_linux.c -> lib_i386/bootm.c 28051 lib_m68k/m68k_linux.c -> lib_m68k/bootm.c 28052 lib_microblaze/microblaze_linux.c -> lib_microblaze/bootm.c 28053 lib_mips/mips_linux.c -> lib_mips/bootm.c 28054 lib_nios/nios_linux.c -> lib_nios/bootm.c 28055 lib_nios2/nios_linux.c -> lib_nios2/bootm.c 28056 lib_ppc/ppc_linux.c -> lib_ppc/bootm.c 28057 lib_sh/sh_linux.c -> lib_sh/bootm.c 28058 28059 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 28060 28061commit 7582438c285bf0cef82909d0f232de64ec567a8a 28062Author: Marian Balakowicz <m8@semihalf.com> 28063Date: Thu Jan 31 13:20:06 2008 +0100 28064 28065 [new uImage] Return error on image move/uncompress overwrites 28066 28067 Check for overwrites during image move/uncompress, return with error 28068 when the original image gets corrupted. Report clear message to the user 28069 and prevent further troubles when pointer to the corrupted images is passed 28070 to do_bootm_linux routine. 28071 28072 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 28073 28074commit f13e7b2e993c61fed1f607962501e051940d6e80 28075Author: Marian Balakowicz <m8@semihalf.com> 28076Date: Tue Jan 8 18:12:17 2008 +0100 28077 28078 [new uImage] Cleanup image header pointer use in bootm code 28079 28080 - use single image header pointer instead of a set of auxilliary variables. 28081 - add multi component image helper routines: get component size/data address 28082 28083 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 28084 28085commit 1ee1180b6e93e56d0282ac8d943e448e9d0eab20 28086Author: Marian Balakowicz <m8@semihalf.com> 28087Date: Tue Jan 8 18:17:10 2008 +0100 28088 28089 [new uImage] Cleanup cmd_bootm.c 28090 28091 - sort and cleanup headers, declarations, etc. 28092 - group related routines 28093 - cleanup indentation, white spaces 28094 28095 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 28096 28097commit af13cdbc01eaf88880978bfb4f603e012818ba24 28098Author: Marian Balakowicz <m8@semihalf.com> 28099Date: Tue Jan 8 18:11:45 2008 +0100 28100 28101 [new uImage] Add memmove_wd() common routine 28102 28103 Move common, watchdog sensible memmove code to a helper memmmove_wd() routine. 28104 28105 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 28106 28107commit 958fc48abddeab513ea4847e34f22a2e9fe67fe1 28108Author: Marian Balakowicz <m8@semihalf.com> 28109Date: Tue Jan 8 18:11:44 2008 +0100 28110 28111 [new uImage] Fix FDT header verification in PPC do_boot_linux() routine 28112 28113 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 28114 28115commit 15158971f49255ccef54f0979a942cfd3de2ae52 28116Author: Marian Balakowicz <m8@semihalf.com> 28117Date: Tue Jan 8 18:11:44 2008 +0100 28118 28119 [new uImage] Fix uImage header pointer use in i386 do_bootm_linux() 28120 28121 Use image header copy instead of a (possibly corrupted) pointer to 28122 a initial image location. 28123 28124 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 28125 28126commit 261dcf4624b25f3c551efcf8634e9194fabba9c3 28127Author: Marian Balakowicz <m8@semihalf.com> 28128Date: Tue Jan 8 18:11:44 2008 +0100 28129 28130 [new uImage] Remove I386 uImage fake_header() routine 28131 28132 I386 targets are not using a uImage format, instead fake header 28133 is added to ram image before it is further processed by bootm. 28134 28135 Remove this fixup and force proper uImage use for I386. 28136 28137 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 28138 28139commit 559316faf7eae0614c91d77f509b57d6c4c091ba 28140Author: Marian Balakowicz <m8@semihalf.com> 28141Date: Tue Jan 8 18:11:44 2008 +0100 28142 28143 [new uImage] Move CHUNKSZ definition to image.h 28144 28145 CHUNKSZ defined for PPC and M68K is set to the same value of 64K, 28146 move this definition to a common header. 28147 28148 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 28149 28150commit 321359f20823e0b8c5ad38b64d007a6c48cda16e 28151Author: Marian Balakowicz <m8@semihalf.com> 28152Date: Tue Jan 8 18:11:43 2008 +0100 28153 28154 [new uImage] Move gunzip() common code to common/gunzip.c 28155 28156 Move gunzip(), zalloc() and zfree() to a separate file. 28157 Share zalloc() and zfree() with cramfs uncompress routine. 28158 28159 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 28160 28161commit d45d5a18b6b36688f2365623f9d550566c664b5b 28162Author: Marian Balakowicz <m8@semihalf.com> 28163Date: Tue Jan 8 18:11:43 2008 +0100 28164 28165 [new uImage] Cleanup OF/FDT #if/#elif/#endif use in do_bootm_linux() 28166 28167 Make CONFIG_OF_LIBFDT and CONFIG_OF_FLAT_TREE use more 28168 readable in PPC variant of do_bootm_linux() routine. 28169 28170 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 28171 28172commit 5d3cc55ecbae277e08f5ff771da20b1d6a36ec36 28173Author: Marian Balakowicz <m8@semihalf.com> 28174Date: Tue Jan 8 18:11:43 2008 +0100 28175 28176 [new uImage] Move PPC do_bootm_linux() to lib_ppc/ppc_linux.c 28177 28178 PPC implementation of do_bootm_linux() routine is moved to 28179 a dedicated file lib_ppc/ppc_linux.c 28180 28181 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 28182 28183commit b97a2a0a21f279d66de8a9bdbfe21920968bcb1c 28184Author: Marian Balakowicz <m8@semihalf.com> 28185Date: Tue Jan 8 18:14:09 2008 +0100 28186 28187 [new uImage] Define a API for image handling operations 28188 28189 - Add inline helper macros for basic header processing 28190 - Move common non inline code common/image.c 28191 - Replace direct header access with the API routines 28192 - Rename IH_CPU_* to IH_ARCH_* 28193 28194 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 28195 28196commit ed29bc4e8142b46b626f67524207b36e43d9aad6 28197Author: Marian Balakowicz <m8@semihalf.com> 28198Date: Thu Jan 31 13:19:58 2008 +0100 28199 28200 Add missing cmd_ximg.o to common/Makefile 28201 28202 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 28203 28204commit 37e3c62fa07a823e7569c872e3a9395d227ed8e3 28205Author: Grzegorz Bernacki <gjb@semihalf.com> 28206Date: Mon Jan 28 10:15:02 2008 +0100 28207 28208 ADS5121e: DDR2 init/timing update. 28209 28210 Signed-off-by: John Rigby <jrigby@freescale.com> 28211 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com> 28212 28213commit ac9152830d7fdebace8a260b7737ef2870c21ca0 28214Author: John Rigby <jrigby@freescale.com> 28215Date: Wed Jan 30 13:36:57 2008 -0700 28216 28217 Device tree updates 28218 28219 Changes to match 5121 device tree going mainline in 2.6.25. 28220 28221 Change OF_SOC from "soc5121" to plain "soc". 28222 Remove unneeded "ref-frequency" fixups. 28223 Remove "address" enetaddr fixup. 28224 28225 Add bus-frequency fixup for old OF_SOC so old 28226 kernels with old device trees will work with new 28227 u-boot with 66MHz IPS clock 28228 28229 Signed-off-by: John Rigby <jrigby@freescale.com> 28230 28231commit de55d18df3ff2ea614624e74793de7c43520e0e7 28232Author: John Rigby <jrigby@freescale.com> 28233Date: Wed Jan 30 13:36:56 2008 -0700 28234 28235 Change IPS freq to 66MHz 28236 28237 Recommended frequency is 66MHz 28238 Change divider from 4 to 3. 28239 28240 Signed-off-by: John Rigby <jrigby@freescale.com> 28241 28242commit cd9cb62f9d8b78d6c3af5d1e9b5a3d68a3d73974 28243Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 28244Date: Mon Jan 14 22:38:55 2008 +0100 28245 28246 xsengine: rename board_post_init to board_late_init 28247 28248 missing migration from "Cleanup of some init functions" 28249 in c837dcb1a316745092567bfe4fb266d0941884ff 28250 28251 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 28252 28253commit 8dafa87476b0d7170e219c2f5e3842c833a91807 28254Author: Larry Johnson <lrj@acm.org> 28255Date: Sat Jan 12 23:35:33 2008 -0500 28256 28257 Add attribute POST_PREREL to ECC memory POST 28258 28259 Signed-off-by: Larry Johnson <lrj@acm.org> 28260 28261commit ed2cf548cac80cd3cf8154dcfe7b2685bef45938 28262Author: Kumar Gala <galak@kernel.crashing.org> 28263Date: Thu Jan 17 08:25:45 2008 -0600 28264 28265 QE: Move FDT support into a common file 28266 28267 Move the flat device tree setup for QE related devices into 28268 a common file shared between 83xx & 85xx platforms that have QE's. 28269 28270 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 28271 28272commit d38da537943cd36356b9d3d9d9b60533554b81d8 28273Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 28274Date: Wed Jan 23 17:20:14 2008 +0100 28275 28276 AVR32: Make SDRAM refresh rate configurable 28277 28278 The existing code assumes the SDRAM row refresh period should always 28279 be 15.6 us. This is not always true, and indeed on the ATNGW100, the 28280 refresh rate should really be 7.81 us. 28281 28282 Add a refresh_period member to struct sdram_info and initialize it 28283 properly for both ATSTK1000 and ATNGW100. Out-of-tree boards will 28284 panic() until the refresh_period member is updated properly. 28285 28286 Big thanks to Gerhard Berghofer for pointing out this issue. 28287 28288 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 28289 28290commit 61151cccb660cdb06a07fb283de6089913d7bde0 28291Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 28292Date: Thu Apr 19 10:10:11 2007 +0200 28293 28294 ATSTK1000: Fix potential flash programming bug 28295 28296 The (now obsolete) atngw100 flash programming code was having problems 28297 programming the onboard at49bv642 chip. The atstk1000 flash 28298 programming code may have the same bug, so import fix for this problem 28299 from the AVR32 Linux BSP. 28300 28301 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 28302 28303commit b2e1d5b64469f10dfcce27f7b0afd935684a8e11 28304Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 28305Date: Thu Nov 22 17:04:13 2007 +0100 28306 28307 ATSTK1004: Fix comment about default load address 28308 28309 The default load address is SDRAM + 2MB, not SDRAM + 4MB. The latter 28310 wouldn't have worked anyway since the board can only access 4MB of 28311 SDRAM. 28312 28313 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 28314 28315commit 8269ab53608d8db2aa06969c337ab0b0518211e5 28316Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 28317Date: Thu Nov 22 17:01:24 2007 +0100 28318 28319 ATSTK1002: Use SDRAM + 4MB as default load address 28320 28321 Many people run into problems when they compile a big kernel and load 28322 the uImage at the default SDRAM + 2MB address as the kernel will 28323 overwrite the uImage as it is being unpacked. Increase the default 28324 load address so that we can load a 4MB kernel image without any 28325 problems. 28326 28327 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 28328 28329commit 2bcacc2d841b77f3d2d3910db722003742727e9f 28330Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 28331Date: Thu Nov 22 16:51:39 2007 +0100 28332 28333 ATNGW100: Fix default mtest range 28334 28335 Let mtest cover the whole SDRAM except the last megabyte, which is 28336 where u-boot lives. 28337 28338 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 28339 28340commit 9856a6b3104e0bc210b0868dfe691c52bf03c227 28341Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 28342Date: Tue Jan 22 15:31:56 2008 +0900 28343 28344 sh: Fix register address of SH7722. 28345 28346 The address of SH7722 is wrong by old document. 28347 This patch fixes this problem. 28348 28349 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 28350 28351commit 30942b18b66f35f2ceedab39af10e9eccaa943cc 28352Author: Mike Frysinger <vapier@gentoo.org> 28353Date: Mon Feb 4 19:26:57 2008 -0500 28354 28355 new command for displaying strings at specified memory locations 28356 28357 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 28358 28359commit b58d8b48e25b0c866d167cc577f118f528cd9e0a 28360Author: Mike Frysinger <vapier@gentoo.org> 28361Date: Mon Feb 4 19:26:57 2008 -0500 28362 28363 rewrite/cleanup Blackfin RTC driver 28364 28365 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 28366 28367commit 94a91e248b71c3ff951fc27cff6909e82ca37d15 28368Author: Mike Frysinger <vapier@gentoo.org> 28369Date: Mon Feb 4 19:26:57 2008 -0500 28370 28371 generate u-boot.ldr for Blackfin targets 28372 28373 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 28374 28375commit b779f7a59530436040f157f7841db7ab796542df 28376Author: Mike Frysinger <vapier@gentoo.org> 28377Date: Mon Feb 4 19:26:57 2008 -0500 28378 28379 scrub unused symbols 28380 28381 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 28382 28383commit cc2977acc3bbbb7850f16645dd1081f95335868d 28384Author: Mike Frysinger <vapier@gentoo.org> 28385Date: Mon Feb 4 19:26:57 2008 -0500 28386 28387 move Blackfin cpu object list to respective cpu directories 28388 28389 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 28390 28391commit d0b01a246d0a351bc7dce1d0c9cf6aebdf6d7505 28392Author: Mike Frysinger <vapier@gentoo.org> 28393Date: Mon Feb 4 19:26:57 2008 -0500 28394 28395 interface to Blackfin on-chip One-Time-Programmable memory 28396 28397 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 28398 28399commit 4c727c77e43872d3a1d1f76a949fcb3f26a38788 28400Author: Mike Frysinger <vapier@gentoo.org> 28401Date: Mon Feb 4 19:26:56 2008 -0500 28402 28403 add support for memory commands with Blackfin L1 instruction memory 28404 28405 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 28406 28407commit 6b9097e5e7490aa7b828c6f1a1c7a0e875df8464 28408Author: Mike Frysinger <vapier@gentoo.org> 28409Date: Mon Feb 4 19:26:56 2008 -0500 28410 28411 use C code rather than inline assembly 28412 28413 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 28414 28415commit 97c26e006d2fa6d4e1560933ee6f385d8b8908b9 28416Author: Mike Frysinger <vapier@gentoo.org> 28417Date: Mon Feb 4 19:26:56 2008 -0500 28418 28419 add Blackfin-specific reginfo command 28420 28421 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 28422 28423commit 0858b835e7ea501ea084d34cef75932f098342bb 28424Author: Mike Frysinger <vapier@gentoo.org> 28425Date: Mon Feb 4 19:26:55 2008 -0500 28426 28427 add support for Blackfin symbol prefixes to examples 28428 28429 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 28430 28431commit 8dc48d71a4be753ea9f84956cd33600de35fad04 28432Author: Mike Frysinger <vapier@gentoo.org> 28433Date: Mon Feb 4 19:26:55 2008 -0500 28434 28435 add Blackfin-specific bdinfo command 28436 28437 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 28438 28439commit 0003613e3c7df3b84b2cb92e797d77f46f15a43a 28440Author: Mike Frysinger <vapier@gentoo.org> 28441Date: Mon Feb 4 19:26:55 2008 -0500 28442 28443 move -ffixed-P5 to blackfin_config.mk and drop unused -D__BLACKFIN__ 28444 28445 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 28446 28447commit 60fa72d65610c7ef33e1d6db858979d05ff0df58 28448Author: Mike Frysinger <vapier@gentoo.org> 28449Date: Mon Feb 4 19:26:55 2008 -0500 28450 28451 unify the Blackfin board targets 28452 28453 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 28454 28455commit d4d7730853e5d675f76ec666807da3028c91d592 28456Author: Mike Frysinger <vapier@gentoo.org> 28457Date: Mon Feb 4 19:26:55 2008 -0500 28458 28459 punt Blackfin VDSP headers and import sanitized/auto-generated ones 28460 28461 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 28462 28463commit 6cfcce67671a3425229d66203386fa3cbd0cc3bd 28464Author: Mike Frysinger <vapier@gentoo.org> 28465Date: Mon Feb 4 19:26:54 2008 -0500 28466 28467 always pull in asm/blackfin.h for Blackfin ports 28468 28469 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 28470 28471commit bf53974c2ddae678d7660f2b5ccfeb0732b6f5dc 28472Author: Mike Frysinger <vapier@gentoo.org> 28473Date: Mon Feb 4 19:26:54 2008 -0500 28474 28475 add missing __raw versions of Blackfin read/write io functions 28476 28477 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 28478 28479commit 24e02d0fd3acc50e73e1a3cdd567f0a77946f15d 28480Author: Mike Frysinger <vapier@gentoo.org> 28481Date: Mon Feb 4 19:26:54 2008 -0500 28482 28483 add the default Blackfin logo used by Blackfin boards with splash screens 28484 28485 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 28486 28487commit 4c58eb5552220e425c8af6ac8d2839244a2f57b1 28488Author: Mike Frysinger <vapier@gentoo.org> 28489Date: Mon Feb 4 19:26:54 2008 -0500 28490 28491 add some more Blackfin docs 28492 28493 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 28494 28495commit 32a9f5f2160a034ea87ea651b233ef7c635e55cf 28496Author: Mike Frysinger <vapier@gentoo.org> 28497Date: Mon Feb 4 19:26:54 2008 -0500 28498 28499 make smc91111_eeprom managment simpler by depending on the board configuration file rather than a hardcoded list of boards 28500 28501 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 28502 28503commit 4087bc88cebec75c432a7fe9f6afb545b0919831 28504Author: Mike Frysinger <vapier@gentoo.org> 28505Date: Mon Feb 4 19:26:54 2008 -0500 28506 28507 fix building on Blackfin as the assembler supports the .set syntax, not the = syntax, for assigning symbols 28508 28509 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 28510 28511commit b45264ee85cbd92020640a32e02fb434fd557108 28512Author: Mike Frysinger <vapier@gentoo.org> 28513Date: Mon Feb 4 19:26:53 2008 -0500 28514 28515 add gitignores for Blackfin pieces 28516 28517 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 28518 28519commit a93907c43f847f076dd0e34ee3b69b5e8e6d0d29 28520Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 28521Date: Fri Jan 18 01:14:03 2008 +0100 28522 28523 TFTP: add host ip addr support 28524 28525 allow to use a different server as set in serverip 28526 add CONFIG_TFTP_FILE_NAME_MAX_LEN to configure the file name length 28527 if not defined the max length will be at 128 28528 28529 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 28530 28531commit e56b4b494cd92def577969f9678395aa22d34c9f 28532Author: Timur Tabi <timur@freescale.com> 28533Date: Wed Jan 9 14:35:26 2008 -0600 28534 28535 85xx,86xx: Determine I2C clock frequencies and store in global_data 28536 28537 Update global_data to define i2c1_clk and i2c2_clk to 85xx and 86xx. 28538 28539 Update the get_clocks() function in 85xx and 86xx to determine the I2C 28540 clock frequency and store it in gd->i2c1_clk and gd->i2c2_clk. 28541 28542 Signed-off-by: Timur Tabi <timur@freescale.com> 28543 28544commit 7ec8bb15ee368ea54d48d64867767a704d9ab4c2 28545Author: Wolfgang Denk <wd@denx.de> 28546Date: Thu Dec 27 10:56:54 2007 +0100 28547 28548 OMAP5912: fix FIFO handling in UART driver 28549 28550 According to the OMAP5912 Serial Interfaces Reference Guide (see 28551 http://focus.ti.com/lit/ug/spru760c/spru760c.pdf, page 150), the 28552 FIFO_EN enable bit in the FIFO Control Register (FCR) can only be 28553 changed when the baud clock is not running, i. e. when both DLL and 28554 DLH are set to 0. 28555 28556 Thus make sure that DLL and DLH are 0 when writing the FCR. 28557 28558 Signed-off-by: Wolfgang Denk <wd@denx.de> 28559 28560commit 16158778b5f52f201e95ded2d2d9084b0ed5670d 28561Author: Harald Welte <laforge@openmoko.org> 28562Date: Wed Dec 19 15:10:52 2007 +0100 28563 28564 ARM: S3C24x0 SoC NAND controller support 28565 28566 This patch adds NAND support to the S3C24x0 SoC code in u-boot 28567 28568 Signed-off-by: Harald Welte <laforge@openmoko.org> 28569 28570commit a7c185ed3d9f8ebd85cfc286e1ffee72e4803163 28571Author: Harald Welte <laforge@openmoko.org> 28572Date: Wed Dec 19 14:24:40 2007 +0100 28573 28574 ARM: s3c24xx: Multiple serial port support 28575 28576 This patch adds support for CONFIG_SERIAL_MULTI on s3c24x0 CPU's 28577 28578 Signed-off-by: Harald Welte <laforge@openmoko.org> 28579 28580commit a25f72f1f73a11de68251fb88c89991e202e68fa 28581Author: Harald Welte <laforge@openmoko.org> 28582Date: Wed Dec 19 14:16:57 2007 +0100 28583 28584 ARM: arm920t: Allow use of 'gd' pointer from IRQ 28585 28586 This patch allows us to use the 'gd' pointer (and thus environment 28587 and everything else associated with it) from interrupt context on 28588 arm920t. 28589 28590 Signed-off-by: Harald Welte <laforge@openmoko.org> 28591 28592commit be19bd5cd0f454b63298844a0b5377e029b2caad 28593Author: Harald Welte <laforge@openmoko.org> 28594Date: Wed Dec 19 14:19:38 2007 +0100 28595 28596 ARM: arm920/s3c24xx: IRQ demulitplexer callback 28597 28598 This patch adds a IRQ demultiplexer callback to the arm920 cpu core code, 28599 plus a stub implementation of it for the S3C2410. 28600 28601 The purpose is to allow arm920t implementations such as the s3c24x0 to 28602 implement interrupt handlers in u-boot without having to touch core 28603 arm920t code. 28604 28605 Signed-off-by: Harald Welte <laforge@openmoko.org> 28606 28607commit a41dbbd98d201d8aea31b5d21df4742c20cd7eda 28608Author: Hebbar <gururajakr@sanyo.co.in> 28609Date: Tue Dec 18 16:03:07 2007 -0800 28610 28611 ARM: Display Ethernet info in do_bdinfo only if CONFIG_CMD_NET is defined 28612 28613 Add ifdef to bdinfo command to display ethernet information 28614 only if CONFIG_CMD_NET is defined for arm modules. 28615 28616 Signed-off-by: K R Gururaja Hebbar <gururajakr@sanyo.co.in> 28617 28618commit f7ad79b6f9f0f45437b62e19b45356cc2aaf4884 28619Author: Hebbar <gururajakr@sanyo.co.in> 28620Date: Tue Dec 18 16:00:54 2007 -0800 28621 28622 ARM: add I2C init function call in lib_arm/board.c 28623 28624 Adds I2C init func call to init sequence for ARM boards. This is 28625 present in ppc,blackfin and other processor init sequence. 28626 28627 Signed-off-by: K R Gururaja Hebbar <gururajakr@sanyo.co.in> 28628 28629commit ff02f139804f3cb61414f7bbcbfdaa0279e3efae 28630Author: Stefan Roese <sr@denx.de> 28631Date: Fri Feb 1 09:38:29 2008 +0100 28632 28633 ppc4xx: Fix ndfc HW ECC byte order 28634 28635 The current ndfc HW ECC implementation swaps the first two ECC bytes. 28636 But the 4xx NDFC already uses the SMC (Smart Media Card) ECC ordering, 28637 so this swapping in the HW ECC driver is bogus. This patch fixes this 28638 problem and now really uses the SMC ECC byte order. 28639 28640 Thanks to Sean MacLennan for pointing this out. 28641 28642 Signed-off-by: Stefan Roese <sr@denx.de> 28643 28644commit e1d1429b49b0ee58c80f8c7b29c1ebaf8be7f5f1 28645Author: Stefan Roese <sr@denx.de> 28646Date: Wed Jan 30 15:35:50 2008 +0100 28647 28648 ppc4xx: Fix GPIO configuration for pcs440ep 28649 28650 The SRD0_PFC0 register was not configured correctly to enable the GPIO's 28651 49-63 for GPIO. They have been configured as trace signals. This patch 28652 fixes this by clearing the corresponding bit. 28653 28654 Signed-off-by: Stefan Roese <sr@denx.de> 28655 28656commit 28d77d968bfe0316deb5bf15c17f57d5ff2c8821 28657Author: Stefan Roese <sr@denx.de> 28658Date: Wed Jan 30 14:48:28 2008 +0100 28659 28660 ppc4xx: Fix problem with init-ram bigger than 4k on 440 platforms 28661 28662 Signed-off-by: Stefan Roese <sr@denx.de> 28663 28664commit 4fedfddf97461b88668b9aec774dfb7a0c6dc368 28665Author: Ladislav Michl <ladis@linux-mips.org> 28666Date: Fri Dec 7 00:42:32 2007 +0100 28667 28668 ARM: Board voiceblue update 28669 28670 Signed-off-by: Ladislav Michl <ladis@linux-mips.org> 28671 28672commit 2c5260f711168d5ee91c70ddbb7d897013eefc46 28673Author: Ladislav Michl <ladis@linux-mips.org> 28674Date: Thu Dec 6 23:24:57 2007 +0100 28675 28676 ARM: AT91RM9200 based boards config cleanup 28677 28678 Signed-off-by: Ladislav Michl <ladis@linux-mips.org> 28679 28680 Remove nowhere used struct bd_info_ext, remove trailing whitespaces, fix 28681 indentation. 28682 28683commit 481f28b1db5cd21deb55f69399ba240e107af4c7 28684Author: Ladislav Michl <ladis@linux-mips.org> 28685Date: Thu Dec 6 22:59:16 2007 +0100 28686 28687 ARM: Fix at91rm9200dk base address 28688 28689 Somewhere during development of U-Boot-1.1.3 CONFIG_BOOTBINFUNC was 28690 renamed into CONFIG_INIT_CRITICAL which was 04 Apr 2005 replaced 28691 with CONFIG_SKIP_LOWLEVEL_INIT and CONFIG_SKIP_RELOCATE_UBOOT. 28692 However CONFIG_SKIP_LOWLEVEL_INIT has oposite meaning to 28693 CONFIG_BOOTBINFUNC, so fix configuration to reflect this fact. 28694 I'm sending this patch 4th (!) time in hope it produces at least some 28695 reaction. 28696 28697 Signed-off-by: Ladislav Michl <ladis@linux-mips.org> 28698 28699 Fix at91rm9200dk base and environment address. 28700 28701commit c95219fae2a7add7daa2f91aedca65b1698465c7 28702Author: stefano babic <sbabic@denx.de> 28703Date: Tue Nov 20 10:40:24 2007 +0100 28704 28705 MMC for PXA 27X (resubmit) 28706 28707 MMC support for X_Scale PXA is broken and does not work. 28708 Mainly, the mmc_init() function cannot recognize current SD/MMC cards. 28709 There were already some patches around the world but none of them was 28710 merged into the official u-boot tree. 28711 28712 This patch makes order fixing this issue. Resubmit after code cleanup. 28713 28714 Applied and tested on PXA 270 (TrizepsIV module). 28715 28716 Signed-off-by: Stefano Babic <sbabic@denx.de> 28717 28718commit 96bbfa1e6625ce23a150936863b3ecf4c853eb33 28719Author: stefano babic <sbabic@denx.de> 28720Date: Tue Nov 20 10:37:04 2007 +0100 28721 28722 Fix gcc issues in pxa-regs.h 28723 28724 Fix gcc4 issue. With some toolchain, a previous patch that fixes gcc4 28725 issues generates wrong code. 28726 (Problem was reported with gcc-4.0.2-glibc-2.3.6/arm-softfloat-linux-gnu). 28727 This patch fixes the problem and solves the gcc-4 issues as the linux 28728 kernel does. 28729 28730 Signed-off-by: Stefano Babic <sbabic@denx.de> 28731 Signed-off-by: Dmitry Ivanov <ivadmitry@gmail.com> 28732 28733commit 7047b388876e7b905b2ec4edb8010543e3641b85 28734Author: Jens Gehrlein <sew_s@tqs.de> 28735Date: Tue Jan 29 08:45:03 2008 +0100 28736 28737 TQM834x: enable DHCP 28738 28739 Signed-off-by: Jens Gehrlein <sew_s@tqs.de> 28740 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 28741 28742commit a877004d44ca7dbc1e618add3eeb1da7c84e4bec 28743Author: Jens Gehrlein <sew_s@tqs.de> 28744Date: Tue Jan 29 08:45:02 2008 +0100 28745 28746 TQM834x: support for Spansion N-type Flashes (sector size = 256 KiB at 2x16 Bit). 28747 28748 Signed-off-by: Jens Gehrlein <sew_s@tqs.de> 28749 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 28750 28751commit 8931ab176025b03cfc320b3fd1eca432a88ed560 28752Author: Ben Warren <biggerbadderben@gmail.com> 28753Date: Sat Jan 26 23:41:19 2008 -0500 28754 28755 Fix conditional compilation of mpx8xxx_spi driver 28756 28757 This driver should only compile if CONFIG_MPC8XXX_SPI is set 28758 28759 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 28760 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 28761 28762commit 63f732d3d3880feb531f48af247c025bf01462b0 28763Author: Rafal Jaworowski <raj@semihalf.com> 28764Date: Tue Jan 29 17:00:34 2008 +0100 28765 28766 API: Provide dummy halt() in the glue layer. 28767 28768 This fixes a demo app link failure on platforms configured with CONFIG_PANIC_HANG. 28769 28770 Signed-off-by: Rafal Jaworowski <raj@semihalf.com> 28771 28772commit 0dc1fc22af86d16993388d9ed9630dbaa2d51826 28773Author: Rafal Jaworowski <raj@semihalf.com> 28774Date: Tue Jan 29 16:57:38 2008 +0100 28775 28776 API: Convert conditional building to the new scheme. 28777 28778 This fixes a build breakage with CONFIG_API enabled, which appeared after 28779 the recent changes in the U-Boot build system. 28780 28781 Signed-off-by: Rafal Jaworowski <raj@semihalf.com> 28782 28783commit 98b742489c09780be6a832eeaa4e5eff824792bb 28784Author: Wolfgang Denk <wd@denx.de> 28785Date: Fri Jan 25 09:56:17 2008 +0100 28786 28787 inka4x0: remove dead code 28788 28789 Signed-off-by: Wolfgang Denk <wd@denx.de> 28790 28791commit 4f93f8b1a4d35b6d302842132edba920ef8f62aa 28792Author: Becky Bruce <becky.bruce@freescale.com> 28793Date: Wed Jan 23 16:31:06 2008 -0600 28794 28795 86xx: Add reginfo command 28796 28797 Signed-off-by: Becky Bruce <becky.bruce@freescale.com> 28798 28799commit ddcebcb638715a6278da93b553d5016f99823816 28800Author: Becky Bruce <becky.bruce@freescale.com> 28801Date: Wed Jan 23 16:31:05 2008 -0600 28802 28803 86xx: Add print_laws function to fsl_law.c 28804 28805 This can be used for debug, and will be used by board code 28806 to help implement reginfo. 28807 28808 Signed-off-by: Becky Bruce <becky.bruce@freescale.com> 28809 28810commit 9cd32426f26a0567bb61f339edd83c6a2ce9bfc3 28811Author: Becky Bruce <becky.bruce@freescale.com> 28812Date: Wed Jan 23 16:31:04 2008 -0600 28813 28814 86xx: Remove old-style law setup code 28815 28816 This includes mpc8610hpcd, mpc8641hpcn, and sbc8641d. 28817 28818 Signed-off-by: Becky Bruce <becky.bruce@freescale.com> 28819 28820commit 713d8186649dae874613d495b0cecaa039a98b30 28821Author: Becky Bruce <becky.bruce@freescale.com> 28822Date: Wed Jan 23 16:31:03 2008 -0600 28823 28824 86xx: Convert sbc8641d to use new law setup code. 28825 28826 Signed-off-by: Becky Bruce <becky.bruce@freescale.com> 28827 28828commit 031976f6364b93833e989f57e9f1e023e0be8c4c 28829Author: Becky Bruce <becky.bruce@freescale.com> 28830Date: Wed Jan 23 16:31:02 2008 -0600 28831 28832 86xx: Convert mpc8610hpcd to new law setup method. 28833 28834 Signed-off-by: Becky Bruce <becky.bruce@freescale.com> 28835 28836commit 4933b91f8a49e436681f163df3173beb91cac44a 28837Author: Becky Bruce <becky.bruce@freescale.com> 28838Date: Wed Jan 23 16:31:01 2008 -0600 28839 28840 86xx: Support new law setup method and convert mpc8641 28841 28842 Adds the support code in cpu/mpc86xx for the new law setup code 28843 recently created fsl_law.c, and changes the MPC8641HPCN config 28844 to use this code. 28845 28846 Signed-off-by: Becky Bruce <becky.bruce@freescale.com> 28847 28848commit 1a41f7ce9c086e208c0eabf52565a237af2a2bd1 28849Author: Becky Bruce <becky.bruce@freescale.com> 28850Date: Wed Jan 23 16:31:00 2008 -0600 28851 28852 86xx: Rearrange the sequence in start.S 28853 28854 * split the BAT initialization so that only 2 BATs (for the boot page 28855 and stack) are programmed very early on. The rest are initialized later. 28856 * Move other BAT setup, ccsrbar setup, and law setup later in the code 28857 after translation has been enabled. 28858 28859 These changes will facilitate the moving of law and BAT initialization 28860 to C code, and will aid with 36-bit physical addressing support. 28861 28862 Signed-off-by: Becky Bruce <becky.bruce@freescale.com> 28863 28864commit 33dac03b1b5d61e4fed7bad445ba40b4c97feba0 28865Author: Wolfgang Denk <wd@denx.de> 28866Date: Wed Jan 23 14:41:37 2008 +0100 28867 28868 Coding Style Cleanup; update CHANGELOG 28869 28870 Signed-off-by: Wolfgang Denk <wd@denx.de> 28871 28872commit 865f0f9754b95183cad395de7e8cb85df0c6ea1f 28873Author: Wolfgang Denk <wd@denx.de> 28874Date: Wed Jan 23 14:31:17 2008 +0100 28875 28876 Coding Style Cleanup; update CHANGELOG 28877 28878 Signed-off-by: Wolfgang Denk <wd@denx.de> 28879 28880commit cfe5ca77976afdbe7ecb86e39fd7505bde636ace 28881Author: Dave Liu <r63238@freescale.com> 28882Date: Fri Jan 18 10:07:04 2008 +0800 28883 28884 mpc83xx: Correct the struct spi8xxx in mpc8xxx_spi.h 28885 28886 The commit 04a9e1180ac76a7bacc15a6fcd95ad839d65bddb 28887 cause the 83xx immap broken, so the DMA and PCI will 28888 be failed. 28889 28890 The patch fix the struct spi8xxx and rm struct spi83xx. 28891 28892 Signed-off-by: Dave Liu <daveliu@freescale.com> 28893 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 28894 28895commit 6b4439444286e0fcd01596df504e6ca897ad3e5a 28896Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 28897Date: Sat Apr 14 17:11:49 2007 +0200 28898 28899 AVR32: ATNGW100 board support 28900 28901 Add support for the ATNGW100 Network Gateway reference design, 28902 including flash, ethernet and MMC support. 28903 28904 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 28905 28906commit e006927a0b9a54e8ee7685d8ac748aaad6801862 28907Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 28908Date: Sat Nov 24 18:15:31 2007 +0100 28909 28910 AVR32: Initialize ipaddr, loadaddr and bootfile at startup 28911 28912 I don't know why the relevant layers can't do this by itself, but this 28913 is what ppc does. 28914 28915 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 28916 28917commit 799891ef7b1b3432032ec23466df6b665a797fa4 28918Author: Michael Schwingen <michael@schwingen.org> 28919Date: Fri Jan 18 00:04:28 2008 +0100 28920 28921 Add AcTux board support 28922 28923 Hi, 28924 28925 The patch adds 4 boards, called AcTux-1 .. AcTux-4. This patch contains the 28926 files that 28927 contain changes for multiple boards, the board-specific files follow as 28928 separate patches. 28929 28930 Signed-off-by: Michael Schwingen <michael@schwingen.org> 28931 28932commit 66a4344a4d910a11125df7768899ad529719855e 28933Author: Michael Schwingen <michael@schwingen.org> 28934Date: Wed Jan 16 19:53:23 2008 +0100 28935 28936 add AcTux-4 board support 28937 28938 Signed-off-by: Michael Schwingen <michael@schwingen.org> 28939 28940commit bc24345e4101a5c996d6b48ce497b09c53025dc6 28941Author: Michael Schwingen <michael@schwingen.org> 28942Date: Wed Jan 16 19:51:55 2008 +0100 28943 28944 add AcTux-3 board support 28945 28946 Signed-off-by: Michael Schwingen <michael@schwingen.org> 28947 28948commit aebf00fc4d1343b24715373893f7b20bf462d1e9 28949Author: Michael Schwingen <michael@schwingen.org> 28950Date: Wed Jan 16 19:51:14 2008 +0100 28951 28952 add AcTux-2 board support 28953 28954 Signed-off-by: Michael Schwingen <michael@schwingen.org> 28955 28956commit ea99e8f05b7240fd657739e286664664ae160abe 28957Author: Michael Schwingen <michael@schwingen.org> 28958Date: Wed Jan 16 19:50:37 2008 +0100 28959 28960 add AcTux-1 board support 28961 28962 Signed-off-by: Michael Schwingen <michael@schwingen.org> 28963 28964commit 3d9f3bfb7a33efe8e41e01b025563cd712c57d64 28965Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 28966Date: Mon Jan 14 19:20:08 2008 +0100 28967 28968 ARM: remove useless function board_post_init 28969 28970 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 28971 28972commit 96bd462942022e4569b582c072a0ed26de1cd19b 28973Author: Michael Schwingen <michael@schwingen.org> 28974Date: Thu Jan 10 14:59:46 2008 +0100 28975 28976 IXP: enable RTS 28977 28978 enables the RTS signal with CONFIG_SERIAL_RTS_ACTIVE. 28979 No handshaking is done, but the active RTS signal allows to 28980 connect to the target using a PC which is using RTS/CTS 28981 handshake, and does no harm if the PC is set to ignore RTS. 28982 28983 Signed-off-by: Michael Schwingen <michael@schwingen.org> 28984 28985commit a1cf027a08f9dc1c0e769499e6f4fbddcf9cab93 28986Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 28987Date: Mon Jan 7 08:41:34 2008 +0100 28988 28989 IXP: add dynamic microcode addr 28990 28991 allow to load the microde from flash or ram by download it through 28992 the serial or other. 28993 28994 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 28995 Acked-by: Stefan Roese <sr@denx.de> 28996 28997commit 63ebcc4615dd39926ccf61f1d5f3510262ef6564 28998Author: Michael Schwingen <michael@schwingen.org> 28999Date: Sat Nov 10 15:44:12 2007 +0100 29000
29001 load ixp42x NPE firmware from separate flash block, remove dead code 29002 29003 Hi, 29004 29005 the following patch adds support to move the IXP42X NPE firmware to a 29006 separate flash block, whose start address is defined in 29007 CONFIG_IXP4XX_NPE_EXT_UCODE_BASE. Using that, it is possible to build 29008 NPE-enabled u-boot without copyright problems due to the NPE firmware. 29009 29010 I hope the patch applies, I get whitespace-related differences in the NPE 29011 files due to trailing whitespace in the original versions. 29012 29013 Signed-off-by: Michael Schwingen <michael@schwingen.org> 29014 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 29015 29016commit 57a127201eb3d8cc19170a008e0bd7af608bd72f 29017Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 29018Date: Tue Jan 15 14:15:46 2008 -0600 29019 29020 ColdFire: MCF547x_8x - Add M5475EVB and M5485EVB support 29021 29022 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 29023 Signed-off by: John Rigby <jrigby@freescale.com> 29024 29025commit 1aee111135d8660a164d4f6bf7d66b032ea535cf 29026Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 29027Date: Tue Jan 15 14:02:49 2008 -0600 29028 29029 ColdFire: MCF547x_8x - Add M547xEVB and M548xEVB board 29030 29031 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 29032 Signed-off by: John Rigby <jrigby@freescale.com> 29033 29034commit 777d1abd9796f1c2e148417cc10657e847d318ce 29035Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 29036Date: Tue Jan 15 14:00:25 2008 -0600 29037 29038 ColdFire: Add MCF547x_8x FEC driver 29039 29040 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 29041 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 29042 Signed-off by: John Rigby <jrigby@freescale.com> 29043 29044commit 72f56adc0b25d43875ad067bae6be1bcea86b79f 29045Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 29046Date: Tue Jan 15 13:54:09 2008 -0600 29047 29048 ColdFire: Add MCF547x_8x dma code and header files 29049 29050 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 29051 Signed-off by: John Rigby <jrigby@freescale.com> 29052 29053commit ce09fc49b56ea3c442794b6be9b7db4b99dfdc87 29054Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 29055Date: Tue Jan 15 13:52:03 2008 -0600 29056 29057 ColdFire: Add MCF547x_8x dma code - 2 29058 29059 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 29060 Signed-off by: John Rigby <jrigby@freescale.com> 29061 29062commit 11865ea844e7154fd30c7e2860da4eed4a12ad1f 29063Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 29064Date: Tue Jan 15 13:48:52 2008 -0600 29065 29066 ColdFire: Add MCF547x_8x dma code - 1 29067 29068 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 29069 Signed-off by: John Rigby <jrigby@freescale.com> 29070 29071commit 4621fc3fe7cd65b78b3cbd31f65c9f7f72b22bd3 29072Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 29073Date: Tue Jan 15 13:39:44 2008 -0600 29074 29075 ColdFire: Add MCF547x_8x related header files 29076 29077 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 29078 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 29079 Signed-off by: John Rigby <jrigby@freescale.com> 29080 29081commit 570c0186aecab1b747b2d44d0e1d3c1ac4cb27f5 29082Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 29083Date: Tue Jan 15 13:37:34 2008 -0600 29084 29085 ColdFire: Add MCF547x_8x cpu arch 29086 29087 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 29088 Signed-off by: John Rigby <jrigby@freescale.com> 29089 29090commit e2756f4b54aba0e0523b81dd145666829cf7fd59 29091Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 29092Date: Mon Jan 14 17:47:23 2008 -0600 29093 29094 ColdFire: Add MCF5227x cpu and M52277EVB support-3 29095 29096 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 29097 Signed-off by: John Rigby <jrigby@freescale.com> 29098 29099commit c87581027994c148131b2f11aa75501f782ec19a 29100Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 29101Date: Mon Jan 14 17:46:19 2008 -0600 29102 29103 ColdFire: Add MCF5227x cpu and MCF52277EVB support-2 29104 29105 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 29106 Signed-off by: John Rigby <jrigby@freescale.com> 29107 29108commit 1552af70ecab11b9f3dceff7528ed15faf678b9d 29109Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 29110Date: Mon Jan 14 17:43:33 2008 -0600 29111 29112 ColdFire: Add MCF5227x cpu and M52277EVB support-1 29113 29114 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 29115 Signed-off by: John Rigby <jrigby@freescale.com> 29116 29117commit 397b7b81a1f1008798ae1206913508cc89cb3a7d 29118Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 29119Date: Mon Jan 14 17:35:44 2008 -0600 29120 29121 ColdFire: Fix CFI Flash low level Read/Write macro 29122 29123 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 29124 Signed-off by: John Rigby <jrigby@freescale.com> 29125 29126commit aa5f1f9dc815a76f6dffb580798599c028fe7feb 29127Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 29128Date: Mon Jan 14 17:23:08 2008 -0600 29129 29130 ColdFire: Add M5373EVB platform support - 2 29131 29132 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 29133 Signed-off by: John Rigby <jrigby@freescale.com> 29134 29135commit 1ac559d4aa358f63b48c62b564224c06feeb4e36 29136Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 29137Date: Mon Jan 14 17:19:54 2008 -0600 29138 29139 ColdFire: Add M5373EVB platform support - 1 29140 29141 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 29142 Signed-off by: John Rigby <jrigby@freescale.com> 29143 29144commit 320d61991fa3190ee41765601ed017b6b5ff7b2b 29145Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 29146Date: Mon Jan 14 17:17:03 2008 -0600 29147 29148 ColdFire: Update FlexBus CS for MCF532x 29149 29150 Definition update and change from 16bit to 32bit 29151 29152 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 29153 Signed-off by: John Rigby <jrigby@freescale.com> 29154 29155commit 2e72ad0644b940817a89a3590ce0d7b99c05c396 29156Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 29157Date: Mon Jan 14 17:11:47 2008 -0600 29158 29159 ColdFire: PCI and misc updates for MCF5445x 29160 29161 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 29162 Signed-off by: John Rigby <jrigby@freescale.com> 29163 29164commit d2b16493480ac3d4a60ad7d835b0dc27d2e99cee 29165Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 29166Date: Mon Jan 14 17:06:55 2008 -0600 29167 29168 ColdFire: MCF5445x header files cleanup 29169 29170 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 29171 Signed-off by: John Rigby <jrigby@freescale.com> 29172 29173commit d9aae6260993a93f7fcf13abff85a601f4f50ea7 29174Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 29175Date: Mon Jan 14 16:59:42 2008 -0600 29176 29177 ColdFire: MCF532x header files cleanup 29178 29179 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 29180 Signed-off by: John Rigby <jrigby@freescale.com> 29181 29182commit 7af7751d047e74b2ec58400f97b879c56446b3e8 29183Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 29184Date: Mon Jan 14 15:30:15 2008 -0600 29185 29186 ColdFire: Add modules header files 29187 29188 Add CF specific modules header files 29189 29190 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 29191 Signed-off-by: John Rigby <jrigby@freescale.com> 29192 29193commit 2956acd5ef93a498337f8ac2ec6ae6a77d491dc5 29194Author: Kim Phillips <kim.phillips@freescale.com> 29195Date: Thu Jan 17 12:48:00 2008 -0600 29196 29197 codingstyle cleanup for spi driver 29198 29199 ..and rm unused CONFIG_FSL_SPI define 29200 29201 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 29202 29203commit d59feffb42c9f174116db7a82a311df98983dfce 29204Author: Haiying Wang <Haiying.Wang@freescale.com> 29205Date: Wed Jan 16 17:12:12 2008 -0500 29206 29207 FSL: Fix common EEPROM_data structure definition 29208 29209 - Fix EEPROM_data structure definition according to System EEPROM Data Format. 29210 - Read MAC addresses from EEPROM to ethXaddr before saving ethXaddr to 29211 bd->bi_ethaddr. 29212 29213 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com> 29214 29215commit 6bee764bd6da510a4aad614880300c968bc7318d 29216Author: Timur Tabi <timur@freescale.com> 29217Date: Wed Jan 16 15:48:12 2008 -0600 29218 29219 86xx: enable command-line editing 29220 29221 Enable command-line editing for all MPC86xx boards. 29222 29223 Signed-off-by: Timur Tabi <timur@freescale.com> 29224 29225commit 80ddd22626d321a772ebfba304eb7830cb4f6bac 29226Author: Ben Warren <biggerbadderben@gmail.com> 29227Date: Wed Jan 16 22:37:42 2008 -0500 29228 29229 Implement hard SPI driver on MPC8349EMDS 29230 29231 This patch implements the fsl_spi driver on the MPC8349EMDS evaluation board. 29232 This board has an ST M25P40 4Mbit EEPROM on its SPI bus 29233 29234 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 29235 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 29236 29237commit 04a9e1180ac76a7bacc15a6fcd95ad839d65bddb 29238Author: Ben Warren <biggerbadderben@gmail.com> 29239Date: Wed Jan 16 22:37:35 2008 -0500 29240 29241 Add support for a Freescale non-CPM SPI controller 29242 29243 This patch adds support for the SPI controller found on Freescale PowerPC 29244 processors such as the MCP834x family. Additionally, a new config option, 29245 CONFIG_HARD_SPI, is added for general purpose SPI controller use. 29246 29247 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 29248 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 29249 29250commit a8cb43a89be6cfd283257a603dd9841503ccce0f 29251Author: Dave Liu <r63238@freescale.com> 29252Date: Thu Jan 17 18:23:19 2008 +0800 29253 29254 mpc83xx: Fix the fatal conflict of merge 29255 29256 The commit 9e89647889cd4b5ada5b5e7cad6cbe55737a08d7 29257 will cause the mpc8315erdb board can't boot up. 29258 29259 The patch fix that bug, and remove the duplicated #ifdef 29260 CFG_SPCR_TSECEP code and clean the SCCR_TSEC2 for 29261 MPC8313E processor. 29262 29263 Signed-off-by: Dave Liu <daveliu@freescale.com> 29264 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 29265 29266commit 3259eeaa4148125a81417477f62c05bd67f60587 29267Author: Larry Johnson <lrj@acm.org> 29268Date: Thu Jan 17 08:50:09 2008 -0500 29269 29270 Merge Sequoia beautification into Korat code 29271 29272 Signed-off-by: Larry Johnson <lrj@acm.org> 29273 29274commit e16925773211291b562e77187061e9dd1d757217 29275Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 29276Date: Thu Jan 17 07:45:05 2008 +0100 29277 29278 net: add 'ethrotate' environment variable 29279 29280 [PATCH] net: add 'ethrotate' environment variable 29281 29282 This patch replaces the buildtime configuration option 29283 CONFIG_NET_DO_NOT_TRY_ANOTHER through the 'ethrotate' runtime 29284 configuration veriable. See README. 29285 29286 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 29287 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 29288 29289commit ba52be3d0e618c26070e93aaf3c1f2d2adf5571f 29290Author: Stefan Roese <sr@denx.de> 29291Date: Thu Jan 17 14:29:04 2008 +0100 29292 29293 ppc4xx: Fix compilation warnings and coding style issues in HCU4/HCU5 29294 29295 Signed-off-by: Stefan Roese <sr@denx.de> 29296 29297commit 55ed1516cbc1dad3ae277c67ee06fc4a46eaac7d 29298Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 29299Date: Thu Jan 17 18:07:32 2008 +0900 29300 29301 sh: Remove CONFIG_COMMANDS from MS7720SE config file 29302 29303 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 29304 29305commit 055606bd25e88c0cd04ad348a679a04b1b616bee 29306Author: Niklaus Giger <niklaus.giger@netstal.com> 29307Date: Wed Jan 16 18:39:20 2008 +0100 29308 29309 ppc4xx: Netstal HCU4 board: added various fixes and POST 29310 29311 - Moved some common code to netstal/common/nm_bsp.c. 29312 - sdram initialisation goes go netstal/common/fixed_sdram.c. 29313 - Added support for POST. 29314 - Stylistic cleanups (multi-line comments/ enforce 80 colomn width) 29315 29316 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com> 29317 29318commit 69b0634a4ee98c9791815600d43b99f626a952f3 29319Author: Niklaus Giger <niklaus.giger@netstal.com> 29320Date: Thu Jan 17 12:53:56 2008 +0100 29321 29322 ppc4xx: netstal/common define routines used by all boards 29323 29324 Added some routines used by all Netstal boards: 29325 - nm_bsp.c: - nm_show_print and 29326 - common_misc_init_r 29327 - set_params_for_sw_install. Very specific code to handle our SW 29328 installation procedure 29329 - fixed_sdram.c: Common routines for HCU4 (and upcoming) MCU25 boards 29330 to handle sdram initialization. 29331 - nm.h: Common header 29332 29333 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com> 29334 29335commit efeff5382b7a91b48a1aa68b2b75f92ad1d33ff8 29336Author: Niklaus Giger <niklaus.giger@netstal.com> 29337Date: Wed Jan 16 18:39:18 2008 +0100 29338 29339 ppc4xx: Netstal HCU5 board: added various fixes and POST 29340 29341 - Moved some common code to nestal/common/nm_bsp.c. 29342 - Added support for the vxWorks EDR. 29343 - Enable trace for Lauterbach, if present. 29344 - Added support for POST. 29345 - Stylistic cleanups (multi-line comments/ enforce 80 colomn width) 29346 29347 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com> 29348 29349commit 4371090e5da77edc7bf9f296364db4801639d9c4 29350Author: Niklaus Giger <niklaus.giger@netstal.com> 29351Date: Wed Jan 16 18:39:08 2008 +0100 29352 29353 ppc4xx: Netstal HCU5 board. Added POST. Various fixes 29354 29355 - Various fixes 29356 - Reduced rom_size from 384 to 320 kB 29357 - Environment is now in flash 29358 - Added POST 29359 - Support for OF 29360 29361 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com> 29362 29363commit 4bd5036e60afac37e484c2d35cbbe7f6cc1623e7 29364Author: Niklaus Giger <niklaus.giger@netstal.com> 29365Date: Wed Jan 16 18:37:50 2008 +0100 29366 29367 ppc4xx: Netstal HCU4 board. Added POST. Various fixes 29368 29369 - Various fixes 29370 - Reduced rom_size from 384 to 320 kB 29371 - Environment is now in flash 29372 - Added POST 29373 - Support for OF 29374 29375 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com> 29376 29377commit 1a3ac86b79fcb690275c85861c8efa6a3899060a 29378Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 29379Date: Thu Jan 17 10:53:08 2008 +0100 29380 29381 ppc4xx: Complete DU440 board support 29382 29383 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 29384 29385commit 15a08bc2bef91e5f1ea4b9cf60e46832d86bcc1f 29386Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 29387Date: Thu Jan 17 10:52:30 2008 +0100 29388 29389 ppc4xx: Add DU440 board support 29390 29391 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 29392 29393commit ac331da07db3860f11fa1d0fd3db7c810bce1198 29394Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 29395Date: Thu Jan 17 15:53:52 2008 +0900 29396 29397 sh: Update SuperH SCIF driver 29398 29399 This patch fixed wrong SH7720 CPU macro and changed macro that 29400 calculated value of SCBRR register. 29401 29402 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 29403 29404commit 334e442e6fac59be91244063e9b3f6ca25e8daf8 29405Author: Grzegorz Bernacki <gjb@semihalf.com> 29406Date: Wed Jan 16 15:12:47 2008 +0100 29407 29408 Set ips dividor to 1/4 of csb clock. 29409 29410 Previous setting cause ips clock to be out of spec. This bug was found by John 29411 Rigby from Freescale. 29412 29413 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com> 29414 29415commit 7dc358bb0de9e2fa341f3b4c914466b1f34b2d89 29416Author: Kumar Gala <galak@kernel.crashing.org> 29417Date: Thu Jan 17 02:19:18 2008 -0600 29418 29419 85xx: Get ride of old TLB setup code 29420 29421 Now that all boards have been converted, remove old config code and the 29422 config option for the new style. 29423 29424 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 29425 29426commit 3b558e26a5ef31635787d6d6e97d70939d4f892d 29427Author: Kumar Gala <galak@kernel.crashing.org> 29428Date: Thu Jan 17 02:02:10 2008 -0600 29429 29430 85xx: Convert TQM85xx to new TLB setup 29431 29432 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 29433 29434commit 74121b470c14f7eaf284ee838bffca6f9521069e 29435Author: Kumar Gala <galak@kernel.crashing.org> 29436Date: Thu Jan 17 01:56:32 2008 -0600 29437 29438 85xx: Convert STXGP3 & STXSSA to new TLB setup 29439 29440 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 29441 29442commit 143b518d9125b54f96f1d7f1afc640b8aae81ff0 29443Author: Kumar Gala <galak@kernel.crashing.org> 29444Date: Thu Jan 17 01:44:34 2008 -0600 29445 29446 85xx: Convert SBC8540/SBC8560/SBC8548 to new TLB setup 29447 29448 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 29449 29450commit 818218bac6a11591e2542c344d2330e0f4e1968b 29451Author: Kumar Gala <galak@kernel.crashing.org> 29452Date: Thu Jan 17 01:31:34 2008 -0600 29453 29454 85xx: Convert PM854/PM856 to new TLB setup 29455 29456 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 29457 29458commit ff4681c9285b2b4d24552a19cacc1769fe2fc7e0 29459Author: Kumar Gala <galak@kernel.crashing.org> 29460Date: Thu Jan 17 01:25:33 2008 -0600 29461 29462 85xx: Convert MPC8540EVAL to new TLB setup 29463 29464 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 29465 29466commit 73aa9ac2b46f1cfd039106ebd6b9865016005234 29467Author: Kumar Gala <galak@kernel.crashing.org> 29468Date: Thu Jan 17 01:12:22 2008 -0600 29469 29470 85xx: Convert MPC8568 MDS to new TLB setup 29471 29472 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 29473 29474commit 0db37dc2eed30884db2daa24dbd9a113b5d00610 29475Author: Kumar Gala <galak@kernel.crashing.org> 29476Date: Thu Jan 17 01:01:09 2008 -0600 29477 29478 85xx: Convert MPC8541/MPC8555/MPC8548 CDS to new TLB setup 29479 29480 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 29481 29482commit 219a81b98d834f9071b6f7c3bdc6b7ec39cc46cc 29483Author: Kumar Gala <galak@kernel.crashing.org> 29484Date: Thu Jan 17 00:52:29 2008 -0600 29485 29486 85xx: Convert MPC8540/MPC8560 ADS to new TLB setup 29487 29488 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 29489 29490commit 80d0b6a1498761c4355b2db9c8001b04c295e7b8 29491Author: Kumar Gala <galak@kernel.crashing.org> 29492Date: Thu Jan 17 00:32:17 2008 -0600 29493 29494 85xx: Convert ATUM8548 to new TLB setup 29495 29496 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 29497 29498commit 0f7a3dc95cbff3c21bd6dbc639313796412bbbab 29499Author: Kumar Gala <galak@kernel.crashing.org> 29500Date: Wed Jan 16 23:11:57 2008 -0600 29501 29502 85xx: Convert MPC8544 DS to new TLB setup 29503 29504 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 29505 29506commit 8716318057a5f60ab1ba081ece2dbe82ae00e1ee 29507Author: Kumar Gala <galak@kernel.crashing.org> 29508Date: Wed Jan 16 22:38:34 2008 -0600 29509 29510 85xx: Reworked initial processor init 29511 29512 Reworked the initial processor initialzation sequence: 29513 * introduced cpu_early_init_f that is run in address space 1 (AS=1) 29514 * Moved TLB/LAW and CCSR init into cpu_early_init_f() 29515 * Reworked initial asm code to do most of the core init before TLBs 29516 29517 The main reasons for these changes are to allow handling of 36-bit phys 29518 addresses in the future and some of the issues that will exist when we 29519 do that. 29520 29521 There are a few caveats on what can be initialized via the LAW and TLB 29522 static tables: 29523 * TLB entry 14/15 can't be initialized via the TLB table 29524 * any LAW that covers the implicit boot window (4G-8M to 4G) must map to 29525 the code that is currently executing. 29526 29527 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 29528 29529commit 44a23cfd6360a68eaa41f945190618a55519eac3 29530Author: Kumar Gala <galak@kernel.crashing.org> 29531Date: Wed Jan 16 22:33:22 2008 -0600 29532 29533 85xx: Introduce new tlb API 29534 29535 Add a set of functions to manipulate TLB entries: 29536 * set_tlb() - write a tlb entry 29537 * invalidate_tlb() - invalidate a tlb array 29538 * disable_tlb() - disable a variable size tlb entry 29539 * init_tlbs() - setup initial tlbs based on static table 29540 29541 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 29542 29543commit be88b1699863c262818f3af7f60173b4d48df8fc 29544Author: Stefan Roese <sr@denx.de> 29545Date: Thu Jan 17 07:50:17 2008 +0100 29546 29547 ppc4xx: Fix remaining CONFIG_COMMANDS in 4xx files 29548 29549 Signed-off-by: Stefan Roese <sr@denx.de> 29550 29551commit c8c41d4a80b1a8ad5984a287d81ea780496259f8 29552Author: Kumar Gala <galak@kernel.crashing.org> 29553Date: Wed Jan 16 10:04:42 2008 -0600 29554 29555 85xx: Use proper defines for PCI addresses 29556 29557 We should be using the _MEM_PHYS for LAW and TLB setup and not _MEM_BASE. 29558 While _MEM_BASE & _MEM_PHYS are normally the same, _MEM_BASE should only 29559 be used for configuring the PCI ATMU. 29560 29561 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 29562 29563commit 54a5070115eff38e9b324b78abdfa0b4520580b9 29564Author: Kumar Gala <galak@kernel.crashing.org> 29565Date: Wed Jan 16 09:22:29 2008 -0600 29566 29567 85xx: Remove old style of LAW init 29568 29569 All boards are now using the new fsl_law code so we can drop the old version. 29570 29571 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 29572 29573commit 4d3521cc79cabc61edf12c48c0ce318d4efb712f 29574Author: Kumar Gala <galak@kernel.crashing.org> 29575Date: Wed Jan 16 09:15:29 2008 -0600 29576 29577 85xx: convert remaining 85xx boards over to use new LAW init code 29578 29579 Converted ATUM8548, MPC8568 MDS, MPC8540 EVAL, and TQM85xx boards over 29580 to use new LAW init code. 29581 29582 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 29583 29584commit 572b13afc42710f2957c382a710360429c0e099b 29585Author: Kumar Gala <galak@kernel.crashing.org> 29586Date: Wed Jan 16 09:11:53 2008 -0600 29587 29588 85xx: convert STXGP3/STXSSA over to use new LAW init code 29589 29590 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 29591 29592commit 45f2166ac0233a9263058378f39612bd11f61196 29593Author: Kumar Gala <galak@kernel.crashing.org> 29594Date: Wed Jan 16 09:06:48 2008 -0600 29595 29596 85xx: convert PM854/PM856 over to use new LAW init code 29597 29598 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 29599 29600commit e2b159d0070ee06e4ac7e2f9381d3e8e542e614a 29601Author: Kumar Gala <galak@kernel.crashing.org> 29602Date: Wed Jan 16 09:05:27 2008 -0600 29603 29604 85xx: convert SBC8540/SBC8560/SBC8548 over to use new LAW init code 29605 29606 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 29607 29608commit 2cfaa1aa1aac39a81006b7b27e0e431bf21f6dfa 29609Author: Kumar Gala <galak@kernel.crashing.org> 29610Date: Wed Jan 16 01:45:10 2008 -0600 29611 29612 85xx: convert MPC8541/MPC8555/MPC8548 CDS over to use new LAW init code 29613 29614 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 29615 29616commit 7232a2724ccc9dcbc3ec4ef84ada02f13ccd1238 29617Author: Kumar Gala <galak@kernel.crashing.org> 29618Date: Wed Jan 16 01:32:06 2008 -0600 29619 29620 85xx: convert MPC8540/MPC8560 ADS over to use new LAW init code 29621 29622 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 29623 29624commit 4bcae9c92aee0d72a2f19b81cab27ef38107ce75 29625Author: Kumar Gala <galak@kernel.crashing.org> 29626Date: Wed Jan 16 01:16:16 2008 -0600 29627 29628 85xx: convert MPC8544 DS over to use new LAW init code 29629 29630 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 29631 29632commit 83d40dfd79fe868796275802f60116d84b9e4395 29633Author: Kumar Gala <galak@kernel.crashing.org> 29634Date: Wed Jan 16 01:13:58 2008 -0600 29635 29636 85xx: Move LAW init code into C 29637 29638 Move the initialization of the LAWs into C code and provide an API 29639 to allow modification of LAWs after init. 29640 29641 Board code is responsible to provide a law_table and num_law_entries. 29642 29643 We should be able to use the same code on 86xx as well. 29644 29645 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 29646 29647commit bed8ce838a609aaab136d43b25e6df2a520bc854 29648Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 29649Date: Sat Dec 22 15:03:12 2007 +0100 29650 29651 qemu-mips: active HUSH PARSER, AUTO_COMPLETE and CMDLINE_EDITING 29652 29653 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 29654 29655commit 0764c164fed6277d359cf132d55187ea34290114 29656Author: Vlad Lungu <vlad@comsys.ro> 29657Date: Wed Jan 16 19:27:51 2008 +0200 29658 29659 MIPS:Target support for qemu -M mips 29660 29661 With serial, NE2000, IDE support. Tested in big-endian mode. 29662 Memory size hard-coded to 128M for now, so don't play with 29663 the -m option. 29664 29665 Signed-off-by: Vlad Lungu <vlad@comsys.ro> 29666 29667commit 7f52fa3c2df59e49dc2badd7c084cf2d007c438f 29668Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 29669Date: Fri Jan 11 00:01:37 2008 +0100 29670 29671 Fix nfs command help to reflect that the serverip is optional 29672 29673 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 29674 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 29675 29676commit b8f4162a4f7a9bee5e9d0305c17f2d34de466a9b 29677Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 29678Date: Mon Dec 10 22:32:14 2007 +0100 29679 29680 bf537-stamp: remove already defined is_zero_ether_addr and is_multicast_ether_addr 29681 29682 and move is_valid_ether_addr board file 29683 29684 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 29685 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 29686 29687commit c2f896b8fc4722e36915903e1942e138e68ce804 29688Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com> 29689Date: Wed Jan 16 16:13:31 2008 +0900 29690 29691 drivers/net/rtl8139.c: rx_status should be le32_to_cpu(rx_status). 29692 29693 rx_status on the memory is basically in LE, but needs to be handled in CPU 29694 endian. le32_to_cpu() takes up this mission. Even if on the sane hardware, 29695 it'll work fine. 29696 29697 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com> 29698 Cc: Masami Komiya <mkomiya@sonare.it> 29699 Cc: Lucas Jin <lucasjin@gmail.com> 29700 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 29701 29702commit 96a236746fe6a7b84802afb4ed31536696d34812 29703Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com> 29704Date: Wed Jan 16 16:12:26 2008 +0900 29705 29706 drivers/net/rtl8139.c: Fix cache coherency issues 29707 29708 Current driver is meant for cache coherent systems. This patch adds 29709 flush_cache() routines to support cache non-coherent systems. 29710 29711 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com> 29712 Cc: Masami Komiya <mkomiya@sonare.it> 29713 Cc: Lucas Jin <lucasjin@gmail.com> 29714 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 29715 29716commit d1276c76c1e2b5035296689280ba1acb2c425104 29717Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com> 29718Date: Wed Jan 16 16:11:14 2008 +0900 29719 29720 drivers/net/rtl8139.c: Fix tx timeout 29721 29722 "to = (currticks() + RTL_TIMEOUT)" has possibilities to wrap around. If it 29723 does, the condition "(currticks() < to)" becomes invalid and immediately 29724 leads to tx timeout error. This patch introduces the fine-graded udely(10) 29725 loops to ease the impact of wrapping around. 29726 29727 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com> 29728 Cc: Masami Komiya <mkomiya@sonare.it> 29729 Cc: Lucas Jin <lucasjin@gmail.com> 29730 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 29731 29732commit 18ee320ff63edbf7b27bbeb05f0e12a52302c68a 29733Author: Dave Liu <r63238@freescale.com> 29734Date: Fri Jan 11 18:45:28 2008 +0800 29735 29736 TSEC: Add the support for RealTek RTL8211B PHY 29737 29738 Add the support of RealTek RTL8211B PHY, the RTL8211B 29739 PHY only supports RGMII and MII mode. 29740 29741 Signed-off-by: Dave Liu <daveliu@freescale.com> 29742 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 29743 29744commit 84a3047b72b70e862b0b7a8e2058077457f89a32 29745Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se> 29746Date: Wed Jan 16 09:40:41 2008 +0100 29747 29748 Remove annoying debug printout for PHY less boards. 29749 29750 PHY less board prints out lots of "read wrong ...": 29751 read wrong value : mii_id 3,mii_reg 2, base e0102320 29752 read wrong value : mii_id 3,mii_reg 3, base e0102320 29753 UEC: PHY is Generic MII (ffffffff) 29754 read wrong value : mii_id 3,mii_reg 4, base e0102320 29755 read wrong value : mii_id 3,mii_reg 0, base e0102320 29756 read wrong value : mii_id 3,mii_reg 1, base e0102320 29757 read wrong value : mii_id 3,mii_reg 1, base e0102320 29758 read wrong value : mii_id 3,mii_reg 5, base e0102320 29759 read wrong value : mii_id 3,mii_reg 1, base e0102320 29760 read wrong value : mii_id 3,mii_reg 1, base e0102320 29761 read wrong value : mii_id 3,mii_reg 5, base e0102320 29762 FSL UEC0: Full Duplex 29763 FSL UEC0: Speed 100BT 29764 FSL UEC0: Link is up 29765 Using FSL UEC0 device 29766 29767 Make this printout depend on UEC_VERBOSE_DEBUG and 29768 remove its definition in uec_phy.c 29769 29770 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se> 29771 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 29772 29773commit ee62ed3286f83b98b7785e0318dc6379e78f7ff6 29774Author: Kim Phillips <kim.phillips@freescale.com> 29775Date: Tue Jan 15 14:11:00 2008 -0600 29776 29777 net: reduce boot latency on QE UEC based boards 29778 29779 actually polling for PHY autonegotiation to finish enables us to remove the 29780 5 second boot prompt latency present on QE based boards. 29781 29782 call to qe_set_mii_clk_src in init_phy, and mv call to init_phy from 29783 uec_initialize to uec_init by Joakim Tjernlund; autonegotiation wait 29784 code shamelessly stolen from tsec driver. 29785 29786 also rm unused CONFIG_RMII_MODE code. 29787 29788 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 29789 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se> 29790 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 29791 29792commit 55fe7c57a8b99a130925052dcdbb77f053dc50e3 29793Author: michael.firth@bt.com <michael.firth@bt.com> 29794Date: Wed Jan 16 11:40:51 2008 +0000 29795 29796 TSEC driver: Change MDIO support to allow access to any PHYs on the MDIO bus 29797 29798 The current TSEC driver limits MDIO access to the devices that have been configured as attached 29799 to a TSEC MAC. This patch allows access to any PHY device on the MDIO bus through the 'mii' commands. 29800 29801 Signed-off-by: Michael Firth <michael.firth@bt.com> 29802 Acked-by: Andy Fleming <afleming@freescale.com> 29803 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 29804 29805commit 5e918a98c26e8ab9b5d2d48d998a2ced2b5b85b3 29806Author: Kim Phillips <kim.phillips@freescale.com> 29807Date: Wed Jan 16 00:38:05 2008 -0600 29808 29809 Add support for the MPC837xERDB 29810 29811 MPC837xERDB board support includes: 29812 * DDR2 330MHz hardcoded (soldered on the board) 29813 * Local Bus NOR Flash 29814 * I2C, UART and RTC 29815 * eTSEC RGMII (TSEC0 - RTL8211B with MII; 29816 * TSEC1 - VSC7385 local bus, hardcoded, requires seperate firmware 29817 * load) 29818 29819 Signed-off-by: Kevin Lam <kevin.lam@freescale.com> 29820 Signed-off-by: Joe D'Abbraccio <joe.d'abbraccio@freescale.com> 29821 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 29822 29823commit 9e89647889cd4b5ada5b5e7cad6cbe55737a08d7 29824Author: Kim Phillips <kim.phillips@freescale.com> 29825Date: Wed Jan 16 12:06:16 2008 -0600 29826 29827 mpc83xx: add support for more system clock performance controls 29828 29829 System registers that are modified are the Arbiter Configuration 29830 Register (ACR), the System Priority Control Register (SPCR), and the 29831 System Clock Configuration Register (SCCR). 29832 29833 Signed-off by: Michael F. Reiss <Michael.F.Reiss@freescale.com> 29834 Signed-off by: Joe D'Abbraccio <ljd015@freescale.com> 29835 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 29836 29837commit 16c3cde050e2d243e62b37486f1558570787beb8 29838Author: James Yang <james.yang@freescale.com> 29839Date: Wed Jan 16 11:58:08 2008 -0600 29840 29841 FSL: Generalize PIXIS reset command parsing. 29842 29843 Before, the order of arguments to the pixis_reset 29844 command needed to be supplied in a hard-coded order. 29845 Generalize the command parsing to allow any order. 29846 29847 Signed-off-by: James Yang <james.yang@freescale.com> 29848 Acked-by: Jon Loeliger <jdl@freescale.com> 29849 29850commit ad8f8687b78c3e917b173f038926695383c55555 29851Author: Jon Loeliger <jdl@freescale.com> 29852Date: Tue Jan 15 13:42:41 2008 -0600 29853 29854 FSL: Convert board/freescale/common/Makefile to use CONFIG_ 29855 29856 Convert the board/freescale/common/Makefile to use 29857 CONFIG_* options to select which files to conditionally 29858 compile into the board/freescale/common library rather 29859 than conditionally compiling entire files. 29860 29861 Now handles:: 29862 CONFIG_FSL_PIXIS 29863 CONFIG_FSL_DIU_FB 29864 CONFIG_PQ_MDS_PIB 29865 29866 CONFIG_ID_EEPROM is introduced until CFG_ID_EEPROM is gone. 29867 29868 Signed-off-by: Jon Loeliger <jdl@freescale.com> 29869 29870commit 7c2221eb230372a9e537c4f6636b147b0909325f 29871Author: Roy Zang <tie-fei.zang@freescale.com> 29872Date: Tue Jan 15 16:38:38 2008 +0800 29873 29874 Use CONFIG_ULI526X as MPC8610HPCD default Ethernet driver 29875 29876 Use driver/net/uli526x.c as MPC8610HPCD default Ethernet driver. 29877 Remove unused ethernet CONFIG_ options. 29878 29879 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com> 29880 Acked-by: Jon Loeliger <jdl@freescale.com> 29881 29882commit 711a7946277d2e29af481011e8635e9975c54e45 29883Author: Kim Phillips <kim.phillips@freescale.com> 29884Date: Tue Jan 15 14:05:14 2008 -0600 29885 29886 mpc83xx: fix QE ETHPRIMEs to correct 'FSL UEC0' value 29887 29888 continuation of commit b96c83d4ae475a70ef2635cd0e748174c44c8601 29889 29890 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 29891 29892commit 363eea9ff7f19a2cba17f262bd17559f166e134e 29893Author: Kim Phillips <kim.phillips@freescale.com> 29894Date: Tue Jan 15 09:51:12 2008 -0600 29895 29896 mpc83xx: clean up mpc8360emds.c warnings 29897 29898 mpc8360emds.c: In function 'ft_board_setup': 29899 mpc8360emds.c:327: warning: assignment makes pointer from integer without a cast 29900 mpc8360emds.c:329: warning: passing argument 2 of 'fdt_getprop' makes integer from pointer without a cast 29901 mpc8360emds.c:334: warning: passing argument 2 of 'fdt_setprop' makes integer from pointer without a cast 29902 mpc8360emds.c:341: warning: assignment makes pointer from integer without a cast 29903 mpc8360emds.c:343: warning: passing argument 2 of 'fdt_getprop' makes integer from pointer without a cast 29904 mpc8360emds.c:348: warning: passing argument 2 of 'fdt_setprop' makes integer from pointer without a cast 29905 29906 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 29907 29908commit f09880ea72a1c806db223ce594c5fb1b6542ff6a 29909Author: Kim Phillips <kim.phillips@freescale.com> 29910Date: Mon Jan 14 16:14:46 2008 -0600 29911 29912 mpc83xx: fix phy-connection-type fixup code 29913 29914 use tree passed to us in local blob, not global fdt. 29915 29916 Also use fdt_path_offset to convert to relative offset, since absolute 29917 reference is needed to check for rgmii-id mode string value. 29918 29919 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 29920 29921commit 2b4c952be7c4357a13e839d48df80853820c33eb 29922Author: Kumar Gala <galak@kernel.crashing.org> 29923Date: Mon Jan 14 09:01:40 2008 -0600 29924 29925 mpc83xx: fix mpc8313/mpc8315/mpc8349itx Makefiles for silent build (with -s) 29926 29927 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 29928 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 29929 29930commit e1d8ed2c08da14b168658cc5fa78529d461aea70 29931Author: Poonam Aggrwal <b10812@freescale.com> 29932Date: Mon Jan 14 09:41:14 2008 +0530 29933 29934 Changes in uboot DDR configuration for MPC8313eRDB 29935 29936 These changes were identified by HighSmith Bill ,Mazzyar and Joseph for 29937 DDR configuration in u-boot code. Some are related to performance, some 29938 affect stability and some correct few basic errors in the current 29939 configuration. 29940 29941 The changes have been tested and found to give better memory latency 29942 figures on MPC8313eRDB.LMBench figures prove it. 29943 29944 The changes are: 29945 29946 - CS0_CONFIG[ AP_n_EN] is changed from 1 to 0 29947 (this may improve performance for application with many read 29948 or write to open pages). 29949 - CS0_CONFIG[ODT_WR_CFG] is currently changed from 100 to 29950 001 (activating all the CS when only one is used may cause 29951 unwanted noise on the system) 29952 29953 - TIMING_CFG_1[ACTTOPRE] is changed from 9clks to 8clks (based on 29954 Tras=45ns) 29955 - TIMING_CFG_1[REFREC] changed from 21 clks to 18clks. 29956 29957 - TIMING_CFG_2[AL] value changed from 0 setting to 1 clk to 29958 comply with the 3 ODT clk requirements) 29959 - TIMING_CFG_2[CPO] was set to a reserved value, changed to RL+3/4. 29960 - TIMING_CFG_2[FOUR_ACT] is changed from 10 clks to 6clks. 29961 29962 - DDR_SDRAM_MODE[AL]changed from 0 to 1. 29963 - DDR_SDRAM_MODE[WRREC] changed from 1 clk to 3 clks. 29964 29965 - DDR_SDRAM_INTERVAL[REFINT] is changed from 0x0320 to 0x0510. 29966 - DDR_SDRAM_INTERVAL[BSTOPRE] is changed from 0x64 to 0x0500. 29967 29968 The patch is based of git://www.denx.de/git/u-boot-mpc83xx.git 29969 The last commit on this tree was 6775c68683a53c7abc778774641aac6f833a2cbf 29970 29971 Signed-off-by: Poonam Aggrwal-b10812 <b10812@freescale.com> 29972 Cc: Bill HighSmith <Bill.Highsmith@freescale.com> 29973 Cc: Razzaz Mazyar <MRazzaz@freescale.com> 29974 Cc: Josep P J <PJ.Joseph@freescale.com> 29975 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 29976 29977commit b5cdd7df4a06edb91539c9a2ea7c178a870c3a95 29978Author: Jerry Van Baren <gvb.uboot@gmail.com> 29979Date: Sat Jan 12 13:24:14 2008 -0500 29980 29981 Enable the isdram command on the MPC8360EMDS board 29982 29983 The isdram command prints out decoded information the "serial presence 29984 detect" (SPD) chip on the SDRAM SIMMs. This can be very helpful when 29985 debugging memory configuration problems. 29986 29987 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com> 29988 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 29989 29990commit 8bd522ce4afda3d4868ee8c913f5394094326be1 29991Author: Dave Liu <r63238@freescale.com> 29992Date: Fri Jan 11 18:48:24 2008 +0800 29993 29994 mpc83xx: Add the support for MPC8315ERDB board 29995 29996 The features list: 29997 - Boot from NOR Flash 29998 - DDR2 266MHz hardcoded configuration 29999 - Local bus NOR Flash R/W operation 30000 - I2C, UART, MII and RTC
30001 - eTSEC0/1 support 30002 - PCI host 30003 30004 Signed-off-by: Dave Liu <daveliu@freescale.com> 30005 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 30006 30007commit b05884efa614e4d8a9413158fc228e0dc02ab704 30008Author: Dave Liu <r63238@freescale.com> 30009Date: Fri Jan 11 18:46:50 2008 +0800 30010 30011 mpc83xx: Add config of eTSEC emergency priority in SPCR 30012 30013 The TSEC emergency priority definition of 831x/837x 30014 is different than the definition of 834x in SPCR register. 30015 30016 Add the other config of TSEC emergency priority into 30017 cpu_init.c 30018 30019 Signed-off-by: Dave Liu <daveliu@freescale.com> 30020 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 30021 30022commit 9b958234b0783f13d92f007f753fd2c3ae2c8680 30023Author: Dave Liu <r63238@freescale.com> 30024Date: Fri Jan 11 18:42:19 2008 +0800 30025 30026 mpc83xx: Remove cache config from MPC8360ERDK.h 30027 30028 The MPC8360ERDK board support patch is added before 30029 the commit 2c5b48fc205c3e2752910da8f39209ed075929e5 30030 so, miss clean up it. 30031 30032 The patch clean up the miss cache config. 30033 30034 Signed-off-by: Dave Liu <daveliu@freescale.com> 30035 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 30036 30037commit cd9d23053d435c08fc8695017b5cb9003fcda786 30038Author: Anton Vorontsov <avorontsov@ru.mvista.com> 30039Date: Mon Jan 14 23:09:32 2008 +0300 30040 30041 nand: FSL UPM NAND driver 30042 30043 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> 30044 30045commit 6cb2239ae76faee64434286c4f8fc71374702dd2 30046Author: Kyungmin Park <kmpark@infradead.org> 30047Date: Tue Jan 15 08:59:44 2008 +0900 30048 30049 OneNAND: Separate U-Boot dependent code from OneNAND 30050 30051 OneNAND: Separate U-Boot dependent code from OneNAND 30052 30053 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> 30054 30055commit 83a49c8dd7998be2d1f0d420597a36bbf0bf4164 30056Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 30057Date: Wed Jan 16 10:33:46 2008 +0100 30058 30059 ppc4xx: Sequoia coding style cleanup and beautification 30060 30061 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 30062 30063commit 4b3cc6ece9c455504cf12909fae38d085d848ac0 30064Author: Larry Johnson <lrj@acm.org> 30065Date: Tue Jan 15 14:35:58 2008 -0500 30066 30067 ppc4xx: Refactor ECC POST for AMCC Denali core 30068 30069 The ECC POST reported intermittent failures running after power-up on 30070 the Korat PPC440EPx board. Even when the test passed, the debugging 30071 output occasionally reported additional unexpected ECC errors. 30072 30073 This refactoring has three main objectives: (1) minimize the code 30074 executed with ECC enabled during the tests, (2) add more checking of the 30075 results so any unexpected ECC errors would cause the test to fail, and 30076 (3) use synchronization (only) where required by the processor. 30077 30078 Signed-off-by: Larry Johnson <lrj@acm.org> 30079 30080commit 2465665b73ac2f688af945b1ed510752afa816a4 30081Author: David Saada <David.Saada@ecitele.com> 30082Date: Tue Jan 15 10:40:24 2008 +0200 30083 30084 QE UEC: Extend number of supported UECs to 4 30085 30086 This patch extends the number of supported UECs to 4. Note that the 30087 problem of QE thread resources exhaustion is resolved by setting the 30088 correct number of QE threads according to Ethernet type (GBE or FE). 30089 30090 Signed-off-by: David Saada <david.saada@ecitele.com> 30091 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 30092 30093commit 58d204256cb1ce1bd323847d9f644acf70a72e6a 30094Author: Wolfgang Denk <wd@denx.de> 30095Date: Wed Jan 16 00:01:01 2008 +0100 30096 30097 LWMON5: enable hush shell as command line parser 30098 30099 Signed-off-by: Wolfgang Denk <wd@denx.de> 30100 30101commit 66ffb1883feedddc813d8a507d060f2a940eb2b2 30102Author: Wolfgang Denk <wd@denx.de> 30103Date: Tue Jan 15 17:22:28 2008 +0100 30104 30105 ADS5121: disable watchdog; enable image timestamps 30106 30107 Signed-off-by: Wolfgang Denk <wd@denx.de> 30108 30109commit 2b4f778fe9d1de61d7445bae7b325340aba6968d 30110Author: Wolfgang Denk <wd@denx.de> 30111Date: Tue Jan 15 17:21:28 2008 +0100 30112 30113 TK885D: fixes for bigger flash sector sizes on new modules; 30114 adjust default environment; 30115 disable SCC ethernet (not used on this board). 30116 30117 Signed-off-by: Wolfgang Denk <wd@denx.de> 30118 30119commit f91d7ae5ca89acf9fa1ed1015dc078cf29581607 30120Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 30121Date: Tue Jan 15 17:48:13 2008 +0900 30122 30123 pcmcia: Remove CONFIG_COMMANDS from marubun pcmcia driver 30124 30125 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 30126 30127commit 76e49aa7fb8e76cc49092c1acd53fff921e26360 30128Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 30129Date: Tue Jan 15 23:25:25 2008 +0900 30130 30131 sh: Add support SH7710/SH7712 30132 30133 SH7710/SH7712 of SH3 CPU are supported. 30134 SH771X is called SH-Ether, and has the Ether controller in CPU. 30135 The driver of Ether is not included in this patch. 30136 30137 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 30138 30139commit 63a11be68306870e04d3851ed9fa41955cdf4894 30140Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 30141Date: Tue Jan 15 23:06:17 2008 +0900 30142 30143 sh: Add support of map_physmem() and unmap_physmem() to SuperH 30144 30145 This patch add the support of map_physmem() and unmap_physmem() 30146 used with Common Flash Interface(CFI) driver. 30147 30148 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 30149 30150commit db3995fe5164ac5d630b7ecb96286a9828dfbb54 30151Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 30152Date: Wed Jan 9 14:42:27 2008 +0900 30153 30154 sh: Add maintainer of MS7720SE to the MAINTAINER file 30155 30156 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 30157 30158commit dcd99e88e03d56a0aeecd42b507d2d29d20ab0e3 30159Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 30160Date: Wed Jan 9 14:39:58 2008 +0900 30161 30162 sh: Fix board name in MS7720SE's config.mk 30163 30164 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 30165 30166commit c0a04d93734d768b39dbb72fb501b65614c8615d 30167Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 30168Date: Wed Jan 9 14:37:36 2008 +0900 30169 30170 sh: Add MS7720SE to MAKEALL 30171 30172 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 30173 30174commit b2b5e2bb78a1ef4ae8504f5a26bfdc3293ea74ae 30175Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com> 30176Date: Mon Dec 3 22:58:50 2007 +0900 30177 30178 sh: Add support for MS7720RP02 board 30179 30180 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com> 30181 CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 30182 Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 30183 30184commit 7c10c57275901939a8ece4a9ef3e7ccb7c12a0ed 30185Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com> 30186Date: Wed Jan 9 14:30:02 2008 +0900 30187 30188 sh: Add support for SH7720 in serial_sh driver. 30189 30190 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com> 30191 CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 30192 Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 30193 30194commit f9913a8ee71ff14fcfc1c7fd0e6912f897e69403 30195Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com> 30196Date: Mon Dec 3 22:58:45 2007 +0900 30197 30198 sh: Add support SH3 and SH7720 30199 30200 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com> 30201 CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 30202 Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 30203 30204commit 9adfc9fb9ade64cdf1ed9ff842e4f900cbda78bd 30205Author: Stefan Roese <sr@denx.de> 30206Date: Tue Jan 15 10:11:02 2008 +0100 30207 30208 ppc4xx: Remove compiler warning in cpu/ppc4xx/44x_spd_ddr2.c 30209 30210 Signed-off-by: Stefan Roese <sr@denx.de> 30211 30212commit 17bef68097ab3692500a36fb31115bff7910aa99 30213Author: Niklaus Giger <niklausgiger@gmx.ch> 30214Date: Mon Jan 14 14:04:42 2008 +0100 30215 30216 ppc_4xx: Fix post spr.c for PPC405 30217 30218 post/cpu/ppc4xx/spr.c contained a few checks for registers only present 30219 for PPC440 and derivates processor. 30220 30221 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com> 30222 30223commit 06c428bcd4413014b43236e77765022071424fa6 30224Author: Dave Liu <r63238@freescale.com> 30225Date: Mon Jan 14 11:12:01 2008 +0800 30226 30227 QE: fix compile warning 30228 30229 qe.c: In function 'qe_upload_firmware': 30230 qe.c:390: warning: pointer targets in passing argument 2 30231 uec.c: In function 'uec_initialize': 30232 uec.c:1236: warning: 'uec_info' may be used uninitialized 30233 30234 Signed-off-by: Dave Liu <daveliu@freescale.com> 30235 30236commit a0dd99d51efa55fe023e19c97ead92683725eb11 30237Author: Stefan Roese <sr@denx.de> 30238Date: Mon Jan 14 10:05:05 2008 +0100 30239 30240 ppc4xx: Update Kilauea CPLD configuration with USB PHY reset bit 30241 30242 Now that bit 29 is the USB PHY reset bit, update the Kilauea port 30243 to remove the USB PHY reset after powerup. The CPLD will keep the 30244 USB PHY in reset (active low) until the bit is set to 1 in 30245 board_early_init_f(). 30246 30247 Signed-off-by: Stefan Roese <sr@denx.de> 30248 30249commit f43ad53908f1ea83a7c26c3505bbe84382e47aad 30250Author: Wolfgang Denk <wd@denx.de> 30251Date: Sun Jan 13 23:26:45 2008 +0100 30252 30253 ARM: update mach-types.h from 2.6.24-rc7 Linux kernel tree 30254 30255 Signed-off-by: Wolfgang Denk <wd@denx.de> 30256 30257commit 8d103071b7b0e3ec888859bfcb9d422565e6d750 30258Author: Wolfgang Denk <wd@denx.de> 30259Date: Sun Jan 13 23:37:50 2008 +0100 30260 30261 ADS5121: Fix typo in ads5121.c, adjust default environment 30262 30263 Signed-off-by: Wolfgang Denk <wd@denx.de> 30264 30265commit 51b67d06faa670c65de6f29ec5b5aace74b2a047 30266Author: John Rigby <jrigby@freescale.com> 30267Date: Fri Aug 24 18:18:43 2007 -0600 30268 30269 ADS5121: MAX slew rate for PATA pins 30270 30271 Signed-off-by: John Rigby <jrigby@freescale.com> 30272 30273commit dd531aac34aaad138f16cacdb51d61908d59c0e2 30274Author: Wolfgang Denk <wd@denx.de> 30275Date: Sun Jan 13 21:05:52 2008 +0100 30276 30277 Fix Makefile dependency problem with parallel builds. 30278 30279 Signed-off-by: Wolfgang Denk <wd@denx.de> 30280 30281commit 89967841e3ea02e3d0e5e1295ab687576e5b1089 30282Author: Wolfgang Denk <wd@denx.de> 30283Date: Sun Jan 13 19:51:39 2008 +0100 30284 30285 MPC8544DS: fix board Makefile for silent build (with -s) 30286 30287 Signed-off-by: Wolfgang Denk <wd@denx.de> 30288 30289commit 6d714f82fb4b8bb7e267e9c71b8009bc670bfe88 30290Author: Wolfgang Denk <wd@denx.de> 30291Date: Sun Jan 13 16:44:08 2008 +0100 30292 30293 PMC440 board: fix board Makefile for out-of-tree building 30294 30295 Signed-off-by: Wolfgang Denk <wd@denx.de> 30296 30297commit 6eb3fb15588d319bd3099d5f9b910051dfeab6b2 30298Author: Wolfgang Denk <wd@denx.de> 30299Date: Sun Jan 13 16:07:44 2008 +0100 30300 30301 Makalu: fix compile warning 30302 30303 Signed-off-by: Wolfgang Denk <wd@denx.de> 30304 30305commit 0a1e03bcadc7734688a21e8dd2e46a4f608193c0 30306Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 30307Date: Sun Jan 13 12:36:12 2008 +0100 30308 30309 cmd_nand : fix compiler warning. 30310 30311 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 30312 30313commit 8225d1e3ac0ab147cdde4b0042812583380afb8a 30314Author: Michael Schwingen <rincewind@discworld.dascon.de> 30315Date: Sat Jan 12 20:29:47 2008 +0100 30316 30317 CFI: Fix CONFIG_FLASH_CFI_LEGACY compilation 30318 30319 Signed-off-by: Michael Schwingen <michael@schwingen.org> 30320 Acked-by: Stefan Roese <sr@denx.de> 30321 30322commit 2b2f43ed6a30ece77f76191c845ac95267daa31a 30323Author: Wolfgang Denk <wd@denx.de> 30324Date: Sun Jan 13 02:19:44 2008 +0100 30325 30326 MPC8360ERDK: fix incorrect initialization of CFG_I2C_NOPROBES 30327 30328 Signed-off-by: Wolfgang Denk <wd@denx.de> 30329 30330commit 08e99e1dd01a3e0e3dc3a7138eb827c997e2b74d 30331Author: Wolfgang Denk <wd@denx.de> 30332Date: Sun Jan 13 02:19:13 2008 +0100 30333 30334 MPC8xx FEC driver: fix compiler warning. 30335 30336 Signed-off-by: Wolfgang Denk <wd@denx.de> 30337 30338commit ae6d1056d2c2e4d1266413c0ae8a6d5529ecde4b 30339Author: Wolfgang Denk <wd@denx.de> 30340Date: Sun Jan 13 00:59:21 2008 +0100 30341 30342 Fix Makefile dependencies issues; allow silent build 30343 30344 - get rid of "version" target whichdidn't really work 30345 - make autoconf.mk depend on version_autogenerated.h to make sure 30346 to rebuild files as needed 30347 - add XECHO macro to allow for silent build using "make -s" 30348 30349 Signed-off-by: Wolfgang Denk <wd@denx.de> 30350 30351commit e343ab83d5135b558aa58db9be8fc7faa68d77ed 30352Author: Wolfgang Denk <wd@denx.de> 30353Date: Sun Jan 13 00:55:47 2008 +0100 30354 30355 ADS5121e: fix compile warning 30356 30357 Signed-off-by: Wolfgang Denk <wd@denx.de> 30358 30359commit f2b6f4610627fe3d607620e25082916a01538875 30360Author: Wolfgang Denk <wd@denx.de> 30361Date: Sun Jan 13 00:55:18 2008 +0100 30362 30363 MUNICes: fix board Makefile for remote build directory 30364 30365 Signed-off-by: Wolfgang Denk <wd@denx.de> 30366 30367commit 2ad4d3999fe801aa716221d7d9a4c5bdad74783a 30368Author: Oliver Weber <almoeli@gmx.de> 30369Date: Wed Jan 9 17:04:38 2008 +0100 30370 30371 MPC5200: don't use hardcoded MBAR address in Bestcomm firmware 30372 30373 Signed-off-by: Oliver Weber <almoeli@gmx.de> 30374 30375commit 00ac50e348d1bace27a174b7f528d113bc7cdf7f 30376Author: Andreas Engel <andreas.engel@ericsson.com> 30377Date: Wed Jan 9 17:10:56 2008 +0100 30378 30379 Make bootretry work when command line editing is enabled 30380 30381 Currently, when CONFIG_CMDLINE_EDITING is set, bootretry doesn't work. 30382 This patch fixes the problem. 30383 30384 Signed-off-by: Andreas Engel <andreas.engel@ericsson.com> 30385 30386commit 632de0672d3c3ab53ad798c47f5f1eb26008a0e4 30387Author: Larry Johnson <lrj@acm.org> 30388Date: Fri Jan 11 23:26:18 2008 -0500 30389 30390 Refactor code for "i2c sdram" command 30391 30392 Signed-off-by: Larry Johnson <lrj@acm.org> 30393 30394commit 0df6b8446c4721b91ce311548114891130371083 30395Author: Larry Johnson <lrj@acm.org> 30396Date: Thu Jan 10 22:23:39 2008 -0500 30397 30398 Fix "i2c sdram" command for DDR2 DIMMs 30399 30400 Many of the SPD bytes for DDR2 SDRAM are not interpreted correctly by the 30401 "i2c sdram" command. This patch provides correct alternative 30402 interpretations when DDR2 memory is detected. 30403 30404 Signed-off-by: Larry Johnson <lrj@acm.org> 30405 30406commit 64134f011254123618798ff77c42ba196b2ec485 30407Author: Wolfgang Denk <wd@denx.de> 30408Date: Sat Jan 12 20:31:39 2008 +0100 30409 30410 Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections 30411 30412 With recent toolchain versions, some boards would not build because 30413 or errors like this one (here for ocotea board when building with 30414 ELDK 4.2 beta): 30415 ppc_4xx-ld: section .bootpg [fffff000 -> fffff23b] overlaps section .bss [fffee900 -> fffff8ab] 30416 30417 For many boards, the .bss section is big enough that it wraps around 30418 at the end of the address space (0xFFFFFFFF), so the problem will not 30419 be visible unless you use a 64 bit tool chain for development. On 30420 some boards however, changes to the code size (due to different 30421 optimizations) we bail out with section overlaps like above. 30422 30423 The fix is to add the NOLOAD attribute to the .bss and .sbss 30424 sections, telling the linker that .bss does not consume any space in 30425 the image. 30426 30427 Signed-off-by: Wolfgang Denk <wd@denx.de> 30428 30429commit 3afac79ec27b91df185f090b31dad9620779f440 30430Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 30431Date: Fri Jan 11 20:42:58 2008 -0600 30432 30433 USB: Add Philips 1561 PCI-OHCI ids 30434 (needed for M5475EVB) 30435 30436 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 30437 30438commit 5e8def6731cd7bec74bff42a16b139de04010353 30439Author: Wolfgang Denk <wd@denx.de> 30440Date: Sat Jan 12 15:51:34 2008 +0100 30441 30442 Add MAINTAINERS entries for ids8247, jupiter, municse, sc3 and uc101 30443 boards. 30444 30445 Signed-off-by: Heiko Schocher <hs@denx.de> 30446 Signed-off-by: Wolfgang Denk <wd@denx.de> 30447 30448commit 5d49e0e152a8b81cc0602271e8fd259371f559b7 30449Author: Grzegorz Bernacki <gjb@semihalf.com> 30450Date: Fri Jan 11 12:03:43 2008 +0100 30451 30452 MPC512X: Cleanup bus clock names. 30453 30454 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com> 30455 30456commit 66a9455b6bf46d69cec5c88d1a600d1d9a10670d 30457Author: Grzegorz Bernacki <gjb@semihalf.com> 30458Date: Tue Jan 8 17:16:59 2008 +0100 30459 30460 MPC512X: Fixed typo in macro name. 30461 30462 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com> 30463 30464commit 281ff9a45cf9eb17b8a9afc436cb783cf1f62363 30465Author: Grzegorz Bernacki <gjb@semihalf.com> 30466Date: Tue Jan 8 17:16:15 2008 +0100 30467 30468 ads5121: Added support for FDT. 30469 30470 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com> 30471 30472commit a10ff9196183e7e5f2ae3c4f5f3cbe92ae9cb719 30473Author: Wolfgang Denk <wd@denx.de> 30474Date: Sat Jan 12 01:05:50 2008 +0100 30475 30476 Coding Style cleanup; update CHANGELOG. 30477 30478 Signed-off-by: Wolfgang Denk <wd@denx.de> 30479 30480commit f6db945649e5e9d0c7efe33b507d243cdc86cf03 30481Author: Heiko Schocher <hs@denx.de> 30482Date: Fri Jan 11 15:15:17 2008 +0100 30483 30484 Fixed syntax error in function init_e300_core() of mpc83xx/start.S if 30485 30486 Signed-off-by: Timur Tabi <timur@freescale.com> 30487 Signed-off-by: Heiko Schocher <hs@denx.de> 30488 30489commit fa05664cd8c7ab1ecf062aa73b992b7b58bba49c 30490Author: Heiko Schocher <hs@denx.de> 30491Date: Fri Jan 11 15:15:16 2008 +0100 30492 30493 MUNICes: Set the right CFG_DEFAULT_MBAR value. 30494 30495 Signed-off-by: Heiko Schocher <hs@denx.de> 30496 30497commit 5fb2b2342ece8d786c6f7fdba1bc273febd3b3d2 30498Author: Heiko Schocher <hs@denx.de> 30499Date: Fri Jan 11 15:15:15 2008 +0100 30500 30501 added the config File for the MUNICes board. 30502 30503 Signed-off-by: Heiko Schocher <hs@denx.de> 30504 30505commit 6341d9d723b71b4c0bf86f979e4cb228c02fd09d 30506Author: Heiko Schocher <hs@denx.de> 30507Date: Fri Jan 11 15:15:14 2008 +0100 30508 30509 added basic support for the MUNICes board. 30510 30511 Signed-off-by: Heiko Schocher <hs@denx.de> 30512 30513commit 3bb77fb09a1caabf5a292cc5b486a78b977fbe19 30514Author: Wolfgang Denk <wd@denx.de> 30515Date: Sat Jan 12 00:39:37 2008 +0100 30516 30517 Update CHANGELOG and MAINTAINERS files. 30518 30519 Signed-off-by: Wolfgang Denk <wd@denx.de> 30520 30521commit 5ba7390c3cb579172be66888a371707b47b5be4e 30522Author: Anatolij Gustschin <agust@denx.de> 30523Date: Fri Jan 11 02:15:02 2008 +0100 30524 30525 Fix compilation problem in common/cmd_bmp.c 30526 30527 common/cmd_bmp.c fails to compile if CONFIG_VIDEO_BMP_GZIP 30528 isn't defined. This patch fix this. 30529 30530 Signed-off-by: Anatolij Gustschin <agust@denx.de> 30531 30532commit 5aa437baae5fe629abeab99bef793a2a1fc71b58 30533Author: Heiko Schocher <hs@denx.de> 30534Date: Fri Jan 11 01:12:09 2008 +0100 30535 30536 Fix defaultconfig for the mgcoge board. 30537 30538 Signed-off-by: Heiko Schocher <hs@denx.de> 30539 30540commit ac9db066b26935f31bff15c98168b19faeb603f3 30541Author: Heiko Schocher <hs@denx.de> 30542Date: Fri Jan 11 01:12:08 2008 +0100 30543 30544 Added support for the mgcoge board from keymile. 30545 30546 Signed-off-by: Heiko Schocher <hs@denx.de> 30547 30548commit b423d055cc2e13c4ef1f0389c3fa2988d0eed818 30549Author: Heiko Schocher <hs@denx.de> 30550Date: Fri Jan 11 01:12:07 2008 +0100 30551 30552 Enable SMC microcode relocation patch for SMC1. 30553 30554 Signed-off-by: Heiko Schocher <hs@denx.de> 30555 30556commit 381e4e639720d8d2efb8066c7c48ec9588cb28c7 30557Author: Heiko Schocher <hs@denx.de> 30558Date: Fri Jan 11 01:12:06 2008 +0100 30559 30560 Added support for the mgsuvd board from keymile. 30561 30562 Signed-off-by: Heiko Schocher <hs@denx.de> 30563 30564commit bf05293973b348f6946c9df92cd3c65ece42d0be 30565Author: James Yang <james.yang@freescale.com> 30566Date: Thu Jan 10 16:02:07 2008 -0600 30567 30568 Fix 64-bit vsprintf. 30569 30570 There were some size and unsigned problems. 30571 Also add support for "ll" size modifier in format string like glibc 30572 30573 Signed-off-by: James Yang <James.Yang@freescale.com> 30574 Acked-by: Jon Loeliger <jdl@freescale.com> 30575 30576commit 92fa37eac530860643afa26ae347af3d23d67309 30577Author: Larry Johnson <lrj@acm.org> 30578Date: Wed Jan 9 12:42:35 2008 -0500 30579 30580 Remove superfluous preprocessor conditionals from LM73 driver 30581 30582 (1) Remove unused symbol "CFG_EEPROM_PAGE_WRITE_ENABLE". 30583 30584 (2) Use conditional Makefile.o. 30585 30586 Signed-off-by: Larry Johnson <lrj@acm.org> 30587 30588commit efc6f447c1b940d1650c4b854c5598a595ddc3da 30589Author: Guennadi Liakhovetski <lg@denx.de> 30590Date: Thu Jan 10 17:59:07 2008 +0100 30591 30592 Add support for the TK885D baseboard from TELE-DATA 30593 30594 The TK885D board uses a TQM885D module from TQ, this port adds an 30595 own configuration file and adds a last_stage_init() method to 30596 configure the two PHYs, depending on the phy_auto_nego environment 30597 variable. 30598 30599 Signed-off-by: Guennadi Liakhovetski <lg@denx.de> 30600 30601commit 0ec595243dc99edcd248bbcfbfd5a1dc860bde89 30602Author: Kumar Gala <galak@kernel.crashing.org> 30603Date: Thu Jan 10 02:22:05 2008 -0600 30604 30605 Fix compiler warning 30606 30607 main.c: In function 'readline_into_buffer': 30608 main.c:927: warning: unused variable 'p_buf' 30609 30610 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 30611 30612commit bed53753dd1d7e6bcbea4339be0fb7760214cc35 30613Author: Anatolij Gustschin <agust@denx.de> 30614Date: Fri Jan 11 14:30:01 2008 +0100 30615 30616 Add Fujitsu CoralP/Lime video driver 30617 30618 Signed-off-by: Anatolij Gustschin <agust@denx.de> 30619 Signed-off-by: Rodolfo Giometti <giometti@linux.it> 30620 30621commit 20c450ef61ef2eb1c96f9b59ba0eb8d849bba058 30622Author: Anatolij Gustschin <agust@denx.de> 30623Date: Fri Jan 11 02:39:47 2008 +0100 30624 30625 Fix video console newline and carriage return handling 30626 30627 Lines of the lenght CONSOLE_COLS or greater than CONSOLE_COLS 30628 are not displayed correctly. This is an attempt to fix 30629 this issue. Also add carriage return handling. 30630 30631 Signed-off-by: Anatolij Gustschin <agust@denx.de> 30632 Signed-off-by: Rodolfo Giometti <giometti@linux.it> 30633 30634commit d5a163d6baa04f5a8edcc10ebc6fad08657d3093 30635Author: Stefan Roese <sr@denx.de> 30636Date: Fri Jan 11 15:53:58 2008 +0100 30637 30638 ppc4xx: Fix sdram init on Sequoia boards 30639 30640 Clear possible errors in MCSR resulting from data-eye-search. 30641 If not done, then we could get an interrupt later on when 30642 exceptions are enabled. 30643 30644 Signed-off-by: Stefan Roese <sr@denx.de> 30645 30646commit d610a60730b7464f6f659db49d264d89a7c71061 30647Author: Anatolij Gustschin <agust@denx.de> 30648Date: Fri Jan 11 15:31:09 2008 +0100 30649 30650 ppc4xx: Rework Lime support for lwmon5 30651 30652 Rework Lime support for lwmon5 using new video driver 30653 30654 Signed-off-by: Anatolij Gustschin <agust@denx.de> 30655 30656commit ff41ffc93c1592e77a44bdbebd5d781739f3aae0 30657Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 30658Date: Fri Jan 11 14:55:16 2008 +0100 30659 30660 ppc4xx: Update PMC440 config file 30661 30662 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 30663 30664commit e3edcb36f14f0aabb6f50e96014d6877f73d64ea 30665Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 30666Date: Fri Jan 11 14:55:08 2008 +0100 30667 30668 ppx4xx: Fix sdram init on PMC440 boards 30669 30670 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 30671 30672commit 061aad4d320dddce26247699dcf2875ee2ea1366 30673Author: Dave Liu <r63238@freescale.com> 30674Date: Thu Jan 10 23:09:33 2008 +0800 30675 30676 mpc83xx: Fix the bug of 266MHz data rate DDR 30677 30678 The DDR doesn't work on the 266MHz data rate, 30679 the patch fix the bug. 30680 30681 Signed-off-by: Dave Liu <daveliu@freescale.com> 30682 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 30683 30684commit ded08317ad9e340b887bf2eb46e9565a0f610a93 30685Author: Dave Liu <r63238@freescale.com> 30686Date: Thu Jan 10 23:08:26 2008 +0800 30687 30688 mpc83xx: Make the code more readable 30689 30690 Format the code, make it more readable 30691 30692 Signed-off-by: Dave Liu <daveliu@freescale.com> 30693 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 30694 30695commit 7e74d63d1a211fbc34ec424e2dc6726601f323d0 30696Author: Dave Liu <r63238@freescale.com> 30697Date: Thu Jan 10 23:07:23 2008 +0800 30698 30699 mpc83xx: Reduce the latency of DDR 30700 30701 Reduce the AL from 2 to 1 clock to improve the performance. 30702 30703 Signed-off-by: Dave Liu <daveliu@freescale.com> 30704 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 30705 30706commit 6f3931a2bed5412c20d5e5536c865fbd657f7d28 30707Author: Dave Liu <r63238@freescale.com> 30708Date: Thu Jan 10 23:06:05 2008 +0800 30709 30710 mpc83xx: Fix the wrong definition of MPC8315E 30711 30712 According to the latest user manual of MPC8315E, 30713 1) The SVCOD of HRCWL is different than 837x 30714 2) The SCCR has changes 30715 30716 Signed-off-by: Dave Liu <daveliu@freescale.com> 30717 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 30718 30719commit ec2638ea08a537a1bd409db873aaaa33a053ebae 30720Author: Dave Liu <r63238@freescale.com> 30721Date: Thu Jan 10 23:05:00 2008 +0800 30722 30723 mpc83xx: Fix the typo in mpc83xx.h 30724 30725 The SPCR about TSEC priority is wrong. 30726 30727 Signed-off-by: Michael Barkowski <Michael.Barkowski@freescale.com> 30728 Signed-off-by: Joe D'Abbraccio <Joe.D'abbraccio@freescale.com> 30729 Signed-off-by: Dave Liu <daveliu@freescale.com> 30730 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 30731 30732commit c86ef2cd9ef81935049231fa89f36c7b793f2d4b 30733Author: Dave Liu <r63238@freescale.com> 30734Date: Thu Jan 10 23:04:13 2008 +0800 30735 30736 mpc83xx: Fix the typo in global data struct 30737 30738 Fix the typo in global_data.h 30739 30740 Signed-off-by: Dave Liu <daveliu@freescale.com> 30741 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 30742 30743commit 2c5b48fc205c3e2752910da8f39209ed075929e5 30744Author: Dave Liu <r63238@freescale.com> 30745Date: Thu Jan 10 23:03:03 2008 +0800 30746 30747 mpc83xx: Remove cache config from config.h 30748 30749 clean up the cache config from configs.h of board 30750 30751 Signed-off-by: Dave Liu <daveliu@freescale.com> 30752 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 30753 30754commit fab6f556bbbbd1bb35a5433161f7f173c18df559 30755Author: Anton Vorontsov <avorontsov@ru.mvista.com> 30756Date: Wed Jan 9 20:57:47 2008 +0300 30757 30758 mpc83xx: add support for the MPC8360E-RDK 30759 30760 This is MPC8360E based board with: 30761 - 256MB fixed SDRAM; 30762 - 8MB Intel Strata NOR flash; 30763 - StMICRO 64MiB NAND flash; 30764 - two 10/100/1000 ethernet ports connected via Broadcom 30765 BCM5481 PHYs; 30766 - two 10/100 ethernet ports connected via National 30767 DP83848 PHYs; 30768 - one PCI and one miniPCI slots; 30769 - four serial ports (two NS16550-compatible, two UCCs); 30770 - four USB ports working through MPC8360E "FHCI" USB controller; 30771 - Fujitsu MB86277 graphics controller; 30772 - Analog to Digital Converter/Touchscreen controller, AD7843 30773 connected to SPI. 30774 30775 Features not supported in this patch are: 30776 - StMICRO 64MiB NAND flash (patch sent); 30777 - MINT framebuffer initialization (patch is pending); 30778 - Fetching production information from the EEPROM via I2C; 30779 - FHCI USB; 30780 - Two slow UCCs used as RS-485 UARTs. 30781 30782 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> 30783 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 30784 30785commit b3d2cde7a3aa1e83b7968cdff929e52c8cc617bb 30786Author: Anton Vorontsov <avorontsov@ru.mvista.com> 30787Date: Wed Jan 9 20:57:40 2008 +0300 30788 30789 mpc83xx: add "fsl, qe" compatible fixups 30790 30791 New device trees will use "fsl,qe" compatible properties. 30792 30793 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> 30794 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 30795 30796commit 977b57583a7c34010e566a09a679ec3c1836f996 30797Author: Kim Phillips <kim.phillips@freescale.com> 30798Date: Wed Jan 9 15:24:06 2008 -0600 30799 30800 mpc83xx: add missing CONFIG_HAS_ETH0 defines 30801 30802 the new libfdt code only updates eth0 if CONFIG_HAS_ETH0 30803 is defined; add the define to the missing board configs. 30804 30805 Thanks to Emilian Medve for finding this. 30806 30807 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 30808 30809commit b830b7f1635984ba607219fcbd78597c28eeb529 30810Author: Becky Bruce <bgill@freescale.com> 30811Date: Thu Jan 10 14:00:28 2008 -0600 30812 30813 86xx: Support 2GB DIMMs 30814 30815 Configure the number of bits used to address the banks inside the SDRAM 30816 device. The default register value of 0 means 2 bits to address 4 banks. 30817 Higher capacity devices like a 2GB DIMM require 3 bits to address 8 banks. 30818 30819 Signed-off-by: Becky Bruce <bgill@freescale.com> 30820 30821commit 4d332dbeb08f5863d1ea69d91a00c5499d3a87ed 30822Author: Niklaus Giger <niklausgiger@gmx.ch> 30823Date: Thu Jan 10 18:50:33 2008 +0100 30824 30825 ppc4xx: Make Sequoia boot vxWorks 30826 30827 vxWorks expects in 30828 TLB 0 a entry for the Machine Check interrupt 30829 TLB 1 a entry for the RAM 30830 TLB 2 a entry for the EBC 30831 TLB 3 a entry for the boot flash 30832 30833 After changing the baudrate to 9600 I had no problems to boot the 30834 vxWorks image as distributed by WindRiver (Revision 2.0/1 from 30835 June 18, 2007) 30836 30837 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com> 30838 30839commit 6d8184b00c0d1d7090e4a2f514e310d98a394f8d 30840Author: Larry Johnson <lrj@arlinx.com> 30841Date: Wed Jan 9 23:10:27 2008 -0500 30842 30843 ppc4xx: Fix dflush() to restore DVLIM register 30844 30845 Signed-off-by: Larry Johnson <lrj@acm.org> 30846 30847commit 252f60b068d1f94190b5bcfda169db582387e15e 30848Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 30849Date: Thu Jan 10 03:52:44 2008 -0500 30850 30851 Nios2: remove common/cmd_bdinfo.c unused variable. 30852 30853 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 30854 Signed-off-by: Scott McNutt <smcnutt@psyent.com> 30855 30856commit 422b1a01602b6e2fbf8444a1192c7ba31461fd4c 30857Author: Ben Warren <biggerbadderben@gmail.com> 30858Date: Wed Jan 9 18:15:53 2008 -0500 30859 30860 Fix Ethernet init() return codes 30861 30862 Change return values of init() functions in all Ethernet drivers to conform 30863 to the following: 30864 30865 >=0: Success 30866 <0: Failure 30867 30868 All drivers going forward should return 0 on success. Current drivers that 30869 return 1 on success were left as-is to minimize changes. 30870 30871 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 30872 Acked-by: Stefan Roese <sr@denx.de> 30873 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 30874 Acked-by: Kim Phillips <kim.phillips@freescale.com> 30875 Acked-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 30876 Acked-By: Timur Tabi <timur@freescale.com> 30877 30878commit d3a6532cbe263d992f49e86ac95bede28e96f9c8 30879Author: Wolfgang Denk <wd@denx.de> 30880Date: Thu Jan 10 00:55:14 2008 +0100 30881 30882 Coding Style cleanup; update CHANGELOG 30883 30884 Signed-off-by: Wolfgang Denk <wd@denx.de> 30885 30886commit 17a41e4492121ccf9fa2c10c2cb1a6d1c18d74f7 30887Author: Kim Phillips <kim.phillips@freescale.com> 30888Date: Wed Jan 9 16:56:54 2008 -0600 30889 30890 Add QE brg freq and correct qe bus freq fdt update code 30891 30892 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 30893 Signed-off-by: Andy Fleming <afleming@freescale.com> 30894 30895commit 890dfef06c2d169a3356359596890754dfb8ee1c 30896Author: Andy Fleming <afleming@freescale.com> 30897Date: Wed Jan 9 16:34:51 2008 -0600 30898 30899 Remove cache config from ATUM8548 and sbc8548 configs 30900 30901 These boards weren't updated by Kumar's config patch because they 30902 weren't in the tree, yet. 30903 30904 Signed-off-by: Andy Fleming <afleming@freescale.com> 30905 30906commit b8ec2385038c094b07ec5b49336289a46b6e9cc6 30907Author: Timur Tabi <timur@freescale.com> 30908Date: Mon Jan 7 13:31:19 2008 -0600 30909 30910 85xx: add ability to upload QE firmware 30911 30912 Define the layout of a binary blob that contains a QE firmware and instructions 30913 on how to upload it. Add function qe_upload_firmware() to parse the blob and 30914 perform the actual upload. Add command-line command "qe fw" to take a firmware 30915 blob in memory and upload it. Update ft_cpu_setup() on 85xx to create the 30916 'firmware' device tree node if U-Boot has uploaded a firmware. Fully define 30917 'struct rsp' in immap_qe.h to include the actual RISC Special Registers. 30918 30919 Signed-off-by: Timur Tabi <timur@freescale.com> 30920 30921commit b009f3eca99bb7b9e6ba6639a8909a138dd5e9fe 30922Author: Kumar Gala <galak@kernel.crashing.org> 30923Date: Tue Jan 8 01:22:21 2008 -0600 30924 30925 85xx: Remove cache config from configs.h 30926 30927 Either use the standard defines in asm/cache.h or grab the information 30928 at runtime from the L1CFG SPR. 30929 30930 Also, minor cleanup in cache.h to make the code a bit more readable. 30931 30932 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 30933 30934commit b964e9368f45372aaf1da0c13fe56f6d81ae8e96 30935Author: robert lazarski <robertlazarski@gmail.com> 30936Date: Fri Dec 21 10:39:27 2007 -0500 30937 30938 mpc85xx: Add support for ATUM8548 (updated) 30939 30940 Add support for Instituto Atlantico's ATUM8548 board 30941 30942 Signed-off-by: robert lazarski <robertlazarski@gmail.com> 30943 Signed-off-by: Andy Fleming <afleming@freescale.com> 30944 30945commit 7bd6104b71de9bca80ac8e0936003443bb42f2fc 30946Author: robert lazarski <robertlazarski@gmail.com> 30947Date: Fri Dec 21 10:36:37 2007 -0500 30948 30949 mpc85xx: Add support for ATUM8548 (updated) 30950 30951 Add support for Instituto Atlantico's ATUM8548 board 30952 30953 Signed-off-by: robert lazarski <robertlazarski@gmail.com> 30954 30955commit 9e3ed392d2c8965e24c942b58796c31c644c2f70 30956Author: Joe Hamman <joe.hamman@embeddedspecialties.com> 30957Date: Thu Dec 13 06:45:14 2007 -0600 30958 30959 mpc85xx: Add support for SBC8548 (updated) 30960 30961 Add support for Wind River's SBC8548 reference board. 30962 30963 Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com> 30964 30965commit 11c45ebd46d6517b51b7a92dd52a618b2f4e5586 30966Author: Joe Hamman <joe.hamman@embeddedspecialties.com> 30967Date: Thu Dec 13 06:45:08 2007 -0600 30968 30969 mpc85xx: Add support for SBC8548 (updated) 30970 30971 Add support for Wind River's SBC8548 reference board. 30972 30973 Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com> 30974 Signed-off by: Andy Fleming <afleming@freescale.com> 30975 30976commit 64d4bcb087c2ece1c4d0de8efe85e0075e5b1594 30977Author: Anton Vorontsov <avorontsov@ru.mvista.com> 30978Date: Mon Oct 22 19:58:19 2007 +0400 30979 30980 MPC8568E-MDS: set up QE pario for UART1 30981 30982 To use UART1 on the MPC8568E-MDS, QE pario pins PC[0:3] should 30983 be set up appropriately. 30984 30985 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> 30986 30987commit ad162249cb371e9e38971676f09be791e5f3cf4a 30988Author: Anton Vorontsov <avorontsov@ru.mvista.com> 30989Date: Mon Oct 22 18:12:46 2007 +0400 30990 30991 MPC8568E-MDS: reset UCCs to use them reliably 30992 30993 In order to use GETH1 and GETH2 on the MPC8568E-MDS, we should reset 30994 UCCs. 30995 30996 p.s Similar code exists in the Linux kernel board file (for capability 30997 reasons with older U-Boots), but should be removed some day. 30998 30999 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> 31000
31001commit 2146cf56821c3364786ca94a7306008c5824b238 31002Author: Kumar Gala <galak@kernel.crashing.org> 31003Date: Wed Dec 19 01:18:15 2007 -0600 31004 31005 Reworked FSL Book-E TLB macros to be more readable 31006 31007 The old macros made it difficult to know what WIMGE and perm bits 31008 were set for a TLB entry. Actually use the bit masks for these items 31009 since they are only a single bit. 31010 31011 Also moved the macros into mmu.h out of e500.h since they aren't specific 31012 to e500. 31013 31014 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 31015 31016commit 1d47273d46925929f8f2c1913cd96d7257aade88 31017Author: Kumar Gala <galak@kernel.crashing.org> 31018Date: Tue Dec 18 23:21:51 2007 -0600 31019 31020 Use FSL Book-E MMU macros from Linux Kernel 31021 31022 Grab the FSL Book-E MAS register macros from Linux. Also added 31023 defines for page sizes up to 4TB and removed SHAREN since it doesnt 31024 really exist. 31025 31026 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 31027 31028commit 02df4a270f817ef6ec39047a01b55fecdc5f3b37 31029Author: Andy Fleming <afleming@freescale.com> 31030Date: Wed Jan 9 13:51:32 2008 -0600 31031 31032 Fix my own merge stupidity 31033 31034 Way back in August I merged Heiko's patch: 31035 566a494f592: [PCS440EP] upgrade the PCS440EP board 31036 31037 with Jon's CONFIG_COMMANDS patches. 31038 31039 This was done in commit: 6bf6f114dcdd97ec3f80c2761ed40e31229d6b78 31040 31041 However, in the process, I left out some of Heiko's good changes. 31042 31043 Now Heiko's and Jon's patches are properly merged in fat_register_device() 31044 31045 Signed-off-by: Andy Fleming <afleming@freescale.com> 31046 31047commit 6636b62a6efc7f14e6e788788631ae7a7fca4537 31048Author: James Yang <James.Yang@freescale.com> 31049Date: Wed Jan 9 11:17:49 2008 -0600 31050 31051 Expose parse_line() globally. 31052 31053 Add new function readline_into_buffer() that allows the 31054 output of readline to be put into a pointer to char buffer. 31055 31056 This refactoring allows other functions besides the 31057 main command loop to also use the same input mechanism. 31058 31059 Signed-off-by: James Yang <James.Yang@freescale.com> 31060 Acked-by: Jon Loeliger <jdl@freescale.com> 31061 31062commit 7ca90513486abd4ae50bd1b7403f47cc58c5ad25 31063Author: Guennadi Liakhovetski <lg@denx.de> 31064Date: Wed Jan 9 01:15:25 2008 +0100 31065 31066 trivial: fix consequences of a bad merge 31067 31068 Fix what looks like a merge artifact. 31069 31070 Signed-off-by: Guennadi Liakhovetski <lg@denx.de> 31071 31072commit 4785a694c0045996ccf0ac5b8edf531efc1b730e 31073Author: Zhang Wei <wei.zhang@freescale.com> 31074Date: Thu Jan 3 10:51:15 2008 +0800 31075 31076 Add Ctrl combo key support to usb keyboard driver. 31077 31078 Ctrl combo key support is added, which is very useful to input Ctrl-C 31079 for interrupt current job. 31080 Also add usb_event_poll() calling to usb_kbd_testc(), which can get 31081 key input when tstc() is called. 31082 31083 Signed-off-by: Zhang Wei <wei.zhang@freescale.com> 31084 31085commit 10c7382bc5d5e64c47f94ac2ca78cc574442e82d 31086Author: Marcel Ziswiler <marcel@ziswiler.com> 31087Date: Sun Dec 30 03:30:56 2007 +0100 31088 31089 fix various comments 31090 31091 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com> 31092 31093commit 7817cb2083d982923752fe0f12b67c0e7c09a027 31094Author: Marcel Ziswiler <marcel@ziswiler.com> 31095Date: Sun Dec 30 03:30:46 2007 +0100 31096 31097 fix comments with new drivers organization 31098 31099 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com> 31100 31101commit a9b410dc7d2a4721c408b13abfc037988150f145 31102Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com> 31103Date: Fri Dec 28 12:50:59 2007 +0900 31104 31105 Remove the obsolete terse version of do_mii() 31106 31107 We now have more useful version of do_mii() and everybody use it. 31108 Gerald Van Baren says: 31109 31110 > When I originally wrote the mii command 6(!) years ago, I wrote a 31111 > verbose version that printed human readable decomposition of the flags, 31112 > etc., and a terse one that didn't print as much stuff and thus had a 31113 > smaller memory footprint. 31114 > 31115 > It sounds like the terse version has withered and died, apparently 31116 > people are only using the verbose version (which is very understandable, 31117 > I do myself). 31118 31119 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com> 31120 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com> 31121 31122commit 01c687aa6e065bd4faf80f723361e798941dd6b0 31123Author: Mike Frysinger <vapier@gentoo.org> 31124Date: Thu Dec 27 13:42:56 2007 -0500 31125 31126 Do not reference sha1.c when building mkimage. 31127 31128 remove sha1.o from mkimage linking since it isn't actually used. 31129 31130 Signed-Off-By: Mike Frysinger <vapier@gentoo.org> 31131 31132commit b9173af73e524d37c812f210173cf83385c5171a 31133Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com> 31134Date: Thu Dec 27 15:39:54 2007 +0900 31135 31136 common/cmd_mii.c: Add sanity argc check 31137 31138 If type mii command without arguments, we suffer from uninitialized argv[] 31139 entries; for example we MIPS get stuck by TLB error. 31140 31141 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com> 31142 31143commit 500856eb1707ed17d9204baa61dd59948d3b2899 31144Author: Rafal Jaworowski <raj@semihalf.com> 31145Date: Wed Jan 9 19:39:36 2008 +0100 31146 31147 API for external applications. 31148 31149 This is an API for external (standalone) applications running on top of 31150 U-Boot, and is meant to be more extensible and robust than the existing 31151 jumptable mechanism. It is similar to UNIX syscall approach. See api/README 31152 for more details. 31153 31154 Included is the demo application using this new framework (api_examples). 31155 31156 Please note this is still an experimental feature, and is turned off by 31157 default. 31158 31159 Signed-off-by: Rafal Jaworowski <raj@semihalf.com> 31160 31161commit fe8dd0b2220b7c02b0d4c9c4f9967879970477b1 31162Author: Jon Loeliger <jdl@freescale.com> 31163Date: Wed Jan 9 12:14:55 2008 -0600 31164 31165 86xx: Remove cache config from configs.h 31166 31167 Just use the standard defines in asm/cache.h. 31168 31169 Signed-off-by: Jon Loeliger <jdl@freescale.com> 31170 31171commit 26a41790f8eba19ad450e18ae91351daf485b3e2 31172Author: Rafal Jaworowski <raj@semihalf.com> 31173Date: Wed Jan 9 18:05:27 2008 +0100 31174 31175 Globalize envmatch() 31176 31177 The newly introduced API (routines related to env vars) will need to call 31178 it. 31179 31180 Signed-off-by: Rafal Zabdyr <armo@semihalf.com> 31181 31182commit 1df170f8b2a99e1e2f940f9f0b56511e1e4c9e1f 31183Author: Jon Loeliger <jdl@freescale.com> 31184Date: Fri Jan 4 12:07:27 2008 -0600 31185 31186 Convert MPC8610HPCD to use libfdt. 31187 31188 Assumes the presence of the aliases node in the DTS to 31189 locate the pci and serial nodes for fixups. 31190 31191 Use consistent fdtaddr and fdtfile in environment variables. 31192 31193 Signed-off-by: Jon Loeliger <jdl@freescale.com> 31194 31195commit c9974ab0a4d3731cdb76a7599d9fe9445d764d60 31196Author: Jon Loeliger <jdl@freescale.com> 31197Date: Fri Jan 4 11:58:23 2008 -0600 31198 31199 8610: Fix lingering compile warnings. 31200 31201 Turn off DEBUG. 31202 31203 Signed-off-by: Jon Loeliger <jdl@freescale.com> 31204 31205commit 6007f3251c0967adc13f2ed8be1b924ddc30124d 31206Author: Wolfgang Denk <wd@denx.de> 31207Date: Wed Jan 9 15:14:46 2008 +0100 31208 31209 Coding Style cleanup, update CHANGELOG 31210 31211 Signed-off-by: Wolfgang Denk <wd@denx.de> 31212 31213commit fc6414eca55f1fc108fb12fc8cdc43bd8b4463f9 31214Author: Mike Frysinger <vapier@gentoo.org> 31215Date: Tue Dec 18 04:29:55 2007 -0500 31216 31217 fix easylogo on big endian dev systems 31218 31219 didnt realize how out of shape easylogo actually was until i tried using it. 31220 this patch does byte swapping as need be on the input tga header since the tga 31221 is in little endian but the host could just as well be big endian. i didnt 31222 bother using bswap macros or such stuff from system headers as nothing in 31223 POSIX dictates byte swapping functionality. 31224 31225 Signed-Off-By: Mike Frysinger <vapier@gentoo.org> 31226 31227commit 38d299c2db81bd889c601b5dfc12c4e83ef83333 31228Author: Mike Frysinger <vapier@gentoo.org> 31229Date: Tue Dec 18 03:23:25 2007 -0500 31230 31231 cleanup easylogo 31232 31233 - make the Makefile not suck 31234 - include proper headers for prototypes 31235 - fix obvious broken handling of strchr() when handling '.' in filenames 31236 31237 Signed-Off-By: Mike Frysinger <vapier@gentoo.org> 31238 31239commit 883e3925d99a8dd69c5b0201cba5b1887f88f95c 31240Author: raptorbrino@aim.com <raptorbrino@aim.com> 31241Date: Thu Dec 13 21:23:28 2007 -0500 31242 31243 Fix build problems under Cygwin 31244 31245 This patch allows u-boot to build without error in a cygwin 31246 environment. Cygwin does not define __u64 in it's 31247 include/asm/types.h file. The -idirafter flag in the u-boot 31248 build causes the inclusion of the cygwin types.h file as opposed 31249 to u-bot/include/asm/types.h file which does define __u64. 31250 Subsequently, sha1.c compile fails due to unknown symbol. 31251 31252 Signed-off-by: Brian Miller <raptorbrino@netscape.net> 31253 31254commit 43ef1c381f9195504a2488f5cb909227eb97d475 31255Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com> 31256Date: Fri Nov 30 17:29:59 2007 +0100 31257 31258 cmd_bmp: Add support for displaying gzip compressed bmps 31259 31260 The existing code can show information about a gzip compressed BMP 31261 image, but can't actually display it. 31262 31263 Therefore, move the decompression code out of bmp_info() and use it in 31264 bmp_display() as well in order to display a compressed BMP image. 31265 31266 Also, clean things up a bit and fix a memory leak while we're at it. 31267 31268 [hskinnemoen@atmel.com: a bit of refactoring] 31269 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 31270 31271commit d197ffd8172c6fdef38733424640a9a47295d6e9 31272Author: Guennadi Liakhovetski <lg@denx.de> 31273Date: Thu Nov 29 21:15:56 2007 +0100 31274 31275 Fix and optimize MII operations on FEC (MPC8xx) controllers 31276 31277 This patch fixes several issues at least on a MPC885 based system with two 31278 FEC interfaces used in MII mode. 31279 31280 1. PHY discovery should first read PHY_PHYIDR2 register and only then 31281 PHY_PHYIDR1 like cpu/mpc8xx/fec.c::mii_discover_phy() does it, 31282 otherwise the values read are wrong. Also notice, that PHY discovery 31283 cannot work on MPC88x / MPC87x in setups with both FECs active at all 31284 in its present form, because for both interfaces the registers from FEC 31285 1 are used to communicate over MII. 31286 31287 2. Remove code duplication for resetting the FEC by isolating it into a 31288 separate function. 31289 31290 3. Initialize MII on FEC 1 when communicating over FEC 2 in fec_init(). 31291 31292 4. Optimize mii_init() to only reset the FEC 1 controller once. 31293 31294 5. Fix a typo in mii_init() using index i instead of j thus potentially 31295 leading to unpredictable results. 31296 31297 Signed-off-by: Guennadi Liakhovetski <lg@denx.de> 31298 31299commit 6a5e1d75bf106fa157e9ce68bcaf4b13e8a1d214 31300Author: Guennadi Liakhovetski <lg@denx.de> 31301Date: Tue Nov 20 13:14:20 2007 +0100 31302 31303 Fix endianness conversions in rtl8169 driver 31304 31305 It is unclear on what platforms this driver has been tested, since 31306 noone up to now defines CONFIG_RTL8169 in the board configuration 31307 header. Now it has been fixed for a big-endian mpc8241 based 31308 linkstation platform. This patch presents the necessary endianness 31309 conversion fixes. 31310 31311 Signed-off-by: Guennadi Liakhovetski <lg@denx.de> 31312 31313commit 58694f9709c0c3e3178e349ae748d98cfb0c639a 31314Author: Zhang Wei <wei.zhang@freescale.com> 31315Date: Thu Jan 3 10:51:15 2008 +0800 31316 31317 Add Ctrl combo key support to usb keyboard driver. 31318 31319 Ctrl combo key support is added, which is very useful to input Ctrl-C 31320 for interrupt current job. 31321 Also add usb_event_poll() calling to usb_kbd_testc(), which can get 31322 key input when tstc() is called. 31323 31324 Signed-off-by: Zhang Wei <wei.zhang@freescale.com> 31325 Signed-off-by: Markus Klotzbuecher <mk@denx.de> 31326 31327commit 07eb02687f008721974a2fb54cd7fdc28033ab3c 31328Author: Wolfgang Denk <wd@denx.de> 31329Date: Wed Jan 9 13:43:38 2008 +0100 31330 31331 Coding Style clenaup; update CHANGELOG 31332 31333 Signed-off-by: Wolfgang Denk <wd@denx.de> 31334 31335commit c26acc1a43b31ddca5add42fd0360ff0eee90c80 31336Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 31337Date: Thu Dec 27 17:13:11 2007 +0100 31338 31339 Remove bit swapping in Xilinx Spartan bitfile loading 31340 31341 This patch removes the unnecessary bit swapping when 31342 booting .bit files with the 'fpga loadb' command. 31343 31344 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 31345 31346commit 437fc7327f0611f82937858f2d80e4cd61b40984 31347Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 31348Date: Thu Dec 27 17:13:05 2007 +0100 31349 31350 Fix MSB check in Xilinx Spartan slave serial mode 31351 31352 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 31353 31354commit 3bff4ffa33729a42645e328a21e8d16488872958 31355Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 31356Date: Thu Dec 27 17:12:56 2007 +0100 31357 31358 Add new Xilinx Spartan FPGA types 31359 31360 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 31361 31362commit 21d39d598c4e74d4e7761608c79dba2715d40a4c 31363Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 31364Date: Thu Dec 27 17:12:43 2007 +0100 31365 31366 Add pre and post configuration callbacks for Spartan FPGAs 31367 31368 This patch adds a post configuration callback for Spartan2/3 FPGAs. 31369 pre and post configuration callback are now optional and 31370 not called when the function pointer is set to NULL. 31371 31372 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 31373 31374commit 0133502e39ff89b67c26cb4015e0e7e8d9571184 31375Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 31376Date: Thu Dec 27 17:12:34 2007 +0100 31377 31378 Improve configuration of FPGA subsystem 31379 31380 This patch removes the FPGA subsystem configuration through 31381 the CONFIG_FPGA bitmask configuration option. 31382 31383 See README for the new options: 31384 31385 CONFIG_FPGA, 31386 CONFIG_FPGA_<vendor>, 31387 CONFIG_FPGA_<family> 31388 31389 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 31390 31391commit 95c6bc7d4a3588b452baca610f8c795a83630477 31392Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 31393Date: Thu Dec 27 16:55:17 2007 +0100 31394 31395 Add Epson RX8025 RTC support 31396 31397 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 31398 31399commit 1208a2dfde02bedd3c5bda29a606632b8e0be058 31400Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 31401Date: Thu Dec 27 16:57:23 2007 +0100 31402 31403 serial: Make default_serial_console() a weak function 31404 31405 With this patch it is possible to reimplement default_serial_console() 31406 in board specific code. This will be done in the upcomming PMC440 31407 U-Boot port. This also allows the lwmon board maintainer to 31408 remove the '#if !defined(CONFIG_LWMON) ...' from common/serial.c. 31409 31410 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 31411 31412commit d16471ee05ce7ac5392bc0e9fe3ff4b58a768f33 31413Author: Harald Welte <laforge@openmoko.org> 31414Date: Wed Dec 19 14:14:47 2007 +0100 31415 31416 add 'terminal program' functionality 31417 31418 This patch adds a 'cu' like serial terminal command to u-boot 31419 using which you can access other serial ports from the system console. 31420 31421 OpenMoko uses this in their Neo1973 phones to get access to the GSM 31422 Modem and GPS chip from the bootloader. 31423 31424 Signed-off-by: Harald Welte <laforge@openmoko.org> 31425 31426commit 62d4f4365341576f5a5307b2b205a5aa2e3c6be6 31427Author: Harald Welte <laforge@openmoko.org> 31428Date: Wed Dec 19 14:12:53 2007 +0100 31429 31430 Re-introduce the 'nand read.oob' and 'nand write.oob' commands 31431 that used to exist with the legacy NAND code 31432 31433 Signed-off-by: Harald Welte <laforge@openmoko.org> 31434 31435commit f540c42d9564854b19ce9bbb70affe172529fe70 31436Author: Harald Welte <laforge@openmoko.org> 31437Date: Wed Dec 19 14:09:58 2007 +0100 31438 31439 Fix building with CRAMFS but not JFFS2 support 31440 31441 Signed-off-by: Harald Welte <laforge@openmoko.org> 31442 31443commit 23d0baf967fecdaf1804f045f6339337c5607eec 31444Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 31445Date: Sat Dec 22 15:52:58 2007 +0100 31446 31447 Allow CONFIG_AUTO_COMPLETE and command history CONFIG_CMDLINE_EDITING at the sametime 31448 31449 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 31450 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 31451 31452commit 23776ff292966a85d811126933830bed48211826 31453Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 31454Date: Tue Dec 11 10:53:12 2007 +0100 31455 31456 ARM: support board-specific ethernet PHY init 31457 31458 Add until the new phylib will be arrived 31459 31460 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 31461 31462commit 7b74ebe723e576baedf5a8b6240589b19b845a1b 31463Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 31464Date: Sat Dec 8 16:34:08 2007 +0100 31465 31466 IXP: Add full baud-rate support for ixp42x, ixp45x and ixp46x 31467 31468 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 31469 31470commit a2df4da31b1a1e41e3e9e1358cfc52b806046ce1 31471Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 31472Date: Sun Dec 9 11:01:10 2007 +0100 31473 31474 Add missing file in gitignore and comments 31475 31476 based on Linux source tree's .gitignore files 31477 31478 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 31479 31480commit 435dc8fcdb3bc61d3d490773a8f369f98a20c868 31481Author: Wolfgang Denk <wd@denx.de> 31482Date: Wed Jan 9 11:36:21 2008 +0100 31483 31484 Coding Style cleanup, update CHANGELOG 31485 31486 Signed-off-by: Wolfgang Denk <wd@denx.de> 31487 31488commit b2e2142c500c48a57f18f9dd30e66c13caea0971 31489Author: Stefan Roese <sr@denx.de> 31490Date: Wed Jan 9 10:38:58 2008 +0100 31491 31492 POST: Execute SPR test after relocation 31493 31494 On LWMON5 we now use d-cache as init-ram and stack. The SPR POST test uses 31495 self modifying code and this doesn't work with stack in d-cache, since 31496 I can't move the code from d-cache to i-cache. We move the SPR test to 31497 be executed a little later, after relocation. Then stack is located in 31498 SDRAM and this self-modifying code is no problem anymore. 31499 31500 Signed-off-by: Stefan Roese <sr@denx.de> 31501 31502commit 8f24e0637ae113500d8bd60d80d57afcc0aa8bde 31503Author: Stefan Roese <sr@denx.de> 31504Date: Wed Jan 9 10:28:20 2008 +0100 31505 31506 ppc4xx: Change LWMON5 to not use OCM for init-ram and POST anymore 31507 31508 This patch configures the LWMON5 port to use d-cache as init-ram and 31509 the unused GPT0_COMP6 as POST WORD storage. 31510 31511 Signed-off-by: Stefan Roese <sr@denx.de> 31512 31513commit 1754f50b710194f886b6f2831803d8960171a14d 31514Author: Stefan Roese <sr@denx.de> 31515Date: Wed Jan 9 10:25:46 2008 +0100 31516 31517 ppc4xx: Add CFG_POST_ALT_WORD_ADDR to support non OCM POST WORD storage 31518 31519 The privious 4xx POST implementation only supported storing the POST 31520 WORD in OCM. Since we need to reserve the OCM on LWMON5 for the logbuffer 31521 we need to store the POST WORD in some other non volatile location. 31522 This patch adds CFG_POST_ALT_WORD_ADDR to specify an address for such 31523 a location. 31524 31525 Signed-off-by: Stefan Roese <sr@denx.de> 31526 31527commit e02c521d94b45d7b05aa522e4ccde6b74bf5fe57 31528Author: Stefan Roese <sr@denx.de> 31529Date: Wed Jan 9 10:23:16 2008 +0100 31530 31531 ppc4xx: Add 44x cache locking to better support init-ram in d-cache 31532 31533 This patch adds support for locking the init-ram/stack in d-cache, 31534 so that other regions may use d-cache as well 31535 31536 Note, that this current implementation locks exactly 4k of d-cache, 31537 so please make sure that you don't define a bigger init-ram area. Take 31538 a look at the lwmon5 440EPx implementation as a reference. 31539 31540 Signed-off-by: Stefan Roese <sr@denx.de> 31541 31542commit 0ddb89601a8d29e808db450366752ffdc6267c53 31543Author: Wolfgang Denk <wd@denx.de> 31544Date: Wed Jan 9 10:16:33 2008 +0100 31545 31546 Fix memset bug in ext2fs_read_file() 31547 31548 ext2fs_read_file() had the function arguments swapped. 31549 31550 Pointed out by Mike Montour, 19 Dec 2007 22:34:25 -0800 31551 31552 Signed-off-by: Wolfgang Denk <wd@denx.de> 31553 31554commit 32d6f1bc09175f3b77469771e839bc7255a9f22e 31555Author: Markus Klotzbücher <mk@denx.de> 31556Date: Tue Jan 5 08:17:15 1988 +0100 31557 31558 Fix problems with usb storage devices on MPC5200 /TQM5200 31559 31560 The MPC5200 OHCI controller operates in big endian, so 31561 CFG_OHCI_BE_CONTROLLER must be defined for it to work properly. 31562 31563 Signed-off-by: Markus Klotzbuecher <mk@denx.de> 31564 31565commit 46f6e5019048b103d7693d5310de0f1cfbaf4c19 31566Author: Wolfgang Denk <wd@denx.de> 31567Date: Tue Jan 8 22:58:27 2008 +0100 31568 31569 Fix compile problem with new env code. 31570 31571 Signed-off-by: Wolfgang Denk <wd@denx.de> 31572 31573commit 64b3727b9779d86127cd576e392a987de5ebb9fd 31574Author: Markus Klotzbücher <mk@denx.de> 31575Date: Tue Nov 27 10:23:20 2007 +0100 31576 31577 tools: fix fw_printenv tool to compile again 31578 31579 This patch updates the fw_printenv/fw_setenv userspace tool to include 31580 the correct MTD header in order to compile against current kernel 31581 headers. Backward compatibility is preserved by introducing an option 31582 MTD_VERSION which can be set to "old" for compilation using the old MTD 31583 headers. Along with this a number of warnings are fixed. 31584 31585 Signed-off-by: Markus Klotzbuecher <mk@denx.de> 31586 31587commit 1f84021a85abeb837d2ce0dc84297b4f1d45d516 31588Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 31589Date: Tue Jan 8 15:40:09 2008 +0100 31590 31591 ppc4xx: assign PCI interrupts on seuqoia boards 31592 31593 Some operating systems rely on assigned PCI interrupts. 31594 31595 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 31596 31597commit 6e9233d30afe57cb6e148fbfa4895e7810196fac 31598Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 31599Date: Tue Jan 8 15:50:49 2008 +0100 31600 31601 ppc4xx: Move cpu/ppc4xx/vecnum.h into include path 31602 31603 This patch allows the use of 4xx interrupt vector number defines 31604 in board specific code outside cpu/ppc4xx. 31605 31606 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 31607 31608commit 580d1d3186a2bc6dbdb626941b716dae1788e51e 31609Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 31610Date: Tue Jan 8 15:39:01 2008 +0100 31611 31612 ppc4xx: Fix UIC2 vector number base 31613 31614 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 31615 31616commit ff5fb8a6ccba56e3482d0e297d8cfb7faa040811 31617Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 31618Date: Tue Jan 8 12:49:58 2008 +0100 31619 31620 ppc4xx: Update PLB/PCI divider for PMC440 board 31621 31622 This patch updates the PLB/PCI divider when running at 31623 400MHz CPU frequency from 4 to 3 which results in 44MHz PCI sync clock. 31624 31625 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 31626 31627commit 7d5d75633174867316a0c0f2fca5ceb2cf312cde 31628Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 31629Date: Tue Jan 8 11:13:09 2008 +0100 31630 31631 ppc4xx: Disable error message when no NAND chip is installed on PMC440 31632 31633 Add CFG_NAND_QUIET_TEST option to disable error message when 31634 no NAND chip is installed on PMC440 boards. 31635 31636 Disable a couple of config defines that are only used for NAND_U_BOOT. 31637 31638 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 31639 31640commit c83d7ca4dadd44ae430235077f63b64a11f36f6e 31641Author: Wolfgang Denk <wd@denx.de> 31642Date: Tue Jan 8 22:58:27 2008 +0100 31643 31644 Fix compile problem with new env code. 31645 31646 Signed-off-by: Wolfgang Denk <wd@denx.de> 31647 31648commit 6de66b35426312a21174a9bf0576a094e2904bea 31649Author: Markus Klotzbücher <mk@denx.de> 31650Date: Tue Nov 27 10:23:20 2007 +0100 31651 31652 tools: fix fw_printenv tool to compile again 31653 31654 This patch updates the fw_printenv/fw_setenv userspace tool to include 31655 the correct MTD header in order to compile against current kernel 31656 headers. Backward compatibility is preserved by introducing an option 31657 MTD_VERSION which can be set to "old" for compilation using the old MTD 31658 headers. Along with this a number of warnings are fixed. 31659 31660 Signed-off-by: Markus Klotzbuecher <mk@denx.de> 31661 31662commit ad3006fe7e84667021753b74247b0bafd97ba35f 31663Author: Gerald Van Baren <vanbaren@cideas.com> 31664Date: Mon Jan 7 23:47:32 2008 -0500 31665 31666 LIBFDT: use memmove() instead of memcpy() 31667 31668 This is partial patch from the DTC/libfdt 31669 commit 67b6b33b9b413a450a72135b5dc59c0a1e33e647 31670 Author: David Gibson <david@gibson.dropbear.id.au> 31671 Date: Wed Nov 21 11:56:14 2007 +1100 31672 31673 The patch also fixes one genuine bug caught by valgrind - 31674 _packblocks() in fdt_rw.c was using memcpy() where it should have been 31675 using memmove(). 31676 31677 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com> 31678 31679commit aec7135bc300e3340d18f203347ee00c5b5f68c0 31680Author: David Gibson <david@gibson.dropbear.id.au> 31681Date: Mon Dec 17 14:42:07 2007 +1100 31682 31683 libfdt: Add more documentation (patch the seventh) 31684 31685 This patch adds more documenting comments to libfdt.h. Specifically, 31686 these document the read/write functions (not including fdt_open_into() 31687 and fdt_pack(), for now). 31688 31689 Signed-off-by: David Gibson <david@gibson.dropbear.id.au> 31690 31691commit 9d4450b5adc36623e9c1de1f92539db77ad0c57e 31692Author: David Gibson <david@gibson.dropbear.id.au> 31693Date: Mon Dec 17 14:41:52 2007 +1100 31694 31695 libfdt: Add more documentation (patch the sixth) 31696 31697 This patch adds some more documenting comments to libfdt.h. 31698 Specifically this documents all the write-in-place functions. 31699 31700 Signed-off-by: David Gibson <david@gibson.dropbear.id.au> 31701 31702commit b60af3d4c1680487ee37e11aa1b3db6dec04d8f0 31703Author: Gerald Van Baren <vanbaren@cideas.com> 31704Date: Sat Dec 29 22:45:27 2007 -0500 31705 31706 Fine grained per property /chosen updating. 31707 31708 Implement a suggestion by Scott Wood to make the /chosen handling fine 31709 grained. Don't overwrite pre-existing properties on a per-property basis, 31710 so if /chosen exists but a necessary /chosen/property doesn't, it gets 31711 created. If a /chosen property exists, it is NOT overwritten unless the 31712 "force" flag is true. 31713 31714 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com> 31715 31716commit 238cb7a423c6eaa36496efb788cfb9798cea7f95 31717Author: Gerald Van Baren <vanbaren@cideas.com> 31718Date: Sat Jan 5 15:33:29 2008 -0500 31719 31720 Improve the FDT help message. 31721 31722 Add a note that "fdt copy" makes the new address active. 31723 Remove most of the extra hints at the end of the fdt help. 31724 31725 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com> 31726 31727commit ea6d8be153ceaf16958f8009cea6d75f3ff58d92 31728Author: Gerald Van Baren <vanbaren@cideas.com> 31729Date: Sat Jan 5 14:52:04 2008 -0500 31730 31731 Support setting FDT properties with optional values. 31732 31733 Fix a bug found and documented by Bartlomiej Sieka where the optional 31734 value on "fdt set <path> <prop> [<val>]" wasn't optional. 31735 31736 => fdt mknode / testnode 31737 => fdt print /testnode 31738 testnode { 31739 }; 31740 => fdt set /testnode testprop 31741 => fdt print /testnode 31742 testnode { 31743 testprop; 31744 }; 31745 31746 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com> 31747 31748commit 22fb2246df91bfc840d87f0c5910818bad55577a 31749Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 31750Date: Fri Dec 28 11:56:30 2007 +0100 31751 31752 Add fdt_find_and_setprop() to fdt_support.h 31753 31754 fdt_find_and_setprop() is used by several 4xx boards and it's 31755 missing in the appropriate header. This patch eliminates a 31756 warning when building U-Boot for such boards. 31757 31758 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 31759 Acked-by: Stefan Roese <sr@denx.de> 31760 31761commit 802b769bac17b0560d3535a42c502469ee190cd1 31762Author: Stefan Roese <sr@denx.de> 31763Date: Tue Jan 8 18:39:30 2008 +0100 31764 31765 ppc4xx: Return 0 on success in 4xx ethernet driver 31766 31767 Signed-off-by: Stefan Roese <sr@denx.de> 31768 31769commit 6775c68683a53c7abc778774641aac6f833a2cbf 31770Author: Kim Phillips <kim.phillips@freescale.com> 31771Date: Tue Jan 8 09:59:49 2008 -0600 31772 31773 mpc83xx: fix missed pci_hose -> hose conversion for new libfdt code 31774 31775 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 31776 31777commit 94fab25f5f1a7d1c0cc63c17e813ea8943fe49c7 31778Author: Kim Phillips <kim.phillips@freescale.com> 31779Date: Thu Dec 20 16:28:34 2007 -0600 31780 31781 mpc83xx: rm remaining FLAT_TREE code 31782 31783 ..in board pci.c files 31784 31785 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 31786 31787commit b3458d2cd55d01732e30a76d898afd99e871cd67 31788Author: Kim Phillips <kim.phillips@freescale.com> 31789Date: Thu Dec 20 15:57:28 2007 -0600 31790 31791 mpc83xx: remove FLAT_TREE code 31792 31793 need to rm it from pci code, too! 31794 31795 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 31796 31797commit 5b8bc606c61456566af6912f818a153b6b06f242 31798Author: Kim Phillips <kim.phillips@freescale.com> 31799Date: Thu Dec 20 14:09:22 2007 -0600 31800 31801 mpc83xx: convert to using do_fixup_*() 31802 31803 convert to using simpler mpc85xx style fdt update code; streamline by 31804 eliminating macros OF_SOC, OF_CPU, etc. which allows us to rm 31805 the old school FLAT_TREE code from 83xx (since the sbc8349 was just 31806 converted over to using libfdt). 31807 31808 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 31809 31810commit e496865ecc31a2fe2f9abfe798334bb02aaf05ab 31811Author: Paul Gortmaker <paul.gortmaker@windriver.com> 31812Date: Thu Dec 20 12:58:51 2007 -0500 31813 31814 sbc8349: enable libfdt by default on WRS SBC8349 board. 31815 31816 Make libfdt the default for the WRS SBC8349 board. 31817 Parallel of commit 35cc4e4823668e8745854899cfaedd4489beb0ef 31818 done for the other 83xx based boards. Also fix a typo in CONFIG_PCI. 31819 31820 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> 31821 31822commit 2408b3f20bcbdd9c6c397cd03ab0d71d54680a40 31823Author: Paul Gortmaker <paul.gortmaker@windriver.com> 31824Date: Thu Dec 20 12:58:16 2007 -0500 31825 31826 sbc8349: migrate board to libfdt 31827 31828 This adds libfdt support code for the Wind River sbc8349 board. 31829 31830 Parallel of commit 3fde9e8b22cfbd7af489214758f9839a206576cb for 31831 the other Freescale 83xx boards. 31832 31833 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> 31834 31835commit 27a256a90cc86392ac9bf0039a3afe638ec2c18d 31836Author: Paul Gortmaker <paul.gortmaker@windriver.com> 31837Date: Thu Dec 20 12:56:19 2007 -0500 31838 31839 sbc8349: Remove board specific ECC code 31840 31841 ECC code is now shared for all 83xx boards, so remove board specific one. 31842 See commit daab8c67d2defef73dc26ab07f0c3afd1b05d019 for reference. 31843 31844 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> 31845 31846commit a1e1ac849249310e5e2e5c7148e9fb353a8317a7 31847Author: Kim Phillips <kim.phillips@freescale.com> 31848Date: Thu Dec 20 01:30:48 2007 -0600 31849 31850 mpc83xx: Remove CONFIG options related to OF that we dont use (on 837x) 31851 31852 continuation of commit 37395fa2b0d9d617f28d44ca11592260ef16105a to 837x 31853 31854 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 31855 31856commit ccf21c311e68d48399eff1e72936052885f6e3f7 31857Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se> 31858Date: Thu Dec 6 16:43:40 2007 +0100 31859 31860 Add support CONFIG_UEC_ETH3 in MPC83xx 31861 31862 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se> 31863 31864commit e6af9932d31171e35db880e7b2f29f903b1b7660 31865Author: Kumar Gala <galak@kernel.crashing.org> 31866Date: Mon Nov 26 11:00:54 2007 -0600 31867 31868 Remove CONFIG options related to OF that we dont use 31869 31870 The MPC8360E MDS config defined: 31871 CONFIG_OF_HAS_BD_T 31872 CONFIG_OF_HAS_UBOOT_ENV 31873 31874 Which we don't use or ever needed. This seems like copy-paste feature creep. 31875 31876 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 31877 31878commit f602082b4b7ed4ee16432067cc67a0a24fedc715 31879Author: Kim Phillips <kim.phillips@freescale.com> 31880Date: Mon Dec 10 14:16:22 2007 -0600 31881 31882 mpc83xx: supress compiler warning 31883 31884 mpc8360emds.c: In function ‘ft_board_setup’: 31885 mpc8360emds.c:335: warning: assignment discards qualifiers from pointer target type 31886 mpc8360emds.c:345: warning: assignment discards qualifiers from pointer target type 31887 31888 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 31889 31890commit c16e44fa835fb9eec982d919863a04e2f78e5ce7 31891Author: Kim Phillips <kim.phillips@freescale.com> 31892Date: Tue Nov 27 14:17:29 2007 -0600 31893 31894 mpc83xx: fix remaining fdt_find_node_by_path references 31895 31896 rename to fdt_path_offset 31897 31898 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 31899 31900commit 921d4b19ad1be704df58725485d9292dc0414adf 31901Author: Kim Phillips <kim.phillips@freescale.com> 31902Date: Mon Nov 19 12:30:09 2007 -0600 31903 31904 mpc83xx: fix CFG_ENV_ADDR and CFG_ENV_SECT_SIZE definitions for 837x 31905 31906 Fix the definitions of CFG_ENV_ADDR and CFG_ENV_SECT_SIZE for 837x. 31907 This change guarantees that the environment will be located on the 31908 first flash sector after the U-Boot image. 31909 31910 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 31911 31912commit 24f868433b50ecbaa88e118aadc7bd254013c6ae 31913Author: Kim Phillips <kim.phillips@freescale.com> 31914Date: Fri Nov 9 14:28:08 2007 -0600 31915 31916 mpc83xx: mpc8360 rev.2.1 erratum 2: replace rgmii-id with rgmii-rxid 31917 31918 u-boot itself uses GMII mode on the 8360. Fix up UCC phy-connection-type 31919 properties in the device tree so the PHY gets configured for internal delay on 31920 RX only by the OS, as prescribed by mpc8360 rev. 2.1 pb mds erratum #2. 31921 31922 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 31923 31924commit 22b448dbfbe2a98f01ff4adc3c3979f8c541ad7b 31925Author: Dave Liu <r63238@freescale.com> 31926Date: Tue Sep 18 12:41:15 2007 +0800 31927 31928 mpc83xx: update the CREDITS and MAINTAINERS 31929 31930 update the CREDITS and MAINTAINERS. 31931 31932 Signed-off-by: Dave Liu <daveliu@freescale.com> 31933 31934commit b21add4b42af7b767448251b599b91066a160e0d 31935Author: Dave Liu <r63238@freescale.com> 31936Date: Tue Sep 18 12:40:21 2007 +0800 31937 31938 mpc83xx: add MAINTAINER and MAKEALL entries for the mpc837xemds 31939 31940 Add the MAINTAINER and MAKEALL entries for mpc837xemds 31941 31942 Signed-off-by: Dave Liu <daveliu@freescale.com> 31943 31944commit f8900ce9094c462355eb792eea264ff16ac8fd16 31945Author: Dave Liu <r63238@freescale.com> 31946Date: Tue Sep 18 12:38:53 2007 +0800 31947 31948 mpc83xx: Add the MPC837xEMDS board readme 31949 31950 Add the README.mpc837xemds to /doc 31951 31952 Signed-off-by: Dave Liu <daveliu@freescale.com> 31953 31954commit 19580e660cc8da49f16536a8bd78c047c7bc12e5 31955Author: Dave Liu <r63238@freescale.com> 31956Date: Tue Sep 18 12:37:57 2007 +0800 31957 31958 mpc83xx: Add the support of MPC837xEMDS board 31959 31960 The MPC837xEMDS board support: 31961 * DDR2 400MHz hardcoded and SPD init 31962 * Local bus NOR Flash 31963 * I2C, UART, MII and RTC 31964 * eTSEC RGMII 31965 * PCI host 31966 31967 Signed-off-by: Dave Liu <daveliu@freescale.com> 31968 31969commit 555da61702771fe0f76f3de23b4e7590f3704161 31970Author: Dave Liu <r63238@freescale.com> 31971Date: Tue Sep 18 12:36:58 2007 +0800 31972 31973 mpc83xx: Add the support of MPC8315E SoC 31974 31975 The MPC8315E SoC including e300c3 core and new IP blocks, 31976 such as TDM, PCI Express and SATA controller. 31977 31978 Signed-off-by: Dave Liu <daveliu@freescale.com> 31979 31980commit 03051c3d35c9981ceaa059005660e699f3eacf1c 31981Author: Dave Liu <r63238@freescale.com> 31982Date: Tue Sep 18 12:36:11 2007 +0800 31983 31984 mpc83xx: Add the support of MPC837x SoC 31985 31986 The MPC837x SoC including e300c4 core and new IP blocks, 31987 such as SDHC, PCI Express and SATA controller. 31988 31989 Signed-off-by: Dave Liu <daveliu@freescale.com> 31990 31991commit 651d96f7e4c84adcdb98ef07ec878c20326e3359 31992Author: Anton Vorontsov <avorontsov@ru.mvista.com> 31993Date: Wed Nov 14 18:54:53 2007 +0300 31994 31995 MPC8360E-MDS: configure and enable second UART 31996 31997 Despite user manual, BCSR9.7 is negated (high) on HRST, so 31998 UART2 is disabled. Fix that and configure QE pins properly. 31999 32000 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
32001 32002commit b2893e1fcb28fad8c8b317104df8cee0142c7631 32003Author: Timur Tabi <timur@freescale.com> 32004Date: Mon Nov 5 09:34:06 2007 -0600 32005 32006 83xx: fix CFG_ENV_ADDR and CFG_ENV_SECT_SIZE definitions 32007 32008 Fix the definitions of CFG_ENV_ADDR and CFG_ENV_SECT_SIZE for all of the 32009 currently-defined 83xx boards. This change guarantees that the environment 32010 will be located on the first flash sector after the U-Boot image. 32011 32012 Signed-off-by: Timur Tabi <timur@freescale.com> 32013 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 32014 32015commit e05329516a13616b53240cd85b739217c2bf87f1 32016Author: Larry Johnson <lrj@acm.org> 32017Date: Fri Jan 4 13:27:02 2008 -0500 32018 32019 ppc4xx: Remove weak binding from common Denali data-eye search code 32020 32021 Now that there are no board-specific versions of 32022 "denali_core_search_data_eye()", the weak binding on the common version 32023 can be removed. 32024 32025 Signed-off-by: Larry Johnson <lrj@acm.org> 32026 32027commit 5ba576c01602fd328800a427964c36a0a05c5dce 32028Author: Stefan Roese <sr@denx.de> 32029Date: Sat Jan 5 09:13:46 2008 +0100 32030 32031 ppc4xx: Remove unused CONFIG_ECC_ERROR_RESET from 44x_spd_ddr2.c 32032 32033 Signed-off-by: Stefan Roese <sr@denx.de> 32034 32035commit 845c6c95dbfe6c915ce68a0a115852fa17932fb4 32036Author: Stefan Roese <sr@denx.de> 32037Date: Sat Jan 5 09:12:41 2008 +0100 32038 32039 ppc4xx: Update Katmai/44x_spd_ddr2.c code for optimal DDR2 setup 32040 32041 On Katmai the complete auto-calibration somehow doesn't seem to 32042 produce the best results, meaning optimal values for RQFD/RFFD. 32043 This was discovered by GDA using a high bandwidth scope, 32044 analyzing the DDR2 signals. GDA provided a fixed value for RQFD, 32045 so now on Katmai "only" RFFD is auto-calibrated. 32046 32047 This patch also adds RDCC calibration as mentioned on page 7 of 32048 the AMCC PowerPC440SP/SPe DDR2 application note: 32049 "DDR1/DDR2 Initialization Sequence and Dynamic Tuning" 32050 32051 Signed-off-by: Stefan Roese <sr@denx.de> 32052 32053commit 49db47b8ae6afff2b898be312948ff501357dc80 32054Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 32055Date: Wed Jan 2 16:48:42 2008 +0100 32056 32057 ppc4xx: Remove sdram.h from PMC440 board 32058 32059 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 32060 32061commit 34065a2ce0d8972f2ec6652076014ab243d2ce8a 32062Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 32063Date: Wed Jan 2 16:48:34 2008 +0100 32064 32065 ppc4xx: use common denali core defines and data eye search code for PMC440 32066 32067 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 32068 32069commit 9ac6b6f3d3f1b072d89268b2efe47e95e6659489 32070Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 32071Date: Wed Jan 2 12:05:14 2008 +0100 32072 32073 ppc4xx: More cleanup for esd's LCD code 32074 32075 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 32076 32077commit fe9c26b330a21ce73e52b5bd347d725cb81e3cfb 32078Author: Stefan Roese <sr@denx.de> 32079Date: Fri Jan 4 12:00:01 2008 +0100 32080 32081 ppc4xx: Fix Sequoia NAND booting target 32082 32083 The Sequoia NAND booting target now uses the recently extracted 32084 cpu/ppc4xx/denali_data_eye.c file too. 32085 32086 Signed-off-by: Stefan Roese <sr@denx.de> 32087 32088commit 0ddd969aec532bd7eae30fc09590488a3aaa629a 32089Author: Lawrence R. Johnson <lrj@acm.org> 32090Date: Thu Jan 3 15:02:02 2008 -0500 32091 32092 ppc4xx: Use CFG_4xx_GPIO_TABLE to configure Korat board 32093 32094 Signed-off-by: Larry Johnson <lrj@acm.org> 32095 32096commit b05e8bf58be9d8956fdfde3d8c8e87c140414663 32097Author: Lawrence R. Johnson <lrj@acm.org> 32098Date: Fri Jan 4 02:11:56 2008 -0500 32099 32100 ppc4xx: Use CFG_4xx_GPIO_TABLE to configure Sequoia board 32101 32102 Note: this patch changes the configuration of some GPIO registers: 32103 32104 Register Old Value New Value 32105 --------------- ---------- ---------- 32106 DCR GPIO0_TCR 0x0000000F 0x0000F0CF 32107 DCR GPIO0_TSRH 0x55005000 0x00000000 32108 DCR GPIO1_TCR 0xC2000000 0xE2000000 32109 DCR GPIO1_TSRL 0x0C000000 0x00200000 32110 DCR GPIO1_ISR2L 0x00050000 0x00110000 32111 32112 Signed-off-by: Larry Johnson <lrj@acm.org> 32113 32114commit 5ab884b254ca2e707ab50545cd705f30108cf491 32115Author: Lawrence R. Johnson <lrj@acm.org> 32116Date: Thu Jan 3 18:54:00 2008 -0500 32117 32118 ppc4xx: Add functionality to GPIO support 32119 32120 This patch makes two additions to GPIO support: 32121 32122 First, it adds function gpio_read_in_bit() to read the a bit from the 32123 GPIO Input Register (GPIOx_IR) in the same way that function 32124 gpio_read_out_bit() reads a bit from the GPIO Output Register 32125 (GPIOx_OR). 32126 32127 Second, it modifies function gpio_set_chip_configuration() to provide 32128 an additional option for configuring the GPIO from the 32129 "CFG_4xx_GPIO_TABLE". 32130 32131 According to the 440EPx User's Manual, when an alternate output is used, 32132 the three-state control is configured in one of two ways, depending on 32133 the particular output. The first option is to select the corresponding 32134 alternate three-state control in the GPIOx_TRSH/L registers. The second 32135 option is to select the GPIO Three-State Control Register (GPIOx_TCR) in 32136 the GPIOx_TRSH/L registers, and set the corresponding bit in the 32137 GPIOx_TCR register to enable the output. For example, the Manual 32138 specifies configuring the GPIO00 Alternate 1 Signal (PreAddr07) to use 32139 the alternate three-state control (first option), and specifies 32140 configuring the GPIO32 Alternate 1 Signal (USB2OM0) with the output 32141 enabled in the GPIOx_TCR register (second option). 32142 32143 Currently, gpio_set_chip_configuration() configures all alternate signal 32144 outputs to use the first option. This patch allow the second option to 32145 be selected by setting the "out_val" element in the table entry to 32146 "GPIO_OUT_1". The first option is used when the "out_val" element is 32147 set to "GPIO_OUT_0". Because "out_val" is not currently used when an 32148 alternate signal is selected, and because all current GPIO tables set 32149 "out_val" to "GPIO_OUT_0" for all alternate signals, this patch should 32150 not change any existing configurations. 32151 32152 Signed-off-by: Larry Johnson <lrj@acm.org> 32153 32154commit 196404cdc1de495d6182e84731c200fc5748df15 32155Author: Larry Johnson <lrj@arlinx.com> 32156Date: Sun Dec 30 01:01:54 2007 -0500 32157 32158 PPC4xx: Remove sdram.h from board/lwmon5 32159 32160 These definitions are now in "include/ppc440.h". 32161 32162 Signed-off-by: Larry Johnson <lrj@acm.org> 32163 32164commit ef16fccf96e55eab93fe25d03ebe2e9b56e5332b 32165Author: Larry Johnson <lrj@arlinx.com> 32166Date: Sun Dec 30 01:01:32 2007 -0500 32167 32168 PPC4xx: Use common code for LWMON5 board SDRAM support 32169 32170 This patch also modifies the functionality of the code so that the data-eye 32171 search is now done with with the cache disabled. 32172 32173 Signed-off-by: Larry Johnson <lrj@acm.org> 32174 32175commit 62cc3951ab72135d9c101f1845b794e63a0fa189 32176Author: Larry Johnson <lrj@arlinx.com> 32177Date: Sun Dec 30 01:01:14 2007 -0500 32178 32179 PPC4xx: Remove sdram.h from board/amcc/sequoia 32180 32181 These definitions are now in "include/ppc440.h". 32182 32183 Signed-off-by: Larry Johnson <lrj@acm.org> 32184 32185commit ce3902e1765bbfb07cf5bbe98be9a68e3009996a 32186Author: Larry Johnson <lrj@arlinx.com> 32187Date: Sun Dec 30 01:00:50 2007 -0500 32188 32189 PPC4xx: Use common code for Sequoia board SDRAM support 32190 32191 Signed-off-by: Larry Johnson <lrj@acm.org> 32192 32193commit 8b0c5c127690335758100c25eaec2b84db97c101 32194Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 32195Date: Thu Dec 27 16:58:41 2007 +0100 32196 32197 net: Add CONFIG_NET_DO_NOT_TRY_ANOTHER option 32198 32199 When CONFIG_NET_DO_NOT_TRY_ANOTHER is defined U-Boot's 32200 networking stack does not automatically switch to 32201 another interface. This patch does not touch the default 32202 behavior. 32203 32204 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 32205 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 32206 32207commit 505be87a65e4f87ad7d8da1d57ea4dcd487d7e32 32208Author: Upakul Barkakaty <upakul@gmail.com> 32209Date: Thu Nov 29 12:16:13 2007 +0530 32210 32211 NET: Proper return code handling in eth_init() function in file eth.c 32212 32213 This patch modifies the return code handling in the eth_init() 32214 function, to be compatible with the handling of the return codes in 32215 the other network stack files. It now returns a 0 on Success and -1 on 32216 error. 32217 32218 Signed-off-by: Upakul Barkakaty <upakul.barkakaty@conexant.com> 32219 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 32220 32221commit 5ca2d0953e4579a80810966cca2077e20d912c97 32222Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com> 32223Date: Mon Nov 19 20:27:04 2007 +0900 32224 32225 net/eth.c: Fix env_enetaddr signed overflow 32226 32227 Assigning the output of simple_strtoul(CB:A9:87:65:43:21) to `char', we are 32228 warned as below: 32229 32230 U-Boot 1.2.0 (Aug 30 2007 - 08:27:37) 32231 32232 DRAM: 256 MB 32233 Flash: 32 MB 32234 In: serial 32235 Out: serial 32236 Err: serial 32237 Net: NEC-Candy 32238 Warning: NEC-Candy MAC addresses don't match: 32239 Address in SROM is 00:00:4C:80:92:A2 32240 Address in environment is FFFFFFCB:FFFFFFA9:FFFFFF87:65:43:21 32241 32242 This patch changes env_enetaddr type from `char' to `unsigned char'. 32243 32244 Cc: Masaki Ishikawa <ishikawa-masaki@cnt.mxe.nes.nec.co.jp> 32245 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com> 32246 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 32247 32248commit f85b60710571b37293d2233933b76e2aa3db5635 32249Author: Rafal Jaworowski <raj@semihalf.com> 32250Date: Thu Dec 27 18:19:02 2007 +0100 32251 32252 Introduce new eth_receive routine 32253 32254 The purpose of this routine is receiving a single network frame, outside of 32255 U-Boot's NetLoop(). Exporting it to standalone programs that run on top of 32256 U-Boot will let them utilise networking facilities. For sending a raw frame 32257 the already existing eth_send() can be used. 32258 32259 The direct consumer of this routine is the newly introduced API layer for 32260 external applications (enabled with CONFIG_API). 32261 32262 Signed-off-by: Rafal Jaworowski <raj@semihalf.com> 32263 Signed-off-by: Piotr Kruszynski <ppk@semihalf.com> 32264 Signed-off-by: Ben Warren <biggerbadderben@gmail.com> 32265 32266commit 5c740711f0ea5b51414b341b71597c4a0751be74 32267Author: Jon Loeliger <jdl@freescale.com> 32268Date: Thu Jan 3 10:41:04 2008 -0600 32269 32270 8610: Move include of config.h earlier. 32271 32272 Include config.h earlier in the set of #includes 32273 so as to avoid a incidental and duplicate definition 32274 of CFG_CACHELINE_SIZE. 32275 32276 Signed-off-by: Jon Loeliger 32277 32278commit 61d3421bdea090bd0399b14c3e10a3bebcc8d5ff 32279Author: Jon Loeliger <jdl@freescale.com> 32280Date: Tue Dec 4 10:53:34 2007 -0600 32281 32282 Don't slam #undef DEBUG in the 8641HPCN config file. 32283 32284 Doing so prevents it from being individually set 32285 and useful in other files. 32286 32287 Signed-off-by: Jon Loeliger <jdl@freescale.com> 32288 32289commit ea9f7395ec362584e5e4f266bd0b0c4422cf6a4c 32290Author: Jon Loeliger <jdl@freescale.com> 32291Date: Wed Nov 28 14:47:18 2007 -0600 32292 32293 Convert MPC8641HPCN to use libfdt. 32294 32295 Assumes the presence of the aliases node in the DTS to 32296 locate the ethernet, pci and serial nodes for fixups. 32297 32298 Use consistent fdtaddr and fdtfile in environment variables. 32299 32300 Signed-off-by: Jon Loeliger <jdl@freescale.com> 32301 32302commit ce37422d0002e10490e268392e0c4e3028e52cec 32303Author: Stefan Roese <sr@denx.de> 32304Date: Wed Jan 2 14:06:26 2008 +0100 32305 32306 cfi_flash: Fix bug in flash_isset() to use correct 32bit function 32307 32308 This bug was detected on the LWMON5 target which has 2 Intel 16bit wide 32309 flash chips connected to a 32bit wide port. 32310 32311 Signed-off-by: Stefan Roese <sr@denx.de> 32312 32313commit 1182e9f8e3b92fc372d64943293de53daa2e26cf 32314Author: Wolfgang Denk <wd@denx.de> 32315Date: Wed Jan 2 15:58:44 2008 +0100 32316 32317 Fix compile problem introduced by "cleanup" commit 3dfd708c 32318 32319 Signed-off-by: Wolfgang Denk <wd@denx.de> 32320 32321commit 1aaab9bfae0b3b2ee2b418c22c651280ee7b65c7 32322Author: Wolfgang Denk <wd@denx.de> 32323Date: Wed Jan 2 15:54:45 2008 +0100 32324 32325 Make scripts and Makefiles POSIX compliant 32326 32327 The bash builtin versions of the "test" (resp. "[") command allow 32328 using "==" for string comparisons, but POSIX compatible implemen- 32329 tations (like /usr/bin/test) insist on using "=" only. On such systems 32330 you will see: 32331 32332 $ /usr/bin/test a == a && echo OK 32333 /usr/bin/test: ==: binary operator expected 32334 32335 This patch fixes Makefiles and scripts to use POSIX style. 32336 32337 Signed-off-by: Wolfgang Denk <wd@denx.de> 32338 32339commit 47cc23cbe9a669c510183f4f049bf703ef445f3b 32340Author: Stefan Roese <sr@denx.de> 32341Date: Wed Jan 2 14:05:37 2008 +0100 32342 32343 cfi_flash: Fix bug in flash_isset() to use correct 32bit function 32344 32345 This bug was detected on the LWMON5 target which has 2 Intel 16bit wide 32346 flash chips connected to a 32bit wide port. 32347 32348 Signed-off-by: Stefan Roese <sr@denx.de> 32349 32350commit 3dfd708cc1b2a966ad454ca9ed125dd17dbadbcc 32351Author: Wolfgang Denk <wd@denx.de> 32352Date: Wed Jan 2 12:38:43 2008 +0100 32353 32354 Minor coding style cleanup. 32355 32356 Signed-off-by: Wolfgang Denk <wd@denx.de> 32357 32358commit e174ac34adf5d5653df12bc3cf19c52063a71269 32359Author: Stefan Roese <sr@denx.de> 32360Date: Fri Dec 28 17:29:56 2007 +0100 32361 32362 ppc4xx: Coding style cleanup 32363 32364 Signed-off-by: Stefan Roese <sr@denx.de> 32365 32366commit 8ba132cab18ae438b6dd5b0214c28a8fc0d976e5 32367Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 32368Date: Fri Dec 28 17:07:24 2007 +0100 32369 32370 ppc4xx: Complete PMC440 board support 32371 32372 This patch brings the PMC440 board configuration file. 32373 Finally it enables the PMC440 board support. 32374 32375 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 32376 32377commit 407843a582560fc5231299561ab3c2b6b6cd3397 32378Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 32379Date: Fri Dec 28 17:07:18 2007 +0100 32380 32381 ppc4xx: Add FPGA support and BSP commands for PMC440 boards 32382 32383 This patch adds some BSP commands and FPGA booting support 32384 for esd's PMC440 boards. 32385 32386 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 32387 32388commit 72c5d52aedcce35e4b4fa5895605554825b6a76f 32389Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 32390Date: Fri Dec 28 17:07:14 2007 +0100 32391 32392 ppc4xx: Add initial esd PMC440 board files 32393 32394 This patch adds the first files for the new esd PMC440 boards. 32395 The next two patches will complete the PMC440 board support. 32396 32397 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 32398 32399commit f6e0f1f61896ce7729ba1bcea2ffbd138d3947f5 32400Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 32401Date: Fri Dec 28 17:10:36 2007 +0100 32402 32403 ppc4xx: Add EEPROM write protection for PLU405 boards + misc. updates 32404 32405 - add EEPROM write protection for esd PLU405 boards. 32406 - initialize NAND GPIOs 32407 - use correct io accessors 32408 - cleanup 32409 32410 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 32411 32412commit 77660c4b59055d621d2a8595bd4c18bb277268fc 32413Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 32414Date: Fri Dec 28 17:10:44 2007 +0100 32415 32416 ppc4xx: use correct io accessors for esd's LCD code 32417 32418 This patch fixes esd's LCD dectection code to work correctly with 32419 newer gcc versions. 32420 32421 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 32422 32423commit b56bd0fcfc1c73db722e3462c8a9bf607ba7775e 32424Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 32425Date: Fri Dec 28 17:10:42 2007 +0100 32426 32427 ppc4xx: Maintenance patch for VOH405 boards 32428 32429 - add EEPROM write protection 32430 - initialize NAND GPIOs 32431 - use correct io accessors 32432 - slow down I2C clock to 100kHz 32433 - enable ext. I2C bus 32434 - cleanup 32435 32436 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 32437 32438commit c05569066dbcba3fdf36d4d1943df265dc316a86 32439Author: Stefan Roese <sr@denx.de> 32440Date: Fri Dec 28 16:08:08 2007 +0100 32441 32442 ppc4xx: Enable 405EP PCI arbiter per default on all boards 32443 32444 In an attmemt to clean up the 4xx start.S file, I removed the enabling 32445 of the internal 405EP PCI arbiter. This is needed for multiple other 32446 405EP platforms, like most of the esd 405EP. Now the internal PCI 32447 arbiter is enabled again per default as it has been before. 32448 32449 Signed-off-by: Stefan Roese <sr@denx.de> 32450 Acked-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 32451 32452commit bec9264616fb78273a1d93e87ff4b0b67c7bec1b 32453Author: Stefan Roese <sr@denx.de> 32454Date: Fri Dec 28 15:53:46 2007 +0100 32455 32456 ppc4xx: Fix bug in cpu_init.c (405EP instead of 450EP) 32457 32458 Signed-off-by: Stefan Roese <sr@denx.de> 32459 Acked-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 32460 32461commit fb83a65c60ab5ca12358b75f1257e5eee6cdbf79 32462Author: Stefan Roese <sr@denx.de> 32463Date: Fri Dec 28 06:06:04 2007 +0100 32464 32465 ppc4xx: Fix compilation problem of kilauea/haleakala nand booting target 32466 32467 Use correct link to nand_ecc now located in drivers/mtd/nand/ for the 32468 platforms mentioned above. 32469 32470 Signed-off-by: Stefan Roese <sr@denx.de> 32471 32472commit b568fd25574181a3b12ae3d66b2913903442cb83 32473Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 32474Date: Thu Dec 27 17:03:46 2007 +0100 32475 32476 Remove CPCI440 board 32477 32478 This board never left prototyping state and it 32479 became a millstone round my neck. So remove it. 32480 32481 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 32482 32483commit c591dffe0cbacd896ccbad06011fe6d6afa080da 32484Author: Larry Johnson <lrj@arlinx.com> 32485Date: Thu Dec 27 11:28:51 2007 -0500 32486 32487 Add support for Korat PPC440EPx board 32488 32489 These patches add support for the PPC440EPx-based "Korat" board to 32490 U-Boot. They are based primarily on support for the Sequoia board. 32491 32492 Signed-off-by: Larry Johnson <lrj@acm.org> 32493 32494commit 87dc096829e6a6363f4fdd73653b0093a85adbe0 32495Author: Larry Johnson <lrj@arlinx.com> 32496Date: Sat Dec 22 15:16:25 2007 -0500 32497 32498 Add configuration file for Korat board 32499 32500 This patch supplies the configuration file for the Korat PPC440EPx- 32501 processor board. 32502 32503 Signed-off-by: Larry Johnson <lrj@acm.org> 32504 32505commit 8eb52d5d982b764b39c88d9d1064d56c5397bfa5 32506Author: Larry Johnson <lrj@arlinx.com> 32507Date: Sat Dec 22 15:16:11 2007 -0500 32508 32509 Add denali_data_eye.o and denali_spd_ddr2.o to PPC4xx Makefile 32510 32511 Signed-off-by: Larry Johnson <lrj@acm.org> 32512 32513commit aba19604d848b2838cfb9ebe818909e6a216058e 32514Author: Larry Johnson <lrj@arlinx.com> 32515Date: Thu Dec 27 10:54:48 2007 -0500 32516 32517 Add 440EPx DDR2 SPD DIMM support 32518 32519 This patch adds SPD DDR2 support for the 440EPx ("Denali") SDRAM 32520 controller. It should also work on the 440GRx. It is based on the DDR2 32521 SPD code for the 440EP/440EPx, but makes no provision for DDR1 support. 32522 32523 This code has been tested on prototype Korat boards with three Kingston 32524 DIMMS: 512 MiB ECC (one rank), 512 MiB non-ECC (one rank) and 1 GiB ECC 32525 (two ranks). The Korat board has a single DIMM socket, but support has 32526 been provided (though not tested) for boards with two DIMM sockets. 32527 32528 Signed-off-by: Larry Johnson <lrj@acm.org> 32529 32530commit 8a24a6963002cb867d5a6b70e3560f0b1467f55f 32531Author: Larry Johnson <lrj@arlinx.com> 32532Date: Sat Dec 22 15:15:30 2007 -0500 32533 32534 Copy 440EPx/GRx SDRAM data-eye search to common directory 32535 32536 This patch creates a non-board-specific file for performing the SDRAM 32537 data-eye search. It also adds ECC error checking to the test of valid 32538 data on readback when ECC is enabled. 32539 32540 Signed-off-by: Larry Johnson <lrj@acm.org> 32541 32542commit c46f53333b22b1f9098676bea8884fc7db820cf3 32543Author: Larry Johnson <lrj@arlinx.com> 32544Date: Sat Dec 22 15:15:13 2007 -0500 32545 32546 Add definitions for 440EPx/GRx SDRAM controller to ppc440.h 32547 32548 This patch adds the Denali SDRAM controller definitions to "ppc440.h". 32549 It also fixes two typos in the definitions, so the board-specific 32550 "sdram.h" files containing these definitions are also fixed to avoid 32551 compiler warnings. 32552 32553 Signed-off-by: Larry Johnson <lrj@acm.org> 32554 32555commit c348578bf612d0c56d8d376d23cae16defbd86af 32556Author: Larry Johnson <lrj@arlinx.com> 32557Date: Thu Dec 27 10:50:55 2007 -0500 32558 32559 Add Ethernet 1000BASE-X support for PPC4xx 32560 32561 This patch adds a new switch: "CONFIG_PHY_DYNAMIC_ANEG". When this symbol 32562 is defined, the PHY will advertise it's capabilities for autonegotiation 32563 based on the capabilities shown in the PHY's status registers, including 32564 1000BASE-X. When "CONFIG_PHY_DYNAMIC_ANEG" is not defined, the PHY will 32565 advertise hard-coded capabilities, as before. 32566 32567 Signed-off-by: Larry Johnson <lrj@acm.org> 32568 32569commit 9e2c347151db5ae8acf5f18b99493cd53e6637e3 32570Author: Larry Johnson <lrj@arlinx.com> 32571Date: Thu Dec 27 09:52:17 2007 -0500 32572 32573 Add driver for National Semiconductor LM73 temperature sensor 32574 32575 This driver is based on the driver for the LM75. 32576 32577 Signed-off-by: Larry Johnson <lrj@acm.org> 32578 32579commit 12618278688ea9b3d76536960a5ad2e3790fac40 32580Author: Larry Johnson <lrj@arlinx.com> 32581Date: Sat Dec 22 15:14:00 2007 -0500 32582 32583 Add driver for STMicroelectronics M41T60 RTC 32584 32585 This driver is based on the driver for the M41T11. In the intended 32586 application, the RTC will be powered by a large capacitor, rather than a 32587 battery. The driver therefore checks to see whether the RTC has lost 32588 power. The chip's OUT bit is normally reset from its power-up state. If 32589 the OUT bit is read as set, or if the date and time are not valid, then the 32590 RTC is assumed to have lost power, and its date and time are reset to 32591 1900-01-01 00:00:00. 32592 32593 Support for adjusting the speed of the clock to improve accuracy is 32594 provided through an environment variable. 32595 32596 Signed-off-by: Larry Johnson <lrj@acm.org> 32597 32598commit d3471173e14b7544bb60339eda8d3d3906694b0a 32599Author: Larry Johnson <lrj@arlinx.com> 32600Date: Sat Dec 22 15:34:39 2007 -0500 32601 32602 Use out_be32() and friends to access memory-mapped registers in sequoia.c 32603 32604 Signed-off-by: Larry Johnson <lrj@acm.org> 32605 32606commit c68f59fe3ec16769f82b5fca7421983c336d3aac 32607Author: Larry Johnson <lrj@arlinx.com> 32608Date: Sat Dec 22 15:34:20 2007 -0500 32609 32610 Use definitions from "asm-ppc/mmu.h" in init.S for Sequoia 32611 32612 Signed-off-by: Larry Johnson <lrj@acm.org> 32613 32614commit 0d9cdeac1d3fa8d62ed7d883acc950c364f5bda8 32615Author: Larry Johnson <lrj@arlinx.com> 32616Date: Sat Dec 22 15:23:50 2007 -0500 32617 32618 Cosmetic changes to ECC POST for AMCC Denali core 32619 32620 Signed-off-by: Larry Johnson <lrj@acm.org> 32621 32622commit 2e583d6c81034f80a267b89fa55498ae063ccef1 32623Author: Stefan Roese <sr@denx.de> 32624Date: Wed Dec 26 20:20:19 2007 +0100 32625 32626 ppc4xx: Fix compilation problem in 405 cache POST test 32627 32628 Signed-off-by: Stefan Roese <sr@denx.de> 32629 32630commit 42d55ea0bde06e47d5a3b49b0d91002acd8e5708 32631Author: Stefan Roese <sr@denx.de> 32632Date: Sat Dec 22 12:20:09 2007 +0100 32633 32634 ppc4xx: Move virtual address of POST cache test to bigger address 32635 32636 On Sequoia & LWMON5 the virtual address of the POST cache test is now 32637 moved to a bigger address. This enables usage of more memory on those 32638 boards. 32639 32640 Signed-off-by: Stefan Roese <sr@denx.de> 32641 32642commit d91722102cf63f77a0148ed3f3d54a26d87575e9 32643Author: Stefan Roese <sr@denx.de> 32644Date: Sat Dec 22 12:18:26 2007 +0100 32645 32646 ppc4xx: Fix problem in 44x cache POST routine 32647 32648 As repoted by Larry Johnson, running "diag run cache" caused a crash 32649 in U-Boot. This problem was introduced by a patch that removed the 32650 TLB entry for the cache test after the test has completed. Since this 32651 TLB was only setup once, a 2nd attempt to run this cache test 32652 failed with a crash. Now this TLB entry is created every time the 32653 routine is called. 32654 32655 Signed-off-by: Stefan Roese <sr@denx.de> 32656 32657commit b0265b576bb8fa9465f99e99c323768b562fadc2 32658Author: Stefan Roese <sr@denx.de> 32659Date: Fri Dec 21 07:51:29 2007 +0100 32660 32661 ppc4xx: Update Makalu fdt support 32662 32663 Signed-off-by: Stefan Roese <sr@denx.de> 32664 32665commit bf8324e4a50758daff8cddd04c6a2ff8ed775bea 32666Author: Stefan Roese <sr@denx.de> 32667Date: Wed Dec 19 09:05:40 2007 +0100 32668 32669 ppc4xx: Add fdt support to AMCC Katmai eval board 32670 32671 Signed-off-by: Stefan Roese <sr@denx.de> 32672 32673commit 328a340392a5df9aaf00792be989df73e750859e 32674Author: Stefan Roese <sr@denx.de> 32675Date: Tue Dec 18 08:44:51 2007 +0100 32676 32677 ppc4xx: fdt: Cleanup setup of cpu node setup 32678 32679 Now the cpu node setup ("timebase-frequency" and "clock-frequency") is 32680 without using the absolute path to the cpu node. This makes it possible 32681 to use this U-Boot version with both versions of cpu-node naming 32682 "cpu@0" and the former "PowerPC,440EPx@0". 32683 32684 Signed-off-by: Stefan Roese <sr@denx.de> 32685 32686commit 7812bc4a2e2436ebbc0ce5b4e99c1dfc2e77eb5b 32687Author: Stefan Roese <sr@denx.de> 32688Date: Mon Dec 17 17:26:21 2007 +0100 32689 32690 ppc4xx: Fix lwmon5 compilation problem 32691 32692 Now that the 440EPx ECC test is not board specific anymore 32693 remove this Makefile. 32694 32695 Signed-off-by: Stefan Roese <sr@denx.de> 32696 32697commit 42ed33ffe135f618680f9d6e9712eb35a85bcb62 32698Author: Anatolij Gustschin <agustschin@t-online.de> 32699Date: Wed Dec 5 17:43:20 2007 +0100 32700 32701 Fix ppc4xx clear_bss() code 32702 32703 ppc4xx clear_bss() fails if BSS segment size is not 32704 divisible by 4 without remainder. This patch provides 32705 fix for this problem. 32706 32707 Signed-off-by: Anatolij Gustschin <agust@denx.de> 32708 32709commit 85dc2a7f82d11e17f0ca2a448118aed7f7a4b85d 32710Author: Niklaus Giger <niklausgiger@gmx.ch> 32711Date: Fri Nov 30 18:35:11 2007 +0100 32712 32713 PPC4xx: Minimal changes to add vxWorks support 32714 32715 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com> 32716 32717commit 052440b022ca8981d39b6f8c10d1aa6326f47480 32718Author: Markus Klotzbücher <mk@denx.de> 32719Date: Fri Nov 23 13:09:18 2007 +0100 32720 32721 ppc4xx: Add CONFIG_BOOTP_SUBNETMASK to Sequoia board config 32722 32723 When using dhcp/bootp the "netmask" environment variable is not 32724 set because CONFIG_BOOTP_SUBNETMASK is not defined. But usually this is 32725 desireable, so the following patch adds this this option to the board 32726 config. 32727 32728 Signed-off-by: Markus Klotzbuecher <mk@denx.de> 32729 Signed-off-by: Stefan Roese <sr@denx.de> 32730 32731commit a724a9b40c7fbeb6ade193ca52321b441eaecb4e 32732Author: Larry Johnson <lrj@arlinx.com> 32733Date: Sat Oct 27 12:48:15 2007 -0400 32734 32735 Fix/enhance ECC POST for 440EPx/GRx 32736 32737 This patch allows the ECC POST to be used for different boards with the 32738 PPC440 Denali SDRAM controller. Modifications include skipping the test 32739 if ECC is not enabled (as for non-ECC DIMMs) and adding synchronization 32740 to prevent timing errors. 32741 32742 Signed-off-by: Larry Johnson <lrj@acm.org> 32743 32744commit 454a6cf8d498f70d2b3e18f07837603eb24b12d4 32745Author: Larry Johnson <lrj@arlinx.com> 32746Date: Sat Oct 27 12:48:05 2007 -0400 32747 32748 PPC4xx: Move/rename ECC POST for 440EPx/GRx 32749 32750 Signed-off-by: Larry Johnson <lrj@acm.org> 32751 32752commit c29d2d3680046d430022c55e50fcb27f5866517e 32753Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 32754Date: Fri Dec 14 11:20:33 2007 +0100 32755 32756 ppc4xx: use correct io accessors for 4xx ethernet POST 32757 32758 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 32759 32760commit ba79fde58a48c0a6ff8e2a96caba951594142203 32761Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 32762Date: Fri Dec 14 11:19:56 2007 +0100 32763 32764 ppc4xx: fix flush + invalidate_dcache_range arguments 32765 32766 flush + invalidate_dcache_range() expect the start and stop+1 address. 32767 So the stop address is the first address behind (!) the range. 32768 32769 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 32770 32771commit 871e6ce188a7c6bc7321bcf8372857035d20f1cd 32772Author: Stefan Roese <sr@denx.de> 32773Date: Fri Dec 14 08:41:29 2007 +0100 32774 32775 ppc4xx: fdt: use fdt_fixup_ethernet() 32776 32777 By using aliases in the dts file, the ethernet node fixup is 32778 much easier with the recently added functions. 32779 32780 Please note that the dts file needs the aliases for this to work. 32781 32782 Signed-off-by: Stefan Roese <sr@denx.de> 32783 32784commit 136288847e3b04f2ff357a067ad45e10afa0a24c 32785Author: Stefan Roese <sr@denx.de> 32786Date: Thu Dec 13 14:52:53 2007 +0100 32787 32788 ppc4xx: Bring 4xx fdt support up-to-date 32789 32790 This patch update the 4xx fdt support. It enabled fdt booting 32791 on the AMCC Kilauea and Sequoia for now. More can follow later 32792 quite easily. 32793 32794 Signed-off-by: Stefan Roese <sr@denx.de> 32795 32796commit 0dc80e2759fba859ccc4cdadc633577ca2971f3e 32797Author: Stefan Roese <sr@denx.de> 32798Date: Thu Dec 27 07:50:54 2007 +0100 32799 32800 cfi_flash: Add missing check for erased dest to flash_write_cfibuffer() 32801 32802 The check for an sufficiently erased destination was missing in the 32803 buffered write function of the cfi flash driver (when 32804 CFG_FLASH_USE_BUFFER_WRITE is defined). This patch adds this check to that 32805 writing to such a region will fail with the currect error message. 32806 32807 Signed-off-by: Stefan Roese <sr@denx.de> 32808 32809commit 33ed73bc0e38d0f2b5c183d4629d8f207e5b9994 32810Author: Martin Krause <martin.krause@tqs.de> 32811Date: Mon Nov 12 10:56:17 2007 +0100 32812 32813 Some configuration updates for the TQM5200 based TB5200 board: 32814 32815 - enable command line history 32816 - increase malloc space (because of bigger flash sectors) 32817 32818 Signed-off-by: Martin Krause <martin.krause@tqs.de> 32819 32820commit e318d9e9021a0af7508171f84ed09d0e79f0284e 32821Author: Martin Krause <martin.krause@tqs.de> 32822Date: Thu Sep 27 11:10:08 2007 +0200 32823 32824 TQM8xx: use the CFI flash driver on all TQM8xx boards 32825 32826 Signed-off-by: Martin Krause <martin.krause@tqs.de> 32827 32828commit 11d9eec479b470eab9242ab937fca70a876d9376 32829Author: Martin Krause <martin.krause@tqs.de> 32830Date: Wed Sep 26 17:55:56 2007 +0200 32831 32832 TQM885D: adjust for doubled flash sector size + some minor fixes 32833 32834 Signed-off-by: Martin Krause <martin.krause@tqs.de> 32835 32836commit 22d1a56cbfb0bff34f477b4db6a55d076d829b83 32837Author: Jens Gehrlein <jens.gehrlein@tqs.de> 32838Date: Wed Sep 26 17:55:54 2007 +0200 32839 32840 TQM885D: Exchanged SDRAM timing by a more relaxed timing. 32841 32842 CAS-Latency=2, Write Recovery Time tWR=2 32843 The max. supported bus frequency is 66 MHz. Therefore, changed 32844 threshold to switch from 1:1 mode to 2:1 from 80 MHz to 66 MHz. 32845 32846 Signed-off-by: Martin Krause <martin.krause@tqs.de> 32847 32848commit b988b8cd443989be65161888eea0127ad03f846f 32849Author: Martin Krause <martin.krause@tqs.de> 32850Date: Wed Sep 26 17:55:56 2007 +0200 32851 32852 TQM885D: use calculated cpuclk instead of measuring it 32853 32854 On the TQM885D the measurement of cpuclk with the PIT reference 32855 timer ist not necessary. Since all module variants use the same 32856 external 10 MHz oscillator, the cpuclk only depends on the PLL 32857 configuration - which is readable by software. 32858 32859 Signed-off-by: Martin Krause <martin.krause@tqs.de> 32860 32861commit 492c7049869348d31168de8dad89651315e468e0 32862Author: Jens Gehrlein <jens.gehrlein@tqs.de> 32863Date: Thu Sep 27 14:54:46 2007 +0200 32864 32865 TQM885D: fix SDRAM refresh 32866 32867 At 133 MHz the current SDRAM refresh rate is too fast 32868 (measured 4 * 1.17 us). 32869 CFG_MAMR_PTA changes from 39 to 128. This result 32870 in a refresh rate of 4 * 7.8 us at the default clock 32871 66 MHz. At 133 MHz the value will be then 4 * 3.8 us. 32872 This is a compromise until a new method is found to 32873 adjust the refresh rate. 32874 32875 Signed-off-by: Martin Krause <martin.krause@tqs.de> 32876 32877commit dabad4b9bc46908e301f73ce76b38b23626a96e9 32878Author: Jens Gehrlein <jens.gehrlein@tqs.de> 32879Date: Thu Sep 27 14:54:46 2007 +0200 32880 32881 TQM860M: Support for 10col SDRAMs, max. 128 MiB 32882 32883 Signed-off-by: Martin Krause <martin.krause@tqs.de> 32884 32885commit 61fb15c516fef5631e305f1976d7b3a679725856 32886Author: Wolfgang Denk <wd@denx.de> 32887Date: Thu Dec 27 01:52:50 2007 +0100 32888 32889 Fix coding style issues; update CHANGELOG. 32890 32891 Signed-off-by: Wolfgang Denk <wd@denx.de> 32892 32893commit 467bcee11fe26ad422f2de971aa70866079870f2 32894Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 32895Date: Fri Dec 14 15:36:18 2007 +0100 32896 32897 cfi_flash: Add manufacturer-specific fixups 32898 32899 Run fixups based on the JEDEC manufacturer ID independent of the 32900 command set ID. 32901 32902 This changes current behaviour: Previously, geometry reversal for AMD 32903 chips were done based on the command set ID, while they are now done 32904 based on the JEDEC manufacturer and device ID. 32905 32906 Also add fixup for top-boot Atmel chips. A fixup is needed for 32907 AT49BV6416(T) too, but since u-boot currently only reads the low byte 32908 of the device ID, there's no way to tell it apart from AT49BV642D, 32909 which should not have this fixup. Since AT49BV642D support is 32910 necessary to get ATNGW100 board support into mainline, I've commented 32911 out the fixup for now. 32912 32913 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 32914 32915commit 0ddf06ddf6b4bd057ad4c5f0dffea7870ba06a2a 32916Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 32917Date: Fri Dec 14 15:36:17 2007 +0100 32918 32919 cfi_flash: Add cmdset-specific init functions 32920 32921 Move things like reading JEDEC IDs and fixing up geometry reversal 32922 into separate functions. The geometry reversal fixup is now performed 32923 by altering the qry structure directly, which makes the sector init 32924 code slightly cleaner. 32925 32926 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 32927 32928commit e23741f4a6d8047520ef0d4971762749b3587d32 32929Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 32930Date: Fri Dec 14 15:36:16 2007 +0100 32931 32932 cfi_flash: Read whole QRY structure in one go 32933 32934 Read out the whole CFI Standard Query structure after successful cfi 32935 identification. This allows subsequent code to access this information 32936 directly without having to go through flash_read_uchar() and friends. 32937 32938 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 32939 32940commit df9c25ea04b38a0e05d4f8c73c5cc144cdafa7db 32941Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 32942Date: Mon Dec 17 11:02:44 2007 +0100 32943 32944 AVR32: Fix logic inversion in disable_interrupts() 32945 32946 disable_interrupts() should return nonzero if interrupts were 32947 _enabled_ before, not disabled. 32948 32949 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 32950 32951commit acac475212cbedb17b321a363a1c878e2b47b37f 32952Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 32953Date: Fri Dec 14 16:51:22 2007 +0100 32954 32955 AVR32: Enable interrupts at bootup 32956 32957 The timer code depends on the timer interrupt to keep track of the 32958 upper 32 bits of the cycle counter. This obviously doesn't work when 32959 interrupts are disabled the whole time. 32960 32961 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 32962 32963commit 9570bcd87f4db255514f43b6701746c412f8fef0 32964Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 32965Date: Thu Nov 15 10:03:45 2007 +0100 32966 32967 AVR32: Fix wrong pin setup for USART3 32968 32969 As reported by Gerhard Berghofer: 32970 32971 in "gpio_enable_usart3" the correct pins for USART 3 are PB17 and PB18 32972 instead of PB18 and PB19. 32973 32974 which is obviously correct. There's currently no code that uses 32975 USART3, but custom boards may run into problems. 32976 32977 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 32978 32979commit 09ea0de03dcc3ee7af045b0b572227bda2c1c918 32980Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 32981Date: Thu Nov 1 12:44:20 2007 +0100 32982 32983 README: Remove ATSTK1000 daughterboard list 32984 32985 As noted by Kim Phillips, these lists tend to become out of date. 32986 32987 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 32988 32989commit c81cbbad21cb0ae983e2e796211202234cdc8be2 32990Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 32991Date: Tue Oct 30 14:56:36 2007 +0100 32992 32993 Add ATSTK100[234] to MAINTAINERS 32994 32995 Add all the ATSTK1000 daughterboards to MAINTAINERS along with their 32996 "mother". Also update the entry for ATSTK1000 to be not only about the 32997 AP7000 CPU; it's intended to handle all CPUs in the AT32AP family. 32998 32999 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 33000
33001commit 64ff2357b1727213803591813dbc779c924bf772 33002Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 33003Date: Mon Oct 29 13:02:54 2007 +0100 33004 33005 AVR32: Add support for the ATSTK1004 board 33006 33007 ATSTK1004 is a daughterboard for ATSTK1000 with the AT32AP7002 CPU, 33008 which is a derivative of AT32AP7000. 33009 33010 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 33011 33012commit 667568db157f374b85abd7e03596ddd1f0b25681 33013Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 33014Date: Mon Oct 29 13:02:54 2007 +0100 33015 33016 AVR32: Add support for the ATSTK1003 board 33017 33018 ATSTK1003 is a daughterboard for ATSTK1000 with the AT32AP7001 CPU, 33019 which is a derivative of AT32AP7000. 33020 33021 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 33022 33023commit 5fee84a794a51ec830548cda485a770efb018b92 33024Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 33025Date: Mon Oct 29 13:23:33 2007 +0100 33026 33027 AVR32: Make some AT32AP700x peripherals optional 33028 33029 Add a chip-features file providing definitions of the form 33030 33031 AT32AP700x_CHIP_HAS_<peripheral> 33032 33033 to indicate the availability of the given peripheral on the currently 33034 selected chip. 33035 33036 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 33037 33038commit 36f28f8a9605ee5dcfa330482cfc62171261af97 33039Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 33040Date: Mon Oct 29 13:09:56 2007 +0100 33041 33042 AVR32: Rename at32ap7000 -> at32ap700x 33043 33044 The SoC-specific code for all the AT32AP700x CPUs is practically 33045 identical; the only difference is that some chips have less features 33046 than others. By doing this rename, we can add support for the AP7000 33047 derivatives simply by making some features conditional. 33048 33049 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 33050 33051commit 4d5fa99c73f354e7cf985efcf417ea55ca2f6a5e 33052Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 33053Date: Fri Jun 29 18:22:34 2007 +0200 33054 33055 atmel_mci: Show SR when block read fails 33056 33057 Show controller status as well as card status when an error occurs 33058 during block read. 33059 33060 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 33061 33062commit 8697e6a19b10f514511b6a9c86de88bd108c4f8d 33063Author: Stefan Roese <sr@denx.de> 33064Date: Thu Dec 13 14:52:53 2007 +0100 33065 33066 ppc4xx: Bring 4xx fdt support up-to-date 33067 33068 This patch update the 4xx fdt support. It enabled fdt booting 33069 on the AMCC Kilauea and Sequoia for now. More can follow later 33070 quite easily. 33071 33072 Signed-off-by: Stefan Roese <sr@denx.de> 33073 33074commit 12d30aa79779c2aa7a998bbae4c075f822a53004 33075Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 33076Date: Thu Dec 13 12:56:34 2007 +0100 33077 33078 cfi_flash: Use map_physmem() and unmap_physmem() 33079 33080 Use map_physmem() and unmap_physmem() to convert from physical to 33081 virtual addresses. This gives the arch a chance to provide an uncached 33082 mapping for flash accesses. 33083 33084 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 33085 33086commit 4d7d6936eb29af7cca330937808312aa5f61454d 33087Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 33088Date: Thu Dec 13 12:56:33 2007 +0100 33089 33090 Introduce map_physmem() and unmap_physmem() 33091 33092 map_physmem() returns a virtual address which can be used to access a 33093 given physical address without involving the cache. unmap_physmem() 33094 should be called when the virtual address returned by map_physmem() is 33095 no longer needed. 33096 33097 This patch adds a stub implementation which simply returns the 33098 physical address cast to a uchar * for all architectures except AVR32, 33099 which converts the physical address to an uncached virtual mapping. 33100 unmap_physmem() is a no-op on all architectures, but if any 33101 architecture needs to do such mappings through the TLB, this is the 33102 hook where those TLB entries can be invalidated. 33103 33104 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 33105 33106commit cdbaefb5f5f03e54455d0439dcf6dbd97ead1f9d 33107Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 33108Date: Thu Dec 13 12:56:32 2007 +0100 33109 33110 cfi_flash: Introduce read and write accessors 33111 33112 Introduce flash_read{8,16,32,64) and flash_write{8,16,32,64} and use 33113 them to access the flash memory. This makes it clearer when the flash 33114 is actually being accessed; merely dereferencing a volatile pointer 33115 looks just like any other kind of access. 33116 33117 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 33118 33119commit 812711ce6b3a386125dcf0d6a59588e461abbb87 33120Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 33121Date: Thu Dec 13 12:56:31 2007 +0100 33122 33123 Implement __raw_{read,write}[bwl] on all architectures 33124 33125 This adds implementations of __raw_read[bwl] and __raw_write[bwl] to 33126 m68k, ppc, nios and nios2. The m68k and ppc implementations were taken 33127 from Linux. 33128 33129 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 33130 33131commit be60a9021c82fc5aecd5b2b1fc96f70a9c81bbcd 33132Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 33133Date: Sat Oct 6 18:55:36 2007 +0200 33134 33135 cfi_flash: Reorder functions and eliminate extra prototypes 33136 33137 Reorder the functions in cfi_flash.c so that each function only uses 33138 functions that have been defined before it. This allows the static 33139 prototype declarations near the top to be eliminated and might allow 33140 gcc to do a better job inlining functions. 33141 33142 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 33143 33144commit 3055793bcbdf24b1f8117f606ffb766d32eb766f 33145Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 33146Date: Thu Dec 13 12:56:29 2007 +0100 33147 33148 cfi_flash: Make some needlessly global functions static 33149 33150 Make functions not declared in any header file static. 33151 33152 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 33153 33154commit 7e5b9b471518c5652febc68ba62b432193d6abf4 33155Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 33156Date: Thu Dec 13 12:56:28 2007 +0100 33157 33158 cfi_flash: Break long lines 33159 33160 This patch tries to keep all lines in the cfi_flash driver below 80 33161 columns. There are a few lines left which don't fit this requirement 33162 because I couldn't find any trivial way to break them (i.e. it would 33163 take some restructuring, which I intend to do in a later patch.) 33164 33165 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 33166 33167commit 42026c9cb3a76849b41e6e24abfb7b56807a5c1a 33168Author: Bartlomiej Sieka <tur@semihalf.com> 33169Date: Tue Dec 11 13:59:57 2007 +0100 33170 33171 CFI: synchronize command offsets with Linux CFI driver 33172 33173 Fixes non-working CFI Flash on the Inka4x0 board. 33174 33175 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com> 33176 33177commit 8ff3de61fc5f9b3b21647bce081a3b7f710f0d4d 33178Author: Kumar Gala <galak@kernel.crashing.org> 33179Date: Fri Dec 7 12:17:34 2007 -0600 33180 33181 Handle MPC85xx PCIe reset errata (PCI-Ex 38) 33182 33183 On the MPC85xx boards that have PCIe enable the PCIe errata fix. 33184 (MPC8544DS, MPC8548CDS, MPC8568MDS). 33185 33186 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 33187 33188commit 82ac8c97145a4c3bf8b3dbfad00fa96e920f9b9c 33189Author: Kumar Gala <galak@kernel.crashing.org> 33190Date: Fri Dec 7 12:04:30 2007 -0600 33191 33192 Update Freescale MPC85xx ADS/CDS/MDS board config 33193 33194 * Enabled CONFIG_CMD_ELF 33195 33196 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 33197 33198commit d435793229ce29a42797c1edc39f5b34f987f91a 33199Author: Kumar Gala <galak@kernel.crashing.org> 33200Date: Fri Dec 7 04:59:26 2007 -0600 33201 33202 Handle Asynchronous DDR clock on 85xx 33203 33204 The MPC8572 introduces the concept of an asynchronous DDR clock with 33205 regards to the platform clock. 33206 33207 Introduce get_ddr_freq() to report the DDR freq regardless of sync/async 33208 mode. 33209 33210 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 33211 33212commit 22abb2d2eaf7b795a6923c6273ec9cb53fda9a10 33213Author: Kumar Gala <galak@kernel.crashing.org> 33214Date: Thu Nov 29 10:34:28 2007 -0600 33215 33216 Update Freescale MPC85xx ADS/CDS/MDS board config 33217 33218 * Removed some misc environment setup 33219 * Enabled CONFIG_CMDLINE_EDITING 33220 33221 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 33222 33223commit 415a613babb84d5e5d5b42e8e553868c71fc3a64 33224Author: Kumar Gala <galak@kernel.crashing.org> 33225Date: Thu Nov 29 10:47:44 2007 -0600 33226 33227 Move the MPC8541/MPC8555/MPC8548 CDS board under board/freescale. 33228 33229 Minor path corrections needed to ensure buildability. 33230 33231 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 33232 33233commit c2d943ffbfd3359b3b45d177b437379d2cb86fbf 33234Author: Kumar Gala <galak@kernel.crashing.org> 33235Date: Thu Nov 29 10:16:18 2007 -0600 33236 33237 Move the MPC8540 ADS board under board/freescale. 33238 33239 Minor path corrections needed to ensure buildability. 33240 33241 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 33242 33243commit 870ceac5b3a3486c109396e005af81ae762b5710 33244Author: Kumar Gala <galak@kernel.crashing.org> 33245Date: Thu Nov 29 10:14:50 2007 -0600 33246 33247 Move the MPC8560 ADS board under board/freescale. 33248 33249 Minor path corrections needed to ensure buildability. 33250 33251 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 33252 33253commit acbca876fb3fec25cd9c55b0efc81ff618ff5262 33254Author: Kumar Gala <galak@kernel.crashing.org> 33255Date: Thu Nov 29 10:13:47 2007 -0600 33256 33257 Move the MPC8568 MDS board under board/freescale. 33258 33259 Minor path corrections needed to ensure buildability. 33260 33261 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 33262 33263commit a853d56c59b33415304531443633808736acfc6e 33264Author: Kumar Gala <galak@kernel.crashing.org> 33265Date: Thu Nov 29 02:18:59 2007 -0600 33266 33267 Use standard LAWAR_TRGT_IF_* defines for LAW setup on 85xx 33268 33269 We already had defines for LAWAR_TRGT_IF_* that we should use 33270 rather than creating new ones. Also, added some missing defines for 33271 PCIE targets. 33272 33273 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 33274 33275commit 04db400892da37b76a585e332a0c137954ad2015 33276Author: Kumar Gala <galak@kernel.crashing.org> 33277Date: Thu Nov 29 02:10:09 2007 -0600 33278 33279 Stop using immap_t on 85xx 33280 33281 In the future the offsets to various blocks may not be in same location. 33282 Move to using CFG_MPC85xx_*_ADDR as the base of the registers 33283 instead of getting it via &immap. 33284 33285 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 33286 33287commit 2714223f8e04ab3e4133ff65872eef366d90bfea 33288Author: Kumar Gala <galak@kernel.crashing.org> 33289Date: Thu Nov 29 01:23:09 2007 -0600 33290 33291 Remove CONFIG_OF_FLAT_TREE related code from mpc85xx since we now use libfdt 33292 33293 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 33294 33295commit c480861bf000156e6a3e932c258db59ff2212dd3 33296Author: Kumar Gala <galak@kernel.crashing.org> 33297Date: Thu Nov 29 01:06:19 2007 -0600 33298 33299 Update MPC8568 MDS to use libfdt 33300 33301 Updated the MPC8568 MDS config to use libfdt and assume use of aliases for 33302 ethernet, pci, and serial for the various fixups that are done. 33303 33304 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 33305 33306commit 1563f56e0c68f6920f956382d6d13bee3f01c0f7 33307Author: Haiying Wang <Haiying.Wang@freescale.com> 33308Date: Wed Nov 14 15:52:06 2007 -0500 33309 33310 Add PCI Express support on MPC8568MDS 33311 33312 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com> 33313 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 33314 33315commit b90d25497625b90ffa3f2911a0895ca237556ff5 33316Author: Kumar Gala <galak@kernel.crashing.org> 33317Date: Thu Nov 29 00:11:44 2007 -0600 33318 33319 Update MPC85xx CDS to use libfdt 33320 33321 Updated the MPC85xx CDS config to use libfdt and assume use of aliases for 33322 ethernet, pci, and serial for the various fixups that are done. 33323 33324 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 33325 33326commit 0fd5ec66b10521a057ad73e69ab5f0f9eafba255 33327Author: Kumar Gala <galak@kernel.crashing.org> 33328Date: Wed Nov 28 22:54:27 2007 -0600 33329 33330 Update MPC8540 ADS to use libfdt 33331 33332 Updated the MPC8540 ADS config to use libfdt and assume use of aliases for 33333 ethernet, pci, and serial for the various fixups that are done. 33334 33335 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 33336 33337commit 5ce715802f6c50dc78b3405b92f184b1e3710519 33338Author: Kumar Gala <galak@kernel.crashing.org> 33339Date: Wed Nov 28 22:40:31 2007 -0600 33340 33341 Update MPC8560 ADS to use libfdt 33342 33343 Updated the MPC8560 ADS config to use libfdt and assume use of aliases for 33344 ethernet, pci, and serial for the various fixups that are done. 33345 33346 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 33347 33348commit aafeefbdb8b029f5ca2a195598d0a501a606eea9 33349Author: Kumar Gala <galak@kernel.crashing.org> 33350Date: Wed Nov 28 00:36:33 2007 -0600 33351 33352 Stop using immap_t for cpm offset on 85xx 33353 33354 In the future the offsets to various blocks may not be in same location. 33355 Move to using CFG_MPC85xx_CPM_ADDR as the base of the CPM registers 33356 instead of getting it via &immap->im_cpm. 33357 33358 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 33359 33360commit f59b55a5b8fcadaa99781ba48e7a38e956afa527 33361Author: Kumar Gala <galak@kernel.crashing.org> 33362Date: Tue Nov 27 23:25:02 2007 -0600 33363 33364 Stop using immap_t for guts offset on 85xx 33365 33366 In the future the offsets to various blocks may not be in same location. 33367 Move to using CFG_MPC85xx_GUTS_ADDR as the base of the guts registers 33368 instead of getting it via &immap->im_gur. 33369 33370 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 33371 33372commit 50c03c8cf494d91cdec39670d95337c743e16ec9 33373Author: Kumar Gala <galak@kernel.crashing.org> 33374Date: Tue Nov 27 22:42:34 2007 -0600 33375 33376 Update MPC8544 DS config 33377 33378 * Removed HAS_ETH2/HAS_ETH3 - MPC8544 only has TSEC1/2 33379 * Removed some misc environment setup 33380 * Moved to using fdtfile & fdtaddr as fdt env var names 33381 * Enabled CONFIG_CMDLINE_EDITING 33382 33383 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 33384 33385commit addce57e2e4c49e77ffb2020a84690713bb18b47 33386Author: Kumar Gala <galak@kernel.crashing.org> 33387Date: Mon Nov 26 17:12:24 2007 -0600 33388 33389 Update MPC8544DS to use libfdt 33390 33391 Updated the MPC8544DS config to use libfdt and assume use of aliases for 33392 ethernet, pci, and serial for the various fixups that are done. 33393 33394 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 33395 33396commit f852ce72f100cabd1f11c21c085a0ad8eca9fb65 33397Author: Kumar Gala <galak@kernel.crashing.org> 33398Date: Thu Nov 29 00:15:30 2007 -0600 33399 33400 Add libfdt based ft_cpu_setup for mpc85xx 33401 33402 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 33403 33404commit 3b9abdc448a1c2c6a4c2aa292724b4d1a05166a9 33405Author: Stefan Roese <sr@denx.de> 33406Date: Tue Dec 11 13:38:19 2007 +0100 33407 33408 ppc4xx: Correct GPIO offset in gpio_config() 33409 33410 Thanks to Gary Jennejohn for pointing this out. 33411 33412 Signed-off-by: Stefan Roese <sr@denx.de> 33413 33414commit 8809a2713b1ceaf3da55d9d785470294f15de06a 33415Author: Stefan Roese <sr@denx.de> 33416Date: Tue Dec 11 11:46:01 2007 +0100 33417 33418 rtc: Fix merging problem 33419 33420 Signed-off-by: Stefan Roese <sr@denx.de> 33421 33422commit 7cfc12a7dcfdb350e2ab76db4dafcc30f7e77c2b 33423Author: Stefan Roese <sr@denx.de> 33424Date: Sat Dec 8 14:47:34 2007 +0100 33425 33426 ppc4xx: 405EX: Correctly enable USB pins 33427 33428 This patch selects the USB data pins in the 405EX GPIO and MFC (multi 33429 function control) registers. This is done for the AMCC Kilauea and 33430 Makalu eval boards. 33431 33432 Signed-off-by: Stefan Roese <sr@denx.de> 33433 33434commit 9692c2734a47f23b44a0f68042a3e2ca8d1bfb39 33435Author: Stefan Roese <sr@denx.de> 33436Date: Sat Dec 8 08:25:09 2007 +0100 33437 33438 CFI: Coding style cleanup 33439 33440 Signed-off-by: Stefan Roese <sr@denx.de> 33441 33442commit 81b20ccc2d795ae9a1199db5a50ad9c28d1e4d22 33443Author: Michael Schwingen <michael@schwingen.org> 33444Date: Fri Dec 7 23:35:02 2007 +0100 33445 33446 CFI: support JEDEC flash roms in CFI-flash framework 33447 33448 The following patch adds support for non-CFI flash ROMS, by hooking into the 33449 CFI flash code and using most of its code, as recently discussed here in the 33450 thread "Mixing CFI and non-CFI flashs". 33451 33452 Signed-off-by: Michael Schwingen <michael@schwingen.org> 33453 Signed-off-by: Stefan Roese <sr@denx.de> 33454 33455commit c01b17dd856fa120b2970f50d9598546a4927ec3 33456Author: Gerald Van Baren <vanbaren@cideas.com> 33457Date: Wed Nov 28 21:24:50 2007 -0500 33458 33459 Conditionally compile fdt_fixup_ethernet() 33460 33461 Fix compiler warnings: On boards that don't have ethernets defined, 33462 don't compile fdt_fixup_ethernet(). 33463 33464commit 246d4ae6bc282bc1841224e1c5fc49dc925e0bf7 33465Author: Kumar Gala <galak@kernel.crashing.org> 33466Date: Tue Nov 27 21:59:46 2007 -0600 33467 33468 Convert boards that set memory node to use fdt_fixup_memory() 33469 33470 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 33471 33472commit 151c8b09b35eebe8fd9139cb6c1d91c27b22f058 33473Author: Kumar Gala <galak@kernel.crashing.org> 33474Date: Mon Nov 26 17:06:15 2007 -0600 33475 33476 Added fdt_fixup_stdout that uses aliases to set linux,stdout-path 33477 33478 We use a combination of the serialN alias and CONFIG_CONS_INDEX to 33479 determine which serial alias we should set linux,stdout-path to. 33480 33481 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 33482 33483commit 3c9272813fad84c691d0e4989bb18a3ffebdebfc 33484Author: Kumar Gala <galak@kernel.crashing.org> 33485Date: Mon Nov 26 14:57:45 2007 -0600 33486 33487 Add common memory fixup function 33488 33489 Add the function fdt_fixup_memory() to fixup the /memory node of the fdt 33490 33491 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 33492 33493commit 9c9109e7fcf7ac2ca19c95b8ac54b8d1c773b157 33494Author: Kumar Gala <galak@kernel.crashing.org> 33495Date: Mon Nov 26 11:19:12 2007 -0600 33496 33497 Conditionally compile fdt_support.c 33498 33499 Modify common/Makefile to conditionally compile fdt_support.c based 33500 on CONFIG_OF_LIBFDT. 33501 33502 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 33503 33504commit d88e7ba0980773479e1a64badb293116071b7ef0 33505Author: Kumar Gala <galak@kernel.crashing.org> 33506Date: Mon Nov 26 10:41:40 2007 -0600 33507 33508 Fix build breakage due to libfdt import 33509 33510 The IDS8247 got lost in the update and need an API update 33511 do to rename of functions in libfdt. 33512 33513 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 33514 33515commit 28f384b171bbf1fb2dafb1046e6d259a6b2f8714 33516Author: Gerald Van Baren <vanbaren@cideas.com> 33517Date: Fri Nov 23 19:43:20 2007 -0500 33518 33519 Add spaces around the = in the fdt print format. 33520 33521 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com> 33522 33523commit 29592ecba3b932b9b152bcec6c0c0806412db4a3 33524Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 33525Date: Fri Dec 7 01:25:38 2007 +0900 33526 33527 sh: Moved driver of the SuperH dependence 33528 33529 The composition of the directory in the drivers/ changed. 33530 I moved SuperH serial driver and marubun PCMCIA driver. 33531 33532 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 33533 33534commit 41be969f4957115ed7b1fe8b890bfaee99d7a7a2 33535Author: Wolfgang Denk <wd@denx.de> 33536Date: Thu Dec 6 10:21:19 2007 +0100 33537 33538 Release v1.3.1 33539 33540 Signed-off-by: Wolfgang Denk <wd@denx.de> 33541 33542commit cf5933ba1e97a1cd8f5f24070e820f21d976eaeb 33543Author: Wolfgang Denk <wd@denx.de> 33544Date: Thu Dec 6 10:21:03 2007 +0100 33545 33546 ADS5121 Board: fix compile problem. 33547 33548 Signed-off-by: Wolfgang Denk <wd@denx.de> 33549 33550commit a27044b14a9e93678a82d7b35f202b93e7687abc 33551Author: Stefan Roese <sr@denx.de> 33552Date: Thu Dec 6 05:58:43 2007 +0100 33553 33554 ppc4xx: Enable hardware-fix for PCI/DMA errata on AMCC 440SP/SPe boards 33555 33556 This patch enables the hardware-fix for the PCI/DMA errata's 19+22 by 33557 setting the FIXD bit in the SDR0_MFR register. Here a description of the 33558 symptoms: 33559 33560 Problem Description 33561 ------------------------------ 33562 If a DMA is performed between memory and PCI with the DMA 1 Controller 33563 using prefetch, and as a result uses a special purpose buffer selected by 33564 the PCIXn Bridge Options 1 Register (PCIXn_BRDGOPT1[RBP7] - bits 31-29), 33565 the first part of the transfer sequence is performed twice. The 33566 PPC440SPe PCI Controller requests more data than was needed such that in 33567 the case of enforce memory protection, a host CPU exception can occur. 33568 No data is corrupted, because data transfer is stopped in the PCI 33569 Controller. Prefetch enable is specified by setting DMA Configuration 33570 Register (I2O0_DMAx_CFG[DXEPD] - bit 31) to 0. 33571 33572 Behavior that may be observed in a running system 33573 --------------------------------------------------------------------------- 33574 33575 1. DMA performance is decreased because of the double access on the PCI bus 33576 interface. 33577 2. If an illegal access to some address on the PCI bus is detected at the 33578 system level, a machine check or similar system error may occur. 33579 33580 Workarounds Available 33581 ---------------------------------- 33582 33583 1. Do not program prefetch. Note that a prefetch command cannot be programmed 33584 without selecting a special purpose buffer. 33585 2. To avoid crossing a physical boundary of the PCI slave device, add 512 33586 bytes of address to the PCI address range. 33587 33588 This patch was originally provided by Pravin M. Bathija <pbathija@amcc.com> 33589 from AMCC and slighly changed. 33590 33591 Signed-off-by: Pravin M. Bathija <pbathija@amcc.com> 33592 Signed-off-by: Stefan Roese <sr@denx.de> 33593 33594commit a90921f71d225bf9e0f0fc7b8beadeb8001bf78a 33595Author: Stefan Roese <sr@denx.de> 33596Date: Tue Dec 4 16:29:48 2007 +0100 33597 33598 ppc4xx: Yosemite/Yellowstone: Add DTT AD7414 support 33599 33600 Signed-off-by: Stefan Roese <sr@denx.de> 33601 33602commit 8d4f040a3c15036a6ea25a9c39e7d89fefa8440d 33603Author: Wolfgang Denk <wd@denx.de> 33604Date: Mon Dec 3 00:15:28 2007 +0100 33605 33606 Prepare for 1.3.1-rc1 33607 33608 Signed-off-by: Wolfgang Denk <wd@denx.de> 33609 33610commit e15e33433e7c05111968dc9b434a52fd42cbd221 33611Author: Stefan Roese <sr@denx.de> 33612Date: Fri Nov 30 07:15:41 2007 +0100 33613 33614 ppc4xx: Kilauea: Add PCIe reset assertion upon power-up 33615 33616 This manual PCIe reset triggering solves the problem seen with the 33617 Intel EPRO/1000 card, which was not detected (link not established) 33618 upon power-up reset. 33619 33620 Signed-off-by: Stefan Roese <sr@denx.de> 33621 33622commit 260eea5676ca46903a335686cc020b29c4ca46fe 33623Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 33624Date: Thu Nov 29 01:21:54 2007 +0900 33625 33626 sh: Add SuperH boards maintainer to MAINTAINERS file 33627 33628 Add MS7750SE and MS7722SE's board maintainer to MAINTAINERS file. 33629 33630 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 33631 33632commit aa9c4f1d22701a92347c1c81f34d12c8ad3a3747 33633Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 33634Date: Thu Nov 29 00:13:04 2007 +0900 33635 33636 sh: Add ms7750se support in MAKEALL 33637 33638 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 33639 33640commit c7144373427a178332bf9754131c8c34c52c200a 33641Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 33642Date: Tue Nov 27 09:44:53 2007 +0100 33643 33644 sh: Add sh3 and sh4 support in MAKEALL 33645 33646 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 33647 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 33648 33649commit 130080874a3d28450098481a262c5f7c855e908d 33650Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 33651Date: Sun Nov 25 02:51:17 2007 +0900 33652 33653 sh: Add document for SuperH. 33654 33655 This document is a summary of information concerning SuperH of U-Boot. 33656 33657 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 33658 33659commit 33ecdc2f9d64926e1a6067b28f3a0aefc3b6d23d 33660Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 33661Date: Sun Nov 25 02:39:31 2007 +0900 33662 33663 sh: Add marubun's pcmcia driver 33664 33665 Marubun pcmcia is a chip for PCMCIA used with SuperH. 33666 Of course, this can be used even by other architectures. 33667 When use this driver, came to be able to use CompactFlash 33668 and Ethernet. 33669 33670 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 33671 33672commit febd86b969b975289ed948f1ac0eb9722da41ced 33673Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 33674Date: Sun Nov 25 02:32:13 2007 +0900 33675 33676 sh: Update SuperH SCIF driver 33677 33678 - Changed volatile unsigned to vu_. 33679 - Changed Makefile for kconfig. 33680 33681 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 33682 33683commit 8be760903645af09871be50ad0a6f9ebb62b311d 33684Author: Stefan Roese <sr@denx.de> 33685Date: Tue Nov 27 11:57:35 2007 +0100 33686 33687 ppc4xx: Kilauea & Makalu: Fix ext IRQ pin multiplexing 33688 33689 After an error in the AMCC 405EX users manual now correctly configure 33690 IRQ2 (Kilauea)/IRQ0 (Makalu) as alternate 2 signal for external IRQ 33691 usage. 33692 33693 Signed-off-by: Stefan Roese <sr@denx.de> 33694 33695commit a5f601fd1b1278deae5aa9fc27a232b0d1c1c788 33696Author: Wolfgang Denk <wd@denx.de> 33697Date: Mon Nov 26 19:18:21 2007 +0100 33698 33699 Cleanup coding style; update CHANGELOG 33700 33701 Signed-off-by: Wolfgang Denk <wd@denx.de> 33702 33703commit 3deca9d44767efd1b83f4b701f0dbf21a7595f7b 33704Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 33705Date: Sun Nov 25 22:39:25 2007 +0100 33706 33707 MAKEALL: add missing 512x boards in ppc 33708 33709 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 33710 33711commit a340c325e668ca7386c2276387681720be9c3757 33712Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 33713Date: Sun Nov 25 18:45:47 2007 +0100 33714 33715 Makefile : fix tags ctags etags with new drivers organization 33716 33717 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 33718 33719commit 63362cfc6baa97ae0e37ba2c6ece530fcac9f79e 33720Author: Stefan Roese <sr@denx.de> 33721Date: Mon Nov 26 15:06:14 2007 +0100 33722 33723 ppc4xx: Makalu: Change EBC setup for CS0 to enable 400MHz usage 33724 33725 As suggested by Senao, use a different EBC_PB0AP setup for 400MHz 33726 operation. 33727 33728 Signed-off-by: Stefan Roese <sr@denx.de> 33729 33730commit ca1ce226287270bb01e25b8e3674c701f12edf19 33731Author: Stefan Roese <sr@denx.de> 33732Date: Mon Nov 26 15:01:45 2007 +0100 33733 33734 ppc4xx: Kilauea: Configure pin mux to use ext IRQ2 as interrupt 33735 33736 Signed-off-by: Stefan Roese <sr@denx.de> 33737 33738commit 87ddedd6ad804427ce125ceaa076d7a4f74e9d5d 33739Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 33740Date: Sun Nov 25 18:45:47 2007 +0100 33741 33742 Makefile : fix tags ctags etags with new drivers organization 33743 33744 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 33745 33746commit 59829cc189378c142c13d2aa8d9a897d8bef3961 33747Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 33748Date: Sat Nov 24 21:26:56 2007 +0100 33749 33750 drivers/mtd : move mtd drivers to drivers/mtd 33751 33752 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 33753 33754commit 318c0b90431f2648552e5ade78833f42652ce859 33755Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 33756Date: Sat Nov 24 21:17:55 2007 +0100 33757 33758 drivers/misc : move misc drivers to drivers/misc 33759 33760 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 33761 33762commit 33daf5b7858807cb4ce4158c2c56524671c14c08 33763Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 33764Date: Sat Nov 24 21:13:59 2007 +0100 33765 33766 drivers/block : move block drivers to drivers/block 33767 33768 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 33769 33770commit 0c698dcaa70275eb8814f665b545547cee013892 33771Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 33772Date: Sat Nov 24 20:59:50 2007 +0100 33773 33774 drivers/rtc : move rtc drivers to drivers/rtc 33775 33776 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 33777 33778commit f868cc5a50757d94f36c312395481cb0f187d9e6 33779Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 33780Date: Sat Nov 24 20:14:44 2007 +0100 33781 33782 drivers/hwmon : move hardware monitor drviers to drivers/hwmon 33783 33784 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 33785 33786commit 16b195c82a18cbfd164800f17a1ef9db2e48331a 33787Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 33788Date: Sat Nov 24 19:46:45 2007 +0100 33789 33790 drivers/input : move input drivers to drivers/input 33791 33792 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 33793 33794commit e4558666293364fc3af1c1d9381ca933fa0f1275 33795Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 33796Date: Sat Nov 24 19:40:11 2007 +0100 33797 33798 drivers/usb : move usb drivers to drivers/usb 33799 33800 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 33801 33802commit 1378df792a7ff3abd1bf54a63f5475784f5b083c 33803Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 33804Date: Sat Nov 24 19:33:38 2007 +0100 33805 33806 drivers/serial : move serial drivers to drivers/serial 33807 33808 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 33809 33810commit 2439e4bfa111babf4bc07ba20efbf3e36036813e 33811Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 33812Date: Wed Nov 21 21:19:24 2007 +0100 33813 33814 drivers/net : move net drivers to drivers/net 33815 33816 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 33817 33818commit 352d259130b349fe9593b8dada641bd78a9659e5 33819Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 33820Date: Tue Nov 20 20:41:48 2007 +0100 33821 33822 drivers/video : move video drivers to drivers/video 33823 33824 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 33825 33826commit 73646217186aa17afc8e305c5f06f06dd335eaad 33827Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 33828Date: Tue Nov 20 20:33:09 2007 +0100 33829 33830 drivers/pcmcia : move pcmcia drivers to drivers/pcmcia 33831 33832 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 33833 33834commit 93a686ee9c5ddc6fa368c32cfbfde6f6724599fc 33835Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 33836Date: Tue Nov 20 20:28:09 2007 +0100 33837 33838 drivers/pci : move pci drivers to drivers/pci 33839 33840 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 33841 33842commit 9162352817579840d7802da6d85872b3ca003c97 33843Author: Gerald Van Baren <vanbaren@cideas.com> 33844Date: Thu Nov 22 17:23:23 2007 -0500 33845 33846 Fix fdt printing for updated libfdt 33847 33848 Also improve printing (adopt dtc v1 "c style" hex format), whitespace cleanup. 33849 33850 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com> 33851 33852commit 9eb77cea1fa12d5969eb26a1d1d81da381bd6b1c 33853Author: Kumar Gala <galak@kernel.crashing.org> 33854Date: Wed Nov 21 13:30:15 2007 -0600 33855 33856 Add additional fdt fixup helper functions 33857 33858 Added the following fdt fixup helpers: 33859 * do_fixup_by_prop{_u32} - Find matching nodes by property name/value 33860 * do_fixup_by_compat{_u32} - Find matching nodes by compat 33861 33862 The _u32 variants work the same only the property they are setting 33863 is know to be a 32-bit integer instead of a byte buffer. 33864 33865 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 33866 33867commit ab544633abdd14f4dd5d92e500b73eb59ef57e67 33868Author: Kumar Gala <galak@kernel.crashing.org> 33869Date: Wed Nov 21 11:11:03 2007 -0600 33870 33871 Add fdt_fixup_ethernet helper to set mac addresses 33872 33873 Added a fixup helper that uses aliases to set mac addresses 33874 in the device tree based on the bd_t 33875 33876 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 33877 33878commit dbaf07ce620aab249e3502b20a986234a6af1d3a 33879Author: Kumar Gala <galak@kernel.crashing.org> 33880Date: Wed Nov 21 14:07:46 2007 -0600 33881 33882 Fix warnings from import of libfdt 33883 33884 cmd_fdt.c: In function fdt_print: 33885 cmd_fdt.c:586: warning: assignment discards qualifiers from pointer target type 33886 cmd_fdt.c:613: warning: assignment discards qualifiers from pointer target type 33887 cmd_fdt.c:635: warning: assignment discards qualifiers from pointer target type 33888 cmd_fdt.c:636: warning: assignment discards qualifiers from pointer target type 33889 33890 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 33891 33892commit 8d04f02f6224e6983f4812ea4da704950ec8539c 33893Author: Kumar Gala <galak@kernel.crashing.org> 33894Date: Wed Oct 24 11:04:22 2007 -0500 33895 33896 Update libfdt from device tree compiler (dtc) 33897 33898 Update libfdt to commit 8eaf5e358366017aa2e846c5038d1aa19958314e from 33899 the device tree compiler (dtc) project. 33900 33901 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 33902 33903commit e93becf80d732b64aef81b23e8b6ece02c40533d 33904Author: Kumar Gala <galak@kernel.crashing.org> 33905Date: Sat Nov 3 19:46:28 2007 -0500 33906 33907 Move do_fixup* for libfdt into common code 33908 33909 Moved the generic fixup handling code out of cpu/mpc5xxx and cpu/mpc8260 33910 into common/fdt_support.c and renamed: 33911 33912 do_fixup() -> do_fixup_by_path() 33913 do_fixup_u32() -> do_fixup_by_path_u32() 33914 33915 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 33916 33917commit f738b4a75998f42a7408defadc9baac7a31c92db 33918Author: Kumar Gala <galak@kernel.crashing.org> 33919Date: Thu Oct 25 16:15:07 2007 -0500 33920 33921 Make no options to fdt print default to '/' 33922 33923 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 33924 33925commit a3c2933e02503fe36ade2c1b65af46f2b7a168e7 33926Author: Kumar Gala <galak@kernel.crashing.org> 33927Date: Wed Oct 24 10:21:57 2007 -0500 33928 33929 Removed some nonused fdt functions and moved fdt_find_and_setprop out of libfdt 33930 33931 Removed: 33932 fdt_node_is_compatible 33933 fdt_find_node_by_type 33934 fdt_find_compatible_node 33935 33936 To ease merge of newer libfdt as we aren't using them anywhere at this time. 33937 33938 Also moved fdt_find_and_setprop out of libfdt into fdt_support.c for the same 33939 reason. 33940 33941 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 33942 33943commit 98e2867cc85409b919f862e6c16026461ec955df 33944Author: Grant Likely <grant.likely@secretlab.ca> 33945Date: Wed Nov 21 09:19:37 2007 -0700 33946 33947 [BUILD] Remove libraries when updating autoconf.mk 33948 33949 Fix library problems caused by conditional compilation. Using 33950 autoconf.mk to decide which files to compile has caused a problem when 33951 changing configuration from one board to another without clearing out 33952 the library (*.a) files. 33953 33954 It used to be that the linker was always passed the same list of .o 33955 files when building the .a files. However, that is not longer true 33956 with conditional compilation. Now, a different board config will have 33957 a different file list passed to the linker. The problem occurs when 33958 a library has already been built and the board config is changed. 33959 33960 Since the linker will update instead of replace a preexisting library, 33961 then if the file list changes to remove some object files the old 33962 objects will still exist in the library. 33963 33964 The solution is to remove all old library files when autoconf.mk is 33965 made. 33966 33967 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 33968 33969commit ed1353d74b9ce8a7fcd660570b848a184d614b5f 33970Author: Kumar Gala <galak@kernel.crashing.org> 33971Date: Wed Nov 21 08:49:50 2007 -0600 33972 33973 [BUILD] conditionally compile libfdt/*.c in libfdt/Makefile 33974 33975 Modify libfdt/Makefile to conditionally compile the *.c files based 33976 on the board config. 33977 33978 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 33979 33980commit 4a43719a7738712811d822ca8125427b27a55cdc 33981Author: Grant Likely <grant.likely@secretlab.ca> 33982Date: Mon Sep 24 09:05:31 2007 -0600 33983 33984 [BUILD] conditionally compile common/cmd_*.c in common/Makefile 33985 33986 Modify common/Makefile to conditionally compile the cmd_*.c files based 33987 on the board config. 33988 33989 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 33990 33991commit 2f155f6c0a1f5e9a306a3f1f4fbe067db7ced3b1 33992Author: Grant Likely <grant.likely@secretlab.ca> 33993Date: Mon Sep 24 09:05:31 2007 -0600 33994 33995 [BUILD] Generate include/autoconf.mk from board config files 33996 33997 Use cpp and sed to postprocess config.h and import the defined values 33998 into include/autoconf.mk. autoconf.mk is then included by config.mk to 33999 give 'make' access to the board configuration. 34000
34001 Doing this enables conditional compilation at the Makefile level instead 34002 of by wrapping every .c file with #ifdef/#endif wrappers. 34003 34004 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 34005 34006commit 68b88999da87ab88e71e1306192905be3450198e 34007Author: Jon Loeliger <jdl@freescale.com> 34008Date: Tue Nov 20 15:02:26 2007 -0600 34009 34010 8610HPCD: Enable the 8610 Display Interface Unit 34011 34012 Signed-off-by: Jon Loeliger <jdl@freescale.com> 34013 34014commit 74f89faa9d1e77ed947e628d3effaa513fe05d05 34015Author: Jon Loeliger <jdl@freescale.com> 34016Date: Tue Nov 20 15:00:53 2007 -0600 34017 34018 Move 8610 DIU interface structure definitions to header file. 34019 34020 These two structures are still needed during the 34021 initialization and setup of the DIU hardware. 34022 So move them to the fsl_diu_fb.h file for now. 34023 Official "blah". 34024 34025 Noticed-by: York Sun <yorksun@freescale.com> 34026 Signed-off-by: Jon Loeliger <jdl@freescale.com> 34027 34028commit 080c646dbf474a109c3f85718fb01ce042a38c45 34029Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 34030Date: Tue Nov 20 20:14:18 2007 +0100 34031 34032 drivers/i2c : move i2c drivers to drivers/i2c 34033 34034 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 34035 34036commit 9a337ddc154a10a26f117fd147b009abcdeba75a 34037Author: Wolfgang Denk <wd@denx.de> 34038Date: Mon Nov 19 22:20:24 2007 +0100 34039 34040 Prepare for 1.3.0 release. 34041 34042 Signed-off-by: Wolfgang Denk <wd@denx.de> 34043 34044commit f30ad49b16bf998b03c1a5228b6c86369d61c258 34045Author: Haiying Wang <Haiying.Wang@freescale.com> 34046Date: Mon Nov 19 10:02:13 2007 -0500 34047 34048 Move CONFIG_QE out of CONFIG_PCI wrap for MPC8568MDS 34049 34050 CONFIG_QE shouldn't be in the wrap of CONFIG_PCI, fix it. 34051 34052 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com> 34053 34054commit f8c320609366176b31104d9bf5e295232e1c7f1d 34055Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com> 34056Date: Mon Nov 19 11:14:16 2007 +0900 34057 34058 [MIPS] board/gth2/lowlevel_init.S: Fix a build warning 34059 34060 lowlevel_init.S: Assembler messages: 34061 lowlevel_init.S:413: Warning: Pretending global symbol used as branch target is local. 34062 34063 Looking at codes, the `memtest' and `clearmem' are intentional mixed 34064 use of `global symbols' and `label' for debugging purpose. To make it 34065 build, just disable global-symbols-use for now. As a result `memtest' 34066 still remains as unused, but leave it be... 34067 34068 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com> 34069 34070commit e8da58f2bc092891e8cc92b927ed5c4bd0cb0cab 34071Author: Wolfgang Denk <wd@denx.de> 34072Date: Mon Nov 19 12:59:14 2007 +0100 34073 34074 Fix build problems with mp2usb board 34075 34076 Signed-off-by: Wolfgang Denk <wd@denx.de> 34077 34078commit 6bf4c686afca1e86e1c384d59218f914605713bf 34079Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 34080Date: Sun Nov 18 18:36:11 2007 +0100 34081 34082 s3c24x0: Fix usb_ohci.c missing in Makefile 34083 and usb_ohci.c warning differ in signedness 34084 34085 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 34086 34087commit 6073f61e078da5ddb521b56256bcc36508589883 34088Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 34089Date: Sun Nov 18 12:55:02 2007 +0100 34090 34091 pb1x00 board: Fix u16 status declaration when PCMCIA is defined 34092 34093 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 34094 34095commit 8412d814ce8bf5570a2b747f1e7fd321097fe987 34096Author: Wolfgang Denk <wd@denx.de> 34097Date: Sun Nov 18 17:11:09 2007 +0100 34098 34099 Fix compiler warnings for ARM systems. 34100 34101 Signed-off-by: Wolfgang Denk <wd@denx.de> 34102 34103commit 409ecdc0bb47dd28b0af6c25ffd658d22cc36b37 34104Author: Wolfgang Denk <wd@denx.de> 34105Date: Sun Nov 18 16:36:27 2007 +0100 34106 34107 Fix compiler warnings for PPC systems. Update CHANGELOG. 34108 34109 Signed-off-by: Wolfgang Denk <wd@denx.de> 34110 34111commit 653811a3c2b35856bf12e196dcc8c4694e28e420 34112Author: Stefan Roese <sr@denx.de> 34113Date: Sun Nov 18 14:44:44 2007 +0100 34114 34115 ppc4xx: Correct 405EX PCIe UTL register mapping 34116 34117 Map 4k mem space for UTL registers for each port. 34118 34119 Signed-off-by: Stefan Roese <sr@denx.de> 34120 34121commit 079c2c4fa71c0d1ebef394508df9088df8a308d3 34122Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 34123Date: Sat Nov 17 11:31:10 2007 +0100 34124 34125 Fix warning differ in signedness in net/net.c and net/nfs.c 34126 34127commit 7e14fc65368cbd2861b1207453da55a4fc7b3f81 34128Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 34129Date: Sat Nov 17 20:42:45 2007 +0900 34130 34131 gth2.c: Fix a warning on gth2 build. 34132 34133 gth2.c: In function 'misc_init_r': 34134 gth2.c:434: warning: pointer targets in passing argument 2 of 'setenv' differ in signedness 34135 34136 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 34137 34138commit 2309c130aa4c84b91bd874a41269c923eb61b555 34139Author: Stefan Roese <sr@denx.de> 34140Date: Sat Nov 17 07:58:25 2007 +0100 34141 34142 Fix warning differ in signedness in common/cmd_scsi.c 34143 34144 Signed-off-by: Stefan Roese <sr@denx.de> 34145 34146commit 9ea61b57968554eaf0f474ec7e088b17d367f474 34147Author: Stefan Roese <sr@denx.de> 34148Date: Sat Nov 17 14:52:29 2007 +0100 34149 34150 ppc4xx: Update AMCC Kilauea config file 34151 34152 - Use generic GPIO configuration framework (CFG_4xx_GPIO_TABLE) 34153 34154 Signed-off-by: Stefan Roese <sr@denx.de> 34155 34156commit 7e1d884b7cb602007329c517ec1c453e3a6a5d9c 34157Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 34158Date: Sat Nov 17 20:05:26 2007 +0900 34159 34160 [MIPS] cpu/mips/config.mk: Fix GNU assembler minor version picker 34161 34162 Current trick to pick up GNU assembler minor version does not work with the 34163 latest binutils (2007-03-01 or later) due to ${PKGVERSION} now default to 34164 "(GNU Binutils) ". 34165 34166 $ sde-as --version |grep "GNU assembler" 34167 GNU assembler 2.15.94 mipssde-6.02.02-20050602 34168 $ sde-as --version |grep "GNU assembler" |awk '{print $3}' 34169 2.15.94 34170 $ sde-as --version |grep "GNU assembler" |awk '{print $3}' |awk -F. '{print $2}' 34171 15 34172 $ 34173 34174 $ mips-linux-as --version |grep "GNU assembler" 34175 GNU assembler (GNU Binutils) 2.18 34176 $ mips-linux-as --version |grep "GNU assembler" |awk '{print $3}' 34177 (GNU 34178 $ mips-linux-as --version |grep "GNU assembler" |awk '{print $3}' |awk -F. '{print $2}' 34179 (no output) 34180 $ 34181 34182 As a result of above, you'll see many noises with such binutils: 34183 34184 make -C cpu/mips/ 34185 /bin/sh: line 0: [: : integer expression expected 34186 /bin/sh: line 0: [: : integer expression expected 34187 make[1]: Entering directory `/home/skuribay/devel/u-boot.git/cpu/mips' 34188 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 34189 /bin/sh: line 0: [: : integer expression expected 34190 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 34191 /bin/sh: line 0: [: : integer expression expected 34192 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 34193 /bin/sh: line 0: [: : integer expression expected 34194 34195 This patch simplifies the trick and makes it work with both versions of gas. 34196 I also replace an expensive `awk (or gawk)' with `cut'. 34197 34198 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 34199 34200commit 16664f72850846e645616da1c0fa5afcd6d15f15 34201Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 34202Date: Sat Nov 17 20:05:26 2007 +0900 34203 34204 [MIPS] Remove useless instructions for initializing $gp. 34205 34206 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 34207 34208commit 03c031d5660ea946c39af6e2e16267da857c609f 34209Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 34210Date: Sat Oct 27 15:27:06 2007 +0900 34211 34212 [MIPS] MIPS 4K core: Coding style cleanups 34213 34214 No logical changes. 34215 34216 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 34217 34218commit f5e429d3860bba4c6ae8bead8f78349fa24491b2 34219Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 34220Date: Sat Nov 17 20:05:20 2007 +0900 34221 34222 [MIPS] gth2.c: Fix a warning on gth2 build. 34223 34224 gth2.c: In function 'misc_init_r': 34225 gth2.c:434: warning: pointer targets in passing argument 2 of 'setenv' differ in signedness 34226 34227 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 34228 34229commit 4fbd0741b2b6441da10be93e10267122581b7079 34230Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 34231Date: Sat Oct 27 15:22:33 2007 +0900 34232 34233 [MIPS] au1x00_eth.c: Fixed a warning on pb1000 build. 34234 34235 au1x00_eth.c: In function 'au1x00_miiphy_write': 34236 au1x00_eth.c:139: warning: 'return' with no value, in function returning non-void 34237 34238 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 34239 34240commit f01320459736f156707425cf8112f98606301aa4 34241Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 34242Date: Sat Oct 27 15:00:25 2007 +0900 34243 34244 [MIPS] au1x00_eth.c: Fix au1x00_miiphy_{read,write} build error 34245 34246 au1x00_eth.c: In function 'au1x00_enet_initialize': 34247 au1x00_eth.c:246: error: 'au1x00_miiphy_read' undeclared (first use in this function) 34248 au1x00_eth.c:246: error: (Each undeclared identifier is reported only once 34249 au1x00_eth.c:246: error: for each function it appears in.) 34250 au1x00_eth.c:246: error: 'au1x00_miiphy_write' undeclared (first use in this function) 34251 au1x00_eth.c: In function 'au1x00_miiphy_write': 34252 au1x00_eth.c:298: warning: 'return' with no value, in function returning non-void 34253 make[1]: *** [au1x00_eth.o] Error 1 34254 34255 Fixed by moving these two functions forward. 34256 34257 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 34258 34259commit b09258c5393edd1087c5f39ae68338f16b49f8b3 34260Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 34261Date: Sat Oct 27 15:00:25 2007 +0900 34262 34263 MAKEALL: Added missing pb1000 board 34264 34265 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 34266 34267commit 2e4a6e3667a1e39c0e6e99498686b15d2718b369 34268Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 34269Date: Sat Oct 27 15:00:24 2007 +0900 34270 34271 [MIPS] pb1000: Replace obsolete memsetup.S with lowlevel_init.S 34272 34273 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 34274 34275commit 662e5cb397249c3ea88a4c3255e9ccfc40b98d82 34276Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 34277Date: Sat Oct 27 15:00:24 2007 +0900 34278 34279 [MIPS] u-boot.lds: Cleanup __u_boot_cmd_{start,end} 34280 34281 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 34282 34283commit 5947f6999aafa7c54c1390983d264a8463dfea8e 34284Author: Wolfgang Denk <wd@denx.de> 34285Date: Sat Nov 17 02:34:38 2007 +0100 34286 34287 Update CHANGELOIG, prepare for -rc4 34288 34289 Signed-off-by: Wolfgang Denk <wd@denx.de> 34290 34291commit fd329e6f05bbdfe6bd71b0e09f0c76d3b0a025a5 34292Author: Luotao Fu <l.fu@pengutronix.de> 34293Date: Wed Nov 14 18:58:33 2007 +0100 34294 34295 Fix the i2c frequency and default address in rsdproto board 34296 34297 rsdproto board support has wrong I2C frequency and wrong return value 34298 handling. 34299 34300 Signed-off-by: Luotao Fu <l.fu@pengutronix.de> 34301 34302commit 429c180edad038f91c989cb14b478228092e7054 34303Author: Wolfgang Denk <wd@denx.de> 34304Date: Sat Nov 17 01:45:38 2007 +0100 34305 34306 powerpc: Backout relocation changes for MPC5121, too. 34307 34308 Apply Grant Likely's backout to MPC5121 code, too. 34309 34310 Pointed out by Rafal Jaworowski <raj@semihalf.com> 34311 34312 Signed-off-by: Wolfgang Denk <wd@denx.de> 34313 34314commit 1c3dd43338a077165e7e0309cb3994e65d2bdbf8 34315Author: Grant Likely <grant.likely@secretlab.ca> 34316Date: Tue Nov 13 22:18:33 2007 -0700 34317 34318 powerpc: Backout relocation changes. 34319 34320 Ugh. I *hate* to back this change out, but these compiler flags don't 34321 work for relocation on all versions of GCC. I've not been able to 34322 reproduce the environment in my setup (and hence, not been able to 34323 find a combination that *does* work), so I've got no choice but to go 34324 back to the old gcc flags and linker script. 34325 34326 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 34327 34328commit 5c15010efad980ad5498cc565fc1ed70df2f52b4 34329Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 34330Date: Tue Nov 13 09:11:05 2007 +0100 34331 34332 Fixed mips_io_port_base build errors. 34333 34334 This patch has been sent on: 34335 - 29 Sep 2007 34336 34337 Although mips_io_port_base is currently a part of IDE command, it is quite 34338 fundamental for MIPS I/O port access such as in[bwl] and out[bwl]. So move 34339 it to MIPS general part, and introduce `set_io_port_base()' from Linux. 34340 34341 This patch is triggered by multiple definition of `mips_io_port_base' build 34342 error on gth2 (and tb0229 also needs this fix.) 34343 34344 board/gth2/libgth2.a(gth2.o): In function `log_serial_char': 34345 /home/skuribay/devel/u-boot.git/board/gth2/gth2.c:47: multiple definition of `mips_io_port_base' 34346 common/libcommon.a(cmd_ide.o):/home/skuribay/devel/u-boot.git/common/cmd_ide.c:712: first defined here 34347 make: *** [u-boot] Error 1 34348 34349 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 34350 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 34351 34352commit 6ecbb7a3fa9b0940ed33e490d195d4b6830b2422 34353Author: Wolfgang Denk <wd@denx.de> 34354Date: Sat Nov 17 01:30:40 2007 +0100 34355 34356 Fix a bug in the slave serial programming mode for the Xilinx 34357 Spartan2/3 FPGAs. The old code used "< 0" on a "char" type to test if 34358 the most significant bit was set, which did not work on any 34359 architecture where "char" defaulted to be an unsigned type. 34360 34361 Based on a patch by Angelos Manousaridis <amanous@inaccessnetworks.com> 34362 34363 Signed-off-by: Wolfgang Denk <wd@denx.de> 34364 34365commit d08b7233bc252faad8339e7ca0ddfd62fa79903c 34366Author: Jon Loeliger <jdl@freescale.com> 34367Date: Thu Nov 1 12:23:29 2007 -0500 34368 34369 86xx: Fix broken variable reference when #def DEBUGing. 34370 34371 Sometimes you can't reference the DDR2 controller variables. 34372 34373 Signed-off-by: Jon Loeliger <jdl@freescale.com> 34374 34375commit f9d9164d9c6b5a7f0393fd8d7e246b8a0326bc19 34376Author: Jason Jin <Jason.jin@freescale.com> 34377Date: Fri Oct 26 18:32:00 2007 +0800 34378 34379 make 8610 board use pixis reset 34380 34381 Signed-off-by: Jason Jin <Jason.jin@freescale.com> 34382 34383commit db74b3c1c9481a6bffbf8cd445e5bcbf6908e836 34384Author: Jason Jin <Jason.jin@freescale.com> 34385Date: Mon Oct 29 19:26:21 2007 +0800 34386 34387 Unify pixis_reset altbank across board families 34388 34389 Basically, refactor the CFG_PIXIS_VBOOT_MASK values 34390 into the separate board config files. 34391 34392 Signed-off-by: Jason Jin <Jason.jin@freescale.com> 34393 Signed-off-by: Jon Loeliger <jdl@freescale.com> 34394 34395commit 64bf555465c7926be13e1046ac0d0f05ac72829c 34396Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 34397Date: Wed Nov 7 08:19:21 2007 +0100 34398 34399 Fix warning: pointer targets in assignment differ in signedness 34400 34401 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 34402 34403commit 7a60ee7c6248a958c5757d3660a1702723a2786d 34404Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 34405Date: Wed Nov 7 08:19:19 2007 +0100 34406 34407 Fix warning differ in signedness in common/cmd_ide.c 34408 34409 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 34410 34411commit f31d38b9eea9b32f6a1ac848a298cc71ca4c9a03 34412Author: Stefan Roese <sr@denx.de> 34413Date: Fri Nov 16 14:16:54 2007 +0100 34414 34415 ppc4xx: Enable 405EX PCIe UTL register configuration 34416 34417 Till now the UTL registers on 405EX were not initialized but left with 34418 their default values. This patch new initializes some of the UTL 34419 registers on 405EX. 34420 34421 Signed-off-by: Stefan Roese <sr@denx.de> 34422 34423commit ecdcbd4f8c1f8cefd785752f4e7536aae2a4ecf9 34424Author: Stefan Roese <sr@denx.de> 34425Date: Fri Nov 16 14:00:59 2007 +0100 34426 34427 ppc4xx: Update AMCC Makalu for board rev 1.1 34428 34429 This patch adds changes needed for Makalu rev 1.1: 34430 34431 - Enable 2nd DDR2 bank resulting in 256MByte of SDRAM 34432 - Enable 2nd ethernet port EMAC1 34433 - Use generic GPIO configuration framework (CFG_4xx_GPIO_TABLE) 34434 - Reset PCIe ports via GPIO upon bootup 34435 34436 Signed-off-by: Stefan Roese <sr@denx.de> 34437 34438commit 4d4faae65e115e327425cd514c1a35146a85166b 34439Author: Grant Likely <grant.likely@secretlab.ca> 34440Date: Mon Sep 24 09:05:31 2007 -0600 34441 34442 Group PCI and PCMCIA drivers in drivers/Makefile 34443 34444 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 34445 34446commit 5798f87dc10a496d79d3177b9f5a76488987fd35 34447Author: Grant Likely <grant.likely@secretlab.ca> 34448Date: Mon Sep 24 09:05:31 2007 -0600 34449 34450 Group block/flash drivers in drivers/Makefile 34451 34452 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 34453 34454commit df58c81551700f058b44cacf55a7997fa63bfe0a 34455Author: Grant Likely <grant.likely@secretlab.ca> 34456Date: Mon Sep 24 09:05:31 2007 -0600 34457 34458 Group USB drivers in drivers/Makefile 34459 34460 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 34461 34462commit 5dbb6ed622e539b0c8493ef7e578d3a533181d29 34463Author: Grant Likely <grant.likely@secretlab.ca> 34464Date: Mon Sep 24 09:05:30 2007 -0600 34465 34466 Group i2c drivers in drivers/Makefile 34467 34468 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 34469 34470commit ec00c76de0e5971273905998d62d6bb119324218 34471Author: Grant Likely <grant.likely@secretlab.ca> 34472Date: Mon Sep 24 09:05:30 2007 -0600 34473 34474 Group console drivers in drivers/Makefile 34475 34476 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 34477 34478commit 754f230aa01b8c789fc31f8013c2487954073300 34479Author: Grant Likely <grant.likely@secretlab.ca> 34480Date: Mon Sep 24 09:05:30 2007 -0600 34481 34482 Group network drivers in drivers/Makefile 34483 34484 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 34485 34486commit f0037c56b0d12cd46215124667b9f83d60ef9391 34487Author: Grant Likely <grant.likely@secretlab.ca> 34488Date: Mon Sep 24 09:05:30 2007 -0600 34489 34490 Build: split COBJS value into multiple lines 34491 34492 This change is in preparation for condtitionial compile support in the 34493 build system. By spliting them all into seperate lines now, subsequent 34494 patches that change 'COBJS-y += ' into 'COBJS-$(CONFIG_<blah>) += ' will 34495 be less invasive and easier to review 34496 34497 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 34498 34499commit 1b4aaffe4fb2a5e95d9111a5d94fd1f89215dce4 34500Author: Grant Likely <grant.likely@secretlab.ca> 34501Date: Mon Sep 24 09:05:30 2007 -0600 34502 34503 Add .gitignore files 34504 34505 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 34506 Acked-by: Kim Phillips <kim.phillips@freescale.com> 34507 34508commit 955413f35f054a82e40042f1dbcf501c6a05719b 34509Author: Grant Likely <grant.likely@secretlab.ca> 34510Date: Thu Nov 15 08:27:52 2007 -0700 34511 34512 Revert "Correct relocation fixup for mpc5xx" 34513 34514 This reverts commit 3649cd99ba815b6601868735765602f00ef3692b. 34515 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 34516 34517commit e15633888a058aacb31a62d2cf1278e1e4c236ab 34518Author: Grant Likely <grant.likely@secretlab.ca> 34519Date: Thu Nov 15 08:24:32 2007 -0700 34520 34521 Revert "Correct fixup relocation for MPC5xxx" 34522 34523 This reverts commit 6f7576b20ecf0d040c3ac3b032b5cbc860e38a90. 34524 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 34525 34526commit 139365fbe566d0fc619a1ed04452ec5388f0cef8 34527Author: Grant Likely <grant.likely@secretlab.ca> 34528Date: Thu Nov 15 08:21:04 2007 -0700 34529 34530 Revert "Correct fixup relocation for mpc8220" 34531 34532 This reverts commit a85dd254c0577fca13627c46e93fc2ad4c4f1f00. 34533 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 34534 34535commit 70922342369e5e39b286fe21e768a239ca07a514 34536Author: Grant Likely <grant.likely@secretlab.ca> 34537Date: Thu Nov 15 08:20:57 2007 -0700 34538 34539 Revert "Correct fixup relocation for mpc824x" 34540 34541 This reverts commit f3a52fe05923935db86985daf9438e2f70ac39aa. 34542 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 34543 34544commit 96279ab4cad60cb5972aa934fbe4845ac02cc75a 34545Author: Grant Likely <grant.likely@secretlab.ca> 34546Date: Thu Nov 15 08:20:50 2007 -0700 34547 34548 Revert "Correct fixup relocation for mpc8260" 34549 34550 This reverts commit 5af61b2f4b838a05f79be274f3e5a66edd2d9c96. 34551 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 34552 34553commit 928fe33b24cdf382a8dc8687fed24b1961cdb5d6 34554Author: Grant Likely <grant.likely@secretlab.ca> 34555Date: Thu Nov 15 08:20:43 2007 -0700 34556 34557 Revert "Correct fixup relocation for mpc83xx" 34558 34559 This reverts commit 057004f4a4863554d56cc56268bfa7c7d9738e27. 34560 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 34561 34562commit c93945e8f9e300860d2bf73a2549ce5794f8bd00 34563Author: Grant Likely <grant.likely@secretlab.ca> 34564Date: Thu Nov 15 08:20:25 2007 -0700 34565 34566 Revert "[MPC512x] Correct fixup relocation" 34567 34568 This reverts commit 8d17979d0359492a822a0a409d26e3a3549b4cd4. 34569 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 34570 34571commit c9672f81f1bdb4e8ddf62aa72ca0206e8b72aa1c 34572Author: Stefan Roese <sr@denx.de> 34573Date: Thu Nov 15 14:25:09 2007 +0100 34574 34575 ppc4xx: Small AMCC Kilauea cleanup 34576 34577 Remove not needed pci_target_init() function. 34578 34579 Signed-off-by: Stefan Roese <sr@denx.de> 34580 34581commit aee747f19b460a0e9da20ff21e90fdaac1cec359 34582Author: Stefan Roese <sr@denx.de> 34583Date: Thu Nov 15 14:23:55 2007 +0100 34584 34585 ppc4xx: Enable 440 GPIO init table CFG_440_GPIO_TABLE for 405 platforms 34586 34587 - Rename CFG_440_GPIO_TABLE to CFG_4xx_GPIO_TABLE 34588 - Cleanup of the 4xx GPIO functions 34589 - Move some GPIO defines from the cpu headers ppc405.h/ppc440.h into gpio.h 34590 34591 Signed-off-by: Stefan Roese <sr@denx.de> 34592 34593commit 8ada0ebf38e4073beea0309188b25d82a112a2ae 34594Author: Stefan Roese <sr@denx.de> 34595Date: Thu Nov 15 14:20:08 2007 +0100 34596 34597 ppc4xx: AMCC Taihu board config file cleanup 34598 34599 This patch makes the AMCC Taihu a little more compatible to the other 34600 AMCC eval boards. 34601 34602 Signed-off-by: Stefan Roese <sr@denx.de> 34603 34604commit 5e71c51d74c963d3174060c078dcacf13bdd02ef 34605Author: Marian Balakowicz <m8@semihalf.com> 34606Date: Thu Nov 15 13:37:28 2007 +0100 34607 34608 [INKA4x0] NG hardware: flash support 34609 34610 Disabled and remove inka4x0 custom flash driver, use CFI flash 34611 driver instead. 34612 34613 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 34614 34615commit 5fb6d7191e206cdde0e23140fd8111caed93a595 34616Author: Marian Balakowicz <m8@semihalf.com> 34617Date: Thu Nov 15 13:29:55 2007 +0100 34618 34619 [INKA4x0] NG hardware: SDRAM support 34620 34621 Add support for three new DDR chips that may be present on a NG 34622 INKA4x0 hardware: HYB25D512160BF-5, K4H511638C-7CB3, T46V32M16BN-6IT. 34623 34624 Cleanup board/inka4x0/mt48lc16m16a2-75.h file. 34625 34626 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 34627 34628commit f23cb34c367bb27585a4fdb8a75277370e7d0596 34629Author: Marian Balakowicz <m8@semihalf.com> 34630Date: Thu Nov 15 13:24:43 2007 +0100 34631 34632 [INKA4x0] NG hardware: platform code update 34633 34634 - Cleanup compile warnings. 34635 - Add missing '\0' in default environment. 34636 - Increase CFG_MONITOR_LEN to 256 KiB. 34637 - Add required CFG_USE_PPCENV. 34638 34639 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 34640 34641commit 2ae64f5135e51bb18753884d1265b99e89b5aedd 34642Author: Peter Pearse <peter.pearse@arm.com> 34643Date: Thu Nov 15 08:58:00 2007 +0000 34644 34645 Remove warnings re CONFIG_EXTRA_ENV_SETTINGS 34646 Remove warnings re onenand_read() & write() 34647 34648commit 2db916e14410e3ec1738508c7bf4dfeb2b299ae7 34649Author: Peter Pearse <peter.pearse@arm.com> 34650Date: Thu Nov 15 08:45:13 2007 +0000 34651 34652 Correction patch 34653 34654commit 1d8a49eca1c7bdc8db1c47a92f9014a29ead03ae 34655Author: Roy Zang <tie-fei.zang@freescale.com> 34656Date: Thu Sep 13 18:52:28 2007 +0800 34657 34658 Enable ULi1575 Ethernet support in 8610HPCD config 34659 34660 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com> 34661 Acked-by: Jon Loeliger <jdl@freescale.com> 34662 34663commit 54fd6c93c28a0a45352fff5dd92673401ff563f2 34664Author: Stefan Roese <sr@denx.de> 34665Date: Tue Nov 13 08:18:20 2007 +0100 34666 34667 ppc4xx: lwmon5: Change PHY reset sequence for PHY MDIO address latching 34668 34669 Signed-off-by: Stefan Roese <sr@denx.de> 34670 34671commit 7d0a4066b5a6b698e5fc1b66cfe9705774bbce93 34672Author: Stefan Roese <sr@denx.de> 34673Date: Tue Nov 13 08:06:11 2007 +0100 34674 34675 ppc4xx: Fix 405EX PCIe UTLSET register setup 34676 34677 Signed-off-by: Stefan Roese <sr@denx.de> 34678 34679commit 1ce55151c85d068f70317a8d65c61058b891afb4 34680Author: Heiko Schocher <hs@denx.de> 34681Date: Tue Nov 13 07:50:29 2007 +0100 34682 34683 [UC101] SRAM now with 2 MB working. 34684 34685 Signed-off-by: Heiko Schocher <hs@denx.de> 34686 34687commit 2d14684341109a69616e4d6016cd61402d55086f 34688Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 34689Date: Fri Nov 9 15:37:53 2007 +0100 34690 34691 ppc4xx: Use generic usb-ohci driver for sequoia board 34692 34693 This patch makes the sequoia board use the generic usb-ohci driver 34694 instead of cpu/ppc4xx/usb_ohci.c. 34695 34696 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 34697 Signed-off-by: Stefan Roese <sr@denx.de> 34698 34699commit 9be659ac0868dc367caa957c5c725e46b07f6a5f 34700Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 34701Date: Fri Nov 9 15:37:23 2007 +0100 34702 34703 ppc4xx: Make USB working with CONFIG_4xx_DCACHE defined 34704 34705 This patch disables the 44x d-cache on 'usb start' and 34706 reenables it on 'usb stop'. This should be seen as a 34707 temporary fix until the generic usb-ohci driver can 34708 life with d-cache enabled. 34709 34710 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 34711 Signed-off-by: Stefan Roese <sr@denx.de> 34712 34713commit fbde2169d2c48fcc9ff03489534a78ffb0a8a0d4 34714Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 34715Date: Fri Nov 9 15:36:44 2007 +0100 34716 34717 ppc4xx: Remove redundant code from 4xx network driver 34718 34719 This patch removes some redundant code and decrements the end 34720 address of cache flush and invalidate by 1. 34721 34722 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 34723 Signed-off-by: Stefan Roese <sr@denx.de> 34724 34725commit 5ca9881aad8c413ac2a82868a5e3719178254502 34726Author: Peter Pearse <peter.pearse@arm.com> 34727Date: Fri Nov 9 15:24:26 2007 +0000 34728 34729 Add apollon board support 34730 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> 34731 34732commit b53313dbfc74525d85f1e7e0102f902d5c863beb 34733Author: Stefan Roese <sr@denx.de> 34734Date: Fri Nov 9 12:19:58 2007 +0100 34735 34736 ppc4xx: Remove In:/Out:/Err: boot output for AMCC Kilauea 34737 34738 Signed-off-by: Stefan Roese <sr@denx.de> 34739 34740commit c7f69c340277935a6c19a956421852da944a365f 34741Author: Stefan Roese <sr@denx.de> 34742Date: Fri Nov 9 12:18:54 2007 +0100 34743 34744 ppc4xx: Make output a little shorter on I2C bootrom detection 34745 34746 Most 4xx PPC capable of using an I2C bootrom for bootstrap setting 34747 already print a line with the information which I2C bootrom is 34748 used for bootstrap configuration. So we don't need this extra line 34749 with "I2C boot EEPROM en-/dis-abled". 34750 34751 This patch also has a little code cleanup integrated. 34752 34753 Signed-off-by: Stefan Roese <sr@denx.de> 34754 34755commit 8d737a28152ec12873f8544cca1fb39a49e5e693 34756Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 34757Date: Thu Nov 8 12:50:18 2007 -0600 34758 34759 ColdFire: MCF5329 - Remove reset registers from CCM 34760 34761 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 34762 34763commit 7d7cdea769a60b0a6e4c18bef7f9d648fd14b8d7 34764Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 34765Date: Thu Nov 8 12:31:11 2007 -0600 34766 34767 ColdFire: MCF5329 - Add Reset structure to immap_5329.h 34768 34769 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 34770 34771commit 09b26cf00d76d75fdf7fdc4b13e4dd929743bc21 34772Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 34773Date: Thu Nov 8 12:19:01 2007 -0600 34774 34775 ColdFire: MCF5329 - revert include/asm-m68k/m5329.h file mode 34776 34777 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 34778 34779commit 225a24b5e062ad94627424508ae814f51dbe1a34 34780Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 34781Date: Wed Nov 7 18:00:54 2007 -0600 34782 34783 ColdFire: MCF5445x - Update correct RAMBAR and missing linker files 34784 34785 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 34786 34787commit 248c7c14835f34d5d910b45e5600050e58ca6cab 34788Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 34789Date: Wed Nov 7 17:56:15 2007 -0600 34790 34791 ColdFire: MCF532x - Update do_reset() using core reset 34792 34793 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 34794 34795commit d9240a5f827eb3b476a6ba2938d01f1a9e7688f4 34796Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 34797Date: Wed Nov 7 17:51:00 2007 -0600 34798 34799 ColdFire: Update cpu flag for 4.2-xx compiler 34800 34801 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 34802 34803commit 070ba56115b4da63b46e974287fa4550d4023386 34804Author: York Sun <yorksun@freescale.com> 34805Date: Wed Oct 31 14:59:04 2007 -0500 34806 34807 8610: Add console frame buffer support to FSL 8610 DIU driver. 34808 34809 Add cfb console support to FSL 8610 DIU driver. 34810 Inspect board version from PIXIS to obtain correct pixel format. 34811 34812 Use #define CONFIG_VIDEO in config file to enable fb console. 34813 34814 To switch monitor, set monitor variable to 34815 0 - DVI, 1 - Single link LVDS, 2 - Double link LVDS 34816 followed by "diufb init". 34817 34818 Preserve logo bitmap at the top of the fb console. 34819 34820 Signed-off-by: York Sun <yorksun@freescale.com> 34821 Signed-off-by: Jon Loeliger <jdl@freescale.com> 34822 34823commit a877880c6949e948bd63cd6ea4e216573d2f53dd 34824Author: York Sun <yorksun@freescale.com> 34825Date: Mon Oct 29 13:58:39 2007 -0500 34826 34827 8610: Add 8610 DIU display driver 34828 34829 1280x1024 and 1024x768 @ 32 bpp are supported now. 34830 DVI, Single-link LVDS, Double-link LVDS are all supported. 34831 34832 Environmental variable "monitor" is used to specify monitor port. 34833 34834 A new command "diufb" is introduced to reinitialize monitor 34835 and display a BMP file in the memory. So far, 1-bit, 4-bit, 34836 8-bit and 24-bit BMP formats are supported. 34837 34838 diufb init 34839 - initialize the diu driver 34840 Enable the port specified in the environmental variable "monitor" 34841 34842 diufb addr 34843 - display bmp file in memory. 34844 The bmp image should be no bigger than the resolution, 1280x1024 34845 for DVI and double-link LVDS, 1024x768 for single-link LVDS. 34846 34847 Note, this driver allocate memory but doesn't free it after use 34848 It is written on purpose -- to avoid a failure of reallocation 34849 due to memory fragement. 34850 34851 ECC of DDR is disabled for DIU performance. L2 data cache is also disabled. 34852 34853 Signed-off-by: York Sun <yorksun@freescale.com> 34854 Signed-off-by: Jon loeliger <jdl@freescale.com> 34855 34856commit 52e5ddfecdda308f75782fae206b677b1810f5f9 34857Author: York Sun <yorksun@freescale.com> 34858Date: Wed Oct 31 10:43:59 2007 -0500 34859 34860 FSL: Add a freescale bitmap logo. 34861 34862 This Freescale logo is a 340 x 128 x 4bpp BMP file 34863 that can be displayed by the DIU Framebuffer driver. 34864 34865 Signed-off-by: York Sun <yorksun@freescale.com> 34866 Signed-off-by: Jon Loeliger <jdl@freescale.com> 34867 34868commit 1815338fbd1c0f94f8276d2891b99caa5a05f622 34869Author: York Sun <yorksun@freescale.com> 34870Date: Mon Oct 29 13:57:53 2007 -0500 34871 34872 8610: Make some extra debug environment variables conditional. 34873 34874 One may #define ENV_DEBUG to get them back again. 34875 34876 Signed-off-by: York Sun <yorksun@freescale.com> 34877 34878commit 761421ccca80a9fb37b19c37aa61d46ef75e0647 34879Author: Jason Jin <Jason.jin@freescale.com> 34880Date: Mon Oct 29 19:26:21 2007 +0800 34881 34882 8610: Actually enable pixis_reset CONFIGs 34883 34884 Signed-off-by: Jason Jin <Jason.jin@freescale.com> 34885 34886commit f3bceaab230b4748d0afc4109b6837308f018b40 34887Author: Jason Jin <Jason.jin@freescale.com> 34888Date: Fri Oct 26 18:31:59 2007 +0800 34889 34890 Fix the BAT definition of PCI IO on 8610 board 34891 34892 The address in the BAT register is aligned with the BAT size. 34893 The original definition actually did not define BAT for PCIE2 IO. 34894 This patch fix this. 34895 34896 Signed-off-by: Jason Jin <Jason.jin@freescale.com> 34897 34898commit 9f23ca334a6f5f021ef9e9d0fad9da80d63b2d56 34899Author: Jason Jin <Jason.jin@freescale.com> 34900Date: Mon Oct 29 19:26:21 2007 +0800 34901 34902 Unify pixis_reset altbank across board families 34903 34904 Basically, refactor the CFG_PIXIS_VBOOT_MASK values 34905 into the separate board config files. 34906 34907 Signed-off-by: Jason Jin <Jason.jin@freescale.com> 34908 Signed-off-by: Jon Loeliger <jdl@freescale.com> 34909 34910commit a8318ec205c8e8794b5f9f1b8584abadb440e8ba 34911Author: Jason Jin <Jason.jin@freescale.com> 34912Date: Fri Oct 26 18:32:00 2007 +0800 34913 34914 make 8610 board use pixis reset 34915 34916 Signed-off-by: Jason Jin <Jason.jin@freescale.com> 34917 34918commit 9c84709eedce9c680dd695984ab7d2328f4f04f5 34919Author: Jon Loeliger <jdl@freescale.com> 34920Date: Thu Nov 1 12:23:29 2007 -0500 34921 34922 86xx: Fix broken variable reference when #def DEBUGing. 34923 34924 Sometimes you can't reference the DDR2 controller variables. 34925 34926 Signed-off-by: Jon Loeliger <jdl@freescale.com> 34927 34928commit 1f103105a3746ab12279b63b8c1d372c0ce2cc58 34929Author: Roy Zang <tie-fei.zang@freescale.com> 34930Date: Mon Nov 5 17:39:24 2007 +0800 34931 34932 Implement general ULi 526x Ethernet driver support in U-boot 34933 34934 This patch implements general ULi 526x Ethernet driver. 34935 Until now, it is the only native Ethernet port on 34936 MPC8610HPCD board, but it could be used on other boards 34937 with ULi 526x Ethernet port as well. 34938 34939 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com> 34940 Signed-off-by: Zhang Wei <wei.zhang@freescale.com> 34941 Acked-by: Jon Loeliger <jdl@freescale.com> 34942 Signed-off-by: Ben Warren <bwarren@qstreams.com> 34943 34944commit 71bc6e6474fea8ef481b9b45d1edd7ad1f6dfbbd 34945Author: Larry Johnson <lrj@arlinx.com> 34946Date: Thu Nov 1 08:46:50 2007 -0500 34947 34948 NET: Add Ethernet 1000BASE-X support for PPC4xx 34949 34950 This patch adds support for 1000BASE-X to functions "miiphy_speed ()" and 34951 "miiphy_duplex()". It also adds function "miiphy_is_1000base_x ()", which 34952 returns non-zero iff the PHY registers are configured for 1000BASE-X. The 34953 "mii info" command is modified to distinguish between 1000BASE-T and -X. 34954 34955 Signed-off-by: Larry Johnson <lrj@acm.org> 34956 Signed-off-by: Ben Warren <bwarren@qstreams.com> 34957 34958commit 298035df4948b113d29ac0e694717d34b95bc5dc 34959Author: Larry Johnson <lrj@arlinx.com> 34960Date: Wed Oct 31 11:21:29 2007 -0500 34961 34962 NET: Cosmetic changes 34963 34964 Signed-off-by: Larry Johnson <lrj@acm.org> 34965 Signed-off-by: Ben Warren <bwarren@qstreams.com> 34966 34967commit 654f38b3a387886996a5a75771fbfc29cb4f225e 34968Author: Stefan Roese <sr@denx.de> 34969Date: Mon Nov 5 07:43:05 2007 +0100 34970 34971 ppc4xx: Make output a little shorter on PCIe detection 34972 34973 Now not max 3 lines but 2 lines are printed per PCIe port. 34974 34975 Signed-off-by: Stefan Roese <sr@denx.de> 34976 34977commit 992742a5b09d9040adbd156fb90756af66ade310 34978Author: Wolfgang Denk <wd@denx.de> 34979Date: Sat Nov 3 23:09:27 2007 +0100 34980 34981 Cleanup coding style; update CHANGELOG 34982 34983 Signed-off-by: Wolfgang Denk <wd@denx.de> 34984 34985commit e881cb563e32f45832b7b6db77bdcd017adcbb41 34986Author: Bruce Adler <bruce.adler@ccpu.com> 34987Date: Fri Nov 2 13:15:42 2007 -0700 34988 34989 fix wording in README 34990 34991 Changed the wording to properly describe the shadowing 34992 of the environment from ROM to RAM 34993 34994 Signed-off-by: Bruce Adler <bruce.adler@acm.org> 34995 34996commit ad845beef06245426c57b53dcdc01b7dc70e0d45 34997Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 34998Date: Wed Oct 31 02:18:15 2007 +0900 34999 35000 blackfin: Move `-D__BLACKFIN__' to $(ARCH)_config.mk
35001 35002 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> 35003 35004commit ec22755799466c8a103664bb3a5e647bf9c238f4 35005Author: Vlad Lungu <vlad@comsys.ro> 35006Date: Thu Oct 25 16:08:14 2007 +0300 35007 35008 Trimmed some variables in ne2000.c 35009 35010 Signed-off-by: Vlad Lungu <vlad@comsys.ro> 35011 35012commit eb6f214d3644b2a77968c176ed36dcf858cfe7e0 35013Author: Zhang Wei <wei.zhang@freescale.com> 35014Date: Thu Oct 25 17:51:27 2007 +0800 35015 35016 Fix the issue of usb_kbd driver missing the scan code of key 'z'. 35017 35018 The scan code of the key 'z' is 0x1d, which should be handled. 35019 35020 The change has be tested on NOVATEK USB keyboard and ULI PCI OHCI 35021 controller. 35022 35023 Signed-off-by: Zhang Wei <wei.zhang@freescale.com> 35024 35025commit bbf4796f6498fbade56d56eff3a0a49b299d93e5 35026Author: Zhang Wei <wei.zhang@freescale.com> 35027Date: Thu Oct 25 17:30:04 2007 +0800 35028 35029 Fix USB support issue for MPC8641HPCN board. 35030 35031 The configuration file has already enabled USB, but it 35032 missed definition of CFG_OHCI_SWAP_REG_ACCESS, the USB 35033 on MPC8641HPCN can not work because of the wrong USB 35034 register endian. 35035 35036 And add the USB command to U-Boot commands list. 35037 35038 Signed-off-by: Zhang Wei <wei.zhang@freescale.com> 35039 35040commit 4e62041023dc3de9d98d977bb080235bc6d035e0 35041Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 35042Date: Wed Oct 24 18:16:01 2007 +0200 35043 35044 Use config_cmd_default.h instead of config_cmd_all.h 35045 35046 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 35047 35048commit 56622f87857439b1c221e9deef11a9d5bb5d4308 35049Author: Marian Balakowicz <m8@semihalf.com> 35050Date: Wed Oct 24 01:37:36 2007 +0200 35051 35052 TQM5200: Call usb_cpu_init() during board init 35053 35054 usb_cpu_init() configures GPS USB pins, clocks, etc. and 35055 is required for proper operation of kernel USB subsystem. 35056 This setup was previously done in the kernel by the fixup 35057 code which is being removed, thus low level init must be 35058 done by U-boot now. 35059 35060 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 35061 35062commit 29c29c0267fe857e72014ce90c5d35b2ef6302bd 35063Author: Guennadi Liakhovetski <lg@denx.de> 35064Date: Tue Oct 23 16:25:50 2007 +0200 35065 35066 Fix typo in nfs.c 35067 35068 An obvious typo. Originally fixed in linkstation u-boot port. 35069 35070 Signed-off-by: Guennadi Liakhovetski <lg@denx.de> 35071 35072commit 59543fe00a4ce720ef9f5aa7fb387c6daf1c7d78 35073Author: Guennadi Liakhovetski <lg@denx.de> 35074Date: Tue Oct 23 14:35:05 2007 +0200 35075 35076 Fix a typo in cpu/mpc824x/interrupts.c 35077 35078 Since December 2003 the timer_interrupt_cpu() function in 35079 cpu/mpc824x/interrupts.c contains what seems to be a superfluous 35080 parameter. Remove it. 35081 35082 Signed-off-by: Guennadi Liakhovetski <lg@denx.de> 35083 35084commit c9e7b9b9a1700fe009678d1f9b41e6364ac5df2d 35085Author: Sergej Stepanov <Sergej.Stepanov@ids.de> 35086Date: Wed Oct 17 11:13:51 2007 +0200 35087 35088 add ft_cpu_setup(..) on mpc8260 35089 35090 Add ft_cpu_setup(..)-function to adapt it for use with libfdt 35091 based on code from mpc5xxx 35092 35093 Sigend-off-by: Sergej Stepanov <Sergej.Stepanov@ids.de> 35094 -- 35095 35096commit 6abd82e19ae93c0b4d104e50165e235915ec0875 35097Author: Sergej Stepanov <Sergej.Stepanov@ids.de> 35098Date: Wed Oct 17 11:18:42 2007 +0200 35099 35100 changes for IDS8247 board support 35101 35102 To get the IDS8247 board working following are done: 35103 - FCC2 is deactivated 35104 - FCC1 is activated 35105 - I2C is activated 35106 - CFI driver is activated 35107 - Adapted for use with LIBFDT 35108 35109 Signed-off-by: Sergej Stepanov <Sergej.Stepanov@ids.de> 35110 -- 35111 35112commit 3d6cb3b24add6415f86a0f013ea40f5639b90047 35113Author: Stefan Roese <sr@denx.de> 35114Date: Sat Nov 3 12:08:28 2007 +0100 35115 35116 ppc4xx: Add AMCC Kilauea/Haleakala NAND booting support 35117 35118 This patch adds NAND booting support for the AMCC 405EX(r) eval boards. 35119 Again, only one image supports both targets. 35120 35121 Signed-off-by: Stefan Roese <sr@denx.de> 35122 35123commit 8b6684a698500be9c142ec2c9f46cfc348e17f0c 35124Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 35125Date: Wed Oct 24 15:48:37 2007 +0200 35126 35127 ATSTK1002: Remove default ethernet addresses 35128 35129 Wolfgang is right: It's not a good idea to set up default initial 35130 ethernet addresses for a board, even though they belong to the local 35131 range. 35132 35133 This will change the failure mode from "IT manager screams at you for 35134 using duplicate ethernet addresses" to a nice error message explaining 35135 that the ethernet address hasn't been set properly. 35136 35137 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 35138 35139commit e5c794e491a57d829b6d8733e2ed8368a2269abf 35140Author: Justin Flammia <jflammia@savantav.com> 35141Date: Mon Oct 29 17:40:35 2007 -0400 35142 35143 DHCP Client Fix 35144 35145 This is a multi-part message in MIME format. 35146 35147 commit e6e505eae94ed721e123e177489291fc4544b7b8 35148 Author: Justin Flammia <jflammia@savantav.com> 35149 Date: Mon Oct 29 17:19:03 2007 -0400 35150 35151 Found a bug in the way the DHCP Request packet is built, where the IP address 35152 that is offered by the server is bound to prematurely. This patch is a fix of 35153 that bug where the IP address offered by the DHCP server is not used until 35154 after the DHCP ACK from the server is received. 35155 35156 Signed-off-by: Justin Flammia <jflammia@savantav.com> 35157 Signed-off-by: Ben Warren <bwarren@qstreams.com> 35158 35159commit 5d96d40d3f36da33348e68f9ea993f383e11f997 35160Author: Stefan Roese <sr@denx.de> 35161Date: Wed Oct 31 20:58:34 2007 +0100 35162 35163 ppc4xx: Fix acadia_nand build problem 35164 35165 Since the cache handling functions were moved from start.S into cache.S 35166 the acadia NAND booting Makfile needs to be adapted accordingly. 35167 35168 Signed-off-by: Stefan Roese <sr@denx.de> 35169 35170commit ea2e142843533ca593fcb5cb3e1daf1b7f5e5949 35171Author: Stefan Roese <sr@denx.de> 35172Date: Wed Oct 31 20:57:11 2007 +0100 35173 35174 ppc4xx: Add CONFIG_4xx_DCACHE compile options to enable cached SDRAM 35175 35176 This patch adds the CONFIG_4xx_DCACHE options to some SDRAM init files 35177 and to the Sequoia TLB init code. Now the cache can be enabled on 44x 35178 boards by defining CONFIG_4xx_DCACHE in the board config file. This 35179 option will disappear, when more boards use is successfully and no 35180 more known problems exist. 35181 35182 This is tested successfully on Sequoia and Katmai. The only problem that 35183 needs to be fixed is, that USB is not working on Sequoia right now, since 35184 it will need some cache handling code too, similar to the 4xx EMAC driver. 35185 35186 Signed-off-by: Stefan Roese <sr@denx.de> 35187 35188commit 3db93b8bedd32e914b38976141b3fdf4ea3ff738 35189Author: Stefan Roese <sr@denx.de> 35190Date: Wed Oct 31 20:51:10 2007 +0100 35191 35192 ppc4xx: Enable CPU POST test for 4xx with dcache enabled 35193 35194 Now with caches enabled (i- and d-cache) on 44x, we need a chance to 35195 disable the cache for the CPU POST tests, since these tests consist 35196 of self modifying code. This is done via the new change_tlb() function. 35197 35198 Signed-off-by: Stefan Roese <sr@denx.de> 35199 35200commit f71b2888b4b3c870909a0341427b2a914246f81f 35201Author: Stefan Roese <sr@denx.de> 35202Date: Wed Oct 31 20:47:26 2007 +0100 35203 35204 ppc4xx: Change 4xx POST ethernet test to handle cached memory too 35205 35206 This patch enables the 4xx EMAC POST driver to work too, when dcache is 35207 enabled. 35208 35209 Signed-off-by: Stefan Roese <sr@denx.de> 35210 35211commit a2685904061b35a17583d65fe47cdc2686a69eaa 35212Author: Stefan Roese <sr@denx.de> 35213Date: Wed Oct 31 20:45:53 2007 +0100 35214 35215 ppc4xx: Remove temporary TLB entry in POST cache test only for 440 35216 35217 Signed-off-by: Stefan Roese <sr@denx.de> 35218 35219commit ff768cb168d8157c24a25016dbfbeb465e47f420 35220Author: Stefan Roese <sr@denx.de> 35221Date: Wed Oct 31 18:01:24 2007 +0100 35222 35223 ppc4xx: Change 4xx ethernet driver to handle cached memory too 35224 35225 This patch enables the 4xx EMAC driver to work too, when dcache is 35226 enabled. 35227 35228 Signed-off-by: Stefan Roese <sr@denx.de> 35229 35230commit 483e09a223c666269ef81d3573a6591b1046b0ef 35231Author: Stefan Roese <sr@denx.de> 35232Date: Wed Oct 31 17:59:22 2007 +0100 35233 35234 ppc4xx: Add change_tlb function to modify I attribute of TLB(s) 35235 35236 This function is used to either turn cache on or off in a specific 35237 memory area. 35238 35239 Signed-off-by: Stefan Roese <sr@denx.de> 35240 35241commit d25dfe08fbd1220cb994e7e6b105049aa9aa8e79 35242Author: Stefan Roese <sr@denx.de> 35243Date: Wed Oct 31 17:57:52 2007 +0100 35244 35245 ppc4xx: Remove cache definition from 4xx board config files 35246 35247 All 4xx board config files don't need the cache definitions anymore. 35248 These are now defined in common headers. 35249 35250 Signed-off-by: Stefan Roese <sr@denx.de> 35251 35252commit 9b94ac61d2176185c30adf0793e079ec30e68687 35253Author: Stefan Roese <sr@denx.de> 35254Date: Wed Oct 31 17:55:58 2007 +0100 35255 35256 ppc4xx: Rework 4xx cache support 35257 35258 New cache handling functions added and all existing functions 35259 moved from start.S into seperate cache.S. 35260 35261 Signed-off-by: Stefan Roese <sr@denx.de> 35262 35263commit 06713773da4ac3d390c63d82641eb553224b27c2 35264Author: Stefan Roese <sr@denx.de> 35265Date: Tue Oct 23 18:03:12 2007 +0200 35266 35267 ppc4xx: Remove compiler warning from previous commit 35268 35269 Signed-off-by: Stefan Roese <sr@denx.de> 35270 35271commit 6fa397df67c0f269e4528bf181a6e8c88f9723f9 35272Author: Stefan Roese <sr@denx.de> 35273Date: Tue Oct 23 14:40:30 2007 +0200 35274 35275 ppc4xx: Remove temporary TLB entry in POST cache test 35276 35277 Signed-off-by: Stefan Roese <sr@denx.de> 35278 35279commit 1338e6a81834099ba19733b69aafd8ef5f098094 35280Author: Stefan Roese <sr@denx.de> 35281Date: Tue Oct 23 14:05:08 2007 +0200 35282 35283 ppc4xx: Change autonegotiation timeout from 4 to 5 seconds 35284 35285 I lately noticed, that newer 4xx board with GBit support sometimes don't 35286 finish link autonegotiation in 4 seconds. Changing this timeout to 5 35287 seconds seems fine here. 35288 35289 Signed-off-by: Stefan Roese <sr@denx.de> 35290 35291commit 2d83476a4c1c9911d158a3f8a4312d354bc1bdb7 35292Author: Stefan Roese <sr@denx.de> 35293Date: Tue Oct 23 14:03:17 2007 +0200 35294 35295 ppc4xx: Change 4xx_enet & miiphy to use out_be32() and friends 35296 35297 This patch changes all in32/out32 calls to use the recommended in_be32/ 35298 out_be32 macros instead. 35299 35300 Signed-off-by: Stefan Roese <sr@denx.de> 35301 35302commit 7d47cee2cc57f907380f2c06f5b6c683d03e423a 35303Author: Stefan Roese <sr@denx.de> 35304Date: Thu Oct 25 12:24:59 2007 +0200 35305 35306 ppc4xx: Fix POST ethernet test for Haleakala 35307 35308 The POST ethernet test needed to be changed to dynamically determine 35309 the count of ethernet devices. This code is cloned from the 4xx 35310 ethernet driver. 35311 35312 Signed-off-by: Stefan Roese <sr@denx.de> 35313 35314commit f10493c6d77a1e07a6c2ff4d772937a5e7359d6a 35315Author: Stefan Roese <sr@denx.de> 35316Date: Tue Oct 23 11:31:05 2007 +0200 35317 35318 ppc4xx: Correct UART input clock calculation and passing to fdt 35319 35320 We now use a value in the gd (global data) structure for the UART input 35321 frequency, since the PPC4xx_SYS_INFO struct is always rewritten completely 35322 in get_sys_info(). 35323 35324 Signed-off-by: Stefan Roese <sr@denx.de> 35325 35326commit 353f2688b4e0fc7b969bc70a02be4b40bf0dd124 35327Author: Stefan Roese <sr@denx.de> 35328Date: Tue Oct 23 10:10:08 2007 +0200 35329 35330 ppc4xx: Add initial AMCC Haleakala PPC405EXr eval board support 35331 35332 The Haleakala is nearly identical with the Kilauea eval board. The only 35333 difference is that the 405EXr only supports one EMAC and one PCIe 35334 interface. This patch adds support for the Haleakala board by using 35335 the identical image for Kilauea and Haleakala. The distinction is done 35336 by comparing the PVR. 35337 35338 Signed-off-by: Stefan Roese <sr@denx.de> 35339 35340commit 9f798766aa85e62eb8fa8c721e148df609b78137 35341Author: Eugene O'Brien <eugene.obrien@advantechamt.com> 35342Date: Tue Oct 23 08:29:10 2007 +0200 35343 35344 ppc4xx: Fixed offset of refresh rate type for Bamboo on-board DDR SDRAM 35345 35346 This patch also adds a note to the fixed DDR setup for Bamboo NAND booting: 35347 35348 Note: 35349 As found out by Eugene O'Brien <eugene.obrien@advantechamt.com>, the fixed 35350 DDR setup has problems (U-Boot crashes randomly upon TFTP), when the DIMM 35351 modules are still plugged in. So it is recommended to remove the DIMM 35352 modules while using the NAND booting code with the fixed SDRAM setup! 35353 35354 Signed-off-by: Eugene O'Brien <eugene.obrien@advantechamt.com> 35355 Signed-off-by: Stefan Roese <sr@denx.de> 35356 35357commit afe9fa59cb63b4f9d16bf01c93eb212f25a38c2a 35358Author: Stefan Roese <sr@denx.de> 35359Date: Mon Oct 22 16:24:44 2007 +0200 35360 35361 ppc4xx: Add SNTP support to AMCC Katmai, Kilauea & Makalu boards 35362 35363 Signed-off-by: Stefan Roese <sr@denx.de> 35364 35365commit 3248f63ad89cb031491edb7016587fe6e9a238b9 35366Author: Stefan Roese <sr@denx.de> 35367Date: Mon Oct 22 16:22:40 2007 +0200 35368 35369 ppc4xx: Rework of 4xx serial driver (4) 35370 35371 Change 4xx_uart.c: 35372 35373 - Use in_8/out_8 macros instead of in8/out8 35374 - No need for UART_BASE marco anymore, now really handled via function 35375 parameter 35376 - serial_init_common() introduced 35377 - Further coding style cleanup 35378 35379 Signed-off-by: Stefan Roese <sr@denx.de> 35380 35381commit e61cb8163a66b8a135696ae232e2bead1ce0a049 35382Author: Stefan Roese <sr@denx.de> 35383Date: Mon Oct 22 15:45:49 2007 +0200 35384 35385 ppc4xx: Rework of 4xx serial driver (3) 35386 35387 Change all linker scripts to reference the changed driver name iop480_uart.o. 35388 35389 Signed-off-by: Stefan Roese <sr@denx.de> 35390 35391commit 882ae41274921f9016131806bdeb27e19606f47a 35392Author: Stefan Roese <sr@denx.de> 35393Date: Mon Oct 22 15:44:39 2007 +0200 35394 35395 ppc4xx: Rework of 4xx serial driver (2) 35396 35397 Change all linker scripts to reference the changed driver name 4xx_uart.o. 35398 35399 Note: In most cased all these explicit referencing of these object files 35400 in the linker scripts is not neccessary. Only for manually embedded 35401 environment into the U-Boot image, which is not done is most cases. 35402 35403 Signed-off-by: Stefan Roese <sr@denx.de> 35404 35405commit ad31e40bed042cb670d0036fea96435007afb838 35406Author: Stefan Roese <sr@denx.de> 35407Date: Mon Oct 22 15:09:59 2007 +0200 35408 35409 ppc4xx: Rework of 4xx serial driver (1) 35410 35411 This patch starts the rework of the PPC4xx serial driver. First we split 35412 the file into two seperate files, one 4xx_uart.c with the 405/440 UART 35413 handling code and the other one iop480_uart.c with the UART code for the 35414 PLX-Tech IOP480 PPC (PPC403 based). 35415 35416 Signed-off-by: Stefan Roese <sr@denx.de> 35417 35418commit 764e7417ee5f6e25b1715720e7d7dd3487109385 35419Author: Stefan Roese <sr@denx.de> 35420Date: Mon Oct 22 10:30:38 2007 +0200 35421 35422 ppc4xx: Correct UART input clock calculation and passing to fdt 35423 35424 Signed-off-by: Stefan Roese <sr@denx.de> 35425 35426commit 211ea91ac6c225bec7e668a03d0ba7d7310679fa 35427Author: Stefan Roese <sr@denx.de> 35428Date: Mon Oct 22 07:34:34 2007 +0200 35429 35430 ppc4xx: Add initial AMCC Makalu 405EX support 35431 35432 Signed-off-by: Stefan Roese <sr@denx.de> 35433 35434commit fa8aea20456e6f1dba43f46bcc72024dd9499998 35435Author: Stefan Roese <sr@denx.de> 35436Date: Mon Oct 22 07:33:52 2007 +0200 35437 35438 ppc4xx: Add freqUART to CPU speed detection 35439 35440 This value is needed later for the device tree configuration of 35441 the uart clock. 35442 35443 Signed-off-by: Stefan Roese <sr@denx.de> 35444 35445commit 837c730b4d7c6b1ddf3d1e247cb4445005d9bf0d 35446Author: Stefan Roese <sr@denx.de> 35447Date: Sun Oct 21 14:26:29 2007 +0200 35448 35449 ppc: Small Kilauea cleanup of config file 35450 35451 Signed-off-by: Stefan Roese <sr@denx.de> 35452 35453commit 758c037aeead34b49631b8da3a90b1bba14c0410 35454Author: Stefan Roese <sr@denx.de> 35455Date: Sun Oct 21 08:16:12 2007 +0200 35456 35457 rtc: Add Xicor/Intersil X1205 RTC support 35458 35459 This patch adds support for the Xicor/Intersil X1205 RTC used on the 35460 AMCC Makalu eval board. This driver is basically cloned from the Linux 35461 driver version (2.6.23). 35462 35463 This patch also introduces the Linux bcd.h header for the BCD2BIN/ 35464 BIN2BCD conversions. In the future some of the other U-Boot RTC driver 35465 should be converted to also use this header instead of implementing 35466 their own local copy of these functions/macros. 35467 35468 Signed-off-by: Stefan Roese <sr@denx.de> 35469 35470commit 087dfdb79b5fd1ab99a26990c62a732c01a8c7f6 35471Author: Stefan Roese <sr@denx.de> 35472Date: Sun Oct 21 08:12:41 2007 +0200 35473 35474 ppc4xx: Consolidate some of the 405 and 440 macros/structs into 4xx 35475 35476 This patch moves some common 4xx macros and the PPC405_SYS_INFO/ 35477 PPC440_SYS_INFO structure into the common ppc4xx.h header. 35478 35479 Lot's of other macros are good candidates to be consolidated this way 35480 in the future. 35481 35482 Signed-off-by: Stefan Roese <sr@denx.de> 35483 35484commit 770c7af5800f598d22730d1f4b70f16c9b33512e 35485Author: Stefan Roese <sr@denx.de> 35486Date: Sun Oct 21 08:05:18 2007 +0200 35487 35488 ppc4xx: Fix size setup in Kilauea DDR2 init routine 35489 35490 The size was initilized wrong. Instead of 256MB, the DDR2 controller 35491 was setup to 512MB. Now the correct values is used. 35492 35493 This patch also does a little cleanup and adds a comment here. 35494 35495 Signed-off-by: Stefan Roese <sr@denx.de> 35496 35497commit f6ba9b56607d4b27550301c7c7f6b55b654fd62a 35498Author: Eugene O'Brien <eugene.obrien@advantechamt.com> 35499Date: Thu Oct 18 17:29:04 2007 +0200 35500 35501 ppc4xx: Define CONFIG_BOOKE for all PPC440 based processors 35502 35503 CONFIG_BOOKE must be defined for PPC440 processors so that the proper SPR 35504 number is used to access system registers. 35505 35506 Signed-off-by: Eugene O'Brien <eugene.obrien@advantechamt.com> 35507 Signed-off-by: Stefan Roese <sr@denx.de> 35508 35509commit c36c68160333ac5fe41ec3db12a728b7075b3912 35510Author: Stefan Roese <sr@denx.de> 35511Date: Thu Oct 18 07:42:27 2007 +0200 35512 35513 ppc4xx: Change inbound PCIe location for endpoint tests on Katmai 35514 35515 On Yucca & Katmai, the inbound memory map pointed to 0x4.0000.0000, which 35516 is the internal SRAM. Since I now ported and tested this endpoint mode 35517 on Kilauea successfully to map to 0 (SDRAM), I also changed this for 35518 Katmai. 35519 35520 Yucca will stay at internal SRAM for now. Not sure if somebody relies on 35521 this setup. 35522 35523 Signed-off-by: Stefan Roese <sr@denx.de> 35524 35525commit 5cb4af4791f61843432155142b6cfac901f66c10 35526Author: Stefan Roese <sr@denx.de> 35527Date: Thu Oct 18 07:39:38 2007 +0200 35528 35529 ppc4xx: Add PCIe endpoint support on Kilauea (405EX) 35530 35531 This patch adds endpoint support for the AMCC Kilauea eval board. It can 35532 be tested by connecting a reworked PCIe cable (only 1x lane singles 35533 connected) to another root-complex. 35534 35535 In this test setup, a 64MB inbound window is configured at BAR0 which maps 35536 to 0 on the PLB side. So accessing this BAR0 from the root-complex will 35537 access the first 64MB of the SDRAM on the PPC side. 35538 35539 Signed-off-by: Stefan Roese <sr@denx.de> 35540 35541commit d4cb2d17946466740afeb195a57d6cb290bf4cc0 35542Author: Stefan Roese <sr@denx.de> 35543Date: Sat Oct 13 16:43:23 2007 +0200 35544 35545 ppc4xx: Dynamic configuration of 4xx PCIe mode as root or endpoint mode 35546 35547 This patch adds support for dynamic configuration of PCIe ports for the 35548 AMCC PPC4xx boards equipped with PCIe interfaces. These are the PPC440SPe 35549 boards Yucca & Katmai and the 405EX board Kilauea. 35550 35551 This dynamic configuration is done via the "pcie_mode" environement 35552 variable. This variable can be set to "EP" or "RP" for endpoint or 35553 rootpoint mode. Multiple values can be joined via the ":" delimiter. 35554 Here an example: 35555 35556 pcie_mode=RP:EP:EP 35557 35558 This way, PCIe port 0 will be configured as rootpoint, PCIe port 1 and 2 35559 as endpoint. 35560 35561 Per default Yucca will be configured as: 35562 pcie_mode=RP:EP:EP 35563 35564 Per default Katmai will be configured as: 35565 pcie_mode=RP:RP:REP 35566 35567 Per default Kilauea will be configured as: 35568 pcie_mode=RP:RP 35569 35570 Signed-off-by: Tirumala R Marri <tmarri@amcc.com> 35571 Signed-off-by: Stefan Roese <sr@denx.de> 35572 35573commit fd671802b67a0ef37a06124fa2ce85f00aa22c6f 35574Author: Stefan Roese <sr@denx.de> 35575Date: Thu Oct 11 11:15:59 2007 +0200 35576 35577 ppc4xx: Enable device tree support (fdt) on Kilauea per default 35578 35579 This patch enables the fdt support on the AMCC Kilauea eval board. 35580 Additionally now EBC ranges fdt fixup is included to support NOR 35581 FLASH mapping via the Linux physmap_of driver. 35582 35583 This Kilauea port now support booting arch/ppc and arch/powerpc 35584 Linux kernels. The default environment "net_nfs" is for arch/ppc 35585 and "net_nfs_fdt" is for arch/powerpc. In the long run, arch/ppc 35586 support will be removed. 35587 35588 Signed-off-by: Stefan Roese <sr@denx.de> 35589 35590commit 4994ffd890b9d95d807387a9b7bd8a4803ee406e 35591Author: Stefan Roese <sr@denx.de> 35592Date: Thu Oct 11 11:11:45 2007 +0200 35593 35594 ppc4xx: Add additional debug info to 4xx fdt support 35595 35596 Signed-off-by: Stefan Roese <sr@denx.de> 35597 35598commit db3232ddb058d0ed0bc31f7c5c296748a1afac67 35599Author: Stefan Roese <sr@denx.de> 35600Date: Fri Oct 5 21:28:58 2007 +0200 35601 35602 ppc4xx: Fix small merge problems with CPCI440 and Acadia boards 35603 35604 Signed-off-by: Stefan Roese <sr@denx.de> 35605 35606commit 1941cce71b1ae975602854045061e82f94ecd012 35607Author: Stefan Roese <sr@denx.de> 35608Date: Fri Oct 5 17:35:10 2007 +0200 35609 35610 ppc4xx: Fix small merge problem in 4xx_enet.c 35611 35612 Signed-off-by: Stefan Roese <sr@denx.de> 35613 35614commit 566806ca1a1bf4d895daaf0b2ba5494abbffebaf 35615Author: Stefan Roese <sr@denx.de> 35616Date: Fri Oct 5 17:11:30 2007 +0200 35617 35618 ppc4xx: Add initial AMCC Kilauea 405EX support 35619 35620 Signed-off-by: Stefan Roese <sr@denx.de> 35621 35622commit dbbd125721aea6645fdb962f36bd41f59e272f9d 35623Author: Stefan Roese <sr@denx.de> 35624Date: Fri Oct 5 17:10:59 2007 +0200 35625 35626 ppc4xx: Add PPC405EX support 35627 35628 Signed-off-by: Stefan Roese <sr@denx.de> 35629 35630commit 1d7b874e9c9a7c66f5d8da9ec78a3733765d3e31 35631Author: Stefan Roese <sr@denx.de> 35632Date: Fri Oct 5 17:09:36 2007 +0200 35633 35634 ppc4xx: Cleanup of 4xx PCI and PCIe support (renaming) 35635 35636 Signed-off-by: Stefan Roese <sr@denx.de> 35637 35638commit 4f14ed6230b9c109aac9a6fb878497dabd44c2db 35639Author: Stefan Roese <sr@denx.de> 35640Date: Fri Oct 5 17:07:50 2007 +0200 35641 35642 ppc4xx: Add initial fdt support to 4xx (first needed on 405EX) 35643 35644 Signed-off-by: Stefan Roese <sr@denx.de> 35645 35646commit a424a8bb2924b90724b944165d3141f1fa8dfe5b 35647Author: Stefan Roese <sr@denx.de> 35648Date: Fri Oct 5 17:04:57 2007 +0200 35649 35650 POST: Add 405EX support to 4xx UART POST test 35651 35652 Signed-off-by: Stefan Roese <sr@denx.de> 35653 35654commit 4f2e92c11f6e2392fc8187829211a5ca7f0c1e12 35655Author: Stefan Roese <sr@denx.de> 35656Date: Fri Oct 5 15:10:02 2007 +0200 35657 35658 DTT: Prepare DS1775 driver for use of different I2C addresses 35659 35660 Signed-off-by: Stefan Roese <sr@denx.de> 35661 35662commit 19e93b1e16d267220440d827b920fbad8abfa70f 35663Author: Stefan Roese <sr@denx.de> 35664Date: Fri Oct 5 14:23:43 2007 +0200 35665 35666 ppc4xx: 4xx_pcie: Change PCIe status output to match common style 35667 35668 Signed-off-by: Stefan Roese <sr@denx.de> 35669 35670commit ff68f66bcb0da847845aa2fac11eba6c25938c99 35671Author: Stefan Roese <sr@denx.de> 35672Date: Fri Oct 5 09:22:33 2007 +0200 35673 35674 ppc4xx: 4xx_pcie: Disable debug output as default 35675 35676 Signed-off-by: Stefan Roese <sr@denx.de> 35677 35678commit 97923770cb52b64d69eec958a11b2eda8d46e0f7 35679Author: Stefan Roese <sr@denx.de> 35680Date: Fri Oct 5 09:18:23 2007 +0200 35681 35682 ppc4xx: 4xx_pcie: More general cleanup and 405EX PCIe support added 35683 35684 Signed-off-by: Stefan Roese <sr@denx.de> 35685 35686commit 4dbee8a90df613eb517aadbecebd70f168913d30 35687Author: Stefan Roese <sr@denx.de> 35688Date: Fri Oct 5 07:57:20 2007 +0200 35689 35690 ppc4xx: 4xx_pcie: Change CFG_PCIE_MEMSIZE to 128MB on Yucca & Katmai 35691 35692 128MB seems to be the smallest possible value for the memory size 35693 for on PCIe port. With this change now the BAR's of the PCIe cards 35694 are accessible under U-Boot. 35695 35696 One big note: This only works for PCIe port 0 & 1. For port 2 this 35697 currently doesn't work, since the base address is now 0xc0000000 35698 (0xb0000000 + 2 * 0x08000000), and this is already occupied by 35699 CFG_PCIE0_CFGBASE. But solving this issue for port 2 would mean 35700 to change the base addresses completely and this change would have 35701 too much impact right now. 35702 35703 This patch adds debug output to the 4xx pcie driver too. 35704 35705 Signed-off-by: Stefan Roese <sr@denx.de> 35706 35707commit 6d95289281ed2958ebf76d2b55f86bbd88591fd2 35708Author: Stefan Roese <sr@denx.de> 35709Date: Wed Oct 3 21:16:32 2007 +0200 35710 35711 ppc4xx: 4xx_pcie: Fix problem with SDRN access using port number as idx 35712 35713 Signed-off-by: Stefan Roese <sr@denx.de> 35714 35715commit 3048bcbf0bad262378c5af68f2bf6778fb7d829a 35716Author: Stefan Roese <sr@denx.de> 35717Date: Wed Oct 3 15:01:02 2007 +0200 35718 35719 ppc4xx: Rename 405gp_pci to 4xx_pci since its used on all 4xx platforms 35720 35721 These files were introduced with the IBM 405GP but are currently used on all 35722 4xx PPC platforms. So the name doesn't match the content anymore. This patch 35723 renames the files to 4xx_pci.c/h. 35724 35725 Signed-off-by: Stefan Roese <sr@denx.de> 35726 35727commit 94276eb0a7a35b9e8c053d589ae225b0f017a237 35728Author: Stefan Roese <sr@denx.de> 35729Date: Wed Oct 3 14:14:58 2007 +0200 35730 35731 ppc4xx: Add a comment for 405EX PCIe endpoint configuration 35732 35733 Signed-off-by: Stefan Roese <sr@denx.de> 35734 35735commit 03d344bb6a5f082ea10ec9d753558ea7dfd1c626 35736Author: Stefan Roese <sr@denx.de> 35737Date: Wed Oct 3 10:38:09 2007 +0200 35738 35739 ppc4xx: Make 440SPe PCIe code more generic to use on different 4xx PPCs (3) 35740 35741 (3) This patch introduces macros like SDRN_PESDR_DLPSET(port) to access 35742 the SDR registers of the PCIe ports. This makes the overall design 35743 clearer, since it removed a lot of switch statements which are not 35744 needed anymore. 35745 35746 Also, the functions ppc4xx_init_pcie_rootport() and 35747 ppc4xx_init_pcie_entport() are merged into a single function 35748 ppc4xx_init_pcie_port(), since most of the code was duplicated. 35749 This makes maintainance and porting to other 4xx platforms 35750 easier. 35751 35752 Signed-off-by: Stefan Roese <sr@denx.de> 35753 35754commit 026f71106871f31d17d0ea0db9a7547ff92934bc 35755Author: Stefan Roese <sr@denx.de> 35756Date: Wed Oct 3 07:48:09 2007 +0200 35757 35758 ppc4xx: Make 440SPe PCIe code more generic to use on different 4xx PPCs (2) 35759 35760 This patch is the first patch of a series to make the 440SPe PCIe code 35761 usable on different 4xx PPC platforms. In preperation for the new 405EX 35762 which is also equipped with PCIe interfaces. 35763 35764 (2) This patch renames the functions from 440spe_ to 4xx_ with a 35765 little additional cleanup 35766 35767 Signed-off-by: Stefan Roese <sr@denx.de> 35768 35769commit c7c6da23028f146d912514b95aefa3da7cf37699 35770Author: Stefan Roese <sr@denx.de> 35771Date: Wed Oct 3 07:34:10 2007 +0200 35772 35773 ppc4xx: Make 440SPe PCIe code more generic to use on different 4xx PPCs (1) 35774 35775 This patch is the first patch of a series to make the 440SPe PCIe code 35776 usable on different 4xx PPC platforms. In preperation for the new 405EX 35777 which is also equipped with PCIe interfaces. 35778 35779 (1) This patch renames the files from 440spe_pcie to 4xx_pcie 35780 35781 Signed-off-by: Stefan Roese <sr@denx.de> 35782 35783commit 245a362ad3c0c1b84fccc9fec7b623eb14f6e502 35784Author: Marian Balakowicz <m8@semihalf.com> 35785Date: Wed Oct 24 01:37:36 2007 +0200 35786 35787 TQM5200: Call usb_cpu_init() during board init 35788 35789 usb_cpu_init() configures GPS USB pins, clocks, etc. and 35790 is required for proper operation of kernel USB subsystem. 35791 This setup was previously done in the kernel by the fixup 35792 code which is being removed, thus low level init must be 35793 done by U-boot now. 35794 35795 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 35796 Signed-off-by: Markus Klotzbuecher <mk@denx.de> 35797 35798commit b5af773f8d92677e06f3295b45557c9d0a487c24 35799Author: Zhang Wei <wei.zhang@freescale.com> 35800Date: Thu Oct 25 17:51:27 2007 +0800 35801 35802 Fix the issue of usb_kbd driver missing the scan code of key 'z'. 35803 35804 The scan code of the key 'z' is 0x1d, which should be handled. 35805 35806 The change has be tested on NOVATEK USB keyboard and ULI PCI OHCI 35807 controller. 35808 35809 Signed-off-by: Zhang Wei <wei.zhang@freescale.com> 35810 Signed-off-by: Markus Klotzbuecher <mk@denx.de> 35811 35812commit 85ac988e86f9414fa645b0148dc66c3520a1eb84 35813Author: Rodolfo Giometti <giometti@enneenne.com> 35814Date: Mon Oct 15 11:59:17 2007 +0200 35815 35816 PXA USB OHCI: "usb stop" implementation. 35817 35818 Some USB keys need to be switched off before loading the kernel 35819 otherwise they can remain in an undefined status which prevents them 35820 to be correctly recognized by the kernel. 35821 35822 Signed-off-by: Rodolfo Giometti <giometti@linux.it> 35823 Signed-off-by: Markus Klotzbuecher <mk@denx.de> 35824 35825commit 31548249decf18a6b877a18436b6139dd483fe4a 35826Author: Justin Flammia <jflammia@savantav.com> 35827Date: Mon Oct 29 17:40:35 2007 -0400 35828 35829 DHCP Client Fix 35830 35831 This is a multi-part message in MIME format. 35832 35833 commit e6e505eae94ed721e123e177489291fc4544b7b8 35834 Author: Justin Flammia <jflammia@savantav.com> 35835 Date: Mon Oct 29 17:19:03 2007 -0400 35836 35837 Found a bug in the way the DHCP Request packet is built, where the IP address 35838 that is offered by the server is bound to prematurely. This patch is a fix of 35839 that bug where the IP address offered by the DHCP server is not used until 35840 after the DHCP ACK from the server is received. 35841 35842 Signed-off-by: Justin Flammia <jflammia@savantav.com> 35843 Signed-off-by: Ben Warren <bwarren@qstreams.com> 35844 35845commit e8ee8f3ade2a06c1893dd5e68f223070d650c7ed 35846Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 35847Date: Thu Oct 25 17:16:22 2007 -0500 35848 35849 ColdFire 54455: Fix correct boot location for atmel and intel 35850 35851 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 35852 35853commit 688e8eb414ac111cca7ce60bdf30e805ab9a7bcb 35854Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 35855Date: Thu Oct 25 17:14:00 2007 -0500 35856 35857 ColdFire: Fix build error when CONFIG_WATCHDOG is defined 35858 35859 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 35860 35861commit c67e12e705b204cfe914e3e3e693d69a445dcabf 35862Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 35863Date: Thu Oct 25 17:12:36 2007 -0500 35864 35865 ColdFire 5329: Assign correct SDRAM size and fix cache 35866 35867 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 35868 35869commit 95e9f2c212a65610b2e59a5c00d0113383a4da0b 35870Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 35871Date: Thu Oct 25 17:10:23 2007 -0500 35872 35873 ColdFire 5253: Assign correct SDRAM size 35874 35875 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 35876 35877commit 2acefa72ee0026f862ab65597ca687428f63a973 35878Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 35879Date: Thu Oct 25 17:09:17 2007 -0500 35880 35881 ColdFire 5282: Fix external flash boot and return dramsize 35882 35883 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 35884 35885commit d78791ae914d4e7c5edca1cdad73b3dc81a4eb82 35886Author: Bartlomiej Sieka <tur@semihalf.com> 35887Date: Thu Oct 25 17:20:01 2007 +0200 35888 35889 TQM5200: increase kernel_addr_r and fdt_addr_r (hinted by Wolfgang Denk). 35890 35891 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com> 35892 35893commit 1a0ce20aa4cb4e3068da04e7290ee9986fd0b834 35894Author: Martin Krause <martin.krause@tqs.de> 35895Date: Wed Oct 24 08:42:25 2007 +0200 35896 35897 TQM5200: fix spurious characters on second serial interface 35898 35899 With this patch PSC3 is configured as UART. This is done, because if 35900 the pins of PSC3 are not configured at all (-> all pins are GPI), 35901 due to crosstalk, spurious characters may be send over the RX232_2_TXD 35902 signal line. 35903 35904 Signed-off-by: Martin Krause <martin.krause@tqs.de> 35905 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 35906 35907commit be4a87f11e297a5cededbf7dd71c0248f3874acd 35908Author: Martin Krause <martin.krause@tqs.de> 35909Date: Wed Oct 24 08:41:27 2007 +0200 35910 35911 TQM5200S: fix commands for STK52xx base board because of missing SM501 grafic controller 35912 35913 Some commands for the STK52xx base board try to access the SM501 grafic 35914 controller. But the TQM5200S has no grafic controller (only the TQM5200 35915 and the TQM5200B have). This patch deactivates the commands accessing 35916 the SM501 for the TQM5200S. 35917 35918 Signed-off-by: Martin Krause <martin.krause@tqs.de> 35919 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 35920 35921commit b31f64343ead9482cd439b1adbe4c34026a641b1 35922Author: Martin Krause <martin.krause@tqs.de> 35923Date: Mon Oct 22 16:45:53 2007 +0200 35924 35925 TQM5200: fix spurious characters on second serial interface 35926 35927 With this patch PSC3 is configured as UART. This is done, because if 35928 the pins of PSC3 are not configured at all (-> all pins are GPI), 35929 due to crosstalk, spurious characters may be send over the RX232_2_TXD 35930 signal line. 35931 35932 Signed-off-by: Martin Krause <martin.krause@tqs.de> 35933 35934commit 0fc0f91b20ffa802f5a66534ca5c2844910583f6 35935Author: Martin Krause <martin.krause@tqs.de> 35936Date: Mon Oct 22 16:40:06 2007 +0200 35937 35938 TQM5200S: fix commands for STK52xx base board because of missing SM501 grafic controller 35939 35940 Some commands for the STK52xx base board try to access the SM501 grafic 35941 controller. But the TQM5200S has no grafic controller (only the TQM5200 35942 and the TQM5200B have). This patch deactivates the commands accessing 35943 the SM501 for the TQM5200S. 35944 35945 Signed-off-by: Martin Krause <martin.krause@tqs.de> 35946 35947commit 7b0a42219f30277f71f4405cbaf8a269f6d2d227 35948Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 35949Date: Sun Oct 21 09:14:28 2007 +0200 35950 35951 Mips: Fix string functions differ prototype declaration 35952 35953 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 35954 35955commit cb8250fe4b3c4ed549b270e8a20bc22060e7e1d2 35956Author: Ed Swarthout <Ed.Swarthout@freescale.com> 35957Date: Fri Oct 19 17:51:40 2007 -0500 35958 35959 fsl_pci_init enable COMMAND_MEMORY if inbound window 35960 35961 Patch 16e23c3f removed PCSRBAR allocation. But passing zero windows 35962 to pciauto_setup_device has the side effect of not getting 35963 COMMAND_MEMORY set. 35964 35965 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 35966 35967commit e9d0d527992566ebef9826962ff1745b2f082b92 35968Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 35969Date: Fri Oct 19 10:55:24 2007 +0200 35970 35971 delta: Fix OHCI_REGS_BASE undeclared and wait_ms implicit declaration 35972 35973 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 35974 35975commit 9c4884f54da982ce990c7d1760ac81b0704d3c64 35976Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 35977Date: Fri Oct 19 08:10:15 2007 +0200 35978 35979 fix warning: no return statement in function returning non-void 35980 35981 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 35982 35983commit e78220f6e514206757acfe247297fc9a328a881f 35984Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 35985Date: Fri Oct 19 06:33:45 2007 +0200 35986 35987 xsengine: Fix no partition type specified, use DOS as default 35988 35989 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 35990 35991commit 10cdb8dbd67a818823ab9ec88b68fc348903db59 35992Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 35993Date: Fri Oct 19 00:24:59 2007 +0200 35994 35995 lubbock: Fix no partition type specified, use DOS as default 35996 35997 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 35998 35999commit 41b4d282d38fa7231c315c5f6cfff5bdd24e0191 36000Author: Wolfgang Denk <wd@denx.de>
36001Date: Tue Oct 23 16:50:03 2007 +0200 36002 36003 Coding style: keep lists sorted; update CHANGELOG 36004 36005 Signed-off-by: Wolfgang Denk <wd@denx.de> 36006 36007commit 58b74b05c621e2835ecf4e2d3243042cf4186777 36008Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 36009Date: Fri Oct 19 00:09:05 2007 +0200 36010 36011 Fix missing drivers makefile entries ds1722.c mw_eeprom.c 36012 36013 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 36014 36015commit 96455bfebc9887837095c9051d216f53c61b5f10 36016Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 36017Date: Fri Oct 19 00:07:39 2007 +0200 36018 36019 Fix warning differ in signedness in board/innokom/innokom.c 36020 36021 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 36022 36023commit 2a4741d9a14ec475f50e9856d2c0a67e8b4271bd 36024Author: Marcel Ziswiler <marcel@ziswiler.com> 36025Date: Fri Oct 19 00:25:33 2007 +0200 36026 36027 fix pxa255_idp board 36028 36029 The pxa255_idp being an old unmaintained board showed several issues: 36030 1. CONFIG_INIT_CRITICAL was still defined. 36031 2. Neither CONFIG_MAC_PARTITION nor CONFIG_DOS_PARTITION was defined. 36032 3. Symbol flash_addr was undeclared. 36033 4. The boards lowlevel_init function was still called memsetup. 36034 5. The TEXT_BASE was still 0xa3000000 rather than 0xa3080000. 36035 6. Using -march=armv5 instead of -march=armv5te resulted in lots of 36036 'target CPU does not support interworking' warnings on recent compilers. 36037 7. The PXA's serial driver redefined FFUART, BTUART and STUART used as 36038 indexes rather than the register definitions from the pxa-regs header 36039 file. Renamed them to FFUART_INDEX, BTUART_INDEX and STUART_INDEX to 36040 avoid any ambiguities. 36041 8. There were several redefinition warnings concerning ICMR, OSMR3, 36042 OSCR, OWER, OIER, RCSR and CCCR in the PXA's assembly start file. 36043 9. The board configuration file was rather outdated. 36044 10. The part header file defined the vendor, product and revision arrays 36045 as unsigned chars instead of just chars in the block_dev_desc_t 36046 structure. 36047 36048 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com> 36049 36050commit 298cd4cafe81ff8a6c87be8fbc440a20720d3ed6 36051Author: Rune Torgersen <runet@innovsys.com> 36052Date: Wed Oct 17 11:56:31 2007 -0500 36053 36054 Make MPC8266ADS command selection more robust 36055 36056 Fix MPC8266 command line definition so it won't break when new commands 36057 are added to u-boot. 36058 Signed-off-by Rune Torgersen <runet@innovsys.com> 36059 36060commit d3afa1ee19345a31fd1eaad3e98b97d13ca47315 36061Author: Bartlomiej Sieka <tur@semihalf.com> 36062Date: Tue Oct 23 13:14:10 2007 +0200 36063 36064 Motion-PRO: Update configuration to accomodate next generation board. 36065 36066 New board has faster oscillator and a different Flash chip. This affects: 36067 - CFG_MPC5XXX_CLKIN 36068 - SDRAM timings 36069 - Flash CS configuration (timings) 36070 - Flash sector size, and thus MTD partition layout 36071 - malloc() arena size (due to bigger Flash sectors) 36072 - smaller memory test range (due to bigger malloc() arena) 36073 36074 This patch also enables more extensive memory testing via "mtest". 36075 36076 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com> 36077 36078commit eff501904df2bf1724a750062628ba2c51dbb1f8 36079Author: Bartlomiej Sieka <tur@semihalf.com> 36080Date: Tue Oct 23 11:36:07 2007 +0200 36081 36082 Motion-PRO: Add setting of SDelay reg. to SDRAM controller configuration. 36083 36084 Per AN3221 (MPC5200B SDRAM Initialization and Configuration), the SDelay 36085 register must be written a value of 0x00000004 as the first step of the 36086 SDRAM contorller configuration. 36087 36088 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com> 36089 36090commit 7a9348728ebda63cdbaacffd83099aa71d9d4c54 36091Author: Peter Pearse <peter.pearse@arm.com> 36092Date: Tue Oct 23 10:22:16 2007 +0100 36093 36094 Move PL01* serial drivers to drivers/serial and adjust Makefiles. 36095 36096commit 20d500d531a6b971ce6cc1bf191cb0092cdc0afc 36097Author: Stefan Roese <sr@denx.de> 36098Date: Tue Oct 23 10:17:42 2007 +0200 36099 36100 ppc4xx: lwmon5: Some further GPIO config changes 36101 36102 Signed-off-by: Stefan Roese <sr@denx.de> 36103 36104commit de9a738faa7c2f47286119c3bfebc3dfbfe7d86d 36105Author: Vlad Lungu <vlad@comsys.ro> 36106Date: Sun Oct 21 22:10:10 2007 +0900 36107 36108 [MIPS] Fix UNCACHED_SDRAM 36109 36110 PHYSADDR is for physical address, KSEG1ADDR is for uncached. 36111 36112 Signed-off-by: Vlad Lungu <vlad@comsys.ro> 36113 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com> 36114 36115commit 00101dd7a32d12f698150123e47e4b3420279f86 36116Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com> 36117Date: Sun Oct 21 21:30:42 2007 +0900 36118 36119 [MIPS] Add PIC-related switches to PLATFORM_{CPP,LD}FLAGS and cleanup 36120 36121 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com> 36122 36123commit eb700636db017d310edaeb559b13d82588560674 36124Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com> 36125Date: Sun Oct 21 10:55:37 2007 +0900 36126 36127 [MIPS] u-boot.lds: Define _gp in a standard manner 36128 36129 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com> 36130 36131commit 22069215eb7adf5a3888bf7c7784ea9d70a72cd0 36132Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com> 36133Date: Sun Oct 21 10:55:36 2007 +0900 36134 36135 [MIPS] Fix $gp usage 36136 36137 Now we load $gp with _GLOBAL_OFFSET_TABLE_, but this is incorrect use. 36138 As a general principle, we should use _gp for $gp. 36139 36140 Thanks to linker script's help we fortunately have _gp which equals to 36141 _GLOBAL_OFFSET_TABLE_. But once _gp gets out of alignment, we will not 36142 be able to access to GOT entires, global variables and procedure entry 36143 points. The right thing to do is to use _gp. 36144 36145 This patch also introduce a new symbol `.gpword _GLOBAL_OFFSET_TABLE_' 36146 which holds the offset from _gp. When updating GOT entries, we use this 36147 offset and _gp to calculate the final _GLOBAL_OFFSET_TABLE_. 36148 36149 This patch is originally submitted by Vlad Lungu <vlad@comsys.ro>, then 36150 I made some change to leave over num_got_entries. 36151 36152 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com> 36153 Cc: Vlad Lungu <vlad@comsys.ro> 36154 36155commit cbf2323b5b8285ea01acba7bbb905a3162d9b021 36156Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com> 36157Date: Sun Oct 21 10:55:36 2007 +0900 36158 36159 [MIPS] u-boot.lds: Fix __got_start and __got_end 36160 36161 Ensure that __got_start points to top of the `.got', and __got_end points 36162 to bottom as well, so that we never fail to count num_got_entries. 36163 36164 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com> 36165 36166commit e5f325fec5b48ae705c89522923ba5a2e37cd5c7 36167Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com> 36168Date: Sun Oct 21 10:55:36 2007 +0900 36169 36170 [MIPS] u-boot.lds: Remove duplicated .sdata section 36171 36172 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com> 36173 36174commit 05bf4919c1ce49cdedadacd564d0786a8ed796a1 36175Author: Wolfgang Denk <wd@denx.de> 36176Date: Sun Oct 21 01:01:17 2007 +0200 36177 36178 Minor coding style cleanup; update CHANGELOG 36179 36180 Signed-off-by: Wolfgang Denk <wd@denx.de> 36181 36182commit ff285ca07eda1ea4a8909848cc1cc604ec8fec9c 36183Author: Vlad Lungu <vlad@comsys.ro> 36184Date: Thu Oct 4 20:47:10 2007 +0300 36185 36186 Fix NE2000 driver: 36187 36188 Fixed typo in ne2000.h, thinko re n2k_inb() usage, don't try 36189 to do anything in eth_stop() if eth_init() was not called. 36190 Simplified RX path in order to avoid timeouts on really really 36191 fast NE2000 cards (read: qemu with internal tftp), NetLoop() is 36192 clever enough to cope with 1 packet per eth_rx(). 36193 36194 Signed-off-by: Vlad Lungu <vlad@comsys.ro> 36195 36196commit df90968b48fb34fa9072fab150db2ac89678f537 36197Author: urwithsughosh@gmail.com <urwithsughosh@gmail.com> 36198Date: Mon Sep 24 13:32:13 2007 -0400 36199 36200 Setting MSR[DE] in do_reset 36201 36202 Hello, 36203 This patch ensures the soft reset of the board for the 85xx boards 36204 by setting the MSR[DE] in the do_reset function. 36205 36206 Signed-off-by: Sughosh Ganu <urwithsughosh@gmail.com> 36207 36208commit 1e701e701304b3c3a3768ca83dd2ab7b9e88c77d 36209Author: urwithsughosh@gmail.com <urwithsughosh@gmail.com> 36210Date: Mon Sep 24 13:36:01 2007 -0400 36211 36212 MSR overwrite fix 36213 36214 Hello, 36215 This patch fixes the MSR overwrite in the start.S when moving out of 36216 the last 4K page. 36217 36218 Signed-off-by: Sughosh Ganu <urwithsughosh@gmail.com> 36219 36220commit 5c7ea64bb74a850a2b2303f853a8270695ad8602 36221Author: Dan Wilson <dwilson@fulcrummicro.com> 36222Date: Fri Oct 19 11:33:48 2007 -0500 36223 36224 tsec driver should clear RHALT on startup 36225 36226 This was causing problems for some people. 36227 36228 Signed-off-by: Alain Gravel <agravel@fulcrummicro.com> 36229 Signed-off-by: Dan Wilson <dwilson@fulcrummicro.com> 36230 Signed-off-by: Andy Fleming <afleming@freescale.com> 36231 36232commit 7600d47b8f6a10019e537dc9a62aa1498df58d25 36233Author: Kumar Gala <galak@kernel.crashing.org> 36234Date: Thu Oct 11 00:29:18 2007 -0500 36235 36236 Improve handling of PCI interrupt device tree fixup on MPC85xx CDS 36237 36238 On the MPC85xx CDS we have two issues: 36239 36240 1. The device tree fixup code did not check to see if the property we are 36241 trying to update is actually found. Its possible that it would update 36242 random memory starting at 0. 36243 36244 2. Newer Linux kernel's have moved the location of the PCI nodes to be 36245 sibilings of the soc node and not children. The explicit PATH to the PCI 36246 node would not be found for these device trees. Add the ability to handle 36247 both paths. In the future we shouldn't handle such fixups by explicit path. 36248 36249 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 36250 36251commit a3063eec775719b7e91023bbec3f64b3118791df 36252Author: Kumar Gala <galak@kernel.crashing.org> 36253Date: Thu Oct 11 00:18:48 2007 -0500 36254 36255 Set OF_STDOUT_PATH to match the default console on MPC8568 MDS 36256 36257 On the MPC8568 MDS we use ttyS0, UART0, etc. as the standard configured 36258 console. Make it so we match that config what we tell Linux as the early 36259 STDOUT console. 36260 36261 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 36262 36263commit e1ce3cb617bb06f91f82f98915391175addf3e82 36264Author: Kumar Gala <galak@kernel.crashing.org> 36265Date: Tue Oct 2 11:12:27 2007 -0500 36266 36267 Remove magic numbers from cache related operations for mpc85xx 36268 36269 The mpc85xx start code uses some magic numbers that we actually 36270 have #defines for in <config.h> so use those instead. 36271 36272 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 36273 36274commit 5441f61a3d8b7034f19fc1361183e936198e6dbb 36275Author: Detlev Zundel <dzu@denx.de> 36276Date: Fri Oct 19 16:47:26 2007 +0200 36277 36278 Fix two typos. 36279 36280 Signed-off-by: Detlev Zundel <dzu@denx.de> 36281 36282commit 281df457c1aa50d2752165d0c5c3282d4027b974 36283Author: Tony Li <tony.li@freescale.com> 36284Date: Thu Oct 18 17:47:19 2007 +0800 36285 36286 mpc83xx: Add configure entry for MPC83xx ATM support 36287 36288 Add MPC8360EMDS_ATM_config and MPC832XEMDS_ATM_config into 36289 Makfile and MAKEALL 36290 36291 Signed-off-by: Tony Li <tony.li@freescale.com> 36292 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 36293 36294commit d2646554f529a9577515eceb0ec5eceee18244ba 36295Author: Tony Li <tony.li@freescale.com> 36296Date: Thu Oct 18 17:44:38 2007 +0800 36297 36298 mpc83xx: pq-mds-pib.c typo error 36299 36300 Correct to val8 from val. 36301 36302 Signed-off-by: Tony Li <tony.li@freescale.com> 36303 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 36304 36305commit 3e11ae80fec1ee12194940955431186abf6009c2 36306Author: Stefan Roese <sr@denx.de> 36307Date: Wed Oct 17 15:40:19 2007 +0200 36308 36309 ppc4xx: Add 667/133 (CPU/PLB) frequency setup to Sequoia bootstrap command 36310 36311 Signed-off-by: Stefan Roese <sr@denx.de> 36312 36313commit 3c89d75409eb26639d36dfa11d4ee3d8b962dc3c 36314Author: Jon Loeliger <jdl@freescale.com> 36315Date: Tue Oct 16 15:27:43 2007 -0500 36316 36317 Initial mpc8610hpcd Makefile files. 36318 36319 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 36320 Signed-off-by: Mahesh Jade <mahesh.jade@freescale.com> 36321 Signed-off-by: Jason Jin <Jason.jin@freescale.com> 36322 Signed-off-by: Jon Loeliger <jdl@freescale.com> 36323 36324commit 9553df86d3a319c3a1a7cde7e4edd6eeb5aa64c7 36325Author: Jon Loeliger <jdl@freescale.com> 36326Date: Tue Oct 16 15:26:51 2007 -0500 36327 36328 Initial mpc8610hpcd cpu/, README and include/ files. 36329 36330 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 36331 Signed-off-by: Mahesh Jade <mahesh.jade@freescale.com> 36332 Signed-off-by: Jason Jin <Jason.jin@freescale.com> 36333 Signed-off-by: Jon Loeliger <jdl@freescale.com> 36334 36335commit 3dd2db53ceb0dff80f25c2a07f83f29b907b403e 36336Author: Jon Loeliger <jdl@freescale.com> 36337Date: Tue Oct 16 13:54:01 2007 -0500 36338 36339 Initial mpc8610hpcd board files. 36340 36341 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 36342 Signed-off-by: Mahesh Jade <mahesh.jade@freescale.com> 36343 Signed-off-by: Jason Jin <Jason.jin@freescale.com> 36344 Signed-off-by: Jon Loeliger <jdl@freescale.com> 36345 36346commit 7ee6ba1a056e4061ab4cfde30127e332e7957afd 36347Author: runet@innovsys.com <runet@innovsys.com> 36348Date: Tue Oct 16 14:50:40 2007 -0500 36349 36350 Make MPC8266ADS board compile again. 36351 36352 Signed-off-by: Runet Torgersen <runet@innovsys.com> 36353 36354commit 2491167c245d8ebe6f2dbd8c4287aaa0d14fe93a 36355Author: Jon Loeliger <jdl@freescale.com> 36356Date: Mon Aug 27 12:41:03 2007 -0500 36357 36358 86xx: Allow for fewer DDR slots per memory controller. 36359 36360 As a direct correlation exists between DDR DIMM slots 36361 and SPD EEPROM addresses used to configure them, use 36362 the individually defined SPD_EEPROM_ADDRESS* values to 36363 determine if a DDR DIMM slot should have its SPD 36364 configuration read or not. 36365 36366 Effectively, this now allows for 1 or 2 DIMM slots 36367 per memory controller. 36368 36369 Signed-off-by: Jon Loeliger <jdl@freescale.com> 36370 36371commit 4d4a945e189a2f384c66432316da2788a0ac1607 36372Author: Rodolfo Giometti <giometti@enneenne.com> 36373Date: Mon Oct 15 11:59:17 2007 +0200 36374 36375 PXA USB OHCI: "usb stop" implementation. 36376 36377 Some USB keys need to be switched off before loading the kernel 36378 otherwise they can remain in an undefined status which prevents them 36379 to be correctly recognized by the kernel. 36380 36381 Signed-off-by: Rodolfo Giometti <giometti@linux.it> 36382 36383commit e2e93442e558cf1500e92861f99713b2f045ea22 36384Author: Stefan Roese <sr@denx.de> 36385Date: Mon Oct 15 11:39:00 2007 +0200 36386 36387 ppc4xx: Fix bug in I2C bootstrap values for Sequoia/Rainier 36388 36389 The I2C bootstrap values that can be setup via the "bootstrap" command, 36390 were setup incorrect regarding the generation of the internal sync PCI 36391 clock. The values for PLB clock == 133MHz were slighly incorrect and the 36392 values for PLB clock == 166MHz were totally incorrect. This could 36393 lead to a hangup upon booting while PCI configuration scan. 36394 36395 This patch fixes this issue and configures valid PCI divisor values 36396 for the sync PCI clock, with respect to the provided external async 36397 PCI frequency. 36398 36399 Here the values of the formula in the chapter 14.2 "PCI clocking" 36400 from the 440EPx users manual: 36401 36402 AsyncPCICLK - 1MHz <= SyncPCIClk <= (2 * AsyncPCIClk) - 1MHz 36403 36404 33MHz async PCI frequency: 36405 PLB = 133: 36406 => 32 <= 44.3 <= 65 (div = 3) 36407 36408 PLB = 166: 36409 => 32 <= 55.3 <= 65 (div = 3) 36410 36411 66MHz async PCI frequency: 36412 PLB = 133: 36413 => 65 <= 66.5 <= 132 (div = 2) 36414 36415 PLB = 166: 36416 => 65 <= 83 <= 132 (div = 2) 36417 36418 Signed-off-by: Stefan Roese <sr@denx.de> 36419 36420commit 5a5958b7de70ae99f0e7cbd5c97ec1346e051587 36421Author: Stefan Roese <sr@denx.de> 36422Date: Mon Oct 15 11:29:33 2007 +0200 36423 36424 ppc4xx: Fix incorrect 33/66MHz PCI clock log-message on Sequoia & Yosemite 36425 36426 The BCSR status bit for the 66MHz PCI operation was correctly 36427 addressed (MSB/LSB problem). Now the correct currently setup 36428 PCI frequency is displayed upon bootup. 36429 36430 This patch also fixes this problem on Rainier & Yellowstone, since these 36431 boards use the same souce code as Sequoia & Yosemite do. 36432 36433 Signed-off-by: Stefan Roese <sr@denx.de> 36434 36435commit da3aad55cbde80ab6e301aafa82a2c411aa53eff 36436Author: Martin Krause <martin.krause@tqs.de> 36437Date: Wed Sep 26 17:55:56 2007 +0200 36438 36439 TQM860M: adjust for doubled flash sector size. 36440 36441 Adjust flash map to support the new S29GLxxN (N-Type) Flashes with 36442 doubled sector size. 36443 36444 Signed-off-by: Martin Krause <martin.krause@tqs.de> 36445 36446commit 9d29250e2e62f4bf20c7a20b4173d84c48f11f5d 36447Author: Jens Gehrlein <jens.gehrlein@tqs.de> 36448Date: Wed Sep 26 17:55:54 2007 +0200 36449 36450 TQM8xx: Fix CAN timing. 36451 36452 Signed-off-by: Martin Krause <martin.krause@tqs.de> 36453 36454commit d43e489baf02afae49077791fb22332d240d8656 36455Author: Martin Krause <martin.krause@tqs.de> 36456Date: Thu Sep 27 14:54:36 2007 +0200 36457 36458 TQM866M: fix SDRAM refresh 36459 36460 At 133 MHz the current SDRAM refresh rate is too fast 36461 (measured 4 * 1.17 us). 36462 CFG_MAMR_PTA changes from 39 to 97. This result 36463 in a refresh rate of 4 * 7.8 us at the default clock 36464 50 MHz. At 133 MHz the value will be then 4 * 2.9 us. 36465 This is a compromise until a new method is found to 36466 adjust the refresh rate. 36467 36468 Signed-off-by: Martin Krause <martin.krause@tqs.de> 36469 36470commit 9ef57bbee1c67cc01da2026c242c4692db32be36 36471Author: Martin Krause <martin.krause@tqs.de> 36472Date: Wed Sep 26 17:55:55 2007 +0200 36473 36474 TQM866M: adjust for doubled flash sector size. 36475 36476 Adjust flash map to support the new S29GLxxN (N-Type) Flashes with 36477 doubled sector size. 36478 36479 Signed-off-by: Martin Krause <martin.krause@tqs.de> 36480 36481commit f8bf90461d9bad2e6fed31fcebaf235f60dd6763 36482Author: Michal Simek <monstr@monstr.eu> 36483Date: Sun Oct 14 16:12:29 2007 +0200 36484 36485 [FIX] XUPV2P change command handling 36486 and remove code violation 36487 36488commit 636400198228d96983c06657b17f760f5989958e 36489Author: Wolfgang Denk <wd@denx.de> 36490Date: Sun Oct 14 00:13:19 2007 +0200 36491 36492 Prepare for 1.3.0-rc3 release 36493 36494 Signed-off-by: Wolfgang Denk <wd@denx.de> 36495 36496commit 68f14f77ca5fe5f9cc025c8cae101671f628309f 36497Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 36498Date: Sat Sep 29 13:41:37 2007 +0200 36499 36500 Fix warning differ in signedness in cpu/pxa/mmc.c 36501 36502 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 36503 36504commit fc19e36f741e8bc727c0a330170b3b5db90399ef 36505Author: Wolfgang Denk <wd@denx.de> 36506Date: Sat Oct 13 23:51:14 2007 +0200 36507 36508 Fix warning differ in signedness in board/mpl/vcma9/vcma9.c 36509 36510 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 36511 Signed-off-by: Wolfgang Denk <wd@denx.de> 36512 36513commit de74b9eeacccaf0a42e5ecc9ae79a88f7a311296 36514Author: Wolfgang Denk <wd@denx.de> 36515Date: Sat Oct 13 21:15:39 2007 +0200 36516 36517 Coding Style cleanup. 36518 36519 Signed-off-by: Wolfgang Denk <wd@denx.de> 36520 36521commit e1893815b0999410d7a327589611c7b38e95299e 36522Author: Wolfgang Denk <wd@denx.de> 36523Date: Fri Oct 12 15:49:39 2007 +0200 36524 36525 GP3 SSA: enable RTC 36526 36527 Signed-off-by: Wolfgang Denk <wd@denx.de> 36528 36529commit 8002012041f1ff9f997a5727abe5015f70cd2e46 36530Author: Grzegorz Bernacki <gjb@semihalf.com> 36531Date: Tue Oct 9 13:58:24 2007 +0200 36532 36533 [ads5121] EEPROM support added. 36534 36535 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com> 36536 36537commit 7b624ad254b97e5a25dca2304a398b64aeedaffe 36538Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 36539Date: Sat Oct 6 18:55:35 2007 +0200 36540 36541 AVR32: Initialize bi_flash* in board_init_r 36542 36543 The ATSTK1000-specific flash driver intializes bi_flashstart, 36544 bi_flashsize and bi_flashoffset, but other flash drivers, like the CFI 36545 driver, don't. 36546 36547 Initialize these in board_init_r instead so that things will still be 36548 set up correctly when we switch to the CFI driver. 36549 36550 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 36551 36552commit 2b2a587d6d3076387d22ac740f44044bf46e2cb8 36553Author: Marian Balakowicz <m8@semihalf.com> 36554Date: Fri Oct 5 10:40:54 2007 +0200 36555 36556 tqm5200: Fix CONFIG_CMD_PCI typo in board config file. 36557 36558 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 36559 36560commit 92869195ef8210758d2176230c0a36897afd50ed 36561Author: Bartlomiej Sieka <tur@semihalf.com> 36562Date: Fri Oct 5 09:46:06 2007 +0200 36563 36564 CM5200: Fix missing null-termination in hostname manipulation code 36565 36566 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com> 36567 36568commit 9add9884b1fddc34ca186e00a2f868ccd5d02d87 36569Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 36570Date: Tue Oct 2 19:09:01 2007 +0200 36571 36572 Fix memtest breakage 36573 36574 CFG_MEMTEST_START uses weird magic involving gd, which fails to 36575 compile. Use hardcoded values instead (we actually know how much RAM 36576 we have on board.) 36577 36578 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 36579 36580commit 738815c0cc44aa329097f868dc1efc49ede9c5ba 36581Author: Stefan Roese <sr@denx.de> 36582Date: Tue Oct 2 11:44:46 2007 +0200 36583 36584 ppc4xx: Coding style cleanup 36585 36586 Signed-off-by: Stefan Roese <sr@denx.de> 36587 36588commit 87c1833a39e944db66385286fd5e28f9b3fcdd50 36589Author: Stefan Roese <sr@denx.de> 36590Date: Tue Oct 2 11:44:19 2007 +0200 36591 36592 ppc4xx: lwmon5: Remove watchdog for now, since not fully tested yet 36593 36594 Signed-off-by: Stefan Roese <sr@denx.de> 36595 36596commit 2db64784061bfc34f4ba70ef1d2fbe7133b55670 36597Author: Grzegorz Bernacki <gjb@semihalf.com> 36598Date: Mon Oct 1 09:51:50 2007 +0200 36599 36600 Program EPLD to force full duplex mode for PHY. 36601 36602 EPLD forces modes of PHY operation. By default full duplex is turned off. 36603 This fix turns it on. 36604 36605 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com> 36606 36607commit 785c13477b77dcd2e6c5128fffcdb4e1943f4818 36608Author: Timo Ketola <timo.ketola@exertus.fi> 36609Date: Mon Sep 24 14:50:32 2007 +0300 36610 36611 Bugfix: Use only one PTD for one endpoint 36612 36613 Original isp116x-hcd code prepared multiple PTDs for longer than 16 36614 byte transfers for one endpoint. That is unnecessary because the 36615 ISP116x is able to split long data from one PTD into multiple 36616 transactions based on the buffer size of the endpoint. It also caused 36617 serious problems if the endpoint NAKed some of the transactions. In 36618 that case ISP116x wouldn't notice that the other PTDs were for the same 36619 endpoint and would try the other PTDs possibly out of order. That would 36620 break the whole transfer. 36621 36622 This patch makes isp116x_submit_job to use one PTD for one transfer. 36623 36624 Signed-off-by: Timo Ketola <timo.ketola@exertus.fi> 36625 Signed-off-by: Markus Klotzbuecher <mk@denx.de> 36626 36627commit 86ec86c04326c3913178a7679aa910de071da75d 36628Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 36629Date: Thu Sep 27 23:27:47 2007 +0200 36630 36631 Fix missing DECLARE_GLOBAL_DATA_PTR on CONFIG_LPC2292 in serial 36632 36633 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 36634 36635commit 3e954beb614b5b190d7f4f4c3b641437a0132e35 36636Author: Stefan Roese <sr@denx.de> 36637Date: Tue Sep 11 14:12:55 2007 +0200 36638 36639 ppc4xx: lwmon5: Change GPIO 58 to default to low (watchdog test) 36640 36641 Signed-off-by: Stefan Roese <sr@denx.de> 36642 36643commit 1487adbdcf9594bb2eb686325a6f9540dad1b70a 36644Author: Ed Swarthout <Ed.Swarthout@freescale.com> 36645Date: Wed Sep 26 16:35:54 2007 -0500 36646 36647 85xx io out functions need sync after write. 36648 36649 This fixes the mc146818 rtc_read/write functions for 85xx. 36650 36651 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 36652 36653commit 0d38effc6e359e6b1b0c78d66e8bc1a4dc15a2ae 36654Author: Grant Likely <grant.likely@secretlab.ca> 36655Date: Tue Sep 25 15:48:05 2007 -0600 36656 36657 Fpga: fix incorrect test of CFG_FPGA_XILINX macro 36658 36659 CFG_FPGA_XILINX is a bit value used to test against the value in 36660 CONFIG_FPGA. Testing for a value will always return TRUE. I don't 36661 think that is the intention in this code. 36662 36663 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 36664 36665commit 853643d8cf2ca80cb2e25c53ad5dc580abafe166 36666Author: Michal Simek <monstr@monstr.eu> 36667Date: Mon Sep 24 00:41:30 2007 +0200 36668 36669 [FIX] change command handling and removing code violation 36670 36671commit f240356507038e5ce55e8a24cb2607e9eae6d10c 36672Author: Michal Simek <monstr@monstr.eu> 36673Date: Mon Sep 24 00:36:06 2007 +0200 36674 36675 [FIX] change sets of commands 36676 because changing of command handling brings 36677 compilation problems 36678 36679commit cb1bc63b75a232571eb69aa2c8aa919321655845 36680Author: Michal Simek <monstr@monstr.eu> 36681Date: Mon Sep 24 00:30:42 2007 +0200 36682 36683 [FIX] Email reparation & Copyright 36684 Both codes are written by myself without any 36685 support from CTU 36686 36687commit 0731cbae6c2feab93b244d83fd6a43f5cc9bf852 36688Author: Michal Simek <monstr@monstr.eu> 36689Date: Mon Sep 24 00:25:11 2007 +0200 36690 36691 [PATCH] Change macro name for UartLite 36692 because PowerPC 405 can use UartLite as console 36693 36694commit 1c1100d2fcf46b9d11dcf78d6e5aea75e2e8b716 36695Author: Michal Simek <monstr@monstr.eu> 36696Date: Mon Sep 24 00:21:19 2007 +0200 36697 36698 [PATCH] Add support for design without interrupt controller 36699 Polling timer 36700 36701commit 0731933ec8ec45d02ba89b52df673d526873cdde 36702Author: Michal Simek <monstr@monstr.eu> 36703Date: Mon Sep 24 00:19:48 2007 +0200 36704 36705 [FIX] resolve problem with cpu without barrel shifter 36706 36707commit db14d77995ce515b728b178b63f82babe60e3d56 36708Author: Michal Simek <monstr@monstr.eu> 36709Date: Mon Sep 24 00:18:46 2007 +0200 36710 36711 [FIX] repair email address 36712 36713commit 481d4328618804add1f818a6c96296121cd0528e 36714Author: Michal Simek <monstr@monstr.eu> 36715Date: Mon Sep 24 00:17:42 2007 +0200 36716 36717 [FIX] repair MFSL commands 36718 36719commit b90c045f035c3cc9b5d2edaed6048dfb74e40763 36720Author: Michal Simek <monstr@monstr.eu> 36721Date: Mon Sep 24 00:08:37 2007 +0200 36722 36723 synchronizition with mainline 36724 36725commit eda3e1e6619ad0bee94ae4b16c99d88e77e2af13 36726Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 36727Date: Sun Sep 23 02:42:38 2007 +0900 36728 36729 sh: Add support command of ide with sh 36730 36731 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 36732 36733commit d91ea45d15cf8e0987456bd211ffbb650824b6f1 36734Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 36735Date: Sun Sep 23 02:38:42 2007 +0900 36736 36737 sh: Update Makefile 36738 36739 Add support MS7722SE01 to Makefile. 36740 36741 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 36742 36743commit 6c0bbdccd379f5c8702af9e0765294c2fb7472a6 36744Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 36745Date: Sun Sep 23 02:31:13 2007 +0900 36746 36747 sh: Add support Renesas sh7722 processor and Hitachi MS7722SE01 board 36748 36749 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 36750 36751commit 047375bfa4c3052fa50a748da7ff89e9dad3b364 36752Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 36753Date: Sun Sep 23 02:19:24 2007 +0900 36754 36755 sh: Update MS7750SE01 platform 36756 36757 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 36758 36759commit 516ad760db3553766267ada01b7d5d727faa4bbd 36760Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 36761Date: Sun Sep 23 02:17:08 2007 +0900 36762 36763 sh: Remove comment out code from include/asm-sh/cpu_sh4.h 36764 36765 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 36766 36767commit b02bad128669e567fce87d8df823b06a0144b8db 36768Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 36769Date: Sun Sep 23 02:12:30 2007 +0900 36770 36771 sh: Update core code of SuperH. 36772 36773 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 36774 36775commit 66dcad3a9a53e0766d90e0084123bd8529522fb0 36776Author: Wolfgang Denk <wd@denx.de> 36777Date: Thu Sep 20 00:04:14 2007 +0200 36778 36779 v1.3.0-rc2 36780 36781 Signed-off-by: Wolfgang Denk <wd@denx.de> 36782 36783commit 135e19bc2773ebca487e9a8371f67e1ba202313a 36784Author: Wolfgang Denk <wd@denx.de> 36785Date: Tue Sep 18 21:36:35 2007 +0200 36786 36787 Avoid compiler warning. 36788 36789 Signed-off-by: Wolfgang Denk <wd@denx.de> 36790 36791commit 8a783a65851bc7421ab69f442261215e21b8891a 36792Author: Grant Likely <grant.likely@secretlab.ca> 36793Date: Tue Sep 18 12:24:57 2007 -0600 36794 36795 Bugfix: remove embedded null (\0) from CFG_BOOTFILE macro in TQM8540_config 36796 36797 /bin/bash and /bin/dash (which /bin/sh is linked to on ubuntu) handle embedded 36798 nulls in a string differently. For example, the following statement: 36799 echo "this is a string\0" > afile 36800 Will produce the following with /bin/bash: 36801 "this is a string\0" 36802 But with /bin/dash, will produce: 36803 "this is a string 36804 36805 Bug fixed by moving the embedded null out of the makefile and into the 36806 config header. Also renamed the macro to avoid usage colision with the same 36807 macro used by other board ports. 36808 36809 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 36810 36811commit f8d3ca7b6fa322ac57e8e831f07dbeea039a9f35 36812Author: Wolfgang Denk <wd@denx.de> 36813Date: Tue Sep 18 17:40:27 2007 +0200 36814 36815 MCC200: fix build warning 36816 36817 The MCC200 board config file includes version.h for some customer- 36818 specific setting, which causes warnings with "make depend"; build 36819 version.h before depend. 36820 36821 Signed-off-by: Wolfgang Denk <wd@denx.de> 36822 36823commit bd86220f58b99d6896198c385fda132f0c980915 36824Author: Peter Pearse <peter.pearse@arm.com> 36825Date: Tue Sep 18 13:07:54 2007 +0100 36826 36827 Move coloured led API to status_led.h 36828 Improve indentation in drivers/at45.c 36829 36830commit e80e585b00fbbab7ad1bf71619741f2c5b029ab7 36831Author: Eirik Aanonsen <eaa@wprmedical.com> 36832Date: Tue Sep 18 08:47:20 2007 +0200 36833 36834 Update atstk1002 bootargs. 36835 36836 Updates to atstk1002 U-Boot header file: 36837 - Changed bootargs: 36838 * Set the bootargs for at1002 to point to the SD-card partition instead 36839 * ... of the boot flash. 36840 * Removing the rootfstype since that argument are not needed. 36841 36842 Signed-off-by: Eirik Aanonsen <eaa@wprmedical.com> 36843 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 36844 36845commit a4f3aab6dfbed6c29367c688bfb8a47eef62c225 36846Author: Eirik Aanonsen <eaa@wprmedical.com> 36847Date: Wed Sep 12 13:32:37 2007 +0200 36848 36849 Add some comments to clocks in atstk1002.h 36850 36851 This patch applies some clarifying comments to how the different 36852 clocks are setup according to atstk1002.h Some of the previous 36853 comments where stating wrongful information. 36854 36855 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 36856 36857commit 97213f32416ead885deafea86774e912ffd60ad0 36858Author: David Saada <David.Saada@ecitele.com> 36859Date: Mon Sep 17 17:04:47 2007 +0200 36860 36861 Description: Add NEC's PCI OHCI module ID to the USB OHCI driver 36862 36863 Signed-off-by: David Saada <david.saada@ecitele.com> 36864 36865commit 30363e98fa470fbecea5e8bc0f1443352754f303 36866Author: Stefan Roese <sr@denx.de> 36867Date: Mon Sep 17 08:20:47 2007 +0200 36868 36869 Small whitespace cleanup of OneNAND patch 36870 36871 Signed-off-by: Stefan Roese <sr@denx.de> 36872 36873commit d7e8ce101a4a45ed6ed45739fc2de5f87b13f7f1 36874Author: Kyungmin Park <kmpark@infradead.org> 36875Date: Mon Sep 10 17:15:14 2007 +0900 36876 36877 OneNAND support (take #2) 36878 36879 [PATCH 3/3] OneNAND support (take #2) 36880 36881 OneNAND support at U-Boot 36882 36883 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> 36884 36885commit 17aa2800457df0c06b41516f46f126712c196219 36886Author: Kyungmin Park <kmpark@infradead.org> 36887Date: Mon Sep 10 17:14:34 2007 +0900 36888 36889 OneNAND support (take #2) 36890 36891 [PATCH 2/3] OneNAND support (take #2) 36892 36893 OneNAND support at U-Boot 36894 36895 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> 36896 36897commit 916527f4809a7bcd811f1f1daf34af184e31dd8c 36898Author: Kyungmin Park <kmpark@infradead.org> 36899Date: Mon Sep 10 17:13:49 2007 +0900 36900 36901 OneNAND support (take #2) 36902 36903 [PATCH 1/3] OneNAND support (take #2) 36904 36905 OneNAND support at U-Boot 36906 36907 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> 36908 36909commit b49c90df6e7cfcfb8b862b8bbf8448dff5eed9a5 36910Author: Michal Simek <monstr@monstr.eu> 36911Date: Sun Sep 16 20:51:57 2007 +0200 36912 36913 [FIX] remove files form repository 36914 36915commit 67c31036acaaaa992fc346cc89db0909a7e733c4 36916Author: Wolfgang Denk <wd@denx.de> 36917Date: Sun Sep 16 17:10:04 2007 +0200 36918 36919 TQM8xx[LM]: Fix broken environment alignment. 36920 36921 With recent toolchains, the environment sectors were no longer aligned to 36922 sector boundaries. The reason was a combination of two bugs: 36923 36924 1) common/environment.c assumed that CONFIG_TQM8xxL would be defined 36925 for all TQM8xxL and TQM8xxM boards. But "include/common.h", where 36926 this gets defined, is not included here (and cannot be included 36927 without causing lots of problems). 36928 36929 Added a new #define CFG_USE_PPCENV for all boards which really 36930 want to put the environment is a ".ppcenv" section. 36931 36932 2) The linker scripts just include environment.o, silently assuming 36933 that the objects in that file are really in the order in which 36934 they are coded in the C file, i. e. "environment" first, then 36935 "redundand_environment", and "env_size" last. However, current 36936 toolchains (GCC-4.x) reorder the objects, causing the environment 36937 data not to start on a flash sector boundary: 36938 36939 Instead of: we got: 36940 36941 40008000 T environment 40008000 T env_size 36942 4000c000 T redundand_environment 40008004 T redundand_environment 36943 40010000 T env_size 4000c004 T environment 36944 36945 Note: this patch fixes just the first part, and cures the alignment 36946 problem by making sure that "env_size" gets placed correctly. However, 36947 we still have a potential issue because primary and redundant 36948 environment sectors are actually swapped, i. e. we have now: 36949 36950 40008000 T redundand_environment 36951 4000c000 T environment 36952 40010000 T env_size 36953 36954 This shall be fixed in the next version. 36955 36956 Signed-off-by: Wolfgang Denk <wd@denx.de> 36957 36958commit eb6da8050797c204c9d010548424186c7ce32fc1 36959Author: Wolfgang Denk <wd@denx.de> 36960Date: Sun Sep 16 02:39:35 2007 +0200 36961 36962 TQM8xx/FPS8xx: adjust flash partitions for 2.6 ARCH=powerpc kernels 36963 36964 Signed-off-by: Wolfgang Denk <wd@denx.de> 36965 36966commit cd2d1602c54cc6957bdef3872272a4b264893960 36967Author: urwithsughosh@gmail.com <urwithsughosh@gmail.com> 36968Date: Mon Sep 10 14:54:56 2007 -0400 36969 36970 Typo fix in tsec.c 36971 36972 Fixup for the break statement in wrong place. 36973 36974 [Patch by urwithsughosh@gmail.com] 36975 Acked-by: Andy Fleming <afleming@freescale.com> 36976 Signed-off-by: Wolfgang Denk <wd@denx.de> 36977 36978commit 5bd7fe9aeb76906371f40b8fd07613f10922e3e7 36979Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 36980Date: Tue Sep 11 17:04:00 2007 +0200 36981 36982 Fix do_div() usage in nand process output 36983 36984 Fix usage of do_div() in nand erase|read|write process output. 36985 36986 The last patch to nand_util.c introduced do_div() instead of libgcc's 36987 implementation. But do_div() returns the quotient in its first 36988 macro parameter and not as result. 36989 36990 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 36991 36992commit c750d2e6692a000a82f29de7bf24e3dc21239161 36993Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 36994Date: Wed Sep 12 12:36:53 2007 +0200 36995 36996 NAND: Add CFG_NAND_QUIET option 36997 36998 This config option sets the default for the progress information 36999 output behavior that can also be configured through the 'quiet' 37000 environment variable.
37001 37002 The legacy NAND code does not print the current progress info 37003 on the console. So this option is for backward compatibility for 37004 units that are in the field and where setting the quiet variable 37005 is not an option. With CFG_NAND_QUIET set to '1' the console 37006 progress info is turned off. This can still be overwritten 37007 through the environment variable. 37008 37009 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 37010 37011commit dcb88630290d2bcd803386dd4c2be73142994c4f 37012Author: Liew Tsi Chung-r5aahp <Tsi-chung.Liew@freescale.com> 37013Date: Thu Sep 13 16:06:05 2007 -0700 37014 37015 ColdFire: fix build error becasue of bad type of mii_init() 37016 37017 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 37018 37019commit 314d5b6ce52a4ed19dd295d1364e246c5e605017 37020Author: Liew Tsi Chung-r5aahp <Tsi-chung.Liew@freescale.com> 37021Date: Thu Sep 13 16:04:05 2007 -0700 37022 37023 ColdFire: Fix build error caused by pixis.c 37024 37025 Moved the #include <asm/cache.h> inside the #ifdef CONFIG_FSL_PIXIS. 37026 37027 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 37028 37029commit e21659e30660a1377c42af135a6114efe39801d9 37030Author: Sam Sparks <SSparks@twacs.com> 37031Date: Fri Sep 14 11:14:42 2007 -0600 37032 37033 Update MPC8349ITX*_config to place config.tmp in right place. 37034 37035 MPC834ITX*_config does not store config.tmp at the correct locatation, 37036 causing MPC8349ITXGP to have the wrong TEXT_BASE. 37037 37038 Signed-off-by: Sam Sparks <SSparks@twacs.com> 37039 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 37040 37041commit 1218abf1b5817a39a82399b4b928b00750575bda 37042Author: Wolfgang Denk <wd@denx.de> 37043Date: Sat Sep 15 20:48:41 2007 +0200 37044 37045 Fix cases where DECLARE_GLOBAL_DATA_PTR was not declared as global 37046 37047 Signed-off-by: Wolfgang Denk <wd@denx.de> 37048 37049commit 66b3f24d665be678a9dbb125b1e84185400f63b5 37050Author: Dirk Behme <dirk.behme@googlemail.com> 37051Date: Sat Sep 15 11:55:42 2007 +0200 37052 37053 Make DECLARE_GLOBAL_DATA_PTR global for DaVinci 37054 37055 As discussed in [1], DECLARE_GLOBAL_DATA_PTR has to be global and not 37056 function local. 37057 37058 Signed-off-by: Dirk Behme <dirk.behme@gmail.com> 37059 37060 [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/31805 37061 37062commit 991b089d1ce5ad945725e3657a8f106dfa02a38e 37063Author: Michal Simek <monstr@monstr.eu> 37064Date: Sat Sep 15 00:03:35 2007 +0200 37065 37066 Synchronize with U-BOOT mainline 37067 37068commit d7fee32b7e61fe11c64e371cde79faa4768e8350 37069Author: Sam Sparks <SSparks@twacs.com> 37070Date: Fri Sep 14 11:14:42 2007 -0600 37071 37072 Update MPC8349ITX*_config to place config.tmp in right place. 37073 37074 MPC834ITX*_config does not store config.tmp at the correct locatation, 37075 causing MPC8349ITXGP to have the wrong TEXT_BASE. 37076 37077 Signed-off-by: Sam Sparks <SSparks@twacs.com> 37078 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 37079 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 37080 37081commit 6e7b7b6ea1b6d04dbe96242eb6a0c1c664c98e8c 37082Author: Bartlomiej Sieka <tur@semihalf.com> 37083Date: Thu Sep 13 18:21:48 2007 +0200 37084 37085 cm5200: Fix a typo introduced by afaac86fe2948ac84cd9a12bbed883b3c683e7d9 37086 37087 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 37088 37089commit e1f601b572db5de9aa81a0b77c68a86994fe24c4 37090Author: Bartlomiej Sieka <tur@semihalf.com> 37091Date: Thu Sep 13 16:33:59 2007 +0200 37092 37093 tqm5200: Restore customary env. variable boot commands for powerpc kernels 37094 37095 - update default definitions of kernel_addr and fdt_addr env. variables 37096 - make arch/powerpc booting the default scenario 37097 - update MTD partition layout to match the above 37098 37099 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com> 37100 37101commit f34024d4a328e6edd906456da98d2c537155c4f7 37102Author: Wolfgang Denk <wd@denx.de> 37103Date: Wed Sep 12 00:48:57 2007 +0200 37104 37105 Fix memory corruption problem on STX GP3 SSA Board. 37106 37107 Signed-off-by: Wolfgang Denk <wd@denx.de> 37108 37109commit d94c79e47011af5e8dd10ed6163c09b4cfc743cc 37110Author: Peter Pearse <peter.pearse@arm.com> 37111Date: Tue Sep 11 15:35:01 2007 +0100 37112 37113 Final tidy 37114 37115commit 38ad82da0c1180ecdeb212a8f4245e945bcc546e 37116Author: Grzegorz Bernacki <gjb@semihalf.com> 37117Date: Tue Sep 11 15:42:11 2007 +0200 37118 37119 [GP3SSA] Add define CONFIG_MPC85XX_PCI2 in config file to allow u-boot to 37120 scan on second pci bus. 37121 37122 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com> 37123 37124commit 6c2f4f388e8181655ea8b69343ea00b68aa6e8d0 37125Author: Grzegorz Bernacki <gjb@semihalf.com> 37126Date: Tue Sep 11 12:57:52 2007 +0200 37127 37128 [ppc4xx] Individual handling of sdram.c for bamboo_nand build 37129 37130 Bamboo has a file sdram.c which needs special treatment when building in 37131 separate directory. It has to be linked to build directory otherwise it is 37132 not seen. 37133 37134 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com> 37135 37136commit d45963854eff39d575124d859419bb4953ce2c87 37137Author: Michal Simek <monstr@monstr.eu> 37138Date: Tue Sep 11 00:37:04 2007 +0200 37139 37140 [FIX] Microblaze ML401 - repare FLASH handling 37141 37142commit 38c1ef728d19950414a8ab1ccfc53767848fa346 37143Author: Sean MCGOOGAN <sean.mcgoogan@st.com> 37144Date: Mon Sep 10 16:55:59 2007 +0100 37145 37146 Allocate CPU Architecture Code for STMicroelectronics' ST200. 37147 37148 Signed-off-by: Sean McGoogan <Sean.McGoogan@st.com> 37149 --------------------------------------------------- 37150 37151commit 754bac48156f8958d8f6a53a51eda88ab5758929 37152Author: Wolfgang Denk <wd@denx.de> 37153Date: Mon Sep 10 20:42:31 2007 +0200 37154 37155 Update version to match current state. 37156 37157 Signed-off-by: Wolfgang Denk <wd@denx.de> 37158 37159commit 7a888d6b3c32a126dbb504ef146bb4c26574ca7b 37160Author: Grzegorz Bernacki <gjb@semihalf.com> 37161Date: Mon Sep 10 17:39:08 2007 +0200 37162 37163 [MPC512x] Streamline frame handling in the FEC driver 37164 37165 - convert frame size settings to be derived from a single base 37166 - set frame size to the recommended default value 37167 37168 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com> 37169 37170commit e251e00d0db4b36d1d2b7e38fec43a7296b529a2 37171Author: Kyungmin Park <kmpark@infradead.org> 37172Date: Mon Sep 10 11:34:00 2007 +0900 37173 37174 Remove compiler warning: target CPU does not support interworking 37175 37176 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> 37177 37178commit 1d9e31e04911a6bb7cc66dd91132c699101c32e2 37179Author: Wolfgang Denk <wd@denx.de> 37180Date: Sun Sep 9 21:21:33 2007 +0200 37181 37182 Fix compile error in spc1920 config. 37183 37184 Signed-off-by: Markus Klotzbücher <mk@denx.de> 37185 Signed-off-by: Wolfgang Denk <wd@denx.de> 37186 37187commit a7d7eca791a37f452c9da10fef4b31dd7aa9a622 37188Author: Grant Likely <grant.likely@secretlab.ca> 37189Date: Fri Sep 7 09:25:07 2007 -0600 37190 37191 Bugfix: make bootm+libfdt compile on boards with no flash 37192 37193 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 37194 37195commit 6efc1fc0b63e55f94c5bc61d8dd23c918e3bc778 37196Author: Grzegorz Bernacki <gjb@semihalf.com> 37197Date: Fri Sep 7 18:35:37 2007 +0200 37198 37199 [PPC440SPe] PCIe environment settings for Katmai and Yucca 37200 37201 - 'pciconfighost' is set by default in order to be able to scan bridges 37202 behind the primary host/PCIe 37203 37204 - 'pciscandelay' env variable is recognized to allow for user-controlled 37205 delay before the PCIe bus enumeration; some peripheral devices require a 37206 significant delay before they can be scanned (e.g. LSI8408E); without the 37207 delay they are not detected 37208 37209 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com> 37210 37211commit 7f1913938984ef6c6a46cb53e003719196d9c5de 37212Author: Grzegorz Bernacki <gjb@semihalf.com> 37213Date: Fri Sep 7 18:20:23 2007 +0200 37214 37215 [PPC440SPe] Improve PCIe configuration space access 37216 37217 - correct configuration space mapping 37218 - correct bus numbering 37219 - better access to config space 37220 37221 Prior to this patch, the 440SPe host/PCIe bridge was able to configure only the 37222 first device on the first bus. We now allow to configure up to 16 buses; 37223 also, scanning for devices behind the PCIe-PCIe bridge is supported, so 37224 peripheral devices farther in hierarchy can be identified. 37225 37226 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com> 37227 37228commit 15ee4734e4e08003d73d9ead3ca80e2a0672e427 37229Author: Grzegorz Bernacki <gjb@semihalf.com> 37230Date: Fri Sep 7 17:46:18 2007 +0200 37231 37232 [PPC440SPe] Convert machine check exceptions handling 37233 37234 Convert using fixup mechanism to suppressing MCK for the duration of config 37235 read/write transaction: while fixups work fine with the case of a precise 37236 exception, we identified a major drawback with this approach when there's 37237 an imprecise case. In this scenario there is the following race condition: 37238 the fixup is (by design) set to catch the instruction following the one 37239 actually causing the exception; if an interrupt (e.g. decrementer) happens 37240 between those two instructions, the ISR code is executed before the fixup 37241 handler the machine check is no longer protected by the fixup handler as it 37242 appears as within the ISR code. In consequence the fixup approach is being 37243 phased out and replaced with explicit suppressing of MCK during a PCIe 37244 config read/write cycle. 37245 37246 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com> 37247 37248commit ff7640c9ead8806b5d827f2b29f9cb2632add729 37249Author: Wolfgang Denk <wd@denx.de> 37250Date: Fri Sep 7 17:43:36 2007 +0200 37251 37252 Fix typo in MAKEALL script. 37253 37254 Signed-off-by: Wolfgang Denk <wd@denx.de> 37255 37256commit 08e2e5fcd2e06670b62e1680a3934c0e55c72810 37257Author: Grzegorz Bernacki <gjb@semihalf.com> 37258Date: Fri Sep 7 17:09:21 2007 +0200 37259 37260 [MPC512x] Proper handling of larger frames in the FEC driver 37261 37262 When frame larger than local RX buffer is received, it is split and handled 37263 by two buffer descriptors. Prior to this patch the FEC driver discarded 37264 contents of a buffer descriptor without the 'LAST' bit set, so the first 37265 part of the frame was lost in case of larger frames. This fix allows to 37266 safely combine the two pieces into the whole frame. 37267 37268 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com> 37269 37270commit 8d17979d0359492a822a0a409d26e3a3549b4cd4 37271Author: Rafal Jaworowski <raj@semihalf.com> 37272Date: Fri Sep 7 17:05:36 2007 +0200 37273 37274 [MPC512x] Correct fixup relocation 37275 37276 Signed-off-by: Rafal Jaworowski <raj@semihalf.com> 37277 37278commit a89cbbd27a60e6740772000fd0688ffba1c2576a 37279Author: Wolfgang Denk <wd@denx.de> 37280Date: Fri Sep 7 01:21:25 2007 +0200 37281 37282 Update CHANGELOG, minor coding style cleanup. 37283 37284commit 5e5803e119de3bebd76fc9a57baac0b5aeccc8a3 37285Author: stefano babic <sbabic@denx.de> 37286Date: Thu Aug 30 23:01:49 2007 +0200 37287 37288 PXA270: Added support for TrizepsIV board. 37289 37290 This patch add support for the Trizeps IV module (520Mhz). 37291 37292 Signed-off-by: Stefano Babic <sbabic@denx.de> 37293 37294commit 80172c6181c912fbb34ea3ba0c22b232b419b47f 37295Author: stefano babic <sbabic@denx.de> 37296Date: Thu Aug 30 22:57:04 2007 +0200 37297 37298 PXA270: Add support for multiple serial ports. 37299 37300 This patch adds support for multiple serial ports to the PXA target. 37301 FFUART, BTUART and STUART are supported. 37302 37303 Signed-off-by: Stefano Babic <sbabic@denx.de> 37304 37305commit 28bb3f72c687ac6b2eb076b01dd21a5fd657d45e 37306Author: stefano babic <sbabic@denx.de> 37307Date: Thu Aug 30 22:48:47 2007 +0200 37308 37309 PXA270: fix compile issue (invalid lvalue) 37310 37311 Code is broken for PXA270 due to "invalid lvalue in assignment". 37312 37313 This patch fix it in pxa-regs.h 37314 37315 Signed-off-by: Stefano Babic <sbabic@denx.de> 37316 37317commit 1d2ca446e1a731df420206d04fe278c27ea6b8e8 37318Author: Jason Jin <Jason.jin@freescale.com> 37319Date: Thu Aug 30 18:19:05 2007 +0800 37320 37321 Add BUILD_DIR support for bios emulator. 37322 37323 Signed-off-by: Jason Jin <Jason.jin@freescale.com> 37324 37325commit b4d8a55145442f136982634862341a3e02002bda 37326Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com> 37327Date: Fri Aug 31 14:41:51 2007 +0900 37328 37329 [MIPS] Remove inline asm string functions 37330 37331 Stop using inline string functions on MIPS as other ARCHs do so, 37332 since the optimized inline asm versions are not small. 37333 37334 This change is triggered by a following MIPS build error: 37335 common/libcommon.a(exports.o)(.text+0xdc): In function `jumptable_init': 37336 common/exports.c:32: undefined reference to `strcmp' 37337 make: *** [u-boot] Error 1 37338 37339 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com> 37340 37341commit 8ea2c4e54833deaebc24c3ca6b7f21353c25b0f5 37342Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com> 37343Date: Fri Aug 31 14:41:45 2007 +0900 37344 37345 [MIPS] Update asm string header 37346 37347 This patches contains several bugfixes and cleanups in the latest upstream: 37348 37349 - Don't include linux/config.h 37350 - Remove buggy inline version of memscan. 37351 - Merge with Linux 2.6.11-rc3. 37352 - Fix undefined reference to strcpy in binfmt_misc caused by gcc 3.4. 37353 - Goodbye mips64. 31704 lines of code bite the dust. 37354 - Replace extern inline with static inline. 37355 - Fix return value of strncpy. 37356 - Remove a bunch more "$1" clobbers. 37357 37358 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com> 37359 37360commit 5b729fb3bd98f49855d6bfc657c3fbae95f2adc2 37361Author: Bartlomiej Sieka <tur@semihalf.com> 37362Date: Tue Sep 4 17:31:22 2007 +0200 37363 37364 Fix do_bootm_linux() so that multi-file images with FDT blob boot. 37365 37366 Fix incorrect blob address calculation in do_bootm_linux() that prevents 37367 booting the kernel from a multi-file image (kernel + initrd + blob). 37368 37369 Also, make minor updates to the U-Boot's output and to the coding style. 37370 37371 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com> 37372 37373commit 041a2554ad619e80dce520c1a33210affcb6a3f2 37374Author: Gary Jennejohn <gary.jennejohn@freenet.de> 37375Date: Fri Aug 31 14:29:04 2007 +0200 37376 37377 Add support for Sil680 IDE controller. 37378 37379 o add drivers/sil680.c to support the Sil680 IDE-controller. 37380 o drivers/Makefile: add sil680.o. 37381 37382 Signed-off-by: Gary Jennejohn <garyj@denx.de> 37383 37384commit e79021223bc339df655e360645a52c457a74b067 37385Author: Grant Likely <grant.likely@secretlab.ca> 37386Date: Thu Sep 6 09:47:40 2007 -0600 37387 37388 bootm/fdt: Only process the fdt if an fdt address was provided 37389 37390 Boards with CONFIG_OF_LIBFDT enabled are not able to boot old-style 37391 kernels using the board info structure (instead of passing a device tree) 37392 This change allows the old style booting to be used if the fdt argument 37393 was not passed to 'bootm'. 37394 37395 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 37396 Acked-by: Kim Phillips <kim.phillips@freescale.com> 37397 37398commit cf2817a84c2e9bea2c5dfc084bce2f2d2563ac43 37399Author: Grant Likely <grant.likely@secretlab.ca> 37400Date: Thu Sep 6 09:46:23 2007 -0600 37401 37402 Migrate 5xxx boards from CONFIG_OF_FLAT_TREE to CONFIG_OF_LIBFDT 37403 37404 Affects boards: icecube (lite5200), jupiter, motionpro, tqm5200 37405 37406 Tested on: lite5200b 37407 37408 Note: the fixup functions have not been moved to a common place. This 37409 patch is targeted for immediate merging as in solves a build issue, but 37410 the final name/location of the fixups is still subject to debate. I 37411 propose to merge this now, and move the fixups in the next merge window 37412 to be usable by all targets. 37413 37414 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 37415 37416commit 41bb76e941929f54a73206fb132f7a4c275543a3 37417Author: Grant Likely <grant.likely@secretlab.ca> 37418Date: Thu Sep 6 09:46:17 2007 -0600 37419 37420 libfdt: add convenience function fdt_find_and_setprop() 37421 37422 Given the path to a node, fdt_find_and_setprop() allows a property value 37423 to be set directly. 37424 37425 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 37426 37427commit 80767a6cead9990d9e77e62be947843c2c72f469 37428Author: Peter Pearse <peter.pearse@arm.com> 37429Date: Wed Sep 5 16:04:41 2007 +0100 37430 37431 Changed API name to coloured_led.h 37432 Removed code using deprecated ifdef CONFIG_BOOTBINFUNC 37433 Tidied other cpu/arm920t/start.S code 37434 37435commit 56a9270521baaa00e12639a978302a67f61ef060 37436Author: Kumar Gala <galak@kernel.crashing.org> 37437Date: Thu Aug 30 16:18:18 2007 -0500 37438 37439 Fix ULI RTC support on MPC8544 DS 37440 37441 The RTC on the M1575 ULI chipset requires a dummy read before 37442 we are able to talk to the RTC. We accomplish this by adding a 37443 second memory region to the PHB the ULI is on and read from it. 37444 37445 The second region is added to maintain compatiabilty with Linux's 37446 view of the PCI memory map. 37447 37448 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 37449 37450commit f75e89e9b5714db2b0e80074071dfbdd6f59488a 37451Author: Ed Swarthout <Ed.Swarthout@freescale.com> 37452Date: Thu Aug 30 01:58:48 2007 -0500 37453 37454 ft_board_setup update 85xx/86xx of pci/pcie bus-range property. 37455 37456 pcie is now differentiated from pci. Add 8641 bus-range updates. 37457 37458 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 37459 37460commit 9f5c3d3720e777a572dcdc8af2008b44c7243885 37461Author: Peter Pearse <peter.pearse@arm.com> 37462Date: Tue Sep 4 16:18:38 2007 +0100 37463 37464 Add coloured led interface for ARM boards. 37465 Use it in cpu/arm920t/start.S to indicate U-Boot code has been entered. 37466 37467commit 7462fe0d5a9d40cde083fb1a3cd73911996b5ecb 37468Author: Peter Pearse <peter.pearse@arm.com> 37469Date: Tue Sep 4 14:49:28 2007 +0100 37470 37471 Move include/led.h to board/at91rm9200dk 37472 37473commit 6e4bf9b24e57c15abc6542e685d06380bc64af27 37474Author: Peter Pearse <peter.pearse@arm.com> 37475Date: Tue Sep 4 14:25:51 2007 +0100 37476 37477 Ran Lindent on drivers/at45.c 37478 37479commit 557ab89d294f08dd532f21d19861b40093200a33 37480Author: Peter Pearse <peter.pearse@arm.com> 37481Date: Tue Sep 4 14:23:50 2007 +0100 37482 37483 Rename CONFIG_CMD_MUX to CONFIG_CMD_AT91_SPIMUX 37484 37485commit 81b73dec16fd1227369a191e725e10044a9d56b8 37486Author: Gary Jennejohn <garyj@denx.de> 37487Date: Fri Aug 31 15:21:46 2007 +0200 37488 37489 ppc4xx: (Re-)Enable CONFIG_PCI_PNP on AMCC 440EPx Sequoia 37490 37491 The 440EPx has a problem when the PCI_CACHE_LINE_SIZE register is 37492 set to non-zero, because it doesn't support MRM (memory-read- 37493 multiple) correctly. We now added the possibility to configure 37494 this register in the board config file, so that the default value 37495 of 8 can be overridden. 37496 37497 Here the details of this patch: 37498 37499 o drivers_pci_auto.c: introduce CFG_PCI_CACHE_LINE_SIZE to allow 37500 board-specific settings. As an example the sequoia board requires 0. 37501 Idea from Stefan Roese <sr@denx.de>. 37502 o board/amcc/sequoia/init.S: add a TLB mapping at 0xE8000000 for the 37503 PCI IO-space. Obtained from Stefan Roese <sr@denx.de>. 37504 o include/configs/sequoia.h: turn CONFIG_PCI_PNP back on and set 37505 CFG_PCI_CACHE_LINE_SIZE to 0. 37506 37507 Signed-off-by: Gary Jennejohn <garyj@denx.de> 37508 Signed-off-by: Stefan Roese <sr@denx.de> 37509 37510commit 60174746c668b309378a91488dded898e9553eae 37511Author: Wolfgang Denk <wd@denx.de> 37512Date: Fri Aug 31 10:01:51 2007 +0200 37513 37514 Fix TFTP OACK code for short packets. 37515 37516 The old code had a loop limit overflow bug which caused a semi- 37517 infinite loop for small packets, because in "i<len-8", "i" was signed, 37518 but "len" was unsigned, and "len-8" became a huge number for small 37519 values of "len". 37520 37521 This is a workaround which replaces broken commit 8f1bc284. 37522 37523 Signed-off-by: Wolfgang Denk <wd@denx.de> 37524 37525commit 696dd1307cd8e73a10e9bb3c51731bfd6f837bee 37526Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com> 37527Date: Thu Aug 30 15:03:05 2007 +0200 37528 37529 Reduce BOOTDELAY variable to 1 second by default for STK1002 37530 37531 Signed-off-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com> 37532 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 37533 37534commit c88b6e1cbf9a8ae2a34fb602f78a1bf4e6692b6a 37535Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com> 37536Date: Thu Aug 30 15:03:04 2007 +0200 37537 37538 Remove double quotation marks around MAC address for STK1002 37539 37540 Signed-off-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com> 37541 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 37542 37543commit ff13ac8c7bbebb238e339592de765c546dba1073 37544Author: Wolfgang Denk <wd@denx.de> 37545Date: Thu Aug 30 14:42:15 2007 +0200 37546 37547 Backout commit 8f1bc284 as it causes TFTP to fail. 37548 37549 Signed-off-by: Wolfgang Denk <wd@denx.de> 37550 37551commit 1900fbf255acba8b94fb442a16408ea85a1d46a6 37552Author: Ed Swarthout <Ed.Swarthout@freescale.com> 37553Date: Thu Aug 30 02:26:17 2007 -0500 37554 37555 Revert "Fix MPC8544DS PCIe3 scsi." 37556 37557 This reverts commit 9468e680. 37558 Commit 16e23c3f5da removing allocation of PCSRBAR is sufficient. 37559 37560 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 37561 37562commit 8f1bc28408ded213418d9bc0780c7d8fb8a03774 37563Author: Grant Likely <grant.likely@secretlab.ca> 37564Date: Wed Aug 29 18:26:24 2007 -0600 37565 37566 tftp: don't implicity trust the format of recevied packets 37567 37568 The TFTP OACK code trusts that the incoming packet is formated as 37569 ASCII text and can be processed by string functions. It also has a 37570 loop limit overflow bug where if the packet length is less than 8, it 37571 ends up looping over *all* of memory to find the 'blksize' string. 37572 37573 This patch solves the problem by forcing the packet to be null 37574 terminated and using strstr() to search for the sub string. 37575 37576 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 37577 37578commit 04625764cc93ce8a61625ac19d7fe2a2ceee8143 37579Author: Stefan Roese <sr@denx.de> 37580Date: Wed Aug 29 16:31:18 2007 +0200 37581 37582 ppc4xx: Change lwmon5 default environment to support Linux RTC 37583 37584 The Linux PCF8563 RTC driver doesn't do autoprobing, so we need 37585 to supply the RTC I2C address as bootline parameter. This patch 37586 adds support for this rtc probing parameter to the bootargs: 37587 37588 "rtc-pcf8563.probe=0,0x51" 37589 37590 Signed-off-by: Stefan Roese <sr@denx.de> 37591 37592commit 2602a5c40ae37ab965a4e240854fdaffb51328a4 37593Author: Kim Phillips <kim.phillips@freescale.com> 37594Date: Wed Aug 29 09:06:05 2007 -0500 37595 37596 sbc8641: remove unused OF_FLAT_TREE_MAX_SIZE 37597 37598 this had slipped through the cracks, since the sbc board was added 37599 after I wrote the original patch to remove all these symbols, and 37600 before it was merged. 37601 37602 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 37603 37604commit c5bded3c88e48ae648a75d357dc81a8255fa81f1 37605Author: Wolfgang Denk <wd@denx.de> 37606Date: Wed Aug 29 14:05:30 2007 +0200 37607 37608 Add mii_init() prototype 37609 37610 to get rid of a *lot* of compiler warnings. 37611 37612 Signed-off-by: Wolfgang Denk <wd@denx.de> 37613 37614commit 2d1f23aa1e74e4a8f8ffa67f246eb98c522dfd7f 37615Author: Wolfgang Denk <wd@denx.de> 37616Date: Wed Aug 29 13:35:03 2007 +0200 37617 37618 Disable network support on cmi_mpc5xx board 37619 37620 ..because it caused compiler errors and there seems to be no 37621 board maintainer to take care of this. 37622 37623 Signed-off-by: Wolfgang Denk <wd@denx.de> 37624 37625commit 9468e6804b7e25b0f6f52e53f47bce3175400a16 37626Author: Kumar Gala <galak@kernel.crashing.org> 37627Date: Mon Aug 20 09:44:00 2007 -0500 37628 37629 Fix MPC8544DS PCIe3 scsi. 37630 37631 <ed.swarthout@freescale.com> 37632 37633 The problem is pciauto_setup_device() getting called from fsl_pci_init.c 37634 is allocating memory space it doesn't need. 37635 37636 Signed-off-by: Ed Swarthout <ed.swarthout@freescale.com> 37637 Signed-off-by: Andy Fleming <afleming@freescale.com> 37638 37639commit 4bf4abb8a4e9955556b120a1aafa30c03e74032a 37640Author: Ed Swarthout <Ed.Swarthout@freescale.com> 37641Date: Tue Aug 21 09:38:59 2007 -0500 37642 37643 8548cds fixes 37644 37645 Restore CONFIG_EXTRA_ENV_SETTINGS definition which contains the 37646 correct consoledev needed for linux boot. 37647 Standardize on fdt{file,addr} var to hold dtb file name. 37648 37649 Set PCI inbound memory region from CFG_MEMORY_{BUS,PHYS}. 37650 37651 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 37652 37653commit 7a1ac419fa0d2d23ddd08bd61d16896a9f33c933 37654Author: Haiying Wang <Haiying.Wang@freescale.com> 37655Date: Thu Aug 23 15:20:54 2007 -0400 37656 37657 Enable L2 cache for MPC8568MDS board 37658 37659 The L2 cache size is 512KB for 8568, print out the correct informaiton. 37660 37661 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com> 37662 37663commit 94c47fdaf14cb29fa3fb4d4da2efdd96c803b46b 37664Author: Jason Jin <Jason.jin@freescale.com> 37665Date: Wed Aug 22 17:54:49 2007 +0800 37666 37667 Remove the bios emulator binary files from MAI board 37668 37669 Signed-off-by: Jason Jin <Jason.jin@freescale.com> 37670 37671commit 7608d75f9c87c9eb5b3a43219d0506d3e979a13f 37672Author: Kim Phillips <kim.phillips@freescale.com> 37673Date: Tue Aug 21 17:00:17 2007 -0500 37674 37675 support board vendor-common makefiles 37676 37677 if a board/$(VENDOR)/common/Makefile exists, build it. 37678 37679 also add the first such case, board/freescale/common/Makefile, to 37680 handle building board-shared EEPROM, PIXIS, and MDS-PIB code, as 37681 dictated by board configuration. 37682 37683 thusly get rid of alternate build dir errors such as: 37684 37685 FATAL: can't create /work/wd/tmp/u-boot-ppc/board/freescale/mpc8360emds/../common/pq-mds-pib.o: No such file or directory 37686 37687 by putting the common/ mkdir command in its proper place (the common 37688 Makefile). Common bits from existing individual board Makefiles have 37689 been removed. 37690 37691 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 37692 37693commit ef8f20752712dc1cdbd86f47e3bd6e35f81c83fd 37694Author: stefano babic <sbabic@denx.de> 37695Date: Tue Aug 21 15:52:33 2007 +0200 37696 37697 Fix: TFTP is not working on little endian systems 37698 37699 TFTP does not work anymore after multicast tftp 37700 patch was applied on little endian systems. 37701 This patch fix it. 37702 37703 Signed-off-by: Stefano Babic <sbabic@denx.de> 37704 37705commit 5f470948570526e9186f053a3003da7719604e90 37706Author: stefano babic <sbabic@denx.de> 37707Date: Tue Aug 21 15:50:33 2007 +0200 37708 37709 Fix MAC address setting in DM9000 driver. 37710 37711 The logic to check if there is a correct MAC address in the DM9000 37712 EEPROM, added in the last patch, is wrong. Now the MAC address is 37713 always taken from the environment, even if a suitable MAC is present 37714 in the EEPROM. 37715 37716 Signed-off-by: Stefano Babic <sbabic@denx.de> 37717 37718commit 4a8527ef086ec7c89f40674ef024ae6f988a614a 37719Author: Martin Krause <martin.krause@tqs.de> 37720Date: Tue Aug 21 12:40:34 2007 +0200 37721 37722 MPC5xxx: fix some compiler warnings in USB code 37723 37724 Fix the following warnings: 37725 - usb.c:xx: warning: function declaration isn't a prototype 37726 - usb_ohci.c:xxx: warning: passing argument 1 of '__fswab32' makes integer 37727 from pointer wihtout a cast 37728 37729 Signed-off-by: Martin Krause <martin.krase@tqs.de> 37730 37731commit 16e23c3f5dab6937f5109365416808c7f15c122b 37732Author: Ed Swarthout <Ed.Swarthout@freescale.com> 37733Date: Mon Aug 20 23:55:33 2007 -0500 37734 37735 fsl_pci_init - Remove self PCSRBAR allocation 37736 37737 CPU physical address space was being wasted by allocating a 37738 PCSRBAR PCI inbound region to it's memory space. 37739 37740 As a rule, PCSRBAR should be left alone since it does not affect 37741 transactions from self and other masters may have changed it. 37742 37743 Signed-off-by: Ed Swarthout <ed.swarthout@freescale.com> 37744 37745commit 0e700ce03a23bb1921149bc77008ace7103d5289 37746Author: Martin Krause <martin.krause@tqs.de> 37747Date: Mon Aug 20 13:56:47 2007 +0200 37748 37749 Fix compiler warning in include/s3c2410.h 37750 37751 This patch fixes the "type qualifiers ignored on fuction return tpye" 37752 warning for include/s3c2410.h 37753 37754 Signed-off-by: Martin Krause <martin.krause@tqs.de> 37755 37756commit 9bb8b209ed2058a5756ecbeb544c067e44a42aea 37757Author: Dirk Behme <dirk.behme@googlemail.com> 37758Date: Mon Aug 20 07:09:05 2007 +0200 37759 37760 Fix compilation error for omap2420h4_config. 37761 37762 omap2420h4 switched to cfi, so remove old (already disabled) flash.c 37763 and flash_probe() calls in env_flash.c. 37764 37765 Signed-off-by: Dirk Behme <dirk.behme@gmail.com> 37766 37767commit 3bb342fc85d79dbb6b8c2039e7cdcddc82b8d90f 37768Author: Kim Phillips <kim.phillips@freescale.com> 37769Date: Fri Aug 10 14:34:14 2007 -0500 37770 37771 fdt: remove unused OF_FLAT_TREE_MAX_SIZE references 37772 37773 and make some minor corrections to the FDT part of the README. 37774 37775 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 37776 37777commit 6af2eeb1e99c2dcc584d4c5ab7fcae30a325f4de 37778Author: Wolfgang Denk <wd@denx.de> 37779Date: Wed Aug 29 01:32:05 2007 +0200 37780 37781 Minor coding style cleanup. 37782 37783 Signed-off-by: Wolfgang Denk <wd@denx.de> 37784 37785commit a861558c65f65f1cf1302f3a35e9db7686b9e1a3 37786Author: Heiko Schocher <hs@pollux.denx.de> 37787Date: Tue Aug 28 17:40:33 2007 +0200 37788 37789 [UC101] Fix: if no CF in the board, U-Boot resets sometimes. 37790 37791 Signed-off-by: Heiko Schocher <hs@denx.de> 37792 37793commit f98984cb194bb34dbe1db9429d3b51133af30d07 37794Author: Heiko Schocher <hs@pollux.denx.de> 37795Date: Tue Aug 28 17:39:14 2007 +0200 37796 37797 IDE: - make ide_inb () and ide_outb () "weak", so boards can 37798 define there own I/O functions. 37799 (Needed for the pcs440ep board). 37800 - The default I/O Functions are again 8 Bit accesses. 37801 - Added CONFIG_CMD_IDE for the pcs440ep Board. 37802 37803 Signed-off-by: Heiko Schocher <hs@denx.de> 37804 37805commit 2c05fd125744981e5f2828d24e66ccc20a77d25d 37806Author: Semih Hazar <semih.hazar@indefia.com> 37807Date: Mon Aug 20 19:00:01 2007 +0300 37808 37809 AVR32: Change prototype of memset 37810 37811 Signed-off-by: Semih Hazar <semih.hazar@indefia.com> 37812 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 37813 37814commit 9c02defc29b57945b600714cf61ddfd02b02fb14 37815Author: Yuri Tikhonov <yur@emcraft.com> 37816Date: Sat Aug 25 05:07:16 2007 +0200 37817 37818 POST: limit memory test area to not touch global data anymore 37819 37820 As experienced on lwmon5, on some boards the POST memory test can 37821 corrupt the global data buffer (bd). This patch fixes this issue 37822 by checking and limiting this area. 37823 37824 Signed-off-by: Yuri Tikhonov <yur@emcraft.com> 37825 Signed-off-by: Stefan Roese <sr@denx.de> 37826 37827commit 75e1a84d483e36be10e206e539b028c4889e1158 37828Author: Stefan Roese <sr@denx.de> 37829Date: Fri Aug 24 15:41:42 2007 +0200 37830 37831 ppc4xx: Add RTC POST test to lwmon5 board configuration 37832 37833 Since this RTC POST test is taking quite a while to complete 37834 it's only initiated upon special keypress same as the complete 37835 memory POST. 37836 37837 Signed-off-by: Stefan Roese <sr@denx.de> 37838 37839commit d7bfa620037a6d2210159387571bdf93aa32c162 37840Author: Stefan Roese <sr@denx.de> 37841Date: Fri Aug 24 15:19:10 2007 +0200 37842 37843 ppc4xx: Change GPIO signal for watchdog triggering on lwmon5 37844 37845 Signed-off-by: Stefan Roese <sr@denx.de> 37846 37847commit c25dd8fc25e9ca3695db996a257d9ba4dab414db 37848Author: Stefan Roese <sr@denx.de> 37849Date: Thu Aug 23 11:02:37 2007 +0200 37850 37851 ppc4xx: Add support for 2nd I2C EEPROM on lwmon5 board 37852 37853 This patch adds support for the 2nd EEPROM (AT24C128) on the lwmon5 37854 board. Now the "eeprom" command can be used to read/write from/to this 37855 device. Additionally a new command was added "eepromwp" to en-/disable 37856 the write-protect of this 2nd EEPROM. 37857 37858 The 1st EEPROM is not affected by this write-protect command. 37859 37860 Signed-off-by: Stefan Roese <sr@denx.de> 37861 37862commit c64fb30e4c5976007d56fc1789c7a0666082b536 37863Author: Stefan Roese <sr@denx.de> 37864Date: Wed Aug 22 08:56:09 2007 +0200 37865 37866 ppc4xx: Remove unused option CFG_INIT_RAM_OCM 37867 37868 Signed-off-by: Stefan Roese <sr@denx.de> 37869 37870commit 3ad63878737a5a2b1e60825bf0a7d601d7a695e7 37871Author: Stefan Roese <sr@denx.de> 37872Date: Tue Aug 21 16:27:57 2007 +0200 37873 37874 ppc4xx: Add matrix kbd support to lwmon5 board (440EPx based) 37875 37876 This patch adds support for the matrix keyboard on the lwmon5 board. 37877 Since the implementation in the dsPCI is kind of compatible with the 37878 "old" lwmon board, most of the code is copied from the lwmon 37879 board directory. 37880 37881 Signed-off-by: Stefan Roese <sr@denx.de> 37882 37883commit 3e66c078003607a7d1d214c15a5f262bc1b4032f 37884Author: Wolfgang Denk <wd@denx.de> 37885Date: Sun Aug 19 10:27:34 2007 +0200 37886 37887 Fix some build errors. 37888 37889 Signed-off-by: Wolfgang Denk <wd@denx.de> 37890 37891commit 05675735ef77dc23b5e0eb782bad1ff477b55e86 37892Author: Wolfgang Denk <wd@denx.de> 37893Date: Sat Aug 18 22:00:38 2007 +0200 37894 37895 Update CHANGELOG. 37896 37897commit 79f240f7ecc0506b43ac50d1ea405ff6540d4d57 37898Author: Kim Phillips <kim.phillips@freescale.com> 37899Date: Thu Aug 16 22:52:39 2007 -0500 37900 37901 lib_ppc: make board_add_ram_info weak 37902 37903 platforms wishing to display RAM diagnostics in addition to size, 37904 can do so, on one line, in their own board_add_ram_info() 37905 implementation. 37906 37907 this consequently eliminates CONFIG_ADD_RAM_INFO. 37908 37909 Thanks to Stefan for the hint. 37910 37911 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 37912 37913commit 815b5bd5b18569917c3e04b9757511e6ed23b9f6 37914Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com> 37915Date: Fri Aug 17 12:43:44 2007 +0900 37916 37917 PCI_READ_VIA_DWORD_OP: Fix *val uninitialized bug 37918 37919 This patch has been sent on: 37920 - 6 Jun 2007 37921 37922 Many users of PCI config read routines tend to ignore the function 37923 ret value, and are only concerned about the contents of *val. Based 37924 on this, pci_hose_read_config_{byte,word}_via_dword should initialize 37925 the *val on dword read error. 37926 37927 Without this fix, for example, we'll go on scanning bus with vendor or 37928 header_type uninitialized. This brings many unnecessary config trials. 37929 37930 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com> 37931 37932commit 26667b7fa05a8bf2fc65fb9f3230b02b1a10c367 37933Author: Stefan Roese <sr@denx.de> 37934Date: Sat Aug 18 14:37:52 2007 +0200 37935 37936 ColdFire: Fix some remaining problems with CFG_CMD_ 37937 37938 Signed-off-by: Stefan Roese <sr@denx.de> 37939 37940commit 8280f6a1c43247616b68224675188e5ccd124650 37941Author: Stefan Roese <sr@denx.de> 37942Date: Sat Aug 18 14:33:02 2007 +0200 37943 37944 Coding style cleanup 37945 37946 Signed-off-by: Stefan Roese <sr@denx.de> 37947 37948commit 4a442d3186b31893b4f77c6e82f63c4517a5224b 37949Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 37950Date: Thu Aug 16 19:23:50 2007 -0500 37951 37952 ColdFire: Add M5235EVB Platform for MCF523x 37953 37954 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 37955 37956commit 4cc1cd5941827a04cf5c51a07fcc42e8945894aa 37957Author: Kim Phillips <kim.phillips@freescale.com> 37958Date: Fri Aug 17 09:30:00 2007 -0500 37959 37960 mpc83xx: fix typo in DDR2 programming 37961 37962 introduced in the implement board_add_ram_info patch as I was cleaning out the 37963 magic numbers. sorry. 37964 37965 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 37966 37967commit e58fe95784d2514fc9c21028dc59f2b319a35d80 37968Author: Kim Phillips <kim.phillips@freescale.com> 37969Date: Thu Aug 16 22:53:09 2007 -0500 37970 37971 mpc83xx: move freescale boards to boards/freescale 37972 37973 includes build fixes. 37974 37975 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 37976 37977commit 5aa4ad8d8e7e9468219990c7875d5fdc9e962f47 37978Author: Kim Phillips <kim.phillips@freescale.com> 37979Date: Thu Aug 16 22:52:59 2007 -0500 37980 37981 mpc83xx: suppress unused variable 'val8' warning 37982 37983 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 37984 37985commit bbea46f76f767b919070b4829bf34c86bd223248 37986Author: Kim Phillips <kim.phillips@freescale.com> 37987Date: Thu Aug 16 22:52:48 2007 -0500 37988 37989 mpc83xx: implement board_add_ram_info 37990 37991 add board_add_ram_info, to make memory diagnostic output more 37992 consistent. u-boot banner output now looks like: 37993 37994 DRAM: 256 MB (DDR1, 64-bit, ECC on) 37995 37996 and for boards with SDRAM on the local bus, a line such as this is 37997 added: 37998 37999 SDRAM: 64 MB (local bus) 38000
38001 also replaced some magic numbers with their equivalent define names. 38002 38003 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 38004 38005commit 14778585d1389d86d5846efec29e5fce892680ce 38006Author: Tony Li <tony.li@freescale.com> 38007Date: Fri Aug 17 10:35:59 2007 +0800 38008 38009 mpc83xx: Split PIB init code from pci.c and add Qoc3 ATM card support 38010 38011 The patch split the PIB init code from pci.c to a single file board/freescale/common/pq-mds-pib.c 38012 And add Qoc3 ATM card support for MPC8360EMDS and MPC832XEMDS board. 38013 38014 Signed-off-by Tony Li <tony.li@freescale.com> 38015 38016commit 8ae158cd87a4a25722b27835261b6ff0fa2aa6a7 38017Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 38018Date: Thu Aug 16 15:05:11 2007 -0500 38019 38020 ColdFire: Add M54455EVB for MCF5445x 38021 38022 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 38023 38024commit a1436a842654a8d3927d082a8ae9ee0a10da62d7 38025Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 38026Date: Thu Aug 16 13:20:50 2007 -0500 38027 38028 ColdFire: Add M5253EVBE platform for MCF52x2 38029 38030 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 38031 38032commit a605aacd8324094199402816cc6d9124aba57b8d 38033Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 38034Date: Thu Aug 16 05:04:31 2007 -0500 38035 38036 ColdFire: Add M5249EVB platform for MCF52x2 38037 38038 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 38039 38040commit f28e1bd9daa6de5eb33ae4822bda6b008ccb4e9e 38041Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 38042Date: Wed Aug 15 20:32:06 2007 -0500 38043 38044 ColdFire: Update Freescale MCF52x2 platforms 38045 38046 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 38047 38048commit 870470dbf6f4bb9864e0d97aeedbc17c167c6d1c 38049Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 38050Date: Wed Aug 15 19:55:10 2007 -0500 38051 38052 ColdFire: Update EB+MCF-EV123 platform 38053 38054 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 38055 38056commit aa93d859d9b1fcd8eea52d51b06e86c38f72111b 38057Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 38058Date: Wed Aug 15 19:46:38 2007 -0500 38059 38060 ColdFire: update TASREG platform for MCF52x2 38061 38062 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 38063 38064commit a9505510bf56a9b5558248dd8b73ec9d9a1556a2 38065Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 38066Date: Wed Aug 15 19:45:51 2007 -0500 38067 38068 ColdFire: update r5200 platform for MCF52x2 38069 38070 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 38071 38072commit 6cfd3c7bc813fb317ab7c0781f0d1874b1c0877c 38073Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 38074Date: Wed Aug 15 19:43:20 2007 -0500 38075 38076 ColdFire: idmr platform MCF52x2 update 38077 38078 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 38079 38080commit 6706424d0bb851fb52af00cd1c3301e91ee7f2b0 38081Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 38082Date: Wed Aug 15 19:41:06 2007 -0500 38083 38084 ColdFire: cobra5272 platform for MCF52x2 update 38085 38086 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 38087 38088commit 56115665b4a64c10c01440c57749b265e0908fa4 38089Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 38090Date: Wed Aug 15 19:38:15 2007 -0500 38091 38092 ColdFire: MCF52x2 Header files update 38093 38094 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 38095 38096commit 83ec20bc4380eebddfde45da6e3a69a92d4db21d 38097Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 38098Date: Wed Aug 15 19:21:21 2007 -0500 38099 38100 ColdFire: MCF52x2 update 38101 38102 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 38103 38104commit f52e78304dcc0ac459c0ea1fa5be275c7d1642cf 38105Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 38106Date: Wed Aug 15 18:46:11 2007 -0500 38107 38108 ColdFire: MCF5329 update cache 38109 38110 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 38111 38112commit 7171977fb8fd77cfb6676953fa9a05789c450513 38113Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 38114Date: Wed Aug 15 15:40:20 2007 -0500 38115 38116 ColdFire: MCF5329 header file clean up 38117 38118 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 38119 38120commit ab77bc547ba561c25ea34457ed17aa0b2f7c2723 38121Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 38122Date: Wed Aug 15 15:39:17 2007 -0500 38123 38124 ColdFire: MCF5329 Update and cleanup 38125 38126 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 38127 38128commit 10327dc5541f947c0cf7e31fef86c4706169607a 38129Author: Andy Fleming <afleming@freescale.com> 38130Date: Thu Aug 16 16:35:02 2007 -0500 38131 38132 Add CONFIG_HAS_ETH0 to all boards with TSEC 38133 38134 The 85xx code now relies on CONFIG_HAS_ETH0 to determine whether 38135 to update TSEC1's device-tree node, so we need to add it 38136 to all the boards with TSECs. Do this for 83xx and 86xx, too, 38137 since they will eventually do something similar. 38138 38139 Signed-off-by: Andy Fleming <afleming@freescale.com> 38140 38141commit d64ee908a1b525e5bb2b4cbeb5c449ad6a469666 38142Author: Kumar Gala <galak@kernel.crashing.org> 38143Date: Thu Aug 16 15:05:04 2007 -0500 38144 38145 Update MPC8544 DS PCI memory map 38146 38147 The PCIe bus that the ULI M1575 is connected to has no possible way of 38148 needing more than the fixed amount of IO & Memory space needed by the ULI. 38149 38150 So make it use far less IO & memory space and have it use the shared LAW. This 38151 free's up a LAW for PCIe1 IO space. Also reduce the amount of IO space needed 38152 by each bus. 38153 38154 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 38155 38156commit ea5877e31ed63ade948fd1293895ec23fe01472e 38157Author: Kumar Gala <galak@kernel.crashing.org> 38158Date: Thu Aug 16 11:01:21 2007 -0500 38159 38160 Fix up some fdt issues on 8544DS 38161 38162 It looks like we had a merge issue that duplicated a bit of code 38163 in ft_board_setup. Also, we need to set CONFIG_HAS_ETH0 to get 38164 the MAC address properly set in the device tree on boot for TSEC1 38165 38166 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 38167 38168commit 07bc20560cb9d3d186cca268c05c82762e8c55ad 38169Author: Niklaus Giger <niklaus.giger@netstal.com> 38170Date: Thu Aug 16 15:16:03 2007 +0200 38171 38172 PPC4xx:HCU4/5 cleanup 38173 38174 Minor cleanups to confirm to the u-boot coding style. 38175 Some german expressions -> english. 38176 HCU5 enforces a unique IP adress for a given slot in the rack. 38177 38178 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com> 38179 38180commit 1e6b07c64967c1eb2cd84faa4c32bf2a769bc8eb 38181Author: Niklaus Giger <niklaus.giger@netstal.com> 38182Date: Thu Aug 16 15:16:02 2007 +0200 38183 38184 PPC4xx:HCU4/5 cleanup ecc/sdram init 38185 38186 Make ecc initialisation robust, as DDR2-ECC errors may be generated 38187 while zeroing the RAM. 38188 38189 Return 16 bytes (a cacheline) less than the available memory, as the 38190 board and/or PPC440EPx might have problems accessing the last bytes. 38191 38192 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com> 38193 38194commit d35b508a55508535b6e8445b718585d27df733d3 38195Author: Kim Phillips <kim.phillips@freescale.com> 38196Date: Wed Aug 15 22:29:56 2007 -0500 38197 38198 fdt: suppress unused variable 'bd' warning 38199 38200 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 38201 38202commit 82bd9ee77490588d4da785d75829ca63d0176baf 38203Author: Andy Fleming <afleming@freescale.com> 38204Date: Wed Aug 15 20:06:50 2007 -0500 38205 38206 Fix warnings from of_data copy fix 38207 38208 Forgot to cast of_flat_tree to ulong. 38209 38210 Signed-off-by: Andy Fleming <afleming@freescale.com> 38211 38212commit 7613afda77d5eec0f47d303025b0c661b70e4c73 38213Author: Andy Fleming <afleming@freescale.com> 38214Date: Wed Aug 15 20:03:44 2007 -0500 38215 38216 Don't wait for disconnected TSECs 38217 38218 The TSEC driver's PHY code waits a long time for autonegotiation to 38219 complete, even if the link is down. The PHY knows the link is 38220 down or up before autonegotiation completes, so we can short-circuit 38221 the process if the link is down. 38222 38223 Signed-off-by: Andy Fleming <afleming@freescale.com> 38224 38225commit b96c83d4ae475a70ef2635cd0e748174c44c8601 38226Author: Andy Fleming <afleming@freescale.com> 38227Date: Wed Aug 15 20:03:34 2007 -0500 38228 38229 Fix numerous bugs in the 8568 UEC support 38230 38231 Actually, fixed a large bug in the UEC for *all* platforms. 38232 How did this ever work? 38233 38234 uec_init() did not follow the spec for eth_init(), and returned 38235 0 on success. Switch it to return the link like tsec_init() 38236 (and 0 on error) 38237 38238 The immap for the 8568 was defined based on MPC8568, rather than 38239 CONFIG_MPC8568 38240 38241 CONFIG_QE was off 38242 38243 CONFIG_ETHPRIME was set to "Freescale GETH". Now is "FSL UEC0" 38244 38245 Fixed a comment about the ranges for CONFIG_ETHPRIME if TSEC_ENET is 38246 enabled 38247 38248 Signed-off-by: Andy Fleming <afleming@freescale.com> 38249 38250commit 3a79013e2adda53332dfd0b511066a805e929a9d 38251Author: Andy Fleming <afleming@freescale.com> 38252Date: Wed Aug 15 20:03:25 2007 -0500 38253 38254 Define tsec flag values in config files 38255 38256 The tsec_info structure and array has a "flags" field for each 38257 ethernet controller. This field is the only reason there are 38258 settings. Switch to defining TSECn_FLAGS for each controller 38259 in the config header, and we can greatly simplify the array, and 38260 also simplify the addition of future boards. 38261 38262 Signed-off-by: Andy Fleming <afleming@freescale.com> 38263 38264commit ec7238229507e7f47533a611ea8c53319d234cf3 38265Author: Andy Fleming <afleming@freescale.com> 38266Date: Wed Aug 15 20:03:13 2007 -0500 38267 38268 Add support for building all boards with a TSEC 38269 38270 Changes to the TSEC driver affect almost all 83xx, 85xx, and 86xx boards. 38271 Now we can do a MAKEALL test on all of them! 38272 38273 Signed-off-by: Andy Fleming <afleming@freescale.com> 38274 38275commit 10aaf716cb0dc6614df54ef78bed5144afd23ef8 38276Author: Andy Fleming <afleming@freescale.com> 38277Date: Wed Aug 15 17:30:56 2007 -0500 38278 38279 Fix of_data copying for CONFIG_OF_FLAT_TREE-using boards 38280 38281 The fix, "Fix where the #ifdef CFG_BOOTMAPSZ is placed" 38282 neglected to *also* put the code inside the similar #ifdef 38283 for CONFIG_OF_FLAT_TREE. 38284 38285 Signed-off-by: Andy Fleming <afleming@freescale.com> 38286 38287commit 78f9fef7f406078c8bf7191e665a73f795157746 38288Author: Scott Wood <scottwood@freescale.com> 38289Date: Wed Aug 15 15:46:46 2007 -0500 38290 38291 mpc885ads: Don't define CONFIG_BZIP2. 38292 38293 bzip2 requires a significant chunk of malloc space, and there isn't 38294 enough room on mpc885ads (with only 8MB RAM) for both bzip2's malloc area 38295 and a downloaded image at 0x400000. 38296 38297 Signed-off-by: Scott Wood <scottwood@freescale.com> 38298 38299commit 002275a3ed8b114885f6702d6d544d0780dfe689 38300Author: Michal Simek <Monstr@seznam.cz> 38301Date: Thu Aug 16 08:54:10 2007 +0200 38302 38303 Bios emulator - fix microblaze toolchain problem 38304 38305 microblaze CPU have problem with bios_emulator code. 38306 Microblaze toolchain doesn't support PRAGMA PACK. 38307 38308 Signed-off-by: Michal Simek <monstr@monstr.eu> 38309 38310commit a5a38f4fd7e5366d706ff6a985f9b6715ddbc98b 38311Author: Wolfgang Denk <wd@denx.de> 38312Date: Thu Aug 16 11:51:04 2007 +0200 38313 38314 Minor Coding Style fix; Update CHANGELOG file. 38315 38316 Signed-off-by: Wolfgang Denk <wd@denx.de> 38317 38318commit 8fb6e80c06849e3013ac5c9350d8ed9e52967991 38319Author: Stefan Roese <sr@denx.de> 38320Date: Thu Aug 16 11:21:49 2007 +0200 38321 38322 ppc4xx: Remove #warning in esd auto_update.c 38323 38324 Signed-off-by: Stefan Roese <sr@denx.de> 38325 38326commit 2d78074d2e806edc380c1464eb9e5df335ece65e 38327Author: Stefan Roese <sr@denx.de> 38328Date: Fri Jun 22 17:32:28 2007 +0200 38329 38330 ppc7xx: Update CPCI750 board 38331 38332 This small CPCI750 update extends the board specific command 38333 "show_config" to display the Marvell strapping registers and 38334 extends the PCI IDE controller. 38335 38336 Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com> 38337 Signed-off-by: Stefan Roese <sr@denx.de> 38338 38339commit 78cff50edba6b1508eb15c2f53ce966ac891eb9e 38340Author: Michal Simek <monstr@monstr.eu> 38341Date: Thu Aug 16 10:46:28 2007 +0200 38342 38343 [FIX] Changes for bios_emulator code for others architecture 38344 38345commit 6e0e2253f039344f8ebd2787285fdba90e6714e8 38346Author: Michal Simek <monstr@monstr.eu> 38347Date: Thu Aug 16 10:45:09 2007 +0200 38348 38349 [FIX] Remove unused include file 38350 38351commit 9de469bd960cc1870bb40d6672ed42726b8b50d7 38352Author: Stefan Roese <sr@denx.de> 38353Date: Thu Aug 16 10:18:33 2007 +0200 38354 38355 ppc4xx: Only enable POST FPU test on Sequoia and not Rainier 38356 38357 Signed-off-by: Stefan Roese <sr@denx.de> 38358 38359commit 6da0c5bd4a53e40eb4f7eb72a4c051ecabad783c 38360Author: Stefan Roese <sr@denx.de> 38361Date: Thu Aug 16 09:54:51 2007 +0200 38362 38363 Add missing rainier (PPC440GRx) target to MAKEALL and MAINTAINERs files 38364 38365 Signed-off-by: Stefan Roese <sr@denx.de> 38366 38367commit 02ba7022f62bb75908296c58c63866e1d294b69a 38368Author: Stefan Roese <sr@denx.de> 38369Date: Thu Aug 16 09:52:29 2007 +0200 38370 38371 ppc4xx: Update Sequoia/Rainier bootstrap command 38372 38373 As suggested by David Mitchell, here an update for the Sequoia/Rainier 38374 bootstrap command. 38375 38376 Signed-off-by: Stefan Roese <sr@denx.de> 38377 38378commit 35cc4e4823668e8745854899cfaedd4489beb0ef 38379Author: Kim Phillips <kim.phillips@freescale.com> 38380Date: Wed Aug 15 22:30:39 2007 -0500 38381 38382 mpc83xx: enable libfdt by default on freescale boards 38383 38384 this enables libfdt code by default for the 38385 freescale mpc8313erdb, mpc832xemds, mpc8349emds, 38386 mpc8349itx and gp boards. 38387 38388 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 38389 38390commit 3fde9e8b22cfbd7af489214758f9839a206576cb 38391Author: Kim Phillips <kim.phillips@freescale.com> 38392Date: Wed Aug 15 22:30:33 2007 -0500 38393 38394 mpc83xx: migrate remaining freescale boards to libfdt 38395 38396 this adds libfdt support code for the freescale 38397 mpc8313erdb, mpc832xemds, mpc8349emds, mpc8349itx, 38398 and gp boards. 38399 38400 Boards remain compatible with OF_FLAT_TREE. 38401 38402 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 38403 38404commit 6a16e0dfcc4119b46adb1dce2d6c8fb3c5d108e1 38405Author: Kim Phillips <kim.phillips@freescale.com> 38406Date: Wed Aug 15 22:30:26 2007 -0500 38407 38408 mpc83xx: move common /memory node update mechanism to cpu.c 38409 38410 also adds common prototypes to include/common.h. 38411 38412 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 38413 38414commit 8f9e0e9f339aee4ce31a338d5f27356eb5457f85 38415Author: Kim Phillips <kim.phillips@freescale.com> 38416Date: Wed Aug 15 22:30:19 2007 -0500 38417 38418 mpc83xx: remaining 8360 libfdt fixes 38419 38420 PCI clocks and QE frequencies weren't being updated, and the core clock 38421 was being updated incorrectly. This patch also adds a /memory node if 38422 it doesn't already exist prior to update. 38423 38424 plus some cosmetic trimming to single line comments. 38425 38426 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 38427 38428commit f4b2ac5ed9aaff9920d487bff8a59696c083a524 38429Author: Kim Phillips <kim.phillips@freescale.com> 38430Date: Wed Aug 15 22:30:12 2007 -0500 38431 38432 mpc83xx: fix UEC2->1 typo in libfdt setup code 38433 38434 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 38435 38436commit 19fa1c35368484d4ed10ddce8a7793c21862e3a3 38437Author: Kim Phillips <kim.phillips@freescale.com> 38438Date: Wed Aug 15 22:30:05 2007 -0500 38439 38440 mpc83xx: add MAINTAINER and MAKEALL entries for the mpc8323erdb 38441 38442 and reorder the existing 83xx maintainers alpha. 38443 38444 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 38445 38446commit 5b4de9309d7a03aa1db2e5391ab696363391f460 38447Author: Michal Simek <monstr@monstr.eu> 38448Date: Wed Aug 15 21:15:05 2007 +0200 38449 38450 [FIX] Resolve problem with warnings 38451 microblaze toolchain don't support PRAGMA PACK. 38452 38453commit d1ed28cf36ab6b1d4c479809de7252bf53d2f2d4 38454Author: Michal Simek <monstr@monstr.eu> 38455Date: Wed Aug 15 21:05:07 2007 +0200 38456 38457 [FIX] Correction command setting for Microblaze boards 38458 38459commit 7aa63d8cd30ab20ac2fd1ab86e60471de8b1f1e5 38460Author: Michal Simek <monstr@monstr.eu> 38461Date: Wed Aug 15 21:03:41 2007 +0200 38462 38463 [FIX] Correction command definition 38464 38465commit 30b52df9e906bf0e465916c2c6bb5192b438e0b8 38466Author: Jon Loeliger <jdl@freescale.com> 38467Date: Wed Aug 15 11:55:35 2007 -0500 38468 38469 86xx: Fix lingering CFG_CMD_* references in sbc8641d.h 38470 38471 Remove a leftover in net/tftp.c while we're at it. 38472 38473 Signed-off-by: Jon Loeliger <jdl@freescale.com> 38474 38475commit 4ce917742b1e48faa9bf9a9757545e56fb4cfe44 38476Author: Jon Loeliger <jdl@freescale.com> 38477Date: Wed Aug 15 12:20:40 2007 -0500 38478 38479 Move the MPC8641HPCN board under board/freescale. 38480 38481 Minor path corrections needed to ensure buildability. 38482 38483 Signed-off-by: Jon Loeliger <jdl@freescale.com> 38484 38485commit 8662577fe36fdb6a44b55b998d9daac6392a736a 38486Author: Jon Loeliger <jdl@freescale.com> 38487Date: Wed Aug 15 11:46:22 2007 -0500 38488 38489 86xx: Fix lingering CFG_CMD_* references in sbc8641d.h 38490 38491 Remove a leftover in net/tftp.c while we're at it. 38492 38493 Signed-off-by: Jon Loeliger <jdl@freescale.com> 38494 38495commit 210f463c71917b7a4495c2103c228b9c179ae64d 38496Author: Jerry Van Baren <gvb.uboot@gmail.com> 38497Date: Wed Aug 15 11:13:15 2007 -0400 38498 38499 Fix where the #ifdef CFG_BOOTMAPSZ is placed. 38500 38501 Commit 073e1b509980cefe6f53c2d7fbbcd135df1e3924 "Fix initrd/dtb 38502 interaction" put the new code outside of the #if defined(CONFIG_OF_LIBFDT) 38503 when it should have gone inside of the conditional. As a result, it 38504 broke non-LIBFDT board builds. 38505 38506 Also added a missing "not." to the comment. 38507 38508 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com> 38509 38510commit 0e19209767194a97cec6d93dba9e64d1da8d548e 38511Author: Niklaus Giger <niklaus.giger@netstal.com> 38512Date: Wed Aug 15 12:14:23 2007 +0200 38513 38514 PPC4xx:HCU4/5-Board fix compile warning 38515 38516 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com> 38517 38518commit 594e79838ce5078a90d0c27abb2b2d61d5f8e8a7 38519Author: Ed Swarthout <Ed.Swarthout@freescale.com> 38520Date: Tue Aug 14 14:06:45 2007 -0500 38521 38522 Fix malloc size error in ahci_init_one. 38523 38524 Typically this causes scsi init to corrupt the 38525 devlist and break the coninfo command. 38526 Fix a compiler size warning. 38527 38528 Signed-off-by: Jason Jin <jason.jin@freescale.com> 38529 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 38530 Acked-by: Andy Fleming <afleming@freescale.com> 38531 38532commit b361acd64fd2525c081b9b288b0804efe209c0e9 38533Author: ksi@koi8.net <ksi@koi8.net> 38534Date: Tue Aug 14 10:02:16 2007 -0700 38535 38536 TI DaVinci - fix unsupported %hhx format 38537 38538 Signed-off-by: Sergey Kubushyn <ksi@koi8.net> 38539 38540commit f01dbb5424a81453c81190dd30e945891466f621 38541Author: Wolfgang Denk <wd@denx.de> 38542Date: Tue Aug 14 18:42:36 2007 +0200 38543 38544 Coding style cleanup. Update CHANGELOG. 38545 38546 Signed-off-by: Wolfgang Denk <wd@denx.de> 38547 38548commit 073e1b509980cefe6f53c2d7fbbcd135df1e3924 38549Author: Andy Fleming <afleming@freescale.com> 38550Date: Tue Aug 14 10:32:59 2007 -0500 38551 38552 Fix initrd/dtb interaction 38553 38554 The original code would wrongly relocate the blob to be right before 38555 the initrd if it existed. The blob *must* be within CFG_BOOTMAPSZ, 38556 if it is defined. So we make two changes: 38557 38558 1) flag the blob for relocation whenever its address is above BOOTMAPSZ 38559 38560 2) If the blob is being relocated, relocate it before kbd, not initrd 38561 38562 Signed-off-by: Andy Fleming <afleming@freescale.com> 38563 38564commit e54b970173769307a116bd34028b6d0c2eea2a4e 38565Author: Peter Pearse <peter.pearse@arm.com> 38566Date: Tue Aug 14 15:40:00 2007 +0100 38567 38568 Supply spi interface in at45.c 38569 38570commit 4ce846ec59f36b85d6644a769690ad3feb667575 38571Author: Stefan Roese <sr@denx.de> 38572Date: Tue Aug 14 15:12:01 2007 +0200 38573 38574 POST: Fix merge problem 38575 38576 Signed-off-by: Stefan Roese <sr@denx.de> 38577 38578commit 429d9571f60631ae8a2fe12b11be4c75b0c2b37c 38579Author: Stefan Roese <sr@denx.de> 38580Date: Tue Aug 14 15:03:17 2007 +0200 38581 38582 Coding style cleanup 38583 38584 Signed-off-by: Stefan Roese <sr@denx.de> 38585 38586commit 779e975117a75e91fcebe226a63104dbfb924ab1 38587Author: Stefan Roese <sr@denx.de> 38588Date: Tue Aug 14 14:44:41 2007 +0200 38589 38590 ppc4xx: Add initial Zeus (PPC405EP) board support 38591 38592 Signed-off-by: Stefan Roese <sr@denx.de> 38593 38594commit c5a172a5fd636c12467429e3f7910e53773979c6 38595Author: Stefan Roese <sr@denx.de> 38596Date: Tue Aug 14 14:41:55 2007 +0200 38597 38598 POST: Add option for external ethernet loopback test 38599 38600 When CFG_POST_ETHER_EXT_LOOPBACK is defined, the ethernet POST 38601 is not done using an internal loopback connection, but by assuming 38602 that an external loopback connector is plugged into the board. 38603 38604 Signed-off-by: Stefan Roese <sr@denx.de> 38605 38606commit eb2b4010ae426245172988804ee8d9193fb41038 38607Author: Stefan Roese <sr@denx.de> 38608Date: Tue Aug 14 14:39:44 2007 +0200 38609 38610 POST: Add ppc405 support to cache and UART POST 38611 38612 Signed-off-by: Stefan Roese <sr@denx.de> 38613 38614commit 0c42f36f15074bd9808a7dbd7ef611fad9bf537c 38615Author: Peter Pearse <peter.pearse@arm.com> 38616Date: Tue Aug 14 10:46:32 2007 +0100 38617 38618 Replace lost end of at45.c. 38619 38620commit 65d7ada64557e76094b4fd3bad30a0f18f5fb2b2 38621Author: Peter Pearse <peter.pearse@arm.com> 38622Date: Tue Aug 14 10:30:06 2007 +0100 38623 38624 Update Makefiles for merged and split at45.c. 38625 38626commit 3454cece2db57cb9eb7087995f7e73066a163f71 38627Author: Peter Pearse <peter.pearse@arm.com> 38628Date: Tue Aug 14 10:21:06 2007 +0100 38629 38630 Delete the merged files. 38631 38632commit dcbfd2e5649f97aa04fbbc6ea2b008aa4486e225 38633Author: Peter Pearse <peter.pearse@arm.com> 38634Date: Tue Aug 14 10:14:05 2007 +0100 38635 38636 Add the files. 38637 38638commit d4fc6012fd0a5c211b825691f44b06f8032c0551 38639Author: Peter Pearse <peter.pearse@arm.com> 38640Date: Tue Aug 14 10:10:52 2007 +0100 38641 38642 Add MACH_TYPE records for several AT91 boards. 38643 Merge to two at45.c files into a common file, split to at45.c and spi.c 38644 Fix spelling error in DM9161 PHY Support. 38645 Initialize at91rm9200 board (and set LED). 38646 Add PIO control for at91rm9200dk LEDs and Mux. 38647 Change dataflash partition boundaries to be compatible with Linux 2.6. 38648 38649 Signed-off-by: Peter Pearse <peter.pearse@arm.com> 38650 Signed-off-by: Ulf Samuelsson <ulf@atmel.com> 38651 38652commit 4ef35e53c693556c54b0c22d6f873de87bade253 38653Author: Wolfgang Denk <wd@denx.de> 38654Date: Tue Aug 14 09:54:46 2007 +0200 38655 38656 Coding style cleanup, update CHANGELOG 38657 38658 Signed-off-by: Wolfgang Denk <wd@denx.de> 38659 38660commit 85eb5caf6b906f7ec5b54814e8c7c74f55986bb7 38661Author: Wolfgang Denk <wd@denx.de> 38662Date: Tue Aug 14 09:47:27 2007 +0200 38663 38664 Coding style cleanup; rebuild CHANGELOG 38665 38666commit 7f3f2bd2dc08e0b05e185662ca2e2d283757104a 38667Author: Randy Vinson <rvinson@linuxbox.(none)> 38668Date: Tue Feb 27 19:42:22 2007 -0700 38669 38670 85xxCDS: Add make targets for legacy systems. 38671 38672 The PCI ID select values on the Arcadia main board differ depending 38673 on the version of the hardware. The standard configuration supports 38674 Rev 3.1. The legacy target supports Rev 2.x. 38675 38676 Signed-off-by Randy Vinson <rvinson@mvista.com> 38677 38678commit e41094c7e38177c755fbd9b182018069614f080d 38679Author: Andy Fleming <afleming@freescale.com> 38680Date: Tue Aug 14 01:50:09 2007 -0500 38681 38682 85xxCDS: Enable the VIA PCI-to-ISA bridge. 38683 38684 Author: Randy Vinson <rvinson@linuxbox.(none)> 38685 38686 Enable the PCI-to-ISA bridge in the VIA Southbridge located on the 38687 Arcadia main board. 38688 38689 Signed-off-by: Randy Vinson <rvinson@mvista.com> 38690 Signed-off-by: York Sun <yorksun@freescale.com> 38691 38692commit da9d4610d76e52c4d20a8f3d8433439a7fcf5b71 38693Author: Andy Fleming <afleming@freescale.com> 38694Date: Tue Aug 14 00:14:25 2007 -0500 38695 38696 Add support for UEC to 8568 38697 38698 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com> 38699 Signed-off-by: Andy Fleming <afleming@freescale.com> 38700 38701commit c59e4091ffe0148398b9e9ff14a019ea038b7432 38702Author: Haiying Wang <Haiying.Wang@freescale.com> 38703Date: Tue Jun 19 14:18:34 2007 -0400 38704 38705 Add PCI support for MPC8568MDS board 38706 38707 This patch is against u-boot-mpc85xx.git of www.denx.com 38708 38709 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com> 38710 Signed-off-by: Ebony Zhu <ebony.zhu@freescale.com> 38711 38712commit d111d6382c99fdea08c2312eeeae8786945e189a 38713Author: Haiying Wang <Haiying.Wang@freescale.com> 38714Date: Tue Jun 19 14:18:32 2007 -0400 38715 38716 Empirically set cpo and clk_adjust for mpc85xx DDR2 support 38717 38718 This patch is against u-boot-mpc85xx.git of www.denx.com 38719 38720 Setting cpo to 0x9 for frequencies higher than 333MHz is verified on 38721 both MPC8548CDS board and MPC8568MDS board, especially for supporting 38722 533MHz DDR2. 38723 38724 Setting clk_adjust to 0x6(3/4 late cycle) for MPC8568MDS board is for 38725 DDR2 on all current board versions especially ver 1.92 or later to bring 38726 up. 38727 38728 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com> 38729 38730commit 3db0bef59eab1155801618cef5c481e97553b597 38731Author: Kumar Gala <galak@kernel.crashing.org> 38732Date: Tue Aug 7 18:07:27 2007 -0500 38733 38734 Use an absolute address when jumping out of 4k boot page 38735 38736 On e500 when we leave the 4k boot page we should use an absolute address since 38737 we don't know where the board code may want us to be really running at. 38738 38739 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 38740 38741commit 39980c610c9a4c381907c9e1d1b9c0e1c0dca57a 38742Author: Andy Fleming <afleming@freescale.com> 38743Date: Mon Aug 13 14:49:59 2007 -0500 38744 38745 MPC85xx BA bits not set for 3-bit bank address DIMM 38746 38747 The current implementation does not set the number of bank address bits 38748 (BA) in the processor. The default assumes 2 logical bank bits. This 38749 works fine for a DIMM that uses devices with 4 internal banks (SPD 38750 byte17 = 0x4) but needs to be set appropriately for a DIMM that uses 38751 devices with 8 internal banks (SPD byte17 = 0x8). 38752 38753 Signed-off-by: Greg Davis <DavisG@embeddedplanet.com> 38754 38755commit 6c543597bb4b1ecf5d8589f7abb0f39929fb7fd1 38756Author: Andy Fleming <afleming@freescale.com> 38757Date: Mon Aug 13 14:38:06 2007 -0500 38758 38759 Fix minor 85xx warnings 38760 38761 Some patches had inserted warnings into the build: 38762 * mpc8560ads declared data without using it 38763 * cpu_init declared ecm and immap without using it in all CONFIGs 38764 * MPC8548CDS.h had its default filenames changed so that they contained 38765 "\m" in the paths. Made the defaults not Windows-specific (or 38766 anything-specific) 38767 38768 Signed-off-by: Andy Fleming <afleming@freescale.com> 38769 38770commit f2cff6b104f82b993bef6086ce0c97159bbe1add 38771Author: Ed Swarthout <Ed.Swarthout@freescale.com> 38772Date: Fri Jul 27 01:50:52 2007 -0500 38773 38774 8548cds PCIE support. 38775 38776 Make the early L1 cache stack region guarded to prevent speculative 38777 fetches outside the locked range. 38778 38779 Use _PHYS defines, not _MEM for cpu-side PCI memory mapped regions. 38780 init.S whitespace cleanup. 38781 38782 Allow TEXT_BASE value to be specified on command line. This allows it 38783 to be set to 0xfffc0000 which cuts the uboot binary in half. 38784 38785 Clear and enable lbc and ecm errors. 38786 38787 Update last_busno in device-tree for pci and pcie. 38788 38789 Remove load of obsolete cpu/mpc85xx/pci.0 38790 38791 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 38792 Acked-by: Andy Fleming <afleming@freescale.com> 38793 38794commit 837f1ba05cfb248aba5ab8e1fb1bfeefa07d5962 38795Author: Ed Swarthout <Ed.Swarthout@freescale.com> 38796Date: Fri Jul 27 01:50:51 2007 -0500 38797 38798 8544ds PCIE support 38799 38800 PCI1 LAW mapping should use CFG_PCI1_MEM_PHY and not _BASE address. 38801 38802 Enable LBC and ECM errors and clear error registers. 38803 38804 Add tftpflash env var to get uboot from tftp server and flash it. 38805 38806 Add pci/pcie convenience env vars to display register space: 38807 "run pcie3regs" to see all pcie3 ccsr registers 38808 "run pcie3cfg" to see all cfg registers 38809 Whitespace cleanup and MPC8544DS.h 38810 38811 Enable CONFIG_INTERRUPTS. 38812 38813 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 38814 Acked-by: Andy Fleming <afleming@freescale.com> 38815 38816commit 61a21e980a7b9188424d04f1c265fdc5c21c7e85 38817Author: Andy Fleming <afleming@freescale.com> 38818Date: Tue Aug 14 01:34:21 2007 -0500 38819 38820 85xx start.S cleanup and exception support 38821 38822 From: Ed Swarthout <Ed.Swarthout@freescale.com> 38823 38824 Support external interrupts from platform to eliminate system hangs. 38825 Define CONFIG_INTERRUPTS board configure option to enable. 38826 Enable ecm, ddr, lbc, and pci/pcie error interrupts in PIC. 38827 38828 Remove extra cpu initialization redundant with hardware initialization. 38829 Whitespace cleanup. 38830 38831 Define and use _START_OFFSET consistent with other processors using 38832 ppc_asm.tmpl 38833 38834 Move additional code from .text to boot page to make room for 38835 exception vectors at start of image. 38836 38837 Handle Machine Check, External and Critical exceptions. 38838 38839 Fix e500 machine check error determination in traps.c 38840 38841 TEXT_BASE can now be 0xfffc_0000 - which cuts binary image in half. 38842 38843 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 38844 Acked-by: Andy Fleming <afleming@freescale.com> 38845 38846commit 7bd30fc4a6475b41d6679ae3aafc9fa505260c47 38847Author: Andy Fleming <afleming@freescale.com> 38848Date: Tue Aug 14 01:33:18 2007 -0500 38849 38850 Add MPC8544DS README 38851 38852 Signed-off-by: Andy Fleming <afleming@freescale.com> 38853 38854commit 40c7f9b0de4e300370adfc704128fa0f79a143b6 38855Author: Ed Swarthout <Ed.Swarthout@freescale.com> 38856Date: Fri Jul 27 01:50:48 2007 -0500 38857 38858 85xx allow debugger to configure ddr. 38859 38860 Only check for mpc8548 rev 1 when compiled for 8548. 38861 38862 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 38863 Acked-by: Andy Fleming <afleming@freescale.com> 38864 38865commit 29372ff38c5baab7d0e3a8c14fe11fa194a38704 38866Author: Ed Swarthout <Ed.Swarthout@freescale.com> 38867Date: Fri Jul 27 01:50:47 2007 -0500 38868 38869 mpc85xx L2 cache reporting and SRAM relocation option. 38870 38871 Allow debugger to override flash cs0/cs1 settings to enable alternate 38872 boot regions 38873 38874 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 38875 Acked-by: Andy Fleming <afleming@freescale.com> 38876 38877commit 41f0f8fb1ab92f0cba7d329de90070f822f8299f 38878Author: Ed Swarthout <Ed.Swarthout@freescale.com> 38879Date: Fri Jul 27 01:50:46 2007 -0500 38880 38881 e500 needs ppc_asm.tmp MCK_EXCEPTION 38882 38883 Always define MCK_EXCEPTION macro - so e500 can use it too. 38884 38885 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 38886 Acked-by: Andy Fleming <afleming@freescale.com> 38887 38888commit 53a5c424bf8655b7b4e2c305a441963259a26a81 38889Author: David Updegraff <dave@cray.com> 38890Date: Mon Jun 11 10:41:07 2007 -0500 38891 38892 multicast tftp: RFC2090 38893 38894 Implemented IETF RFC2090, Multicast TFTP. Initial implementation 38895 on Realtek RTL8139 and Freescale TSEC. 38896 38897 Signed-off-by: David Updegraff <dave@cray.com> 38898 Signed-off-by: Ben Warren <bwarren@qstreams.com> 38899 38900commit 5d110f0aa69f065ee386ec1840dfee1e8cc46bc1 38901Author: Wilson Callan <wcallan@savantav.com> 38902Date: Sat Jul 28 10:56:13 2007 -0400 38903 38904 New CONFIG_BOOTP_SERVERIP option 38905 38906 Added CONFIG_BOOTP_SERVERIP to allow the tftp server to be different 38907 from the bootp server 38908 38909 Signed-off-by: Wilson Callan <wcallan@savantav.com> 38910 Signed-off-by: Ben Warren <bwarren@qstreams.com> 38911 38912commit 50cca8b976ec74069860208c36e64ce8f4d5e4c1 38913Author: Mike Rapoport <mike@compulab.co.il> 38914Date: Sun Aug 12 08:48:27 2007 +0300 38915 38916 Add ability to take MAC address from the environment to DM9000 driver 38917 38918 Signed-off-by: Mike Rapoport <mike@compulab.co.il> 38919 Signed-off-by: Ben Warren <bwarren@qstreams.com> 38920 38921commit be5d72d10d47609326226225181e301fb9a33b58 38922Author: Wolfgang Denk <wd@denx.de> 38923Date: Mon Aug 13 21:57:53 2007 +0200 38924 38925 Minor coding style cleanup. Update CHANGELOG. 38926 38927 Signed-off-by: Wolfgang Denk <wd@denx.de> 38928 38929commit cca34967cbd13ff6bd352be29e3f1cc88ab24c05 38930Author: Joe Hamman <joe.hamman@embeddedspecialties.com> 38931Date: Sat Aug 11 06:54:58 2007 -0500 38932 38933 Modify SBC8641D to use new Freescale PCI routines 38934 38935 PCI-Express sockets 1 and 2 verified working with Intel Pro/1000 PT 38936 adapter. 38937 38938 Signed-off-by: Joe Hamman <joe.hamman@embeddedspecialties.com> 38939 Signde-off-by: Jon Loeliger <jdl@freescale.com> 38940 38941commit a08458303e7f9db67f296980036d3292c35cb45c 38942Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 38943Date: Fri Jun 29 18:38:51 2007 +0200 38944 38945 atmel_mci: Fix data timeout value 38946 38947 Calculate the data timeout based on values from the CSD instead of 38948 just using a hardcoded DTOR value. This is a backport of a similar fix 38949 in BSP 2.0, with one additional fix: the DTOCYC value is rounded up 38950 instead of down. 38951 38952 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 38953 38954commit 0ba8eed28b575626b17e0a7882f923b83e0d7584 38955Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 38956Date: Mon Aug 13 17:22:31 2007 +0200 38957 38958 AVR32: Include <div64.h> instead of <asm/div64.h> 38959 38960 include/asm-avr32/div64.h was recently moved to include/div64.h, but 38961 cpu/at32ap/interrupts.c wasn't properly updated (an earlier version of 38962 the patch was merged perhaps?) 38963 38964 This patch updates cpu/at32ap/interrupts.c so that the avr32 port 38965 compiles again. 38966 38967 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 38968 38969commit f0d1246ed7cb5a88522244c596d7ae7e6f161283 38970Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 38971Date: Wed Jun 27 13:34:26 2007 +0200 38972 38973 atmel_mci: Use 512 byte blocksize if possible 38974 38975 Instead of always using the largest blocksize the card supports, check 38976 if it can support smaller block sizes and use 512 bytes if possible. 38977 Most cards do support this, and other parts of u-boot seem to have 38978 trouble with block sizes different from 512 bytes. 38979 38980 Also enable underrun/overrun protection. 38981 38982 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 38983 Acked-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com> 38984 38985commit 273db7e1bdd1937e32f1d4507321bb721ebd3118 38986Author: Stefan Roese <sr@denx.de> 38987Date: Mon Aug 13 09:05:33 2007 +0200 38988 38989 ppc4xx: Fix problem in PLL clock calculation 38990 38991 This patch was originall provided by David Mitchell <dmitchell@amcc.com> 38992 and fixes a bug in the PLL clock calculation. 38993 38994 Signed-off-by: Stefan Roese <sr@denx.de> 38995 38996commit 9986bc3e40e899bea372a99a2bca4071bdf2e24b 38997Author: Wolfgang Denk <wd@denx.de> 38998Date: Sun Aug 12 21:34:50 2007 +0200 38999 39000 Update CHANGELOG
39001 39002commit 77d19a8bf3b0b1e401cb9f23c81e2ef419705c1a 39003Author: Wolfgang Denk <wd@denx.de> 39004Date: Sun Aug 12 21:34:34 2007 +0200 39005 39006 Minor alignment of output, 2nd try. 39007 Also update CHANGELOG 39008 39009 Signed-off-by: Wolfgang Denk <wd@denx.de> 39010 39011commit 6b309f22a724fad8418e811751a0741b893419cf 39012Author: Wolfgang Denk <wd@denx.de> 39013Date: Sun Aug 12 20:35:49 2007 +0200 39014 39015 Minor alignment of output 39016 39017 Signed-off-by: Wolfgang Denk <wd@denx.de> 39018 39019commit 6f6d7b9c8559e241e8d232621542b8b59699b07b 39020Author: Wolfgang Denk <wd@denx.de> 39021Date: Sun Aug 12 18:28:18 2007 +0200 39022 39023 Cleanup output on ADS5121 board 39024 39025 Signed-off-by: Wolfgang Denk 39026 39027commit a4d2636f2a859245ed3a401f26189da2dfda4ceb 39028Author: Wolfgang Denk <wd@denx.de> 39029Date: Sun Aug 12 15:11:38 2007 +0200 39030 39031 Adapt board configuration and fix kernel crash on MCC200 board. 39032 39033 The update procedure was modified to turn off the USB subsystem 39034 before exit for MCC200 and TRAB. This is necessary as otherwise the 39035 USB controller continues to write periodically to system memory! 39036 39037 MCC200-specific notes: 39038 - the patch disables the magic key check for MCC200 39039 - the patch contains the configuration changes made 39040 for the new revision of the board. 39041 39042 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com> 39043 Signed-off-by: Wolfgang Denk <wd@denx.de> 39044 39045commit e27f3a6efb9db5a533223b05c629ff4ac8d921bf 39046Author: Wolfgang Denk <wd@denx.de> 39047Date: Sun Aug 12 14:47:54 2007 +0200 39048 39049 Adjust default configuration of ADS5121 board. 39050 39051 Signed-off-by: Wolfgang Denk <wd@denx.de> 39052 39053commit afaac86fe2948ac84cd9a12bbed883b3c683e7d9 39054Author: Wolfgang Denk <wd@denx.de> 39055Date: Sun Aug 12 14:27:39 2007 +0200 39056 39057 Clean up some remaining CFG_CMD_ -> CONFIG_CMD_ issues. 39058 39059 Signed-off-by: Wolfgang Denk <wd@denx.de> 39060 39061commit 5fe6be6208dda852c3564e384bd78d75784dea3e 39062Author: Gerald Van Baren <vanbaren@cideas.com> 39063Date: Tue Aug 7 21:14:22 2007 -0400 39064 39065 Improve error print messages. 39066 39067 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com> 39068 39069commit 99dffca3b7590a16a00bc475c860b67b2a3f1462 39070Author: Kim Phillips <kim.phillips@freescale.com> 39071Date: Tue Jul 17 13:57:04 2007 -0500 39072 39073 fdt: allow for builds that don't want env and bd_t nodes 39074 39075 protect fdt_env and fdt_bd_t invocations, fix codingstyle while in the 39076 area. 39077 39078 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 39079 39080commit 91148bf7aeba142d6f348805db7625db7da64d6f 39081Author: Kim Phillips <kim.phillips@freescale.com> 39082Date: Tue Jul 17 13:56:53 2007 -0500 39083 39084 fdt: do board setup based on fdt address specified on bootm line 39085 39086 The last fdt patch to bootm did board setup based on the address 39087 specified by a prior fdt address command invocation. The bootm 39088 code, as its call to fdt_chosen does, should use the fdt specified 39089 by the user on the bootm command. Note this restores full 39090 functionality for the 8360's existing default boot environment 39091 values, e.g. 'run nfsboot' (i.e. no having to 'fdt addr $fdtaddr' 39092 before booting a kernel). 39093 39094 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 39095 39096commit e125a2ffc209dd34794e326c7175658253beadf3 39097Author: Gerald Van Baren <vanbaren@cideas.com> 39098Date: Tue Jul 10 20:40:39 2007 -0400 39099 39100 Call ft_board_setup() from the bootm command. 39101 39102 In the patch titled "Create new fdt boardsetup command..." I removed the 39103 call to ft_board_setup() from the routine fdt_chosen(), but I forgot 39104 to add a direct call back into cmd_bootm.c 39105 39106 This fixes the oversight by adding the direct call to the bootm command. 39107 39108 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com> 39109 39110commit fd61e55dd8cb52ce3ff91b3917af26e24b6b0845 39111Author: Gerald Van Baren <vanbaren@cideas.com> 39112Date: Mon Jun 25 23:25:28 2007 -0400 39113 39114 Create new fdt boardsetup command, fix bug parsing [] form of set values. 39115 39116 Previously ft_board_setup() was called by fdt_chosen() which was not 39117 really correctly structured. This splits ft_board_setup() out by creating 39118 a new fdt boardsetup command. 39119 39120 Fix a bug when parsing fdt set command values which have the square 39121 bracket form [00 11 22 33] - the length was updated incorrectly in when 39122 parsing that form. 39123 39124 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com> 39125 39126commit 6f35ded9e85493595e0eb66a82b502a95326d049 39127Author: Gerald Van Baren <vanbaren@cideas.com> 39128Date: Mon Jun 25 20:55:58 2007 -0400 39129 39130 Tighten up the error messages. 39131 39132 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com> 39133 39134commit c45874b05aae897a6c29d1a97d4bb708fca2756c 39135Author: Gerald Van Baren <vanbaren@cideas.com> 39136Date: Mon Jun 25 19:52:23 2007 -0400 39137 39138 Asthetic improvements: error messages and line lengths. 39139 39140 Tighten up the error messages, split overlength lines. 39141 39142 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com> 39143 39144commit 35ec398f16e17df600edc1b38c1e9e62c15c9aa1 39145Author: Gerald Van Baren <vanbaren@cideas.com> 39146Date: Fri May 25 22:08:57 2007 -0400 39147 39148 Fix fdt_chosen() to call ft_board_setup(), clean up long lines. 39149 39150 The fdt_chosen() function was adding/seting some properties ad-hoc 39151 improperly and duplicated (poorly) what was done in ft_board_setup() 39152 39153 Clean up long lines (setting properties, printing errors). 39154 39155 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com> 39156 39157commit 06e19a07701c968f15d72c083b5872a1a11c7b01 39158Author: Gerald Van Baren <vanbaren@cideas.com> 39159Date: Mon May 21 23:27:16 2007 -0400 39160 39161 For fdt_find_node_by_path(), handle the root path properly. 39162 39163 Also removes the special case root path detection in cmd_fdt.c since it 39164 is no longer necessary. 39165 39166 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com> 39167 39168commit 9675ee7208ab965d13ea8d8262d77ac4160ef549 39169Author: Gerald Van Baren <vanbaren@cideas.com> 39170Date: Thu May 17 23:54:36 2007 -0400 39171 39172 Add fdt_find_node_by_type() and fdt_find_compatible_node() to LIBFDT 39173 39174 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com> 39175 Acked-by: Gerald Van Baren <vanbaren@cideas.com> 39176 39177commit 1a861169bc3758f9de3aead62b058736c6891246 39178Author: Gerald Van Baren <vanbaren@cideas.com> 39179Date: Wed Jun 6 22:47:58 2007 -0400 39180 39181 Replace fdt_node_offset() with fdt_find_node_by_path(). 39182 39183 The new name matches more closely the kernel's name, which is also 39184 a much better description. 39185 39186 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com> 39187 Acked-by: Gerald Van Baren <vanbaren@cideas.com> 39188 39189commit addd8ce83078c25f0eca5f23adbdfc64ca50a243 39190Author: Gerald Van Baren <vanbaren@cideas.com> 39191Date: Wed May 16 22:39:59 2007 -0400 39192 39193 Fix cmd_fdt line lengths, refactor code. 39194 39195 Break lines that were greater than 80 characters in length. 39196 Move the fdt print and property parsing code to separate static functions 39197 to reduce coding clutter in the fdt_cmd handling body. 39198 39199 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com> 39200 39201commit 25114033ab21788810c48ba4df103b649da1223b 39202Author: Gerald Van Baren <vanbaren@cideas.com> 39203Date: Sat May 12 09:47:25 2007 -0400 39204 39205 FDT command improvements. 39206 39207 Fix "fdt set" so that it will create a non-existing property. 39208 Add "fdt mknode" to create nodes. 39209 39210 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com> 39211 39212commit 38eb508e8e811e2e57628f445de3a24a23c7d804 39213Author: Gerald Van Baren <vanbaren@cideas.com> 39214Date: Sat May 12 09:45:46 2007 -0400 39215 39216 Reorganize and fix problems (returns) in the bootm command. 39217 39218 Do *NOT* return after the "point of no return" has been passed. 39219 If something goes wrong, the board must be reset after that point. 39220 Move the "Transferring control to Linux" debug message back to where it 39221 belongs: just before transferring control to linux. 39222 39223 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com> 39224 39225commit 89c8757d8f213c47709bdc4efe0695263a6080a6 39226Author: Gerald Van Baren <vanbaren@cideas.com> 39227Date: Tue May 8 21:27:35 2007 -0400 39228 39229 Fix bugs in the CONFIG_OF_LIBFDT 39230 39231 Stupid coding mistakes (identified by Timur Tabi, thanks). 39232 39233 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com> 39234 39235commit 6be07cc1ca458278c85ecdbf1a0536cff4c701ec 39236Author: Gerald Van Baren <vanbaren@cideas.com> 39237Date: Wed Apr 25 22:47:15 2007 -0400 39238 39239 Improve fdt move length handling. 39240 39241 Make the length parameter optional: if not specified, do the move using 39242 the current size unchanged. 39243 39244 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com> 39245 39246commit bb930e76fea6cf89ca2d98e2f7c7a6043d79327d 39247Author: Gerald Van Baren <vanbaren@cideas.com> 39248Date: Wed Apr 25 22:23:36 2007 -0400 39249 39250 Minor code clean up. 39251 39252 Declare the variable fdt properly as extern. 39253 Call the "set_fn" function pointer the "short way" without the full 39254 dereferencing syntax. 39255 39256 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com> 39257 39258commit ba24e2ac3bdb5c489f3c787e7542b6474c4d65c6 39259Author: Gerald Van Baren <vanbaren@cideas.com> 39260Date: Wed Apr 25 21:24:27 2007 -0400 39261 39262 Improve error messages, more informative. 39263 39264 Print more than the raw libfdt error message strings. This is especially 39265 useful for cluing in the user when the bootm command aborts due to 39266 blob problems. 39267 39268 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com> 39269 39270commit 8096b3b8f772c1894ddeda9dbceff6a8826473a4 39271Author: Gerald Van Baren <vanbaren@cideas.com> 39272Date: Fri Apr 20 22:46:53 2007 -0400 39273 39274 libfdt: Conditionally compile based on CONFIG_OF_LIBFDT 39275 39276 This is the way u-boot reduces configured-out code. At Wolfgang 39277 Grandegger and Wolfgang Denk's request, make libfdt conform. 39278 39279 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com> 39280 39281commit 923efd286411ed052d9e074f59f8986d6081061c 39282Author: Bruce Adler <bruce.adler@ccpu.com> 39283Date: Fri Aug 10 14:54:47 2007 -0700 39284 39285 add image size and descriptors for Spartan 3E FPGA chips 39286 39287 Spartan 3E image sizes taken from Table 1-4 in Xilinx UG332 (v1.1) 39288 39289 Signed-off by: Bruce Adler <bruce.adler@ccpu.com> 39290 39291commit fb56579ffe7ef3275b7036bb7b924e5a0d32bd70 39292Author: Kim Phillips <kim.phillips@freescale.com> 39293Date: Fri Aug 10 15:34:48 2007 -0500 39294 39295 make MAKEALL more immune to merge conflicts 39296 39297 ..by placing board entries one per line, as suggested by jdl. 39298 39299 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 39300 39301commit 2628114ec564f969f34b5f7105fbd168cb8c9c3f 39302Author: Kim Phillips <kim.phillips@freescale.com> 39303Date: Fri Aug 10 13:28:25 2007 -0500 39304 39305 README: Remove outdated cpu type, board type, and NAME_config lists 39306 39307 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 39308 39309commit 49bb59912d21aacb507eb81fd21fb7af650c706c 39310Author: Dave Liu <r63238@freescale.com> 39311Date: Fri Aug 10 15:48:59 2007 +0800 39312 39313 mpc83xx: Suppress the warning 'burstlen' 39314 39315 suppress the warning 'burstlen' of spd_sdram. 39316 39317 Signed-off-by: Dave Liu <daveliu@freescale.com> 39318 39319commit c646bba6465a45c60746d4cc1602cd06c1960f2d 39320Author: Joe Hamman <joe.hamman@embeddedspecialties.com> 39321Date: Thu Aug 9 15:11:03 2007 -0500 39322 39323 Add support for SBC8641D. Config files. 39324 39325 Add support for Wind River's SBC8641D reference board. 39326 39327 Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com> 39328 Acked-by: Wolfgang Denk <wd@denx.de> 39329 Acked-by: Jon Loeliger <jdl@freescale.com> 39330 39331commit 8ac273271d57321f90505c7a51cdb1ef2113b628 39332Author: Joe Hamman <joe.hamman@embeddedspecialties.com> 39333Date: Thu Aug 9 15:10:53 2007 -0500 39334 39335 Add support for SBC8641D. Board files. 39336 39337 Add support for Wind River's SBC8641D reference board. 39338 39339 Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com> 39340 Acked-by: Wolfgang Denk <wd@denx.de> 39341 Acked-by: Jon Loeliger <jdl@freescale.com> 39342 39343commit c2c0ab4aff86622b837a48a0e560351f9afafb95 39344Author: Stefan Roese <sr@denx.de> 39345Date: Fri Aug 10 20:34:58 2007 +0200 39346 39347 Conding style cleanup 39348 39349 Signed-off-by: Stefan Roese <sr@denx.de> 39350 39351commit c74b2108e31fe09bd1c5d291c3cf360510d4f13e 39352Author: Sergey Kubushyn <ksi@koi8.net> 39353Date: Fri Aug 10 20:26:18 2007 +0200 39354 39355 [ARM] TI DaVinci support, hopefully final 39356 39357 Add support for the following DaVinci boards: 39358 - DV_EVM 39359 - SCHMOOGIE 39360 - SONATA 39361 39362 Changes: 39363 39364 - Split into separate board directories 39365 - Removed changes to MTD_DEBUG (or whatever it's called) 39366 - New CONFIG_CMD party line followed 39367 - Some cosmetic fixes, cleanup etc. 39368 - Patches against the latest U-Boot tree as of now. 39369 - Fixed CONFIG_CMD_NET in net files. 39370 - Fixed CONFIG_CMD_EEPROM for schmoogie. 39371 - Made sure it compiles and works (forceenv() link problem) on SCHMOOGIE and 39372 DV_EVM. Can't check if it works on SONATA, don't have a board any more, 39373 but it at least compiles. 39374 39375 Here is an excerpt from session log on SCHMOOGIE... 39376 39377 U-Boot 1.2.0-g6c33c785-dirty (Aug 7 2007 - 13:07:17) 39378 39379 DRAM: 128 MB 39380 NAND: 128 MiB 39381 In: serial 39382 Out: serial 39383 Err: serial 39384 ARM Clock : 297MHz 39385 DDR Clock : 162MHz 39386 ETH PHY : DP83848 @ 0x01 39387 U-Boot > iprobe 39388 Valid chip addresses: 1B 38 3A 3D 3F 50 5D 6F 39389 U-Boot > ping 192.168.253.10 39390 host 192.168.253.10 is alive 39391 U-Boot > 39392 39393 Signed-off-by: Sergey Kubushyn <ksi@koi8.net> 39394 Acked-by: Dirk Behme <dirk.behme@gmail.com> 39395 Acked-by: Zach Sadecki <Zach.Sadecki@ripcode.com> 39396 Acked-by: Stefan Roese <sr@denx.de> 39397 39398commit 2e4d94f1e3c2961428967a33b6ff2520568391b3 39399Author: Ed Swarthout <Ed.Swarthout@freescale.com> 39400Date: Fri Jul 27 01:50:45 2007 -0500 39401 39402 fsl_pci_init cleanup. 39403 39404 Do not enable normal errors created during probe (master abort, perr, 39405 and pcie Invalid Configuration access). 39406 39407 Add CONFIG_PCI_NOSCAN board option to prevent bus scan. 39408 39409 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 39410 Acked-by: Andy Fleming <afleming@freescale.com> 39411 39412commit 936b3e69b667c3eb9a61ece4e78647d3fce9fc2a 39413Author: Ed Swarthout <Ed.Swarthout@freescale.com> 39414Date: Fri Jul 27 01:50:44 2007 -0500 39415 39416 pciauto_setup_device bars_num fix 39417 39418 Passing bars_num=0 to pciauto_setup_device should assign no bars. 39419 39420 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 39421 Acked-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com> 39422 Acked-by: Andy Fleming <afleming@freescale.com> 39423 39424commit cf0b185e58ca0aec8ae2b2a8804ec0ef58ee21d4 39425Author: Jon Loeliger <jdl@freescale.com> 39426Date: Mon Aug 6 17:39:44 2007 -0500 39427 39428 8641hpcn: Do correct sized pointer math. 39429 39430 When I rebased Ed's patch and cleaned up a few compilation 39431 problems, I apparently rebased my brain on crack first. 39432 Fix that by doing (char *) sized pointer math as needed. 39433 39434 Signed-off-by: Jon Loeliger <jdl@freescale.com> 39435 39436commit cfc7a7f5bb3273c9951173c788001d45118f141f 39437Author: Jon Loeliger <jdl@freescale.com> 39438Date: Thu Aug 2 14:42:20 2007 -0500 39439 39440 cpu/86xx fixes. 39441 39442 Remove rev 1 fixes. 39443 Always set PICGCR_MODE. 39444 Enable machine check and provide board config option 39445 to set and handle SoC error interrupts. 39446 39447 Include MSSSR0 in error message. 39448 39449 Isolate a RAMBOOT bit of code with #ifdef CFG_RAMBOOT. 39450 39451 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 39452 Signed-off-by: Jon Loeliger <jdl@freescale.com> 39453 39454commit 35d22f957a85a22bb3cd1ad084fa5404620d1c42 39455Author: Stefan Roese <sr@denx.de> 39456Date: Fri Aug 10 10:42:25 2007 +0200 39457 39458 Coding style cleanup 39459 39460 Signed-off-by: Stefan Roese <sr@denx.de> 39461 39462commit 3a6d56c20989fe27360afe743bd2a7ad4d76e48f 39463Author: Dirk Behme <dirk.behme@googlemail.com> 39464Date: Thu Aug 2 17:42:08 2007 +0200 39465 39466 Make use of generic 64bit division in nand_util.c 39467 39468 Use generic 64bit division in nand_util.c. This makes nand_util.c 39469 independent of any toolchain 64bit division. 39470 39471 Signed-off-by: Dirk Behme <dirk.behme@gmail.com> 39472 39473commit f7c086e94e8ce9aad7268af97f73aa6884686f27 39474Author: Dirk Behme <dirk.behme@googlemail.com> 39475Date: Thu Aug 2 17:41:14 2007 +0200 39476 39477 Move 64bit division from avr32 to generic lib 39478 39479 Move the 64bit division from lib_avr32 to lib_generic. With this, all 39480 boards can do_div/__div64_32 if needed, not only avr one. Code is put 39481 to lib_generic, so no larger memory footprint if not used. No code 39482 modifications. Thanks for proposal by HÃ¥vard Skinnemoen. 39483 39484 Signed-off-by: Dirk Behme <dirk.behme@gmail.com> 39485 39486commit 157cda4d0c3d592ccbb19bbfc07d9251894f0894 39487Author: Niklaus Giger <niklausgiger@gmx.ch> 39488Date: Fri Jul 27 11:31:22 2007 +0200 39489 39490 Add PPC4xx-HCU4 and HCU5 boards: HCU5 files 39491 39492 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com> 39493 39494commit 6e5de26c6e7580faf16e87745cd488b92b492d0c 39495Author: Niklaus Giger <niklausgiger@gmx.ch> 39496Date: Fri Jul 27 11:30:33 2007 +0200 39497 39498 Add PPC4xx-HCU4 and HCU5 boards: HCU4 files 39499 39500 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com> 39501 39502commit e8397fc78c9394d71de233a4d810fbc9047e4c76 39503Author: Niklaus Giger <niklausgiger@gmx.ch> 39504Date: Fri Jul 27 11:38:26 2007 +0200 39505 39506 Add PPC4xx-HCU4 and HCU5 boards: common files 39507 39508 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com> 39509 39510commit ac982ea5a4f2f993efcf52dca122f5a59df047d8 39511Author: Niklaus Giger <niklausgiger@gmx.ch> 39512Date: Fri Jul 27 11:28:44 2007 +0200 39513 39514 Add PPC4xx-HCU4 and HCU5 boards: make related 39515 39516 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com> 39517 39518commit 137fdd9f474ecb853efdace5200576308c67f18d 39519Author: Niklaus Giger <niklausgiger@gmx.ch> 39520Date: Fri Jul 27 11:28:03 2007 +0200 39521 39522 Add PPC4xx-HCU4 and HCU5 boards: HCU5 config 39523 39524 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com> 39525 39526commit 714bc55b35b6f6a65cc8740a3842a543e88cdef2 39527Author: Niklaus Giger <niklausgiger@gmx.ch> 39528Date: Fri Jul 27 11:27:15 2007 +0200 39529 39530 Add PPC4xx-HCU4 and HCU5 boards: HCU4 config 39531 39532 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com> 39533 39534commit 1894dd381124bdbfbdae7cf3a6ca52a8eb1f4421 39535Author: Niklaus Giger <niklausgiger@gmx.ch> 39536Date: Fri Jul 27 11:25:31 2007 +0200 39537 39538 Add PPC4xx-HCU4 and HCU5 boards: READMEs 39539 39540 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com> 39541 39542commit 641cca9569ce351ddb287fd3343d8b1dcb591db4 39543Author: Niklaus Giger <niklausgiger@gmx.ch> 39544Date: Fri Jul 27 11:37:40 2007 +0200 39545 39546 Add PPC4xx-HCU4 and HCU5 boards: Infrastructure 39547 39548 This series of patches adds support for 2 boards from Netstal Maschinen. 39549 39550 The HCU4 has a PPC405Gpr and 39551 the HCU5 has a PPC440EPX. 39552 39553 The HCU4 has a somehow complicated flash setup, as the booteprom is 39554 only 8 bits and the CFI 16 bits wide, which makes it impossible to use a more 39555 elegant solution. 39556 39557 The HCU5 has only a booteprom as the whole code will be downloaded from a 39558 different board which has HD, CD-ROM, etc and where all code is stored. 39559 39560 This is my third try. I incorporated all suggestions made by Wolfgang and Stefan. 39561 Thanks them a lot. 39562 39563 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com> 39564 39565commit 3e4c90c6233618fc1806e63fde68df5f3d6a0171 39566Author: Stefan Roese <sr@denx.de> 39567Date: Fri Aug 10 08:42:55 2007 +0200 39568 39569 ppc4xx: Update lwmon5 POST configuration 39570 39571 Signed-off-by: Stefan Roese <sr@denx.de> 39572 39573commit 29cb25da56afe18cf5e7072a92a9d98ea8af1fd4 39574Author: Yuri Tikhonov <yur@emcraft.com> 39575Date: Fri Aug 10 08:25:22 2007 +0200 39576 39577 POST: Add ppc4xx UART POST support without external uart clock (lwmon5) 39578 39579 The patch adds support for UART POST on ppc44x-based boards with no 39580 external serial clocks installed. 39581 39582 Signed-off-by: Yuri Tikhonov <yur@emcraft.com> 39583 Acked-by: Stefan Roese <sr@denx.de> 39584 39585commit 99c2fdab91bc633e46fb41dbaa629f87ccf6e00f 39586Author: Kim Phillips <kim.phillips@freescale.com> 39587Date: Mon Aug 6 18:18:34 2007 -0500 39588 39589 mpc83xx: fix ITX[GP] O=builddir builds 39590 39591 make: *** No rule to make target `/work/wd/tmp/board/mpc8349itx/u-boot.lds', needed by `/work/wd/tmp/u-boot'. Stop. 39592 39593 Both the ITX and ITX-GP fail when you use "make O=<some dir> ..." or 39594 "BUILD_DIR=<some dir> ./MAKEALL ..." 39595 39596 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 39597 39598commit 47e8bc846759e037b8af0e5f9c9f9cfa7a1050c3 39599Author: Dave Liu <r63238@freescale.com> 39600Date: Wed Aug 1 15:00:59 2007 +0800 39601 39602 mpc83xx: Correct the README for DDR ECC 39603 39604 Update the README for DDR ECC, change the name 39605 to README.mpc83xx.ddrecc. 39606 39607 Signed-off-by: Dave Liu <daveliu@freescale.com> 39608 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 39609 39610commit daab8c67d2defef73dc26ab07f0c3afd1b05d019 39611Author: Dave Liu <r63238@freescale.com> 39612Date: Wed Aug 1 15:00:15 2007 +0800 39613 39614 mpc83xx: Consolidate the ECC support of 83xx 39615 39616 Remove the duplicated source code of ecc command on the <board>.c, 39617 for reused, move these code to cpu/mpc83xx directory. 39618 39619 Signed-off-by: Dave Liu <daveliu@freescale.com> 39620 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 39621 39622commit 036575c544cf1b69654d8fb334bda69c6ff3da36 39623Author: Dave Liu <r63238@freescale.com> 39624Date: Sat Aug 4 13:37:39 2007 +0800 39625 39626 mpc83xx: Correct the burst length for DDR2 with 32 bits 39627 39628 The burst length should be 4 for DDR2 with 32 bits bus 39629 39630 Signed-off-by: Dave Liu <daveliu@freescale.com> 39631 39632commit 1c274c4e05b6dc9b24edc8aa618b02f607ee6eed 39633Author: Kim Phillips <kim.phillips@freescale.com> 39634Date: Wed Jul 25 19:25:33 2007 -0500 39635 39636 mpc83xx: add support for the MPC8323E RDB 39637 39638 MPC8323E based board with 64MB fixed SDRAM, 16MB flash, 39639 five 10/100 ethernet ports connected via an ICPlus IP175C 39640 switch, one PCI slot, and serial. Features not supported 39641 in this patch are SD card interface, 2 USB ports, and the 39642 two phone ports. 39643 39644 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com> 39645 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 39646 39647commit 343d91009d55fc5b3ff8cc940597af6c6aa1d359 39648Author: Kim Phillips <kim.phillips@freescale.com> 39649Date: Wed Jul 25 19:25:28 2007 -0500 39650 39651 mpc83xx: fixup generic pci for libfdt 39652 39653 add libfdt support to the generic 83xx pci code 39654 39655 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 39656 39657commit f57ac7a7b37109245b69db80839ebee26179966a 39658Author: Kim Phillips <kim.phillips@freescale.com> 39659Date: Wed Jul 25 19:25:22 2007 -0500 39660 39661 mpc83xx: fix 8360 and cpu functions to update fdt being passed 39662 39663 ..and not the global fdt. Rename local fdt vars to blob so as not to 39664 be confused with the global var with the same three-letter name. 39665 39666 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 39667 39668commit 8be404459a6b7395415a57bb35e8377e3b2b5acb 39669Author: Jerry Van Baren <gvb.uboot@gmail.com> 39670Date: Wed Jul 4 21:34:24 2007 -0400 39671 39672 mpc83xx: Fix errors when CONFIG_OF_LIBFDT is enabled 39673 39674 Several node strings were not correct (trailing slashes and properties 39675 in the strings) 39676 Added setting of the timebase-frequency. 39677 Improved error messages and use debug() instead of printf(). 39678 39679 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com> 39680 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 39681 39682commit 26d02c9bbac1751c5e19294f000100b48d43a920 39683Author: Jerry Van Baren <gvb.uboot@gmail.com> 39684Date: Wed Jul 4 21:27:30 2007 -0400 39685 39686 mpc83xx: Replace fdt_node_offset() with fdt_find_node_by_path(). 39687 39688 The new name matches more closely the kernel's name, which is also 39689 a much better description. 39690 39691 These are the mpc83xx changes made necessary by the function name change. 39692 39693 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com> 39694 Acked-by: Gerald Van Baren <vanbaren@cideas.com> 39695 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 39696 39697commit 9be39a67c9f8fef7107f5df09d673005f04d0963 39698Author: Dave Liu <daveliu@freescale.com> 39699Date: Mon Jun 25 10:41:56 2007 +0800 39700 39701 mpc83xx: Add support for the display of reset status 39702 39703 83xx processor family has many reset sources, such as 39704 power on reset, software hard reset, software soft reset, 39705 JTAG, bus monitor, software watchdog, check stop reset, 39706 external hard reset, external software reset. 39707 sometimes, to figure out the fault of system, we need to 39708 know the cause of reset early before the prompt of 39709 u-boot present. 39710 39711 Signed-off-by: Dave Liu <daveliu@freescale.com> 39712 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 39713 39714commit ff9658d7049bf8c8e8e0a05dbe5e9f7e91aa5a5d 39715Author: Dave Liu <daveliu@freescale.com> 39716Date: Mon Jun 25 10:41:04 2007 +0800 39717 39718 mpc83xx: Fix the align bug of SDMA buffer 39719 39720 According to the latest user manual, the SDMA temporary 39721 buffer base address must be 4KB aligned. 39722 39723 Signed-off-by: Dave Liu <daveliu@freescale.com> 39724 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 39725 39726commit 66dc2c2dc51f8b88bb8e231bc80cd92eae1d6476 39727Author: Dave Liu <daveliu@freescale.com> 39728Date: Mon Jun 25 13:21:12 2007 +0800 39729 39730 mpc83xx: Revise the MPC8360EMDS readme doc 39731 39732 When the rev2.x silicon mount on the MPC8360EMDS baord, 39733 and if you are using the u-boot version after the commit 39734 3fc0bd159103b536e1c54c6f4457a09b3aba66ca. 39735 to make the ethernet interface usable, we have to setup 39736 the jumpers correctly. 39737 39738 Signed-off-by: Dave Liu <daveliu@freescale.com> 39739 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 39740 39741commit e739bc95797aac4fefc4c75b55c7c78e59d3ea9c 39742Author: Timur Tabi <timur@freescale.com> 39743Date: Tue Jul 3 13:46:32 2007 -0500 39744 39745 FSL I2C driver programs the two I2C busses differently 39746 39747 The i2c_init() function in fsl_i2c.c programs the two I2C busses differently. 39748 The second I2C bus has its slave address programmed incorrectly and is 39749 missing a 5-us delay. 39750 39751 Signed-off-by: Timur Tabi <timur@freescale.com> 39752 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 39753 39754commit df33f6b4d6d63693dd9200808b242de1b86cb8e8 39755Author: Timur Tabi <timur@freescale.com> 39756Date: Tue Jul 3 13:04:34 2007 -0500 39757 39758 Update SCCR programming in cpu_init_f() to support all 83xx processors 39759 39760 Update the cpu_init_f() function in cpu/mpc83xx/cpu_init.c to program the 39761 bitfields for all 83xx processors. The code to update some bitfields was 39762 compiled only on some processors. Now, the bitfields are programmed as long 39763 as the corresponding CFG_SCCR option is defined in the board header file. 39764 This means that the board header file should not define any CFG_SCCR macros 39765 for bitfields that don't exist on that processor, otherwise the SCCR will be 39766 programmed incorrectly. 39767 39768 Signed-off-by: Timur Tabi <timur@freescale.com> 39769 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 39770 39771commit 9546266999f0b9b51372636614211b88d90f0f25 39772Author: Martin Krause <martin.krause@tqs.de> 39773Date: Fri Jun 22 13:04:22 2007 +0200 39774 39775 TQM834x: cleanup configuraton 39776 39777 Remove irritating #undef DEBUG 39778 39779 Signed-off-by: Martin Krause <martin.krause@tqs.de> 39780 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 39781 39782commit 5d497e6bf0f5bf63729b4a47b3fd786d3c77a1bc 39783Author: david.saada <David.Saada@ecitele.com> 39784Date: Mon Jun 18 09:09:53 2007 -0700 39785 39786 MPC83xx: Fix makefile to generate config.h file in the build directory 39787 39788 MPC83xx: Fix the Makefile config sections to generate the include/config.h 39789 file in the build directory instead of the source directory. 39790 39791 Signed-off-by: David Saada <david.saada@ecitele.com> 39792 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 39793 39794commit 1ded0242e437259366792d52b7e9d1e1931d8fa5 39795Author: Lee Nipper <Lee.Nipper@freescale.com> 39796Date: Thu Jun 14 20:07:33 2007 -0500 39797 39798 mpc83xx: Add support for 8360 silicon revision 2.1 39799 39800 This change adds 8360 silicon revision 2.1 support to u-boot. 39801 39802 Signed-off-by: Lee Nipper <lee.nipper@freescale.com> 39803 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 39804 39805commit a22806469a8f2b69c829f4fd5361fdebd0cb01b4 39806Author: Kumar Gala <galak@kernel.crashing.org> 39807Date: Wed Aug 8 04:14:28 2007 -0500 39808 39809 Treat ppc64 host as ppc 39810 39811 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 39812 39813commit 0dc4279b08ff82472bec2e2c90858602459febe8 39814Author: Jason Jin <Jason.jin@freescale.com> 39815Date: Wed Aug 8 09:01:46 2007 +0800 39816 39817 Minor fix for bios emulator makefile 39818 39819 Add $(obj) to LIB avoiding objects be built in the source dir 39820 39821 Signed-off-by: Jason Jin <Jason.jin@freescale.com> 39822 39823commit ce981dc857adfc8036ca2f6d5d5a06c2a8aa77d6 39824Author: Jason Jin <Jason.jin@freescale.com> 39825Date: Wed Aug 8 08:33:11 2007 +0800 39826 39827 Add CONFIG_BIOSEMU define to guard all the bios emulator code 39828 39829 Signed-off-by: Jason Jin <Jason.jin@freescale.com> 39830 39831 This patch fix the compile issue on the board that did not enable the bios emulator 39832 39833commit ed8106433522f2ea8933e9808346860d061d7731 39834Author: Zach Sadecki <Zach.Sadecki@ripcode.com> 39835Date: Tue Jul 31 12:27:25 2007 -0500 39836 39837 tsec: fix multiple PHY support 39838 39839 The change entitled "Reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx" 39840 broke multiple PHY support in tsec.c. This fixes it. 39841 39842 Signed-off-by: Zach Sadecki <Zach.Sadecki@ripcode.com> 39843 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 39844 39845commit dcb84b7208ade0bbebbeb56bec9c2c64f8b2eede 39846Author: Joe Hamman <joe.hamman@embeddedspecialties.com> 39847Date: Thu Aug 9 09:08:18 2007 -0500 39848 39849 tsec: Allow Ten Bit Interface address to be configurable 39850 39851 Allow the address of the Ten Bit Interface (TBI) to be changed in the 39852 event of a conflict with another device. 39853 39854 Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com> 39855 39856commit 3ba4c2d68f6541db4677b4aea12071f56e6ff6e6 39857Author: Stefan Roese <sr@denx.de> 39858Date: Wed Aug 8 09:54:26 2007 +0200 39859 39860 Coding style cleanup 39861 39862 Signed-off-by: Stefan Roese <sr@denx.de> 39863 39864commit a41de1f0d373e09c782dea558385a06247111ba5 39865Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 39866Date: Sun Aug 5 05:15:18 2007 -0500 39867 39868 Port enabled for I2C signals and chipselects port configuration. 39869 39870 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 39871 39872commit 1a33ce65a4c51a69190dd8c408f9e1c62a66e94f 39873Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 39874Date: Sun Aug 5 04:31:18 2007 -0500 39875 39876 Added NAND support 39877 39878 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 39879 39880commit eaf9e447beb3e498818ef8ad0b8c1597cd506149 39881Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 39882Date: Sun Aug 5 04:11:20 2007 -0500 39883 39884 Added I2C support 39885 39886 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 39887 39888commit 99c03c175d2689093176facf17c58ce2cb320001 39889Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 39890Date: Sun Aug 5 03:58:52 2007 -0500 39891 39892 Changed CFG_CLK to gd->bus_clk for CFG_TIMER_PRESCALER. Added DECLARE_GLOBAL_DATA_PTR for time.c 39893 39894 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 39895 39896commit 8d1d66af54d305de29d0bbf4aa8c9e6375f7f731 39897Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 39898Date: Sun Aug 5 03:55:21 2007 -0500 39899 39900 Added uart_gpio_conf() in serial_init(), seperated uart port configuration from cpu_init() to uart_gpio_conf() 39901 39902 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 39903 39904commit 6fde84a44b7e575ea80fe0e2d5be3b6f73d1e630 39905Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 39906Date: Sun Aug 5 03:43:30 2007 -0500 39907 39908 Moved sync() from board file to include/asm-m68k/io.h 39909 39910 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 39911 39912commit 9e737d8476e7d6a596d16caaf6a3853a9a1190a2 39913Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 39914Date: Sun Aug 5 03:30:44 2007 -0500 39915 39916 Declared attributes of void __mii_init(void) as an alias for int mii_init(void) 39917 39918 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 39919 39920commit 9998bd37ead85e93953559720710d3b0685c81e6 39921Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 39922Date: Sun Aug 5 03:19:10 2007 -0500 39923 39924 Renamed CONFIG_MCFSERIAL to CONFIG_MCFUART 39925 39926 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 39927 39928commit 7c4c3722a38d40b0cf537ddae72b04f4088b190c 39929Author: Jason Jin <Jason.jin@freescale.com> 39930Date: Tue Aug 7 16:17:06 2007 +0800 39931 39932 Add CONFIG_BIOSEMU define to guard all the bios emulator code 39933 39934 This patch fix the compile issue on the board that did not enable the bios emulator 39935 39936commit bf1060ea4f9eaa7e7d164a70a7d6f28939882053 39937Author: Wolfgang Denk <wd@denx.de> 39938Date: Tue Aug 7 16:02:13 2007 +0200 39939 39940 Fix missing brace error in fs/fat/fat.c 39941 [pointed out by Roderik Wildenburg] 39942 39943 Signed-off-by: Wolfgang Denk <wd@denx.de> 39944 39945commit 706714d97a0d08d59eda4de2268c39f504688329 39946Author: Michal Simek <monstr@monstr.eu> 39947Date: Mon Aug 6 23:41:53 2007 +0200 39948 39949 [FIX] remove cute code 39950 39951commit f500d9fdeb576288656dac427052ad2c5ca0ad1a 39952Author: Michal Simek <monstr@monstr.eu> 39953Date: Mon Aug 6 23:35:26 2007 +0200 39954 39955 [FIX] Fix romfs code 39956 39957commit ab4b956d3143f8f8174089053f5dfabbb04762b0 39958Author: Michal Simek <monstr@monstr.eu> 39959Date: Mon Aug 6 23:31:49 2007 +0200 39960 39961 [FIX] Coding style cleanup - Wolfgang's suggestions 39962 39963commit 6c33c78557ca6f8da68c01ce33e278695197d3f4 39964Author: Wolfgang Denk <wd@denx.de> 39965Date: Mon Aug 6 23:21:05 2007 +0200 39966 39967 Fixed typo in README (pointed out by Martin Jost). 39968 39969 Signed-off-by: Wolfgang Denk <wd@denx.de> 39970 39971commit 537223afa61f64480df31ce440a9cb386df4a814 39972Author: Stefan Roese <sr@denx.de> 39973Date: Mon Aug 6 21:10:17 2007 +0200 39974 39975 ppc4xx: Update AMCC Bamboo README doc/README.bamboo 39976 39977 As suggested by Eugene O'Brien <Eugene.O'Brien@advantechamt.com>, 39978 here an updated Bamboo README. 39979 39980 Signed-off-by: Stefan Roese <sr@denx.de> 39981 39982commit 9c7e4b06214db61bb21f1bcbe57c97519669baae 39983Author: Wolfgang Denk <wd@denx.de> 39984Date: Mon Aug 6 02:17:36 2007 +0200 39985 39986 Coding style cleanup. Update CHANGELOG. 39987 39988 Signed-off-by: Wolfgang Denk <wd@denx.de> 39989 39990commit 221838cc7eb178370ff62aa05920a582e12ac322 39991Author: Jason Jin <Jason.jin@freescale.com> 39992Date: Tue Jul 10 09:03:22 2007 +0800 39993 39994 Remove the bios emulator from MAI board. 39995 39996 The bios emulator in the MAI board can not pass compile 39997 and have a lot of crap in it. remove it and will have a 39998 clean and small bios emulator in the drivers directory 39999 which can be uesed for every board. 40000
40001 Signed-off-by: Jason Jin <Jason.jin@freescale.com> 40002 40003commit 5618332409bb96f4448d1712899369fc80c0b489 40004Author: Jason Jin <Jason.jin@freescale.com> 40005Date: Fri Jul 13 12:14:59 2007 +0800 40006 40007 Fix some compile issues for MAI board. 40008 40009 Signed-off-by: Jason Jin <Jason.jin@freescale.com> 40010 40011commit 0f460a1ee148b648ee242c3157650287d4296260 40012Author: Jason Jin <Jason.jin@freescale.com> 40013Date: Fri Jul 13 12:14:58 2007 +0800 40014 40015 Configurations for ATI video card BIOS emulator 40016 40017 This patch add definition of the BIOS emulator and the ATI framebuffer 40018 driver for MPC8641HPCN board. 40019 40020 Signed-off-by: Jason Jin <Jason.jin@freescale.com> 40021 Signed-off-by: Zhang Wei <wei.zhang@freescale.com> 40022 40023commit ece92f85053b8df613edcf05b26a416cbc3d629c 40024Author: Jason Jin <Jason.jin@freescale.com> 40025Date: Fri Jul 6 08:34:56 2007 +0800 40026 40027 This is a BIOS emulator, porting from SciTech for u-boot, mainly for 40028 ATI video card BIOS. and can be used for x86 code emulation by some 40029 modifications. 40030 40031 Signed-off-by: Jason Jin <Jason.jin@freescale.com> 40032 40033commit 5072188acabde3178fac7f5a597150e6e74fd40c 40034Author: Jason Jin <Jason.jin@freescale.com> 40035Date: Fri Jul 6 08:33:33 2007 +0800 40036 40037 This is a framebuffer driver for ATI video card, can work for PCI9200, 40038 X300, X700, X800 ATI video cards. 40039 40040 Signed-off-by: Zhang Wei <wei.zhang@freescale.com> 40041 Signed-off-by: Jason Jin <Jason.jin@freescale.com> 40042 40043commit 5728be389e65fd47f34b33c2596271eb4db751ae 40044Author: Wolfgang Denk <wd@denx.de> 40045Date: Mon Aug 6 01:01:49 2007 +0200 40046 40047 Coding style cleanup. Update CHANGELOG. 40048 40049 Signed-off-by: Wolfgang Denk <wd@denx.de> 40050 40051commit 8092fef4c29b395958bb649647da7e3775731517 40052Author: Martin Krause <Martin.Krause@tqs.de> 40053Date: Tue Dec 12 14:26:01 2006 +0100 40054 40055 Add functions to list of exported functions 40056 40057 Additionally export the following fuctions (to make trab_config build again): 40058 - simple_strtol() 40059 - strcmp() 40060 40061 Also bump the ABI version to reflect this change 40062 40063 Signed-off-by: Martin Krause <martin.krause@tqs.de> 40064 40065commit 63cec5814fab5d2b1c86982327433807a5ac0249 40066Author: Ed Swarthout <Ed.Swarthout@freescale.com> 40067Date: Thu Aug 2 14:09:49 2007 -0500 40068 40069 Make MPC8641's PCI/PCI-E driver a common driver for many FSL parts. 40070 40071 All of the PCI/PCI-Express driver and initialization code that 40072 was in the MPC8641HPCN port has now been moved into the common 40073 drivers/fsl_pci_init.c. In a subsequent patch, this will be 40074 utilized by the 85xx ports as well. 40075 40076 Common PCI-E IMMAP register blocks for FSL 85xx/86xx are added. 40077 40078 Also enable the second PCI-Express controller on 8641 40079 by getting its BATS and CFG_ setup right. 40080 40081 Fixed a u16 vendor compiler warning in AHCI driver too. 40082 40083 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 40084 Signed-off-by: Zhang Wei <wei.zhang@freescale.com> 40085 Signed-off-by: Jon Loeliger <jdl@freescale.com> 40086 40087commit a274ca4f6d68830e7c916f897561cff8c4101c38 40088Author: Michal Simek <monstr@monstr.eu> 40089Date: Sun Aug 5 22:33:05 2007 +0200 40090 40091 [FIX] Coding style cleanup 40092 40093commit af8377d4eb3a0ac5a831830d5ce63fbf65fecb7f 40094Author: Michal Simek <monstr@monstr.eu> 40095Date: Sun Aug 5 16:13:31 2007 +0200 40096 40097 [FIX] Xilinx Uartlite driver 40098 Because PPC405 can use UARTLITE serial interface and 40099 Microblaze can use Uart16550 serial interface not only Uartlite. 40100 40101commit 98889edd50aadf862071eb5664747ad0d568a20e 40102Author: Michal Simek <monstr@monstr.eu> 40103Date: Sun Aug 5 15:54:53 2007 +0200 40104 40105 [FIX] Change configuration for XUPV2P Microblaze board 40106 40107commit 537091b4eed9302865d03fef3f7212b4fe5cf28f 40108Author: Michal Simek <monstr@monstr.eu> 40109Date: Sun Aug 5 15:53:50 2007 +0200 40110 40111 [PATCH] Added support for Xilinx Emac community driver 40112 40113commit 86b116b1b1e165ca4840daefed36d2e3b8460173 40114Author: Bartlomiej Sieka <tur@semihalf.com> 40115Date: Fri Aug 3 12:08:16 2007 +0200 40116 40117 cm1_qp1 -> cm5200: single U-Boot image for modules from the cm5200 family. 40118 40119 Add the ability for modules from the Schindler cm5200 family to use a 40120 single U-Boot image: 40121 - rename cm1_qp1 to cm5200 40122 - add run-time module detection 40123 - parametrize SDRAM configuration according to the module we are running on 40124 40125 Few minor, board-specific fixes included in this patch: 40126 - better MAC address handling 40127 - updated default environment ('update' command uses +{filesize} now) 40128 - improved error messages in the auto-update code 40129 - allow booting U-Boot from RAM (CFG_RAMBOOT) 40130 40131 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com> 40132 Signed-off-by: Piotr Kruszynski <ppk@semihalf.com> 40133 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com> 40134 40135commit c7e717ebc2b044d7a71062552c9dc0f54ea9b779 40136Author: Andy Fleming <afleming@freescale.com> 40137Date: Fri Aug 3 04:05:25 2007 -0500 40138 40139 Add Marvell 1149 PHY support to the TSEC 40140 40141commit b1b54e352028ed370c3aa95d6fdeb9d64c5d2f86 40142Author: Wolfgang Denk <wd@denx.de> 40143Date: Thu Aug 2 21:27:46 2007 +0200 40144 40145 Coding style cleanup, update CHANGELOG 40146 40147 Signed-off-by: Wolfgang Denk <wd@denx.de> 40148 40149commit 63e22764d2f8653f68888c667eb65b3996b52680 40150Author: Wolfgang Denk <wd@denx.de> 40151Date: Thu Aug 2 10:11:18 2007 +0200 40152 40153 Minor cleanup of <board>_nand build rules. 40154 40155commit 9ca8d79de096c65b9b9c867259b3ff4685f775ef 40156Author: Stefan Roese <sr@denx.de> 40157Date: Thu Aug 2 08:33:56 2007 +0200 40158 40159 ppc4xx: Code cleanup 40160 40161 Signed-off-by: Stefan Roese <sr@denx.de> 40162 40163commit c92409812206ac67a7fa7aae298539a9c3804a46 40164Author: Grzegorz Bernacki <gjb@semihalf.com> 40165Date: Tue Jul 31 18:51:48 2007 +0200 40166 40167 [ppc440SPe] Graceful recovery from machine check during PCIe configuration 40168 40169 During config transactions on the PCIe bus an attempt to scan for a 40170 non-existent device can lead to a machine check exception with certain 40171 peripheral devices. In order to avoid crashing in such scenarios the 40172 instrumented versions of the config cycle read routines are introduced, so 40173 the exceptions fixups framework can gracefully recover. 40174 40175 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com> 40176 Acked-by: Rafal Jaworowski <raj@semihalf.com> 40177 40178commit dec99558b9ea75a37940d07f41a3565a50b54ad1 40179Author: Rafal Jaworowski <raj@semihalf.com> 40180Date: Tue Jul 31 18:19:54 2007 +0200 40181 40182 [ppc4xx] Separate settings for PCIe bus numbering on 440SPe rev.A 40183 40184 This brings back separate settings for PCIe bus numbers depending on chip 40185 revision, which got eliminated in 2b393b0f0af8402ef43b25c1968bfd29714ddffa 40186 commit. 440SPe rev. A does NOT work properly with the same settings as for 40187 the rev. B (no devices are seen on the bus during enumeration). 40188 40189 Signed-off-by: Rafal Jaworowski <raj@semihalf.com> 40190 40191commit cdd917a43da6fa7fc8f54a3cc9f420ce5ecf3197 40192Author: Wolfgang Denk <wd@denx.de> 40193Date: Thu Aug 2 00:48:45 2007 +0200 40194 40195 Fix build errors and warnings / code cleanup. 40196 40197 Signed-off-by: Wolfgang Denk <wd@denx.de> 40198 40199commit d2f68006627eda6cb6c7f364bddf621dbfd2fc68 40200Author: Eugene OBrien <eugene.obrien@advantechamt.com> 40201Date: Tue Jul 31 10:24:56 2007 +0200 40202 40203 ppc4xx: Update AMCC Bamboo 440EP support 40204 40205 Changed storage type of cfg_simulate_spd_eeprom to const 40206 Changed storage type of gpio_tab to stack storage 40207 (Cannot access global data declarations in .bss until afer code relocation) 40208 40209 Improved SDRAM tests to catch problems where data is not uniquely addressable 40210 (e.g. incorrectly programmed SDRAM row or columns) 40211 40212 Added CONFIG_PROG_SDRAM_TLB to support Bamboo SIMM/DIMM modules 40213 Fixed AM29LV320DT (OpCode Flash) sector map 40214 40215 Signed-off-by: Eugene OBrien <eugene.obrien@advantechamt.com> 40216 Signed-off-by: Stefan Roese <sr@denx.de> 40217 40218commit ea9f6bce383cc9fbcdee28b5836109b1a6dba574 40219Author: Stefan Roese <sr@denx.de> 40220Date: Tue Jul 31 08:37:01 2007 +0200 40221 40222 ppc4xx: Update 440EPx lwmon5 board support 40223 40224 - Clear ECC status regs after ECC POST test 40225 - Set dcbz for ECC generation with caches enabled as default 40226 - Code cleanup 40227 40228 Signed-off-by: Stefan Roese <sr@denx.de> 40229 40230commit 27a528fb41433c4c1e2b5d6bd3fd8d78606fc724 40231Author: Stefan Roese <sr@denx.de> 40232Date: Mon Jul 30 11:04:57 2007 +0200 40233 40234 ppc4xx: Only print ECC related info when the error bis are set 40235 40236 Signed-off-by: Stefan Roese <sr@denx.de> 40237 40238commit e36220a4baf1f188ba60f17e9d0f043069b1362a 40239Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 40240Date: Fri Jul 27 16:44:31 2007 +0200 40241 40242 new FPGA image for PLU405 board 40243 40244 new FPGA image for PLU405 board with improved CompactFlash timing 40245 40246 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 40247 40248commit 8993e54b6f397973794f3d6f47d3b3c0c98dd4f6 40249Author: Rafal Jaworowski <raj@semihalf.com> 40250Date: Fri Jul 27 14:43:59 2007 +0200 40251 40252 [ADS5121] Support for the ADS5121 board 40253 40254 The following MPC5121e subsystems are supported: 40255 40256 - low-level CPU init 40257 - NOR Boot Flash (common CFI driver) 40258 - DDR SDRAM 40259 - FEC 40260 - I2C 40261 - Watchdog 40262 40263 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com> 40264 Signed-off-by: Rafal Jaworowski <raj@semihalf.com> 40265 Signed-off-by: Jan Wrobel <wrr@semihalf.com> 40266 40267commit 1863cfb7b100ba0ee3401799457a01dc058745f8 40268Author: Rafal Jaworowski <raj@semihalf.com> 40269Date: Fri Jul 27 14:22:04 2007 +0200 40270 40271 [PPC] Remove unused MSR_USER definition 40272 40273 Signed-off-by: Rafal Jaworowski <raj@semihalf.com> 40274 40275commit d4024bb72dd81695ec099b2199eda0d27c623e62 40276Author: John Otken <john@softadvances.com> 40277Date: Thu Jul 26 17:49:11 2007 +0200 40278 40279 ppc4xx: Add support for AMCC 405EP Taihu board 40280 40281 Signed-off-by: John Otken <john@softadvances.com> 40282 40283commit b66091de6c7390620312c2501db23d8391e7cabb 40284Author: Anatolij Gustschin <agust@denx.de> 40285Date: Thu Jul 26 15:08:01 2007 +0200 40286 40287 ppc4xx: lwmon5: Update Lime initialization 40288 40289 Change Lime SDRAM initialization to now support 100MHz and 40290 133MHz (if enabled). Also the framebuffer is initialized to 40291 display a blue rectangle with a white border. 40292 40293 Signed-off-by: Anatolij Gustschin <agust@denx.de> 40294 Signed-off-by: Stefan Roese <sr@denx.de> 40295 40296commit 9f24a808f17fc0f37b7fb4805f734741335caecc 40297Author: Stefan Roese <sr@denx.de> 40298Date: Tue Jul 24 09:52:52 2007 +0200 40299 40300 ppc4xx: lwmon5: Support for 128 MByte NOR FLASH added 40301 40302 The used Intel NOR FLASH chips have internally two dies, and are now 40303 treated as two seperate chips. 40304 40305 Signed-off-by: Stefan Roese <sr@denx.de> 40306 40307commit aedf5bde179ecfbd0a96130d18996a96518b785f 40308Author: Stefan Roese <sr@denx.de> 40309Date: Tue Jul 24 07:20:09 2007 +0200 40310 40311 ppc4xx: Fix lwmon5 interrupt controller setup (polarity, trigger...) 40312 40313 As suggested by Hakan Eryigit, here an updated setup for the lwmon5 40314 interrupt controller. 40315 40316 Signed-off-by: Stefan Roese <sr@denx.de> 40317 40318commit a71d96eac8130b53a91f93cd10c70fca0db18d52 40319Author: Stefan Roese <sr@denx.de> 40320Date: Fri Jul 20 15:03:44 2007 +0200 40321 40322 ppc4xx: Fix bug with default GPIO output value 40323 40324 As spotted by Matthias Fuchs, the default output values for all GPIO1 40325 outputs were not setup correctly. This patch fixes this issue. 40326 40327 Signed-off-by: Stefan Roese <sr@denx.de> 40328 40329commit 531e3e8b831f357056448fa573137d5fb37000fd 40330Author: Pavel Kolesnikov <concord@emcraft.com> 40331Date: Fri Jul 20 15:03:03 2007 +0200 40332 40333 POST: Add ECC POST for the lwmon5 board 40334 40335 This patch adds ECC Post test for the Lwmon5 board based 40336 on PPC440EPx to U-Boot. 40337 40338 Signed-off-by: Pavel Kolesnikov <concord@emcraft.com> 40339 Acked-by: Yuri Tikhonov <yur@emcraft.com> 40340 Acked-by: Stefan Roese <sr@denx.de> 40341 40342commit cc3023b9f95d7ac959a764471a65001062aecf41 40343Author: Rafal Jaworowski <raj@semihalf.com> 40344Date: Thu Jul 19 17:12:28 2007 +0200 40345 40346 Fix breakage of 8xx boards from recent commit. 40347 40348 This patch fixes the negative consequences for 8xx of the recent 40349 "ppc4xx: Clean up 440 exceptions handling" commit. 40350 40351 Signed-off-by: Rafal Jaworowski <raj@semihalf.com> 40352 40353commit c883f6ea32dce91f07670b3aafecf6c99b1e5341 40354Author: Stefan Roese <sr@denx.de> 40355Date: Mon Jul 16 13:11:12 2007 +0200 40356 40357 Coding style cleanup 40358 40359 Signed-off-by: Stefan Roese <sr@denx.de> 40360 40361commit 8848ec858f74ed6dab06fb6d5ddc933e0a1328bf 40362Author: Stefan Roese <sr@denx.de> 40363Date: Mon Jul 16 10:02:12 2007 +0200 40364 40365 ppc4xx: Code cleanup 40366 40367 Signed-off-by: Stefan Roese <sr@denx.de> 40368 40369commit 2a49fc17d09020e7ebd9536694d99d20e419fcb8 40370Author: Stefan Roese <sr@denx.de> 40371Date: Mon Jul 16 10:01:38 2007 +0200 40372 40373 ppc4xx: AMCC Luan uses the new boardspecific DDR2 controller setup 40374 40375 Signed-off-by: Stefan Roese <sr@denx.de> 40376 40377commit df3f17422aeb03fb81a7ac8c78d2b05d05aa4cf9 40378Author: Stefan Roese <sr@denx.de> 40379Date: Mon Jul 16 10:00:43 2007 +0200 40380 40381 ppc4xx: Support for Yucca board with 440SPe Rev A added to 44x_spd_ddr2.c 40382 40383 The new boardspecific DDR2 controller configuration is used for the Yucca 40384 board. Now the Yucca board with 440SPe Rev. A chips is also supported. 40385 40386 Signed-off-by: Stefan Roese <sr@denx.de> 40387 40388commit 6ed14addf97c8cd8f531e9ae7b2d3e222fffd53e 40389Author: Stefan Roese <sr@denx.de> 40390Date: Mon Jul 16 09:57:00 2007 +0200 40391 40392 ppc4xx: Add new weak functions to support boardspecific DDR2 configuration 40393 40394 The new "weak" functions ddr_wrdtr() and ddr_clktr() are added to better 40395 support non default, boardspecific DDR(2) controller configuration. 40396 40397 Signed-off-by: Stefan Roese <sr@denx.de> 40398 40399commit 5743a9207a370b90f09b20ebd61167c806b937f3 40400Author: Stefan Roese <sr@denx.de> 40401Date: Mon Jul 16 08:53:51 2007 +0200 40402 40403 ppc4xx: Add remove_tlb() function to remove a mem area from TLB setup 40404 40405 The new function remove_tlb() can be used to remove the TLB's used to 40406 map a specific memory region. This is especially useful for the DDR(2) 40407 setup routines which configure the SDRAM area temporarily as a cached 40408 area (for speedup on auto-calibration and ECC generation) and later 40409 need this area uncached for normal usage. 40410 40411 Signed-off-by: Stefan Roese <sr@denx.de> 40412 40413commit 0c0a9cda1bde37106520476ed486bd67eb8d30ae 40414Author: Michal Simek <monstr@monstr.eu> 40415Date: Mon Jul 16 00:31:07 2007 +0200 40416 40417 [PATCH] Support for Xilinx EmacLite controller 40418 40419commit 3a6cab844cf74f76639d795e0be8717e02c86af7 40420Author: Wolfgang Denk <wd@denx.de> 40421Date: Sat Jul 14 22:51:02 2007 +0200 40422 40423 Update CHANGELOG 40424 40425 Signed-off-by: Wolfgang Denk <wd@denx.de> 40426 40427commit 5280f352c8da33b1d7fbf448768717d9e16ff9a1 40428Author: Michal Simek <monstr@monstr.eu> 40429Date: Sat Jul 14 13:11:28 2007 +0200 40430 40431 [FIX] support for simply measuring time 40432 40433commit 91bb4ca665d2e0cf7f60c4b5b370990250ec0c43 40434Author: Michal Simek <monstr@monstr.eu> 40435Date: Sat Jul 14 12:41:23 2007 +0200 40436 40437 [FS] Added support for ROMFS 40438 40439commit 011595307731a7a67a7445d107c279d031e8ab97 40440Author: Heiko Schocher <hs@pollux.denx.de> 40441Date: Sat Jul 14 01:06:58 2007 +0200 40442 40443 [PCS440EP] - fix compile error, if BUILD_DIR is used 40444 40445commit 5a2f1098d81ad58b309e5e558d0492643166a799 40446Author: Michal Simek <monstr@monstr.eu> 40447Date: Sat Jul 14 00:18:48 2007 +0200 40448 40449 [PATCH] Support time without timer 40450 40451commit a476ca2ac2217ddd05a2bf0c514075814b10a3c0 40452Author: Michal Simek <monstr@monstr.eu> 40453Date: Fri Jul 13 21:43:55 2007 +0200 40454 40455 [PATCH] Remove problem with disabled BARREL SHIFTER 40456 40457commit 55e26ad62107d2f14f757de3ae0b14b9aa7aed94 40458Author: Michal Simek <monstr@monstr.eu> 40459Date: Fri Jul 13 21:41:44 2007 +0200 40460 40461 [FIX] correct help for rspr 40462 40463commit fad63407154f46246ce80d53a9c669a44362ac67 40464Author: Heiko Schocher <hs@pollux.denx.de> 40465Date: Fri Jul 13 09:54:17 2007 +0200 40466 40467 make show_boot_progress () weak. 40468 40469 Signed-off-by: Heiko Schocher <hs@denx.de> 40470 40471commit 907902472391b6ca1876ec300687562ecaf459b1 40472Author: Heiko Schocher <hs@pollux.denx.de> 40473Date: Fri Jul 13 08:26:05 2007 +0200 40474 40475 [PCS440EP] - The DIAG LEDs are now blinking, if an error occur 40476 - fix compile error, if BUILD_DIR is used 40477 40478 Signed-off-by: Heiko Schocher <hs@denx.de> 40479 40480commit a2e1c7098cf9574386b0c96841dfc8ea5cc93578 40481Author: Stefan Roese <sr@denx.de> 40482Date: Thu Jul 12 16:32:08 2007 +0200 40483 40484 ppc4xx: Change receive buffer handling in the 4xx emac driver 40485 40486 This change fixes a bug in the receive buffer handling, that 40487 could lead to problems upon high network traffic (broadcasts...). 40488 40489 Signed-off-by: Stefan Roese <sr@denx.de> 40490 40491commit 239f05ee4dd4cfe0b50f251b533dcebe9e67c360 40492Author: Wolfgang Denk <wd@denx.de> 40493Date: Thu Jul 12 01:45:34 2007 +0200 40494 40495 Update CHANGELOG, minor coding style cleanup. 40496 40497 Signed-off-by: Wolfgang Denk <wd@denx.de> 40498 40499commit 5a56af3b522ba47fb33a3fee84d23bf1e5429654 40500Author: Andy Fleming <afleming@freescale.com> 40501Date: Fri Jun 8 16:41:18 2007 -0500 40502 40503 Remove erroneous errata code from Marvel 88E1111S driver 40504 40505 The Marvel 88E1111S driver for the TSEC was copied from the 40506 88E1101 driver, and included a fix for an erratum which does not 40507 exist on that part. Now it is removed 40508 40509 Signed-off-by: Andy Fleming <afleming@freescale.com> 40510 40511commit 982efcf23fd03647e01e2fbe28a7a36239156cc0 40512Author: Andy Fleming <afleming@freescale.com> 40513Date: Tue Jun 5 16:38:44 2007 -0500 40514 40515 From: eran liberty <eran.liberty@gmail.com> 40516 40517 adds the reset register to 85xx immap 40518 40519 Signed-off-by: Eran Liberty <eran.liberty@gmail.com> 40520 Signed-off-by: Andy Fleming <afleming@freescale.com> 40521 40522commit d3ec0d943a045bdb99e159e7bbc77430e09f11d7 40523Author: Andy Fleming <afleming@freescale.com> 40524Date: Thu May 10 17:50:01 2007 -0500 40525 40526 Polished the 85xx ADS config files 40527 40528 Made the boot commands use device trees by default. 40529 Also moved the ramdisk to 1000000 (I think the previous address 40530 was getting overridden during boot). 40531 40532 Signed-off-by: Andy Fleming <afleming@freescale.com> 40533 40534commit bfb37b32d1b0b03f18077dba49cc66a6e76fa038 40535Author: Ed Swarthout <Ed.Swarthout@freescale.com> 40536Date: Wed May 9 11:03:32 2007 -0500 40537 40538 8544ds: Fix Makefile after moving pixis to board/freescale. 40539 40540 The OBJTREE != SRCTREE build scenario was broken. 40541 This fixes it. 40542 40543 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 40544 Signed-off-by: Jon Loeliger <jdl@freescale.com> 40545 40546commit 2a3cee43c3b71fa5b8d91db19f05067865290f3e 40547Author: Andy Fleming <afleming@freescale.com> 40548Date: Wed May 9 00:54:20 2007 -0500 40549 40550 tsec: Fix PHY code to match first driver 40551 40552 Jarrold Wen noticed that the generic PHY code always matches 40553 under the current implementation. Change it so the first match 40554 wins, and *only* unknown PHYs trigger the generic driver 40555 40556 Signed-off-by: Andy Fleming <afleming@freescale.com> 40557 40558commit ccc091aac61a38cd998d575d92f7232e256d6312 40559Author: Andy Fleming <afleming@freescale.com> 40560Date: Tue May 8 17:27:43 2007 -0500 40561 40562 Add support for CPM device tree configuration to 8560 ADS 40563 40564 * Adds code to modify CPM frequencies 40565 * Cleans up the config file to #define TSEC and (for now) #undef FCC 40566 * Adds the MII command for all 8560 ADS configurations 40567 * Updates config file to provide convenience commands for booting 40568 with a device tree 40569 40570 Signed-off-by: Vitaly Bordug <vbordug@ru.mvista.com> 40571 Signed-off-by: Andy Fleming <afleming@freescale.com> 40572 40573commit 7507d56ccaf7aae1c474342a9a5540165cd7e9d9 40574Author: Andy Fleming <afleming@freescale.com> 40575Date: Tue May 8 17:23:02 2007 -0500 40576 40577 Fix Marvell 88e1145 PHY init code 40578 40579 Fix a bug in the Marvell 88e1145 PHY init code in the TSEC driver 40580 where the reset was being done after the errata code instead of 40581 before. 40582 40583 Signed-off-by: Haiying Wang <haiying.wang@freescale.com> 40584 Signed-off-by: Andy Fleming <afleming@freescale.com> 40585 40586commit 5dc210dec5bace98a50b6ba905347890091a9bb0 40587Author: Ed Swarthout <Ed.Swarthout@freescale.com> 40588Date: Wed Jul 11 14:52:16 2007 -0500 40589 40590 Add simple agent/end-point configuration in PCI AutoConfig for PCI_CLASS_PROCESSOR_POWERPC. 40591 40592 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 40593 40594commit e8b85f3ba4cd8930e0a2fea2100c815d64201765 40595Author: Ed Swarthout <Ed.Swarthout@freescale.com> 40596Date: Wed Jul 11 14:52:08 2007 -0500 40597 40598 pciauto setup bridge 40599 40600 The P2P bridge bus numbers programmed into the device are relative to 40601 hose->first_busno. 40602 40603 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 40604 40605commit 571f49fa717004ca4268b4e24057efc7bf9f987b 40606Author: Ed Swarthout <Ed.Swarthout@freescale.com> 40607Date: Wed Jul 11 14:52:01 2007 -0500 40608 40609 Support PCIe extended config registers 40610 40611 FSL PCIe block has extended cfg registers in the 100 and 400 range. 40612 For example, to read the LTSSM register: pci display <busn>.0 404 1 40613 40614 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 40615 40616commit ba5feb12581bb2912ce301e4866b71f846e9fc07 40617Author: Ed Swarthout <Ed.Swarthout@freescale.com> 40618Date: Wed Jul 11 14:51:48 2007 -0500 40619 40620 Minor improvements to drivers/pci_auto.c 40621 40622 - Make pciauto_{pre,post}scan_setup_bridge non-static 40623 - Added physical address display in debug messages. 40624 40625 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 40626 40627commit 40e81addab7bb74d20ddf681ce9babc880a828ee 40628Author: Ed Swarthout <Ed.Swarthout@freescale.com> 40629Date: Wed Jul 11 14:51:35 2007 -0500 40630 40631 Start pci hose scan from hose->current_busno. 40632 40633 Ensure hose->current_busno is not less than first_busno. This fixes 40634 broken board code which leaves current_busno=0 when first_busno is 40635 greater than 0 for the cases with multiple controllers. 40636 40637 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 40638 40639commit 3865b1fb7843a08ad49a6319a36415752276ff48 40640Author: Stefan Roese <sr@denx.de> 40641Date: Wed Jul 11 12:13:53 2007 +0200 40642 40643 Fix some compile problems introduced by the latest CFG_CMD_xxx cleanup 40644 40645 Signed-off-by: Stefan Roese <sr@denx.de> 40646 40647commit fa1df308926a6f70e3504c57514ef27ac31fd13a 40648Author: Bartlomiej Sieka <tur@semihalf.com> 40649Date: Wed Jul 11 20:11:07 2007 +0200 40650 40651 CM1.QP1: Support for the Schindler CM1.QP1 board. 40652 40653 Signed-off-by: Piotr Kruszynski <ppk@semihalf.com> 40654 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com> 40655 40656commit 96e1d75be8193ca79e4215a368bf9d7f2362450f 40657Author: Heiko Schocher <hs@pollux.denx.de> 40658Date: Wed Jul 11 18:39:11 2007 +0200 40659 40660 [PCS440EP] - Show on the DIAG LEDs, if the SHA1 check failed 40661 - now the Flash ST M29W040B is supported (not tested) 40662 - fix the "led" command 40663 - fix compile error, if BUILD_DIR is used 40664 40665 Signed-off-by: Heiko Schocher <hs@denx.de> 40666 40667commit e9514751cfa5cce61ea699fa0d3eb37898a5eeb5 40668Author: Stefan Roese <sr@denx.de> 40669Date: Sun Jul 8 13:44:27 2007 +0200 40670 40671 Fix malloc problem introduced with the relocation fixup for the PPC platform 40672 40673 The relocation fixup didn't handle the malloc pointer initialization 40674 correctly. This patch fixes this problem. Tested successfully on 4xx. 40675 The relocation fixup patches for 4xx will follow soon. 40676 40677 Signed-off-by: Stefan Roese <sr@denx.de> 40678 40679commit 0dca874db62718e41253659e60f3a1de7eb418ce 40680Author: TsiChung <tcliew@Goku.(none)> 40681Date: Tue Jul 10 15:45:43 2007 -0500 40682 40683 Cache update and added CFG_UNIFY_CACHE 40684 40685 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. 40686 40687 Signed-off-by: TsiChung <tcliew@Goku.(none)> 40688 40689commit 52b017604a8f4d4a795880ef6e7861d7f2f1b005 40690Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 40691Date: Thu Jul 5 23:36:16 2007 -0500 40692 40693 Update header file. Include dtimer_intr_setup(). Changed timer divider to global define. 40694 40695 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 40696 40697 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 40698 40699commit 5cdc07c7ef8f08ea55d3c47ed9221d91aa6d5fac 40700Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 40701Date: Thu Jul 5 23:31:25 2007 -0500 40702 40703 Update header files 40704 40705 Include immap.h and renamed mcfrtc.h to rtc.h 40706 40707 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 40708 40709commit 2870e98ac8e5553e9187b12a47e5f46babb53990 40710Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 40711Date: Thu Jul 5 23:29:21 2007 -0500 40712 40713 Add mcffec_initialize() 40714 40715 Added mcffec_initialize() in eth_initialize() 40716 40717 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 40718 40719commit 45a25bfd0c52f8a3fa137216bc94d32f90bedc5d 40720Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 40721Date: Thu Jul 5 23:27:40 2007 -0500 40722 40723 Update header file and clean up 40724 40725 Include immap.h 40726 40727 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 40728 40729commit 0cee9c66318602c856a899ae5fa7579ccba6443a 40730Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 40731Date: Thu Jul 5 23:23:15 2007 -0500 40732 40733 New uart structure and defines 40734 40735 Seperated from mcfuart.h 40736 40737 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 40738 40739commit a90e79de8d99e9c9d69d60bfff9f24c337165900 40740Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 40741Date: Thu Jul 5 23:22:31 2007 -0500 40742 40743 New timer structure and defines 40744 40745 Seperated from mcftimer.h 40746 40747 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 40748 40749commit e04acb2eba4782489417240eff76e20e176aec10 40750Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 40751Date: Thu Jul 5 23:21:09 2007 -0500 40752 40753 Rename mcfrtc to rtc 40754 40755 Since it is already in m68k folder, un-necessary to pad mcf. Replaced immap_5329.h and m5329.h to immap.h 40756 40757 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 40758 40759commit 2bd806fe4fc23958b8f78778199e7a6e3f8f6ad5 40760Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 40761Date: Thu Jul 5 23:17:36 2007 -0500 40762 40763 Rename mcfserial.c. Update include header 40764 40765 Renamed mcfserial.c to mcfuart.c. Modified Makefile for mcfuart.o from mcfserial.o. Replace immap_5329.h and m5329.h to immap.h 40766 40767 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 40768 40769commit f2208fbc2eb9de3f4285bfaa021c6ebae16c9b0e 40770Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 40771Date: Thu Jul 5 23:13:58 2007 -0500 40772 40773 Header file update, clean up and cache handling 40774 40775 Replaced immap_5329.h and m5329.h with immap.h. Included cache_invalid. 40776 40777 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 40778 40779commit 2e3f25ae9082daa9f5d181db45dfbc2e52ce0f97 40780Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 40781Date: Thu Jul 5 23:10:40 2007 -0500 40782 40783 Create interrupts.c and modify Makefile 40784 40785 interrupt_init() and dtimer_intr_setup() are placed in interrupts.c. Added interrupts.o to Makefile 40786 40787 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 40788 40789commit ddd104f1ed655eda50c06ba636237a83ed943f34 40790Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 40791Date: Thu Jul 5 23:06:55 2007 -0500 40792 40793 Enable Icache 40794 40795 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 40796 40797commit b9bf3de377b2bae70c983c9b97feae914999e735 40798Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 40799Date: Thu Jul 5 23:05:31 2007 -0500 40800 40801 Update header file and some clean up 40802 40803 Replaced immap_5329.h and m5329.h with immap.h. Removed whitespaces. 40804 40805 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 40806 40807commit 84a015b52ec820a5ae173717d78516de731c89c2 40808Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 40809Date: Thu Jul 5 23:03:28 2007 -0500 40810 40811 Update header file and enable icache 40812 40813 Replaced immap_5329.h and m5329.h with immap.h. Enabled icache_enable() in cpu_init_r(). 40814 40815 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 40816 40817commit 7a17e759c7a8b58e910daf54df611e94fc8ca074 40818Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 40819Date: Thu Jul 5 23:01:22 2007 -0500 40820 40821 Update header file and removed interrupt_init() 40822 40823 Replace immap_5329.h and m5329.h with immap.h. Removed interrupt_init() and placed it in interrupts.c 40824 40825 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 40826 40827commit 3b635492c95bd0d6e08f93f699821cba1f602a64 40828Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 40829Date: Thu Jul 5 22:57:46 2007 -0500 40830 40831 Update for flash.o and mii.o 40832 40833 Removed flash.o and added mii.o 40834 40835 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 40836 40837commit c5ded275d839e4ff79f41718d50a835d989f57bc 40838Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 40839Date: Thu Jul 5 22:56:19 2007 -0500 40840 40841 MII functions calls. 40842 40843 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 40844 40845commit 427c814104560e29bda14955c67703245aaaa5b4 40846Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 40847Date: Thu Jul 5 22:54:42 2007 -0500 40848 40849 Removed MII functions and replaced immap_5329.h and m5329.h with immap.h. 40850 40851 The removed MII routines will be placed in mii.c. 40852 40853 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 40854 40855commit 01a793fda09c63df5a496f09dc1c7cb26e6751a2 40856Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 40857Date: Thu Jul 5 22:51:05 2007 -0500 40858 40859 Duplicate code 40860 40861 There is a Common Flash Interface Driver existed. To use the CFI driver, define CFG_FLASH_CFI in configuration file. 40862 40863 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 40864 40865commit 2744354a8437b8f78db178e30660215688bff570 40866Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 40867Date: Thu Jul 5 22:46:38 2007 -0500 40868 40869 Seperate old structure defines and new structure defines 40870 40871 Removed new uart structure and defines to uart.h 40872 40873 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 40874 40875commit 2bd58608dbcff8890ca9a0c59e861ac24f8bb230 40876Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 40877Date: Thu Jul 5 22:45:01 2007 -0500 40878 40879 Seperate old structure defines and new structure defines 40880 40881 New timer structure and defines will move to new timer.h 40882 40883 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 40884 40885commit 8cd5cd6de4ff92e03978338ed7aeb3ce7b7b9784 40886Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 40887Date: Thu Jul 5 22:42:23 2007 -0500 40888 40889 Clean up 40890 40891 Removed whitespace 40892 40893 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 40894 40895commit 514871f565dd8bd1121e4a3ac1665a790e20b8f2 40896Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 40897Date: Thu Jul 5 22:41:24 2007 -0500 40898 40899 Clean up 40900 40901 Replaced whitespace with tabs 40902 40903 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 40904 40905commit 48dbfeabc7afffe30609a4489f10c22cb67ef7dd 40906Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 40907Date: Thu Jul 5 22:39:07 2007 -0500 40908 40909 Create new header file and move peripherals base address from configs file to new header file. 40910 40911 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. 40912 40913 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 40914 40915commit be296e31c4411f96d9cb3d2afc8fcb006867abfa 40916Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 40917Date: Thu Jul 5 22:24:58 2007 -0500 40918 40919 Revert file mode 40920 40921 Changed MAKEALL file mode to executable, removed executable file mode from Makefile 40922 40923 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> 40924 40925commit b3aff0cb9ecf236d7e8c93761dd1dadf6837a582 40926Author: Jon Loeliger <jdl@freescale.com> 40927Date: Tue Jul 10 11:19:50 2007 -0500 40928 40929 disk/ doc/ lib_*/ and tools/: Remove lingering references to CFG_CMD_* symbols. 40930 40931 Fixed some broken instances of "#ifdef CMD_CFG_IDE" too. 40932 Those always evaluated TRUE, and thus were always compiled 40933 even when IDE really wasn't defined/wanted. 40934 40935 Signed-off-by: Jon Loeliger <jdl@freescale.com> 40936 40937commit ddb5d86f0215bcb6c293510c50eb050e92883b7a 40938Author: Jon Loeliger <jdl@freescale.com> 40939Date: Tue Jul 10 11:13:21 2007 -0500 40940 40941 drivers/: Remove lingering references to CFG_CMD_* symbols. 40942 40943 Fixed some broken instances of "#ifdef CMD_CFG_IDE" too. 40944 Those always evaluated TRUE, and thus were always compiled 40945 even when IDE really wasn't defined/wanted. 40946 40947 Signed-off-by: Jon Loeliger <jdl@freescale.com> 40948 40949commit f40a7f3e3888b42a43674b099e5470022c8c544c 40950Author: Jon Loeliger <jdl@freescale.com> 40951Date: Tue Jul 10 11:07:56 2007 -0500 40952 40953 fs/: Remove lingering references to CFG_CMD_* symbols. 40954 40955 Fixed some broken instances of "#ifdef CMD_CFG_IDE" too. 40956 Those always evaluated TRUE, and thus were always compiled 40957 even when IDE really wasn't defined/wanted. 40958 40959 Signed-off-by: Jon Loeliger <jdl@freescale.com> 40960 40961commit 610f2e9c28a9c101e09fa1b78143cf5f00ed1593 40962Author: Jon Loeliger <jdl@freescale.com> 40963Date: Tue Jul 10 11:05:02 2007 -0500 40964 40965 net/: Remove lingering references to CFG_CMD_* symbols. 40966 40967 Fixed some broken instances of "#ifdef CMD_CFG_IDE" too. 40968 Those always evaluated TRUE, and thus were always compiled 40969 even when IDE really wasn't defined/wanted. 40970 40971 Signed-off-by: Jon Loeliger <jdl@freescale.com> 40972 40973commit 902531788376046da212afd1661cffb62f3daa1c 40974Author: Jon Loeliger <jdl@freescale.com> 40975Date: Tue Jul 10 11:02:44 2007 -0500 40976 40977 common/: Remove lingering references to CFG_CMD_* symbols. 40978 40979 Fixed some broken instances of "#ifdef CMD_CFG_IDE" too. 40980 Those always evaluated TRUE, and thus were always compiled 40981 even when IDE really wasn't defined/wanted. 40982 40983 Signed-off-by: Jon Loeliger <jdl@freescale.com> 40984 40985commit d39b57415838c73fb0a37eca84de3c68ba990586 40986Author: Jon Loeliger <jdl@freescale.com> 40987Date: Tue Jul 10 10:48:22 2007 -0500 40988 40989 board/[j-z]*: Remove lingering references to CFG_CMD_* symbols. 40990 40991 Fixed some broken instances of "#ifdef CMD_CFG_IDE" too. 40992 Those always evaluated TRUE, and thus were always compiled 40993 even when IDE really wasn't defined/wanted. 40994 40995 Signed-off-by: Jon Loeliger <jdl@freescale.com> 40996 40997commit 77a318545d57aefa844752465b94c7e09a3f26d0 40998Author: Jon Loeliger <jdl@freescale.com> 40999Date: Tue Jul 10 10:39:10 2007 -0500 41000
41001 board/[A-Za-i]*: Remove lingering references to CFG_CMD_* symbols. 41002 41003 Fixed some broken instances of "#ifdef CMD_CFG_IDE" too. 41004 Those always evaluated TRUE, and thus were always compiled 41005 even when IDE really wasn't defined/wanted. 41006 41007 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41008 41009commit 068b60a0eb7e73b243ca55399f2a7df76e2c3f3d 41010Author: Jon Loeliger <jdl@freescale.com> 41011Date: Tue Jul 10 10:27:39 2007 -0500 41012 41013 cpu/ rtc/ include/: Remove lingering references to CFG_CMD_* symbols. 41014 41015 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41016 41017commit 079a136c3588814784561d6e4856970ee82d6e2a 41018Author: Jon Loeliger <jdl@freescale.com> 41019Date: Tue Jul 10 10:12:10 2007 -0500 41020 41021 include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*. 41022 41023 Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h 41024 used to be included but CONFIG_BOOTP_MASK was not defined. 41025 41026 Remove lingering references to CFG_CMD_* symbols. 41027 41028 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41029 41030commit 7f5c01577400c74cc5bac74f41dd0d3c79df623c 41031Author: Jon Loeliger <jdl@freescale.com> 41032Date: Tue Jul 10 09:38:02 2007 -0500 41033 41034 include/configs/[g-o]*: Cleanup BOOTP and lingering CFG_CMD_*. 41035 41036 Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h 41037 used to be included but CONFIG_BOOTP_MASK was not defined. 41038 41039 Remove lingering references to CFG_CMD_* symbols. 41040 41041 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41042 41043commit 80ff4f99b84b64edca3fd10da365ec1493be1c95 41044Author: Jon Loeliger <jdl@freescale.com> 41045Date: Tue Jul 10 09:29:01 2007 -0500 41046 41047 include/configs/[a-e]*: Cleanup BOOTP and lingering CFG_CMD_*. 41048 41049 Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h 41050 used to be included but CONFIG_BOOTP_MASK was not defined. 41051 41052 Remove lingering references to CFG_CMD_* symbols. 41053 41054 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41055 41056commit a1aa0bb502e25fd598b5e0ccdfb2c174921d714a 41057Author: Jon Loeliger <jdl@freescale.com> 41058Date: Tue Jul 10 09:22:23 2007 -0500 41059 41060 include/configs/[P-Z]*: Cleanup BOOTP and lingering CFG_CMD_*. 41061 41062 Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h 41063 used to be included but CONFIG_BOOTP_MASK was not defined. 41064 41065 Remove lingering references to CFG_CMD_* symbols. 41066 41067 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41068 41069commit 659e2f6736232a08acca8785c206e2b4d9cd07d7 41070Author: Jon Loeliger <jdl@freescale.com> 41071Date: Tue Jul 10 09:10:49 2007 -0500 41072 41073 include/configs/[J-O]*: Cleanup BOOTP and lingering CFG_CMD_*. 41074 41075 Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h 41076 used to be included but CONFIG_BOOTP_MASK was not defined. 41077 41078 Remove lingering references to CFG_CMD_* symbols. 41079 41080 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41081 41082commit 11799434c5ff15a612577bb1ad1f4ea1a0595e4b 41083Author: Jon Loeliger <jdl@freescale.com> 41084Date: Tue Jul 10 09:02:57 2007 -0500 41085 41086 include/configs/[A-I]*: Cleanup BOOTP and lingering CFG_CMD_*. 41087 41088 Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h 41089 used to be included but CONFIG_BOOTP_MASK was not defined. 41090 41091 Remove lingering references to CFG_CMD_* symbols. 41092 41093 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41094 41095commit 1fe80d79c5c4e52d3410a7ab4b8515da095cdab3 41096Author: Jon Loeliger <jdl@freescale.com> 41097Date: Mon Jul 9 22:08:34 2007 -0500 41098 41099 Finally retire cmd_confdefs.h and CONFIG_BOOTP_MASK! 41100 41101 All of the choices for CONFIG_BOOTP_ are now documented in 41102 the README file. You must now individually select exactly 41103 the set that you want using a series of 41104 #define CONFIG_BOOTP_<x> 41105 statements in the board port config files now. 41106 41107 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41108 41109commit d3b8c1a743dcd31625c99e6a44590f207eb00028 41110Author: Jon Loeliger <jdl@freescale.com> 41111Date: Mon Jul 9 21:57:31 2007 -0500 41112 41113 include/configs/[m-z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 41114 41115 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41116 41117commit 2fd90ce575b02d189cbf443c85309bcd001aa393 41118Author: Jon Loeliger <jdl@freescale.com> 41119Date: Mon Jul 9 21:48:26 2007 -0500 41120 41121 include/configs/[a-m]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 41122 41123 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41124 41125commit 37d4bb70586659dedef1658ce1bed071be098aec 41126Author: Jon Loeliger <jdl@freescale.com> 41127Date: Mon Jul 9 21:38:02 2007 -0500 41128 41129 include/configs/[T-Z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 41130 41131 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41132 41133commit 18225e8dd1950bd6dbf35011e436db7f474c187d 41134Author: Jon Loeliger <jdl@freescale.com> 41135Date: Mon Jul 9 21:31:24 2007 -0500 41136 41137 include/configs/[P-S]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 41138 41139 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41140 41141commit 7be044e4ea644b0ef1c486dadc1a4c2665b4374d 41142Author: Jon Loeliger <jdl@freescale.com> 41143Date: Mon Jul 9 21:24:19 2007 -0500 41144 41145 include/configs/[H-N]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 41146 41147 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41148 41149commit 5d2ebe1b3ef0055c661bb1a0d252bf252380069f 41150Author: Jon Loeliger <jdl@freescale.com> 41151Date: Mon Jul 9 21:16:53 2007 -0500 41152 41153 include/configs/[A-G]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK. 41154 41155 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41156 41157commit f55f7f8d83f36021ab1f0e3d738f5d8c8083a7e3 41158Author: Jon Loeliger <jdl@freescale.com> 41159Date: Mon Jul 9 19:12:30 2007 -0500 41160 41161 Retire CONFIG_COMMANDS finally. 41162 Strip old CFG_CMD_* symbols out. 41163 41164 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41165 41166commit b5501f7d720fed99ab0b42c83f5dea52868ce007 41167Author: Jon Loeliger <jdl@freescale.com> 41168Date: Mon Jul 9 19:10:03 2007 -0500 41169 41170 Update README.* to reference new CONFIG_CMD_* names now. 41171 41172 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41173 41174commit 4431283c7e6d54ae180d466e51bf2d97471a0ad9 41175Author: Jon Loeliger <jdl@freescale.com> 41176Date: Mon Jul 9 19:06:00 2007 -0500 41177 41178 cpu/m*: Remove obsolete references to CONFIG_COMMANDS 41179 41180 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41181 41182commit 3a1ed1e1f922c419bb71f7df4949d783ade369fa 41183Author: Jon Loeliger <jdl@freescale.com> 41184Date: Mon Jul 9 18:57:22 2007 -0500 41185 41186 cpu/[7a-ln-z]*: Remove obsolete references to CONFIG_COMMANDS 41187 41188 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41189 41190commit ab3abcbabd840928fb1eb5122118ca466b5e5013 41191Author: Jon Loeliger <jdl@freescale.com> 41192Date: Mon Jul 9 18:45:16 2007 -0500 41193 41194 board/[q-z]*: Remove obsolete references to CONFIG_COMMANDS 41195 41196 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41197 41198commit 3fe00109a5f12de55b6e25b1f98dfc24bc9090c9 41199Author: Jon Loeliger <jdl@freescale.com> 41200Date: Mon Jul 9 18:38:39 2007 -0500 41201 41202 board/[m-p]*: Remove obsolete references to CONFIG_COMMANDS 41203 41204 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41205 41206commit c508a4cefd8a953fc64957650506a035e6e3d9d1 41207Author: Jon Loeliger <jdl@freescale.com> 41208Date: Mon Jul 9 18:31:28 2007 -0500 41209 41210 board/[f-l]*: Remove obsolete references to CONFIG_COMMANDS 41211 41212 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41213 41214commit b9307262f8a9f3b5c9e15a6067eadc17407146f6 41215Author: Jon Loeliger <jdl@freescale.com> 41216Date: Mon Jul 9 18:24:55 2007 -0500 41217 41218 board/[d-e]*: Remove obsolete references to CONFIG_COMMANDS 41219 41220 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41221 41222commit fcec2eb93e126400009729328e797f12bc94f1fd 41223Author: Jon Loeliger <jdl@freescale.com> 41224Date: Mon Jul 9 18:19:09 2007 -0500 41225 41226 board/[A-Za-c]*: Remove obsolete references to CONFIG_COMMANDS 41227 41228 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41229 41230commit a593814f2be0c9cdc3133cd550b167b8a988328f 41231Author: Jon Loeliger <jdl@freescale.com> 41232Date: Mon Jul 9 18:10:50 2007 -0500 41233 41234 rtc/: Remove obsolete references to CONFIG_COMMANDS 41235 41236 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41237 41238commit 67350568f9d46e66c21829f3513b3db0caeb948b 41239Author: Jon Loeliger <jdl@freescale.com> 41240Date: Mon Jul 9 18:05:38 2007 -0500 41241 41242 lib_{arm,avr32,blackfin,generic,i386}/: Remove obsolete references to CONFIG_COMMANDS 41243 41244 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41245 41246commit 7def6b34f910f08d7ef0a14646da067719237ca2 41247Author: Jon Loeliger <jdl@freescale.com> 41248Date: Mon Jul 9 18:02:11 2007 -0500 41249 41250 lib_{m68k,microblaze,mips,ppc}/: Remove obsolete references to CONFIG_COMMANDS 41251 41252 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41253 41254commit dd60d1223b99a88a7216f3e041fe40634ad4c2bb 41255Author: Jon Loeliger <jdl@freescale.com> 41256Date: Mon Jul 9 17:56:50 2007 -0500 41257 41258 fs/: Remove obsolete references to CONFIG_COMMANDS 41259 41260 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41261 41262commit c91898bbc505aff3e12a807af88e76da18efb7ee 41263Author: Jon Loeliger <jdl@freescale.com> 41264Date: Mon Jul 9 17:46:09 2007 -0500 41265 41266 tools/: Remove obsolete references to CONFIG_COMMANDS 41267 41268 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41269 41270commit 643d1ab23960950b52e0a2803c2d3ea4c558fa01 41271Author: Jon Loeliger <jdl@freescale.com> 41272Date: Mon Jul 9 17:45:14 2007 -0500 41273 41274 net/: Remove obsolete references to CONFIG_COMMANDS 41275 41276 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41277 41278commit cb51c0bf88f95a1bca68324b0126f8eed8b43273 41279Author: Jon Loeliger <jdl@freescale.com> 41280Date: Mon Jul 9 17:39:42 2007 -0500 41281 41282 drivers/[n-z]*: Remove obsolete references to CONFIG_COMMANDS 41283 41284 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41285 41286commit 07d38a17e964aec4c7827f0ee9a583bc8cc1ad6b 41287Author: Jon Loeliger <jdl@freescale.com> 41288Date: Mon Jul 9 17:30:01 2007 -0500 41289 41290 drivers/[a-m]*: Remove obsolete references to CONFIG_COMMANDS 41291 41292 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41293 41294commit cde5c64d17cf4834aa7b5c373f288bc7dad27b29 41295Author: Jon Loeliger <jdl@freescale.com> 41296Date: Mon Jul 9 17:22:37 2007 -0500 41297 41298 disk/: Remove obsolete references to CONFIG_COMMANDS 41299 41300 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41301 41302commit 639221c76c88215bd55af83ad174fc30d1940f8f 41303Author: Jon Loeliger <jdl@freescale.com> 41304Date: Mon Jul 9 17:15:49 2007 -0500 41305 41306 include/: Remove obsolete references to CONFIG_COMMANDS 41307 Mostly removed from comments here. 41308 41309 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41310 41311commit 4ef218f6fdf8d747f4589da5252b004e7d2c2876 41312Author: Wolfgang Denk <wd@denx.de> 41313Date: Tue Jul 10 00:01:28 2007 +0200 41314 41315 Coding style cleanup; update CHANGELOG. 41316 41317 Signed-off-by: Wolfgang Denk <wd@denx.de> 41318 41319commit c8603cfbd4573379a6076c9c208545ba2bbf019a 41320Author: Stefan Roese <sr@denx.de> 41321Date: Mon Jul 9 11:00:24 2007 +0200 41322 41323 Small coding style cleanup 41324 41325 Signed-off-by: Stefan Roese <sr@denx.de> 41326 41327commit 0f92c7e7c9a62755b1457d3c46f93c8c1f6c19fc 41328Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 41329Date: Mon Jul 9 10:10:08 2007 +0200 41330 41331 Migrate esd 405EP boards to new NAND subsystem 41332 41333 Remove unused CFG_NAND_LEGACY define 41334 41335 These boards to not have NAND. 41336 41337 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 41338 41339commit bd84ee4c2020c3a6861f4bb2e7ea0fb49f82e803 41340Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 41341Date: Mon Jul 9 10:10:06 2007 +0200 41342 41343 Migrate esd 405EP boards to new NAND subsystem 41344 41345 Migrate esd 405EP boards to new NAND subsystem 41346 41347 -cleanup 41348 -use correct io accessors (in/out_be32()) 41349 41350 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 41351 41352commit e09f7ab5749c345f924da272bea0521a73af5b11 41353Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 41354Date: Mon Jul 9 10:10:04 2007 +0200 41355 41356 Migrate esd 405EP boards to new NAND subsystem 41357 41358 This patch prepares the migration from the legacy NAND driver 41359 to U-Boot's new NAND subsystem for esd boards. 41360 41361 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 41362 41363commit c3517f919d0f61650cf3027fd4faf0f631142f6c 41364Author: Jon Loeliger <jdl@freescale.com> 41365Date: Sun Jul 8 18:10:08 2007 -0500 41366 41367 common/* non-cmd*: Remove obsolete references to CONFIG_COMMANDS 41368 41369 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41370 41371commit fd9bcaa35be64fe41a4223fdb6ecdbad52470b39 41372Author: Jon Loeliger <jdl@freescale.com> 41373Date: Sun Jul 8 18:05:39 2007 -0500 41374 41375 common/cmd_[p-x]*: Remove obsolete references to CONFIG_COMMANDS. 41376 41377 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41378 41379commit c76fe47425afc7d5d670ff0539823c85d65d9c42 41380Author: Jon Loeliger <jdl@freescale.com> 41381Date: Sun Jul 8 18:02:23 2007 -0500 41382 41383 common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS. 41384 41385 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41386 41387commit baa26db4113679b80970ff447d91cc10217742a6 41388Author: Jon Loeliger <jdl@freescale.com> 41389Date: Sun Jul 8 17:51:39 2007 -0500 41390 41391 common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS. 41392 41393 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41394 41395commit af075ee96e52dda7b6bca6c937588aeaaec5f2cd 41396Author: Jon Loeliger <jdl@freescale.com> 41397Date: Sun Jul 8 17:02:01 2007 -0500 41398 41399 Clear up confusion over the CMD_POST and POST_DIAG mess. 41400 41401 For some reason, CONFIG_POST permeated as CONFIG_CMD_POST_DIAG 41402 when it really means just CONFIG_CMD_DIAG. There is no CMD_POST. 41403 Clear this mess up some. 41404 41405 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41406 41407commit b3631487105a57ab7cbadfc26efbaf9676275018 41408Author: Jon Loeliger <jdl@freescale.com> 41409Date: Sun Jul 8 15:45:08 2007 -0500 41410 41411 Remove references to the old cmd_confdefs.h include file. 41412 41413 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41414 41415commit a22d4da95e20049b4daa1c2a022f61e8a72f2fb6 41416Author: Jon Loeliger <jdl@freescale.com> 41417Date: Sun Jul 8 15:42:59 2007 -0500 41418 41419 include/configs: Catch some CONFIG_CMD_* conversion stragglers. 41420 41421 Use new CONFIG_CMD_* in lwmon5.h board config file. 41422 Fix CONFIG_CMD_* typo braindamage in omap1510inn.h 41423 41424 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41425 41426commit a5562901661bd428f7e5feb333f796372cb81019 41427Author: Jon Loeliger <jdl@freescale.com> 41428Date: Sun Jul 8 15:31:57 2007 -0500 41429 41430 include/configs: Use new CONFIG_CMD_* in various [TUVWZYZ]* named board config files. 41431 41432 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41433 41434commit fe7f782d5b8c64a0195c68c31a0a11d4f641355e 41435Author: Jon Loeliger <jdl@freescale.com> 41436Date: Sun Jul 8 15:02:44 2007 -0500 41437 41438 include/configs: Use new CONFIG_CMD_* in various S* named board config files. 41439 41440 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41441 41442commit e9a0f8f15c11f337967aa0600ad6e8af33037f50 41443Author: Jon Loeliger <jdl@freescale.com> 41444Date: Sun Jul 8 15:12:40 2007 -0500 41445 41446 include/configs: Use new CONFIG_CMD_* in various R* named board config files. 41447 41448 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41449 41450commit 12aa9fd23d724bd6ab88e1baa0db35133a27303f 41451Author: Jon Loeliger <jdl@freescale.com> 41452Date: Sun Jul 8 14:55:07 2007 -0500 41453 41454 include/configs: Use new CONFIG_CMD_* in various Q* named board config files. 41455 41456 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41457 41458commit acf0269779422f3e147d2ddfb499c9f6ff10ad5e 41459Author: Jon Loeliger <jdl@freescale.com> 41460Date: Sun Jul 8 14:49:44 2007 -0500 41461 41462 include/configs: Use new CONFIG_CMD_* in various P* named board config files. 41463 41464 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41465 41466commit e18a1061a8630cb67995fdf99afd3fb50d1b187d 41467Author: Jon Loeliger <jdl@freescale.com> 41468Date: Sun Jul 8 14:21:43 2007 -0500 41469 41470 include/configs: Use new CONFIG_CMD_* in various [NO]* named board config files. 41471 41472 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41473 41474commit 8353e139bfad9059c54f5b2421f1a3090e15a2e2 41475Author: Jon Loeliger <jdl@freescale.com> 41476Date: Sun Jul 8 14:14:17 2007 -0500 41477 41478 include/configs: Use new CONFIG_CMD_* in various M* named board config files. 41479 41480 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41481 41482commit 348f258f24253433e4a2302a0bbceb6740a67246 41483Author: Jon Loeliger <jdl@freescale.com> 41484Date: Sun Jul 8 13:46:18 2007 -0500 41485 41486 include/configs: Use new CONFIG_CMD_* in various [IJKL]* named board config files. 41487 41488 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41489 41490commit 6c4f4da9bfc9f9403f54fce678ed0364b7c86a6a 41491Author: Jon Loeliger <jdl@freescale.com> 41492Date: Sun Jul 8 10:09:35 2007 -0500 41493 41494 include/configs: Use new CONFIG_CMD_* in various H* named board config files. 41495 41496 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41497 41498commit 60a0876b5106b34220e459c208bbf648073306c0 41499Author: Jon Loeliger <jdl@freescale.com> 41500Date: Sat Jul 7 21:04:26 2007 -0500 41501 41502 include/configs: Use new CONFIG_CMD_* in various F* and G* named board config files. 41503 41504 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41505 41506commit dcaa71562826a2466e894c868d132509dcda8444 41507Author: Jon Loeliger <jdl@freescale.com> 41508Date: Sat Jul 7 20:56:05 2007 -0500 41509 41510 include/configs: Use new CONFIG_CMD_* in various E* named board config files. 41511 41512 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41513 41514commit 3c3227f3c737502311b25b72084573901cbbf17d 41515Author: Jon Loeliger <jdl@freescale.com> 41516Date: Sat Jul 7 20:40:43 2007 -0500 41517 41518 include/configs: Use new CONFIG_CMD_* in various D* named board config files. 41519 41520 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41521 41522commit 49cf7e8ee7ef943fdfe866ce28410b0bfbf6a26c 41523Author: Jon Loeliger <jdl@freescale.com> 41524Date: Thu Jul 5 19:52:35 2007 -0500 41525 41526 include/configs: Use new CONFIG_CMD_* in various C* named board config files. 41527 41528 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41529 41530commit de8b2a6e33298dcdb10bdda48db25e53c3089eba 41531Author: Jon Loeliger <jdl@freescale.com> 41532Date: Thu Jul 5 19:32:07 2007 -0500 41533 41534 include/configs: Use new CONFIG_CMD_* in various B* named board config files. 41535 41536 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41537 41538commit 498ff9a228485bd4b9f23d066bada268f9add1dd 41539Author: Jon Loeliger <jdl@freescale.com> 41540Date: Thu Jul 5 19:13:52 2007 -0500 41541 41542 include/configs: Use new CONFIG_CMD_* in various A* named board config files. 41543 41544 Since ADS860.h includes "board/fads/fads.h" with ramifications 41545 on the CONFIG_COMMAND treatment, it too has to be adjusted to 41546 exclude already configured commands in this same commit. 41547 41548 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41549 41550commit 10e038932f22ee80ebd53de312531e70e6590a2f 41551Author: Thomas Knobloch <knobloch@siemens.com> 41552Date: Fri Jul 6 14:58:39 2007 +0200 41553 41554 [NAND] Bad block skipping for command nboot 41555 41556 The old implementation of command nboot does not support reading the image from 41557 NAND flash with skipping of bad blocks. The patch implements a new version of 41558 the nboot command: by calling nboot.jffs2 from the u-boot command line the 41559 command will load the image from NAND flash with respect to bad blocks (by using 41560 nand_read_opts()). This is similar to e.g. the NAND read command: "nand 41561 read.jffs2 ...". 41562 41563 Signed-off-by: Thomas Knobloch <knobloch@siemens.com> 41564 Signed-off-by: Stefan Roese <sr@denx.de> 41565 41566commit 334043f601a90ac53e5ecc846fbb73a1ef38cb1f 41567Author: Stefan Roese <sr@denx.de> 41568Date: Fri Jul 6 12:26:51 2007 +0200 41569 41570 ppc4xx: Update lwmon5 default environment 41571 41572 Signed-off-by: Stefan Roese <sr@denx.de> 41573 41574commit 5d187430a055d62f17ca84d75e7245439d1f7e75 41575Author: Stefan Roese <sr@denx.de> 41576Date: Fri Jul 6 11:48:24 2007 +0200 41577 41578 ppc4xx: Update lwmon5 board 41579 41580 Add unlock=yes environment variable to default variables to unlock 41581 the CFI flash by default. 41582 41583 Signed-off-by: Stefan Roese <sr@denx.de> 41584 41585commit 6b0a174a1e6f55e1f5a1fbb223cdad7645a4646e 41586Author: Stefan Roese <sr@denx.de> 41587Date: Fri Jul 6 09:45:47 2007 +0200 41588 41589 Fix problem with get/setdcr commands introduced by cfg patches 41590 41591 Signed-off-by: Stefan Roese <sr@denx.de> 41592 41593commit f1152f8c28db4a22087c21c618a3f7baa48e9a4f 41594Author: Wolfgang Denk <wd@denx.de> 41595Date: Fri Jul 6 02:50:19 2007 +0200 41596 41597 Code cleanup and default config update for STC GP3 SSA board. 41598 41599 Signed-off-by: Wolfgang Denk <wd@denx.de> 41600 41601commit e4dbe1b215f5c6c462e76909d240bd96472b84de 41602Author: Wolfgang Denk <wd@denx.de> 41603Date: Thu Jul 5 17:56:27 2007 +0200 41604 41605 Fixing some typos etc. introduced mainly by cfg patches. 41606 41607 Signed-off-by: Wolfgang Denk <wd@denx.de> 41608 41609commit b6b4684546809f89c8bac72863ca49b5fd8ac0cd 41610Author: Wolfgang Denk <wd@denx.de> 41611Date: Thu Jul 5 11:12:16 2007 +0200 41612 41613 Minor coding style cleanup. Update CHANGELOG. 41614 41615commit dca3b3d6d6396b67e5e84af53452164923c73443 41616Author: Jon Loeliger <jdl@jdl.com> 41617Date: Wed Jul 4 22:33:46 2007 -0500 41618 41619 include/configs: Use new CONFIG_CMD_* in various [v-z]* named board config files. 41620 41621 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41622 41623commit 6c18eb9804b525f3e4f3bb3d014dd69a200d9fa7 41624Author: Jon Loeliger <jdl@jdl.com> 41625Date: Wed Jul 4 22:33:38 2007 -0500 41626 41627 include/configs: Use new CONFIG_CMD_* in various t* and u* named board config files. 41628 41629 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41630 41631commit 46da1e96b7db14f4fcd2c92544e7c0862024bc76 41632Author: Jon Loeliger <jdl@jdl.com> 41633Date: Wed Jul 4 22:33:30 2007 -0500 41634 41635 include/configs: Use new CONFIG_CMD_* in various s* named board config files. 41636 41637 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41638 41639commit 90cc3eb6d2be856d9ddd81436de9cf343bc6b5c8 41640Author: Jon Loeliger <jdl@jdl.com> 41641Date: Wed Jul 4 22:33:23 2007 -0500 41642 41643 include/configs: Use new CONFIG_CMD_* in various q* and r* named board config files. 41644 41645 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41646 41647commit 26a34560d56a9df5bc2ae23525d9229736134757 41648Author: Jon Loeliger <jdl@jdl.com> 41649Date: Wed Jul 4 22:33:17 2007 -0500 41650 41651 include/configs: Use new CONFIG_CMD_* in various p* named board config files. 41652 41653 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41654 41655commit a5cb23092a7d31490a33d4ec871468b63babfa3c 41656Author: Jon Loeliger <jdl@jdl.com> 41657Date: Wed Jul 4 22:33:13 2007 -0500 41658 41659 include/configs: Use new CONFIG_CMD_* in various o* named board config files. 41660 41661 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41662 41663commit 929a2bfd142737003a8fc32e1b86e1f2c1850257 41664Author: Jon Loeliger <jdl@jdl.com> 41665Date: Wed Jul 4 22:33:07 2007 -0500 41666 41667 include/configs: Use new CONFIG_CMD_* in various n* named board config files. 41668 41669 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41670 41671commit 5dc11a511960d490f7f01ffd746edfe6277f99b0 41672Author: Jon Loeliger <jdl@jdl.com> 41673Date: Wed Jul 4 22:33:01 2007 -0500 41674 41675 include/configs: Use new CONFIG_CMD_* in various m* named board config files. 41676 41677 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41678 41679commit 9bbb1c0820c1fbd3811ab6ee4ba0f6c6f76b27e4 41680Author: Jon Loeliger <jdl@jdl.com> 41681Date: Wed Jul 4 22:32:57 2007 -0500 41682 41683 include/configs: Use new CONFIG_CMD_* in various l* named board config files. 41684 41685 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41686 41687commit bc234c129fa04fb9fa33530930e5cbc6084cd47a 41688Author: Jon Loeliger <jdl@jdl.com> 41689Date: Wed Jul 4 22:32:51 2007 -0500 41690 41691 include/configs: Use new CONFIG_CMD_* in various j* and k* named board config files. 41692 41693 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41694 41695commit 1d2c6bc491969f8d8fb34c8e30e8bea7a2af9c31 41696Author: Jon Loeliger <jdl@jdl.com> 41697Date: Wed Jul 4 22:32:32 2007 -0500 41698 41699 include/configs: Use new CONFIG_CMD_* in various i* named board config files. 41700 41701 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41702 41703commit 48d5d102a2f2e619c92050b9aedbb69689185bc0 41704Author: Jon Loeliger <jdl@jdl.com> 41705Date: Wed Jul 4 22:32:25 2007 -0500 41706 41707 include/configs: Use new CONFIG_CMD_* in various h* named board config files. 41708 41709 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41710 41711commit 72eb0efaed7048afcc61fc6f0085c49394b5dc36 41712Author: Jon Loeliger <jdl@jdl.com> 41713Date: Wed Jul 4 22:32:19 2007 -0500 41714 41715 include/configs: Use new CONFIG_CMD_* in various g* named board config files. 41716 41717 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41718 41719commit 1bec3d3002d3bbbae6f2468a0f7376db1120d33e 41720Author: Jon Loeliger <jdl@jdl.com> 41721Date: Wed Jul 4 22:32:10 2007 -0500 41722 41723 include/configs: Use new CONFIG_CMD_* in various e* named board config files. 41724 41725 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41726 41727commit ab999ba1b31ebe78dd16374394a55d7c6e5aa6e4 41728Author: Jon Loeliger <jdl@jdl.com> 41729Date: Wed Jul 4 22:32:03 2007 -0500 41730 41731 include/configs: Use new CONFIG_CMD_* in various d* named board config files. 41732 41733 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41734 41735commit 37e4f24b87fa255ae456d193b7cd23c18dd1d56b 41736Author: Jon Loeliger <jdl@jdl.com> 41737Date: Wed Jul 4 22:31:56 2007 -0500 41738 41739 include/configs: Use new CONFIG_CMD_* in various c* named board config files. 41740 41741 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41742 41743commit ba2351f9d1e841bd00ea6dad1e3c16d0259ad264 41744Author: Jon Loeliger <jdl@jdl.com> 41745Date: Wed Jul 4 22:31:49 2007 -0500 41746 41747 include/configs: Use new CONFIG_CMD_* in various b* named board config files. 41748 41749 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41750 41751commit 0b361c916617aff79e647b40f0e43361e0bbaccf 41752Author: Jon Loeliger <jdl@jdl.com> 41753Date: Wed Jul 4 22:31:42 2007 -0500 41754 41755 include/configs: Use new CONFIG_CMD_* in various a* named board config files. 41756 41757 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41758 41759commit b730cda82e362df6a22f4c59c0a9b97e885b1014 41760Author: Jon Loeliger <jdl@jdl.com> 41761Date: Wed Jul 4 22:31:35 2007 -0500 41762 41763 include/configs: Use new CONFIG_CMD_* in mpc5xx board config files. 41764 41765 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41766 41767commit d794cfefead5fc177cf4f41164e80382e9c9484a 41768Author: Jon Loeliger <jdl@jdl.com> 41769Date: Wed Jul 4 22:31:15 2007 -0500 41770 41771 include/configs: Use new CONFIG_CMD_* in various 5200 board config files. 41772 41773 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41774 41775commit ef0df52ab49eea4a30c15087fd27d54c1d946f2c 41776Author: Jon Loeliger <jdl@jdl.com> 41777Date: Wed Jul 4 22:31:07 2007 -0500 41778 41779 include/configs: Use new CONFIG_CMD_* in STx board config files. 41780 41781 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41782 41783commit 866e3089bfc826bb4dc74637f8aad87a3bab79fc 41784Author: Jon Loeliger <jdl@jdl.com> 41785Date: Wed Jul 4 22:30:58 2007 -0500 41786 41787 include/configs: Use new CONFIG_CMD_* in sbc* board config files. 41788 41789 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41790 41791commit 2694690e285acaa34922f55f4b5ae030da60c55a 41792Author: Jon Loeliger <jdl@jdl.com> 41793Date: Wed Jul 4 22:30:50 2007 -0500 41794 41795 include/configs: Use new CONFIG_CMD_* in TQM board config files. 41796 41797 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41798 41799commit 1cc4c458329765b58e584a19821e796b3c10e976 41800Author: Jon Loeliger <jdl@jdl.com> 41801Date: Wed Jul 4 22:30:28 2007 -0500 41802 41803 include/configs: Use new CONFIG_CMD_* in 82xx board config files. 41804 41805 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41806 41807commit 8ea5499afdaba0acf60923dd99001c399d4a7c8e 41808Author: Jon Loeliger <jdl@jdl.com> 41809Date: Wed Jul 4 22:30:06 2007 -0500 41810 41811 include/configs: Use new CONFIG_CMD_* in 83xx board config files. 41812 41813 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41814 41815commit b44896215a09c60fa40cae906f7ed207bbc2c492 41816Author: Sergei Poselenov <sposelenov@emcraft.com> 41817Date: Thu Jul 5 08:17:37 2007 +0200 41818 41819 Merged POST framework with the current TOT. 41820 41821 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com> 41822 41823commit b24629fa377214d63bb40d1360e354b6d3e4af56 41824Author: Jon Loeliger <jdl@jdl.com> 41825Date: Wed Jun 13 13:23:15 2007 -0500 41826 41827 mpc86xx: Remove old CFG_CMD_* references. 41828 41829 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41830 41831commit 46175d9764da129bb4fd341cd2554dc7d55f5b2a 41832Author: Jon Loeliger <jdl@jdl.com> 41833Date: Wed Jun 13 13:22:54 2007 -0500 41834 41835 Add MPC8568MDS to MAKEALL 85xx target. 41836 41837 It was missing from the original port submission. 41838 41839 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41840 41841commit 2835e518c969e5124ba1174eef3e8375e12fa7d5 41842Author: Jon Loeliger <jdl@jdl.com> 41843Date: Wed Jun 13 13:22:08 2007 -0500 41844 41845 include/configs: Use new CONFIG_CMD_* in 85xx board config files. 41846 41847 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41848 41849commit 56b304ac2091689506088a9ae67f63fd6300cf16 41850Author: Jon Loeliger <jdl@jdl.com> 41851Date: Wed Jun 13 13:21:37 2007 -0500 41852 41853 Fix #if typo in CONFIG_CMD_* changes. 41854 41855 Signed-off-by: Jon Loeliger <jdl@freescale.com> 41856 41857commit f780b83316d9af1f61d71cc88b1917b387b9b995 41858Author: Niklaus Giger <niklausgiger@gmx.ch> 41859Date: Wed Jun 27 18:11:38 2007 +0200 41860 41861 resubmit: ppc4xx: Remove sequoia/sequioa.h. Cleanup ppc440.h for PPC440EPX 41862 41863 Signed-off-by: Niklaus Giger <niklaus.giger@nestal.com> 41864 41865commit 04e6c38b766eaa2f3287561563c9e215e0c3a0d4 41866Author: Stefan Roese <sr@denx.de> 41867Date: Wed Jul 4 10:06:30 2007 +0200 41868 41869 ppc4xx: Update lwmon5 board 41870 41871 - Add optional ECC generation routine to preserve existing 41872 RAM values. This is needed for the Linux log-buffer support 41873 - Add optional DDR2 setup with CL=4 41874 - GPIO50 not used anymore 41875 - Lime register setup added 41876 41877 Signed-off-by: Stefan Roese <sr@denx.de> 41878 41879commit 6810a34677dbc446334f5e451f1682426dd33b49 41880Author: Grant Likely <grant.likely@secretlab.ca> 41881Date: Tue Jul 3 00:17:28 2007 -0600 41882 41883 Fix Makefile to use $(MKCONFIG) macro for all board ports 41884 41885 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 41886 41887commit 90b1b2d69b9396ff2f01165ebc16c9a594eb5926 41888Author: Grant Likely <grant.likely@secretlab.ca> 41889Date: Tue Jul 3 00:17:28 2007 -0600 41890 41891 Fix Makefile to use $(MKCONFIG) macro for all board ports 41892 41893 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 41894 41895commit 057004f4a4863554d56cc56268bfa7c7d9738e27 41896Author: Grant Likely <grant.likely@secretlab.ca> 41897Date: Tue Jul 3 00:34:49 2007 -0600 41898 41899 Correct fixup relocation for mpc83xx 41900 41901 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 41902 41903commit 5af61b2f4b838a05f79be274f3e5a66edd2d9c96 41904Author: Grant Likely <grant.likely@secretlab.ca> 41905Date: Tue Jul 3 00:34:44 2007 -0600 41906 41907 Correct fixup relocation for mpc8260 41908 41909 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 41910 41911commit f3a52fe05923935db86985daf9438e2f70ac39aa 41912Author: Grant Likely <grant.likely@secretlab.ca> 41913Date: Tue Jul 3 00:34:39 2007 -0600 41914 41915 Correct fixup relocation for mpc824x 41916 41917 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 41918 41919commit a85dd254c0577fca13627c46e93fc2ad4c4f1f00 41920Author: Grant Likely <grant.likely@secretlab.ca> 41921Date: Tue Jul 3 00:34:34 2007 -0600 41922 41923 Correct fixup relocation for mpc8220 41924 41925 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 41926 41927commit 6f7576b20ecf0d040c3ac3b032b5cbc860e38a90 41928Author: Grant Likely <grant.likely@secretlab.ca> 41929Date: Tue Jul 3 00:34:29 2007 -0600 41930 41931 Correct fixup relocation for MPC5xxx 41932 41933 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 41934 41935commit 3649cd99ba815b6601868735765602f00ef3692b 41936Author: Grant Likely <grant.likely@secretlab.ca> 41937Date: Tue Jul 3 00:34:24 2007 -0600 41938 41939 Correct relocation fixup for mpc5xx 41940 41941 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 41942 41943commit f82b3b6304b620ef7e28bfaa1ea887a2ad2fa325 41944Author: Grant Likely <grant.likely@secretlab.ca> 41945Date: Tue Jul 3 00:34:19 2007 -0600 41946 41947 Don't set gd->reloc_off if relocation of .fixup works correctly 41948 41949 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 41950 41951commit e1a6144c32dc7de73bcdd33995de0148cbd0bd28 41952Author: Grant Likely <grant.likely@secretlab.ca> 41953Date: Tue Jul 3 00:34:14 2007 -0600 41954 41955 Remove obsolete mpc83xx linker scripts 41956 41957 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 41958 41959commit 17e32fc3908bf7089d3f16fc82a1c3ae674dd65b 41960Author: Grant Likely <grant.likely@secretlab.ca> 41961Date: Tue Jul 3 00:34:09 2007 -0600 41962 41963 Consolidate mpc8260 linker scripts 41964 41965 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 41966 41967commit af7d38b393690d7eeaf418ac85a1e831a50d5fd0 41968Author: Grant Likely <grant.likely@secretlab.ca> 41969Date: Tue Jul 3 00:34:04 2007 -0600 41970 41971 Remove obsolete mpc824x linker scripts 41972 41973 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 41974 41975commit f94a3aecebc40ca0939c7d66d010009cf51be9e2 41976Author: Grant Likely <grant.likely@secretlab.ca> 41977Date: Tue Jul 3 00:33:59 2007 -0600 41978 41979 Remove obsolete mpc824x linker scripts (3 of 4) 41980 41981 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 41982 41983commit a71c084f3ac7fedf144537db2b2da47323068833 41984Author: Grant Likely <grant.likely@secretlab.ca> 41985Date: Tue Jul 3 00:33:53 2007 -0600 41986 41987 Remove obsolete mpc824x linker scripts (2 of 4) 41988 41989 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 41990 41991commit f670a15468d1365241d40022b9408e1004181f5e 41992Author: Grant Likely <grant.likely@secretlab.ca> 41993Date: Tue Jul 3 00:33:48 2007 -0600 41994 41995 Remove obsolete mpc824x linker scripts (1 of 4) 41996 41997 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 41998 41999commit 09555bd45a04c0e54f172528d21bc18896550d28 42000Author: Grant Likely <grant.likely@secretlab.ca>
42001Date: Tue Jul 3 00:33:43 2007 -0600 42002 42003 Remove obsolete mpc8220 linker scripts 42004 42005 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 42006 42007commit 5efb992f046e51225c93d52f80fecbe433abd789 42008Author: Grant Likely <grant.likely@secretlab.ca> 42009Date: Tue Jul 3 00:33:38 2007 -0600 42010 42011 Remove obsolete mpc5xxx linker scripts (3 of 3) 42012 42013 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 42014 42015commit 07c13dfef65b31647e69d8b61daa1eec598add1a 42016Author: Grant Likely <grant.likely@secretlab.ca> 42017Date: Tue Jul 3 00:33:33 2007 -0600 42018 42019 Remove obsolete mpc5xxx linker scripts (2 of 3) 42020 42021 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 42022 42023commit b4f67513a624ce85866c66c575bd2d9d7977d7f0 42024Author: Grant Likely <grant.likely@secretlab.ca> 42025Date: Tue Jul 3 00:33:28 2007 -0600 42026 42027 Remove obsolete mpc5xxx linker scripts (1 of 3) 42028 42029 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 42030 42031commit b7d8e05f8675249b5f208aa73babeed384a4519d 42032Author: Grant Likely <grant.likely@secretlab.ca> 42033Date: Tue Jul 3 00:33:23 2007 -0600 42034 42035 Remove obsolete mpc5xx linker scripts 42036 42037 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 42038 42039commit 416a0b6d40f6eba3a2fc547253c16bda28d922f7 42040Author: Grant Likely <grant.likely@secretlab.ca> 42041Date: Tue Jul 3 00:33:18 2007 -0600 42042 42043 Consolidate mpc83xx linker scripts 42044 42045 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 42046 42047commit 5fc59175b92883ed5d2666a04e6bc49e70a4a365 42048Author: Grant Likely <grant.likely@secretlab.ca> 42049Date: Tue Jul 3 00:33:13 2007 -0600 42050 42051 Consolidate mpc8260 linker scripts 42052 42053 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 42054 42055commit 737f9eb02d7335df2b3e4d7a4d3348784d1da207 42056Author: Grant Likely <grant.likely@secretlab.ca> 42057Date: Tue Jul 3 00:33:08 2007 -0600 42058 42059 Consolidate mpc824x linker scripts 42060 42061 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 42062 42063commit 9c757b789a59a855db57b448dd825329c4e9c4a0 42064Author: Grant Likely <grant.likely@secretlab.ca> 42065Date: Tue Jul 3 00:33:03 2007 -0600 42066 42067 Consolidate mpc8220 linker scripts 42068 42069 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 42070 42071commit d181c9a15cd41863fe24840d17848429f27d3c8c 42072Author: Grant Likely <grant.likely@secretlab.ca> 42073Date: Tue Jul 3 00:32:58 2007 -0600 42074 42075 Consolidate mpc5xxx linker scripts 42076 42077 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 42078 42079commit 287ac924adb7291bebe5086652a362a30ab28b13 42080Author: Grant Likely <grant.likely@secretlab.ca> 42081Date: Tue Jul 3 00:32:53 2007 -0600 42082 42083 Consolidate mpc5xx linker scripts 42084 42085 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 42086 42087commit 52b8704d0245e589f86d462e9ec25aeb7ecbbbdd 42088Author: Wolfgang Denk <wd@denx.de> 42089Date: Wed Jul 4 00:43:53 2007 +0200 42090 42091 Fix a few file permission problems. 42092 42093 Signed-off-by: Wolfgang Denk <wd@denx.de> 42094 42095commit 78e0cf2de7be7f1eaeeb622eb61fd50e4d5e205c 42096Author: Wolfgang Denk <wd@denx.de> 42097Date: Wed Jul 4 00:38:38 2007 +0200 42098 42099 Minor coding style cleanup. Rebuild CHANGELOG file. 42100 42101commit 2f9c19e496acb6bb50d9299e1aab377625d48c38 42102Author: Jon Loeliger <jdl@jdl.com> 42103Date: Mon Jun 11 19:03:44 2007 -0500 42104 42105 configs/ mpc86xx: Rewrite command line options using new CONFIG_CMD-* style. 42106 42107 Signed-off-by: Jon Loeliger <jdl@freescale.com> 42108 42109commit 602ad3b33d9ceef83dbab46be68646d645d637ee 42110Author: Jon Loeliger <jdl@jdl.com> 42111Date: Mon Jun 11 19:03:39 2007 -0500 42112 42113 README: Rewrite command line config to use CONFIG_CMD_* names. 42114 42115 Signed-off-by: Jon Loeliger <jdl@freescale.com> 42116 42117commit 72a074cec68e5bad60d63206c050974e08afd804 42118Author: Jon Loeliger <jdl@jdl.com> 42119Date: Mon Jun 11 19:03:34 2007 -0500 42120 42121 include/ non-config: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 42122 42123 This is a compatibility step that allows both the older form 42124 and the new form to co-exist for a while until the older can 42125 be removed entirely. 42126 42127 All transformations are of the form: 42128 Before: 42129 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) 42130 After: 42131 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT) 42132 42133 Signed-off-by: Jon Loeliger <jdl@freescale.com> 42134 42135commit 5fcf543e0b6628c76ff48705b1b0566bfd11507b 42136Author: Jon Loeliger <jdl@jdl.com> 42137Date: Mon Jun 11 19:03:28 2007 -0500 42138 42139 tools/ : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 42140 42141 This is a compatibility step that allows both the older form 42142 and the new form to co-exist for a while until the older can 42143 be removed entirely. 42144 42145 All transformations are of the form: 42146 Before: 42147 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) 42148 After: 42149 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT) 42150 42151 Signed-off-by: Jon Loeliger <jdl@freescale.com> 42152 42153commit 9107ebe0d352420895ab69b715697bdebc8caf50 42154Author: Jon Loeliger <jdl@jdl.com> 42155Date: Mon Jun 11 19:03:23 2007 -0500 42156 42157 board/[k-z]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 42158 42159 This is a compatibility step that allows both the older form 42160 and the new form to co-exist for a while until the older can 42161 be removed entirely. 42162 42163 All transformations are of the form: 42164 Before: 42165 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) 42166 After: 42167 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT) 42168 42169 Signed-off-by: Jon Loeliger <jdl@freescale.com> 42170 42171commit 5e378003d592ea828ec69d6defcd4de79096dd5c 42172Author: Jon Loeliger <jdl@jdl.com> 42173Date: Mon Jun 11 19:03:19 2007 -0500 42174 42175 board/[Ma-i]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 42176 42177 This is a compatibility step that allows both the older form 42178 and the new form to co-exist for a while until the older can 42179 be removed entirely. 42180 42181 All transformations are of the form: 42182 Before: 42183 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) 42184 After: 42185 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT) 42186 42187 Signed-off-by: Jon Loeliger <jdl@freescale.com> 42188 42189commit 737184114ec9c9e0ab94d6713536126073bd2472 42190Author: Jon Loeliger <jdl@jdl.com> 42191Date: Mon Jun 11 19:03:15 2007 -0500 42192 42193 cpu/ non-mpc*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 42194 42195 This is a compatibility step that allows both the older form 42196 and the new form to co-exist for a while until the older can 42197 be removed entirely. 42198 42199 All transformations are of the form: 42200 Before: 42201 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) 42202 After: 42203 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT) 42204 42205 Signed-off-by: Jon Loeliger <jdl@freescale.com> 42206 42207commit f48070fe5fe440dfb5ee5268c920de70e48ea327 42208Author: Jon Loeliger <jdl@jdl.com> 42209Date: Mon Jun 11 19:03:08 2007 -0500 42210 42211 cpu/mpc*/ : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 42212 42213 This is a compatibility step that allows both the older form 42214 and the new form to co-exist for a while until the older can 42215 be removed entirely. 42216 42217 All transformations are of the form: 42218 Before: 42219 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) 42220 After: 42221 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT) 42222 42223 Signed-off-by: Jon Loeliger <jdl@freescale.com> 42224 42225commit 0c505db0a0dc1f670b13ce3b4d3fbf1ec5b3cbd2 42226Author: Jon Loeliger <jdl@jdl.com> 42227Date: Mon Jun 11 19:03:03 2007 -0500 42228 42229 lib_*/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 42230 42231 This is a compatibility step that allows both the older form 42232 and the new form to co-exist for a while until the older can 42233 be removed entirely. 42234 42235 All transformations are of the form: 42236 Before: 42237 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) 42238 After: 42239 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT) 42240 42241 Signed-off-by: Jon Loeliger <jdl@freescale.com> 42242 42243commit 73f032021ec5f13cda8faa4e34b6de80960eb86f 42244Author: Jon Loeliger <jdl@jdl.com> 42245Date: Mon Jun 11 19:02:58 2007 -0500 42246 42247 lib_ppc/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 42248 42249 This is a compatibility step that allows both the older form 42250 and the new form to co-exist for a while until the older can 42251 be removed entirely. 42252 42253 All transformations are of the form: 42254 Before: 42255 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) 42256 After: 42257 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT) 42258 42259 Signed-off-by: Jon Loeliger <jdl@freescale.com> 42260 42261commit 98b79003c21c2578206003256de4e781d6b36ca8 42262Author: Jon Loeliger <jdl@jdl.com> 42263Date: Mon Jun 11 19:02:53 2007 -0500 42264 42265 rtc/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 42266 42267 This is a compatibility step that allows both the older form 42268 and the new form to co-exist for a while until the older can 42269 be removed entirely. 42270 42271 All transformations are of the form: 42272 Before: 42273 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) 42274 After: 42275 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT) 42276 42277 Signed-off-by: Jon Loeliger <jdl@freescale.com> 42278 42279commit 6e2115acb6a892d53a6881bf253ae41d3df39156 42280Author: Jon Loeliger <jdl@jdl.com> 42281Date: Mon Jun 11 19:02:49 2007 -0500 42282 42283 net/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 42284 42285 This is a compatibility step that allows both the older form 42286 and the new form to co-exist for a while until the older can 42287 be removed entirely. 42288 42289 All transformations are of the form: 42290 Before: 42291 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) 42292 After: 42293 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT) 42294 42295 Signed-off-by: Jon Loeliger <jdl@freescale.com> 42296 42297commit 45cdb9b72c94655c7308b464a2666057c0b286e0 42298Author: Jon Loeliger <jdl@jdl.com> 42299Date: Mon Jun 11 19:02:34 2007 -0500 42300 42301 disk/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 42302 42303 This is a compatibility step that allows both the older form 42304 and the new form to co-exist for a while until the older can 42305 be removed entirely. 42306 42307 All transformations are of the form: 42308 Before: 42309 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) 42310 After: 42311 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT) 42312 42313 Signed-off-by: Jon Loeliger <jdl@freescale.com> 42314 42315commit 4e109ae98294a5ca7ff848b7652c7bfd4023a94a 42316Author: Jon Loeliger <jdl@jdl.com> 42317Date: Mon Jun 11 19:02:20 2007 -0500 42318 42319 fs/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 42320 42321 This is a compatibility step that allows both the older form 42322 and the new form to co-exist for a while until the older can 42323 be removed entirely. 42324 42325 All transformations are of the form: 42326 Before: 42327 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) 42328 After: 42329 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT) 42330 42331 Signed-off-by: Jon Loeliger <jdl@freescale.com> 42332 42333commit d5be43de93ff905c465e509d45a3164ef48d26e7 42334Author: Jon Loeliger <jdl@jdl.com> 42335Date: Mon Jun 11 19:02:10 2007 -0500 42336 42337 drivers/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 42338 42339 This is a compatibility step that allows both the older form 42340 and the new form to co-exist for a while until the older can 42341 be removed entirely. 42342 42343 All transformations are of the form: 42344 Before: 42345 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) 42346 After: 42347 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT) 42348 42349 Signed-off-by: Jon Loeliger <jdl@freescale.com> 42350 42351commit b453960d4fdb87b3970d96119b90df2ed024fc4a 42352Author: Jon Loeliger <jdl@jdl.com> 42353Date: Mon Jun 11 19:02:05 2007 -0500 42354 42355 common/ non-cmd: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 42356 42357 This is a compatibility step that allows both the older form 42358 and the new form to co-exist for a while until the older can 42359 be removed entirely. 42360 42361 All transformations are of the form: 42362 Before: 42363 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) 42364 After: 42365 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT) 42366 42367 Signed-off-by: Jon Loeliger <jdl@freescale.com> 42368 42369commit 65c450b47a62659d522cfa8f4fa1e4e5c60dccd0 42370Author: Jon Loeliger <jdl@jdl.com> 42371Date: Mon Jun 11 19:01:54 2007 -0500 42372 42373 common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 42374 42375 This is a compatibility step that allows both the older form 42376 and the new form to co-exist for a while until the older can 42377 be removed entirely. 42378 42379 All transformations are of the form: 42380 Before: 42381 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) 42382 After: 42383 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT) 42384 42385 Signed-off-by: Jon Loeliger <jdl@freescale.com> 42386 42387commit a76adc8142c1d956385a109e0b70f9319ede4d66 42388Author: Jon Loeliger <jdl@jdl.com> 42389Date: Mon Jun 11 19:01:43 2007 -0500 42390 42391 common/cmd_[a-f]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). 42392 42393 This is a compatibility step that allows both the older form 42394 and the new form to co-exist for a while until the older can 42395 be removed entirely. 42396 42397 All transformations are of the form: 42398 Before: 42399 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) 42400 After: 42401 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT) 42402 42403 Signed-off-by: Jon Loeliger <jdl@freescale.com> 42404 42405commit ec63b10b61fd68238d4c15c1cd04c0b38228e2c1 42406Author: Jon Loeliger <jdl@jdl.com> 42407Date: Mon Jun 11 19:01:34 2007 -0500 42408 42409 Introduce initial versions of new Command Config files. 42410 42411 Derive three new files from cmd_confdefs.h: 42412 config_bootp.h - Has BOOTP related config options, not commands 42413 config_cmd_all.h - Has a CONFIG_CMD_* definition for every command 42414 config_cmd_default.h - Has a CONFIG_CMD_* definition for default cmds. 42415 42416 For now, include "config_bootp.h" for compatability until all 42417 users of it directly include it properly. 42418 42419 Signed-off-by: Jon Loeliger <jdl@freescale.com> 42420 42421commit 1f2a05898658900dc5717761e27abf2052e67e13 42422Author: Mushtaq Khan <mushtaqk_921@yahoo.co.in> 42423Date: Sat Jun 30 18:50:48 2007 +0200 42424 42425 Fix S-ATA support. 42426 42427 Signed-off-by: mushtaq khan <mushtaqk_921@yahoo.co.in> 42428 42429commit a5d71e290f3673269be8eefb4ec44f53412f9461 42430Author: Heiko Schocher <hs@pollux.denx.de> 42431Date: Mon Jun 25 19:11:37 2007 +0200 42432 42433 [PCS440EP] get rid of CONFIG_PPC4xx_USE_SPD_DDR_INIT_HANG 42434 42435 Signed-off-by: Heiko Schocher <hs@denx.de> 42436 42437commit a1bd6200eccd3a02040a955d5f43d3ee1fc9f93b 42438Author: Niklaus Giger <niklaus.giger@nestal.com> 42439Date: Mon Jun 25 17:03:13 2007 +0200 42440 42441 ppc4xx: PPC440EPx Emit DDR0 registers on machine check interrupt 42442 42443 This patch prints the DDR status registers upon machine check 42444 interrupt on the 440EPx/GRx. This can be useful especially when 42445 ECC support is enabled. 42446 42447 I added some small changes to the original patch from Niklaus to 42448 make it compile clean. 42449 42450 Signed-off-by: Niklaus Giger <niklaus.giger@nestal.com> 42451 Signed-off-by: Stefan Roese <sr@denx.de> 42452 42453commit 807018fb7faceb429ce0cb47baa2073746b33a4e 42454Author: Niklaus Giger <niklaus.giger@nestal.com> 42455Date: Mon Jun 25 16:50:55 2007 +0200 42456 42457 ppc4xx: Fix O=buildir builds 42458 42459 This patch fixes the problem to assemble cpu/ppc4xx/start.S 42460 experienced last week where building failed having specified 42461 O=../build.sequoia. 42462 42463 Signed-off-by: Niklaus Giger <niklaus.giger@nestal.com> 42464 42465commit 466fff1a7bb5fe764a06450626f6098219f446b8 42466Author: Stefan Roese <sr@denx.de> 42467Date: Mon Jun 25 15:57:39 2007 +0200 42468 42469 ppc4xx: Add pci_pre_init() for 405 boards 42470 42471 This patch removes the CFG_PCI_PRE_INIT option completely, since 42472 it's not needed anymore with the patch from Matthias Fuchs with 42473 the "weak" pci_pre_init() implementation. 42474 42475 Signed-off-by: Stefan Roese <sr@denx.de> 42476 42477commit 6f35c53166213c24a5a0e2390ed861136ff73870 42478Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 42479Date: Sun Jun 24 17:41:21 2007 +0200 42480 42481 ppc4xx: Maintenance patch for esd's CPCI405 derivats 42482 42483 -add pci_pre_init() for pci interrupt fixup code 42484 -disable phy sleep mode via reset_phy() function 42485 -use correct io accessors 42486 -cleanup 42487 42488 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 42489 42490commit 5a1c9ff0c44305b57cb4d8f9369bba90bcf0e1f8 42491Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 42492Date: Sun Jun 24 17:23:41 2007 +0200 42493 42494 ppc4xx: Add pci_pre_init() for 405 boards 42495 42496 This patch adds support for calling a plattform dependant 42497 pci_pre_init() function for 405 boards. This can be used to 42498 move the current pci_405gp_fixup_irq() function into the 42499 board code. 42500 42501 This patch also makes the CFG_PCI_PRE_INIT define obsolete. 42502 A default function with 'weak' attribute is used when 42503 a board specific pci_pre_init() is not implemented. 42504 42505 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 42506 42507commit 1636d1c8529c006d106287cfbc20cd0a246fe1cb 42508Author: Wolfgang Denk <wd@denx.de> 42509Date: Fri Jun 22 23:59:00 2007 +0200 42510 42511 Coding stylke cleanup; rebuild CHANGELOG 42512 42513commit 2dc64451b4c08ffd619372abfdc2506a2e2363b9 42514Author: Igor Lisitsin <igor@emcraft.com> 42515Date: Wed Apr 18 14:55:19 2007 +0400 42516 42517 Adapt log buffer code to support Linux 2.6 42518 42519 A new environment variable, "logversion", selects the log buffer 42520 behaviour. If it is not set or set to a value other than 2, then the 42521 old, Linux 2.4.4, behaviour is selected. 42522 42523 Signed-off-by: Igor Lisitsin <igor@emcraft.com> 42524 -- 42525 42526commit a11e06965ec91270c51853407ff1261d3c740386 42527Author: Igor Lisitsin <igor@emcraft.com> 42528Date: Wed Mar 28 19:06:19 2007 +0400 42529 42530 Extend POST support for PPC440 42531 42532 Added memory, CPU, UART, I2C and SPR POST tests for PPC440. 42533 42534 Signed-off-by: Igor Lisitsin <igor@emcraft.com> 42535 -- 42536 42537commit 566a494f592ae3b3c0785d90d4e1ba45574880c4 42538Author: Heiko Schocher <hs@pollux.denx.de> 42539Date: Fri Jun 22 19:11:54 2007 +0200 42540 42541 [PCS440EP] upgrade the PCS440EP board: 42542 - Show on the Status LEDs, some States of the board. 42543 - Get the MAC addresses from the EEProm 42544 - use PREBOOT 42545 - use the CF on the board. 42546 - check the U-Boot image in the Flash with a SHA1 42547 checksum. 42548 - use dynamic TLB entries generation for the SDRAM 42549 42550 Signed-off-by: Heiko Schocher <hs@denx.de> 42551 42552commit 3a1f5c81b0b9557817a789bece839905581c2205 42553Author: Stefan Roese <sr@denx.de> 42554Date: Fri Jun 22 16:58:40 2007 +0200 42555 42556 ppc4xx: Fix problem with extended program_tlb() funtion 42557 42558 The recently extended program_tlb() function had a problem when 42559 multiple TLB's had to be setup (for example with 512MB of SDRAM). The 42560 virtual address was not incremented. This patch fixes this issue 42561 and is tested on Katmai with 512MB SDRAM. 42562 42563 Signed-off-by: Stefan Roese <sr@denx.de> 42564 42565commit 02032e8f14751a1a751b09240a4f1cf9f8a2077f 42566Author: Rafal Jaworowski <raj@semihalf.com> 42567Date: Fri Jun 22 14:58:04 2007 +0200 42568 42569 [ppc] Fix build breakage for all non-4xx PowerPC variants. 42570 42571 - adapt to the more generic EXCEPTION_PROLOG and CRIT_EXCEPTION macros 42572 - minor 4xx cleanup 42573 42574commit d677b32855f577ae2690dcd64a172cdd706e0ffc 42575Author: Mike Frysinger <vapier@gentoo.org> 42576Date: Fri Jun 22 10:34:12 2007 +0200 42577 42578 [patch] add nand_init() prototype to nand.h 42579 42580 since nand_init() is expected to be called by other parts of u-boot, there 42581 should be a prototype for it in nand.h 42582 42583 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 42584 Signed-off-by: Stefan Roese <sr@denx.de> 42585 42586commit 83b4cfa3d629dff0264366263c5e94d9a50ad80b 42587Author: Wolfgang Denk <wd@denx.de> 42588Date: Wed Jun 20 18:14:24 2007 +0200 42589 42590 Coding style cleanup. Refresh CHANGELOG. 42591 42592commit b3f9ec86e388207fd03dcdf7b145b9ed080bf024 42593Author: Stefan Roese <sr@denx.de> 42594Date: Tue Jun 19 17:22:44 2007 +0200 42595 42596 ppc4xx: Add bootstrap command for AMCC Sequoia (440EPx) eval board 42597 42598 This patch adds a board command to configure the I2C bootstrap EEPROM 42599 values. Right now 533 and 667MHz are supported for booting either via NOR 42600 or NAND FLASH. Here the usage: 42601 42602 => bootstrap 533 nor ;to configure the board for 533MHz NOR booting 42603 => bootstrap 667 nand ;to configure the board for 667MHz NNAND booting 42604 42605 Signed-off-by: Stefan Roese <sr@denx.de> 42606 42607commit df8a24cdd30151505cf57bbee5289e91bf53bd1b 42608Author: Stefan Roese <sr@denx.de> 42609Date: Tue Jun 19 16:42:31 2007 +0200 42610 42611 [ppc4xx] Fix problem with NAND booting on AMCC Acadia 42612 42613 The latest changes showed a problem with the location of the NAND-SPL 42614 image in the OCM and the init-data area (incl. cache). This patch 42615 fixes this problem. 42616 42617 Signed-off-by: Stefan Roese <sr@denx.de> 42618 42619commit 86ba99e34194394052d24c04dc40d1263d29a26f 42620Author: Stefan Roese <sr@denx.de> 42621Date: Tue Jun 19 16:40:58 2007 +0200 42622 42623 [ppc4xx] Change board/amcc/acadia/cpr.c to pll.c 42624 42625 Signed-off-by: Stefan Roese <sr@denx.de> 42626 42627commit 8e585f02f82c17cc66cd229dbf0fd3066bbbf658 42628Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 42629Date: Mon Jun 18 13:50:13 2007 -0500 42630 42631 Added M5329AFEE and M5329BFEE Platforms 42632 42633 Added board/freescale/m5329evb, cpu/mcf532x, drivers/net, 42634 drivers/serial, immap_5329.h, m5329.h, mcfrtc.h, 42635 include/configs/M5329EVB.h, lib_m68k/interrupts.c, and 42636 rtc/mcfrtc.c 42637 42638 Modified CREDITS, MAKEFILE, Makefile, README, common/cmd_bdinfo.c, 42639 common/cmd_mii.c, include/asm-m68k/byteorder.h, include/asm-m68k/fec.h, 42640 include/asm-m68k/io.h, include/asm-m68k/mcftimer.h, 42641 include/asm-m68k/mcfuart.h, include/asm-m68k/ptrace.h, 42642 include/asm-m68k/u-boot.h, lib_m68k/Makefile, lib_m68k/board.c, 42643 lib_m68k/time.c, net/eth.c and rtc/Makefile 42644 42645 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com> 42646 42647commit 093172f08d6afb3f34d8a2f26ee0ee874261cf27 42648Author: Michal Simek <monstr@monstr.eu> 42649Date: Sun Jun 17 19:04:11 2007 +0200 42650 42651 [fix] email reparation 42652 42653commit 3666afffe7baf859c6ae0ce2bebbc8ab7e512ddc 42654Author: Michal Simek <monstr@monstr.eu> 42655Date: Sun Jun 17 19:03:21 2007 +0200 42656 42657 [FIX] fix microblaze file permitission 42658 42659commit e73846b7cf1e29ae635bf9bb5570269663df2ee5 42660Author: Stefan Roese <sr@denx.de> 42661Date: Fri Jun 15 11:33:41 2007 +0200 42662 42663 [ppc4xx] Change lwmon5 port to work with recent 440 exception rework 42664 42665 Now CONFIG_440 has to be defined in all PPC440 board config files. 42666 42667 Signed-off-by: Stefan Roese <sr@denx.de> 42668 42669commit efa35cf12d914d4caba942acd5a6c45f217de302 42670Author: Grzegorz Bernacki <gjb@semihalf.com> 42671Date: Fri Jun 15 11:19:28 2007 +0200 42672 42673 ppc4xx: Clean up 440 exceptions handling 42674 42675 - Introduced dedicated switches for building 440 and 405 images required 42676 for 440-specific machine instructions like 'rfmci' etc. 42677 42678 - Exception vectors moved to the proper location (_start moved away from 42679 the critical exception handler space, which it occupied) 42680 42681 - CriticalInput now serviced (with default handler) 42682 42683 - MachineCheck properly serviced (added a dedicated handler and return 42684 subroutine) 42685 42686 - Overall cleanup of exceptions declared with STD_EXCEPTION macro (unused, 42687 unhandled and those not relevant for 4xx were eliminated) 42688 42689 - Eliminated Linux leftovers, removed dead code 42690 42691 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com> 42692 Signed-off-by: Rafal Jaworowski <raj@semihalf.com> 42693 Signed-off-by: Stefan Roese <sr@denx.de> 42694 42695commit b765ffb773f5a3cd5aa94ec76b6a05276b8cd5b2 42696Author: Stefan Roese <sr@denx.de> 42697Date: Fri Jun 15 08:18:01 2007 +0200 42698 42699 [ppc4xx] Add initial lwmon5 board support 42700 42701 This patch adds initial support for the Liebherr lwmon5 board euqipped 42702 with an AMCC 440EPx PowerPC. 42703 42704 Signed-off-by: Stefan Roese <sr@denx.de> 42705 42706commit 85f737376d5ff3d5f0d45a8b657686326d175307 42707Author: Stefan Roese <sr@denx.de> 42708Date: Fri Jun 15 07:39:43 2007 +0200 42709 42710 [ppc4xx] Extend 44x GPIO setup with default output state 42711 42712 The board config array CFG_440_GPIO_TABLE for the ppc440 GPIO setup 42713 is extended with the default GPIO output state (level). 42714 42715 Signed-off-by: Stefan Roese <sr@denx.de> 42716 42717commit dbca208518e5e7f01a6420588d1cd6e60db74c2b 42718Author: Stefan Roese <sr@denx.de> 42719Date: Thu Jun 14 11:14:32 2007 +0200 42720 42721 [ppc4xx] Extend program_tlb() with virtual & physical addresses 42722 42723 Now program_tlb() allows to program a TLB (or multiple) with 42724 different virtual and physical addresses. With this change, now one 42725 physical region (e.g. SDRAM) can be mapped 2 times, once with caches 42726 diabled and once with caches enabled. 42727 42728 Signed-off-by: Stefan Roese <sr@denx.de> 42729 42730commit 9912121f7ed804ea58fd62f3f230b5dcfc357d88 42731Author: Detlev Zundel <dzu@denx.de> 42732Date: Wed May 23 19:02:41 2007 +0200 42733 42734 Change 'repeatable' attribute of some commands to sensible values. 42735 42736 Most prominently this changes 'erase' to be non-repeatable. 42737 42738 Signed-off-by: Detlev Zundel <dzu@denx.de> 42739 42740commit 5afb202093f6a001797db92cf695b93a70ea9ab4 42741Author: Detlev Zundel <dzu@denx.de> 42742Date: Wed May 23 18:47:48 2007 +0200 42743 42744 Fix 'run' not to continue after interrupted command 42745 42746 Signed-off-by: Detlev Zundel <dzu@denx.de> 42747 42748commit 9b7464a2c88614e1061f509c48930a3d240d1a35 42749Author: Jason Jin <Jason.jin@freescale.com> 42750Date: Mon Jun 11 15:14:24 2007 +0200 42751 42752 USB: This patch fix readl in ohci swap reg access. 42753 42754 Signed-off-by: Jason Jin <Jason.jin@freescale.com> 42755 42756commit 8f8416fada9faf94b9a92f21fe6000643cb521d5 42757Author: Bartlomiej Sieka <tur@semihalf.com> 42758Date: Fri Jun 8 14:52:22 2007 +0200 42759 42760 TQM5200: Add Flat Device Tree support, update default env. accordingly. 42761 42762 Signed-off-by: Jan Wrobel <wrr@semihalf.com> 42763 Acked-by: Bartlomiej Sieka <tur@semihalf.com> 42764 42765commit 9045f33c023f698660a2e45d1b2194c0711abebc 42766Author: Wolfgang Denk <wd@denx.de> 42767Date: Fri Jun 8 10:24:58 2007 +0200 42768 42769 Fix config problems on SC3 board; make ide_reset_timeout work. 42770 42771commit fba3fb0449b8a54542aed1e729de76e7f5a2ff1b 42772Author: Benoît Monin <bmonin@adeneo.eu> 42773Date: Fri Jun 8 09:55:24 2007 +0200 42774 42775 [PATCH] fix gpio setting when using CFG_440_GPIO_TABLE 42776 42777 Set the correct value in GPIOx_TCR when configuring the gpio 42778 with CFG_440_GPIO_TABLE. 42779 42780 Signed-off-by: Benoit Monin <bmonin@adeneo.eu> 42781 Signed-off-by: Stefan Roese <sr@denx.de> 42782 42783commit f539edc076cfe52bff919dd512ba8d7af0e22092 42784Author: Vadim Bendebury <vbendeb@google.com> 42785Date: Thu May 24 15:52:25 2007 -0700 42786 42787 cosmetic changes to bcm570x driver 42788 42789 This is a cosmetic only changes submission. 42790 It affects files relevant to bcm570x driver. 42791 the commands used to generate this change was 42792 42793 cd drivers 42794 Lindent -pcs -l80 bcm570x.c bcm570x_lm.h bcm570x_mm.h tigon3.c tigon3.h 42795 42796 The BMW target (the only one using this chip so far) builds cleanly, the 42797 `before and after' generated object files for drivers/bcm570x.c and 42798 drivers/tigon3.o are identical as reported by objdump -d 42799 42800 Signed-off-by: Vadim Bendebury <vbendeb@google.com> 42801 Signed-off-by: Ben Warren <bwarren@qstreams.com> 42802 42803commit 725671ccd2cd04c9ebc50c9e5a94dd8cbade66b7 42804Author: Wolfgang Denk <wd@denx.de> 42805Date: Wed Jun 6 16:26:56 2007 +0200 42806 42807 Coding Style cleanup; generate new CHANGELOG file. 42808 42809 Signed-off-by: Wolfgang Denk <wd@denx.de> 42810 42811commit 19d763c35e0b5568eaf0b8adbf7a68ccfe7fa243 42812Author: Markus Klotzbuecher <mk@denx.de> 42813Date: Wed Jun 6 11:49:44 2007 +0200 42814 42815 TRAB, USB: update trab board configuration for use of generic ohci driver 42816 42817commit dace45acd1c1357daa9322099d07c9a9e08b0024 42818Author: Markus Klotzbuecher <mk@denx.de> 42819Date: Wed Jun 6 11:49:43 2007 +0200 42820 42821 USB: ohci fixes and cleanup for ppc4xx and yosemite board. 42822 42823commit 72657570b61635c74fa0c3f0e9e7d0671a9d08df 42824Author: Markus Klotzbuecher <mk@denx.de> 42825Date: Wed Jun 6 11:49:43 2007 +0200 42826 42827 USB: ohci fixes and cleanup for mpc5xxx and IceCube board config 42828 42829commit fc43be478f2aa37ce38acd85355038866e4162af 42830Author: Markus Klotzbuecher <mk@denx.de> 42831Date: Wed Jun 6 11:49:35 2007 +0200 42832 42833 USB/OHCI: endianness cleanup in the generic ohci driver 42834 42835commit c440bfe6d6d92d66478a7e84402b31f48413617b 42836Author: Stefan Roese <sr@denx.de> 42837Date: Wed Jun 6 11:42:13 2007 +0200 42838 42839 ppc4xx: Add NAND booting support for AMCC Acadia (405EZ) eval board 42840 42841 This patch adds NAND booting support for the AMCC Acadia eval board. 42842 42843 Please make sure to configure jumper J7 to position 2-3 when booting 42844 from NOR, and to position 1-2 when booting for NAND. 42845 42846 I also added a board command to configure the I2C bootstrap EEPROM 42847 values. Right now only 267MHz is support for booting either via NOR 42848 or NAND FLASH. Here the usage: 42849 42850 => bootstrap 267 nor ;to configure the board for 267MHz NOR booting 42851 => bootstrap 267 nand ;to configure the board for 267MHz NNAND booting 42852 42853 Signed-off-by: Stefan Roese <sr@denx.de> 42854 42855commit 18135125f909948b85d1d6881ab4ac0efb4a1c58 42856Author: Rodolfo Giometti <giometti@linux.it> 42857Date: Wed Jun 6 10:08:14 2007 +0200 42858 42859 Files include/linux/byteorder/{big,little}_endian.h define 42860 __BIG_ENDIAN and __LITTLE_ENDIAN. 42861 42862 Signed-off-by: Rodolfo Giometti <giometti@linux.it> 42863 42864commit a81d1c0b85b13e9d45f2d87de96a51a6e0ef0f82 42865Author: Zhang Wei <wei.zhang@freescale.com> 42866Date: Wed Jun 6 10:08:14 2007 +0200 42867 42868 Add USB PCI-OHCI, USB keyboard and event poll support to the 42869 MPC8641HPCN board config file. 42870 42871 Signed-off-by: Zhang Wei <wei.zhang@freescale.com> 42872 42873commit 4dae14ce8fbdf380017dc54f172218e7d2acc889 42874Author: Zhang Wei <wei.zhang@freescale.com> 42875Date: Wed Jun 6 10:08:14 2007 +0200 42876 42877 USB PCI-OHCI, interrupt pipe and usb event poll support 42878 42879 This patch added USB PCI-OHCI chips support, interrupt pipe support 42880 and usb event poll support. For supporting the USB interrupt pipe, the 42881 globe urb_priv is moved to purb in ed struct. Now, we can process 42882 several urbs at one time. The interrupt pipe support codes are ported 42883 from Linux kernel 2.4. 42884 42885 Signed-off-by: Zhang Wei <wei.zhang@freescale.com> 42886 42887commit fdcfaa1b02268b2899e374b35adf936c911a47eb 42888Author: Zhang Wei <wei.zhang@freescale.com> 42889Date: Wed Jun 6 10:08:13 2007 +0200 42890 42891 USB event poll support 42892 42893 This patch adds USB event poll support, which could be used in usbkbd 42894 and other usb devices driver when the asynchronous interrupt 42895 processing is supported. 42896 42897 Signed-off-by: Zhang Wei <wei.zhang@freescale.com 42898 42899commit 9a1d00fa47c1e05e3fdb60b33213af4e18d4c18e 42900Author: Rodolfo Giometti <giometti@linux.it> 42901Date: Wed Jun 6 10:08:12 2007 +0200 42902 42903 ISP116x: delay for crappy USB keys 42904 42905 Using some (very) slow USB keys cause the USB host controller buffers 42906 are not ready to be read by the CPU so we need an extra delay before 42907 reading the USB storage data. 42908 42909 Signed-off-by: Rodolfo Giometti <giometti@linux.it> 42910 42911commit 09444143670c9c2243cb7aba9f70b3713d33bed1 42912Author: Markus Klotzbuecher <mk@denx.de> 42913Date: Wed Jun 6 10:08:12 2007 +0200 42914 42915 Change duplicate usb_cpu_init_fail to usb_board_init_fail 42916 42917 Thanks to Liew Tsi Chung <Tsi-chung.Liew@freescale.com> for pointing 42918 this out. 42919 42920 Signed-off-by: Markus Klotzbuecher <mk@denx.de> 42921 42922commit 32922cdc470fdfd39bea0c1c4f582d3fb340421e 42923Author: Ed Swarthout <Ed.Swarthout@freescale.com> 42924Date: Tue Jun 5 12:30:52 2007 -0500 42925 42926 mpc8641 image size cleanup 42927 42928 e600 does not have a bootpg restriction. 42929 Move the version string to beginning of image at fff00000. 42930 Resetvec.S is not needed. 42931 Update flash copy instructions. 42932 Add tftpflash env variable 42933 42934 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 42935 Signed-off-by: Jon Loeliger <jdl@freescale.com> 42936 42937commit e3cbe1f93c5722f8ebbad468e30c069a2b511097 42938Author: Benoît Monin <bmonin@adeneo.eu> 42939Date: Mon Jun 4 08:36:05 2007 +0200 42940 42941 [PATCH] Fix ppc4xx bootstrap letter displayed on startup 42942 42943 The attached patch is mainly cosmetic, allowing u-boot to 42944 display the correct bootstrap option letter according to the 42945 datasheets. 42946 42947 The original patch was extended with 405EZ support by Stefan 42948 Roese. 42949 42950 Signed-off-by: Benoit Monin <bmonin@adeneo.eu> 42951 Signed-off-by: Stefan Roese <sr@denx.de> 42952 42953commit 5b1313fb2758ffce8b624457f777d8cc6709608d 42954Author: Nikita V. Youshchenko <yoush@debian.org> 42955Date: Wed May 23 12:45:19 2007 +0400 42956 42957 fix compilation problem for mpc8349itx CFG_RAMBOOT 42958 42959 Current include/configs/MPC8349ITX.h does contain some support for building 42960 image that will be started from memory (without putting in into flash). 42961 It could be triggered by building with TEXT_BASE set to a low value. 42962 42963 However, this support is incomplete: using of low TEXT_BASE causes 42964 defining configuration macros in inconsistent way, which later leads 42965 to compilation errors. In particular. flash support is being disabled, 42966 but then flash structures get referenced. 42967 42968 This patch fixes this, making it possible to build with low TEXT_BASE. 42969 42970 Signed-Off-By: Nikita Youshchenko <yoush@debian.org> 42971 42972 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 42973 42974commit 8a364f0970de49949d635e60accf463c6443ef8c 42975Author: Nikita V. Youshchenko <yoush@debian.org> 42976Date: Wed May 23 12:45:25 2007 +0400 42977 42978 add missing 'console' var to default mpc8349itx config 42979 42980 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 42981 42982commit 18d156eb37c90fadc8ec7a81a3b89176161f85b7 42983Author: Stefan Roese <sr@denx.de> 42984Date: Fri Jun 1 16:18:17 2007 +0200 42985 42986 ppc4xx: Add missing file for Bamboo NAND booting support 42987 42988 Signed-off-by: Stefan Roese <sr@denx.de> 42989 42990commit 155a96478a0881e6da96cbbbcf34952d6a3b1b4b 42991Author: Stefan Roese <sr@denx.de> 42992Date: Fri Jun 1 15:58:19 2007 +0200 42993 42994 ppc4xx: Undo Sequoia patch for dynamic EBC speed support of 83MHz 42995 42996 This patch undoes the patch by Jeff Mann with commit-id ada4697d. As 42997 suggested by AMCC it is not recommended to dynamically change the EBC 42998 speed after bootup. So we undo this change to be on the safe side. 42999 43000 Signed-off-by: Stefan Roese <sr@denx.de>
43001 43002commit 9d9096043e8f713d4bf1743d32e1459e6a11644b 43003Author: Stefan Roese <sr@denx.de> 43004Date: Fri Jun 1 15:29:04 2007 +0200 43005 43006 ppc4xx: Update Sequoia NAND booting support with ECC 43007 43008 Signed-off-by: Stefan Roese <sr@denx.de> 43009 43010commit cf959c7d6687567c308e366e9581e1a5aff5cc5b 43011Author: Stefan Roese <sr@denx.de> 43012Date: Fri Jun 1 15:27:11 2007 +0200 43013 43014 ppc4xx: Add NAND booting support for AMCC Bamboo (440EP) eval board 43015 43016 This patch adds NAND booting support for the AMCC Bamboo eval board. 43017 Since the NAND-SPL boot image is limited to 4kbytes, this version 43018 only supports the onboard 64MBytes of DDR. The DIMM modules can't be 43019 supported, since the setup code for I2C DIMM autodetection and 43020 configuration is too big for this NAND bootloader. 43021 43022 Signed-off-by: Stefan Roese <sr@denx.de> 43023 43024commit 42be56f53c8b107868e6125c8524ae84293e95a7 43025Author: Stefan Roese <sr@denx.de> 43026Date: Fri Jun 1 15:23:04 2007 +0200 43027 43028 NAND: Add ECC support to NAND booting support in nand_spl/nand_boot.c 43029 43030 The U-Boot NAND booting support is now extended to support ECC 43031 upon loading of the NAND U-Boot image. 43032 43033 Tested on AMCC Sequoia (440EPx) and Bamboo (440EP). 43034 43035 Signed-off-by: Stefan Roese <sr@denx.de> 43036 43037commit a471db07fbb65a841ffc9f4f112562b945230f98 43038Author: Stefan Roese <sr@denx.de> 43039Date: Fri Jun 1 15:19:29 2007 +0200 43040 43041 ppc4xx: Prepare Bamboo port for NAND booting support 43042 43043 This patch updates the "normal" Bamboo NOR booting port, so 43044 that it is compatible with the coming soon NAND booting 43045 Bamboo port. 43046 43047 It also enables the 2nd NAND flash on the Bamboo. 43048 43049 Signed-off-by: Stefan Roese <sr@denx.de> 43050 43051commit 53ad02103fb8be4138a9937a8ab91fcdff7b4987 43052Author: Stefan Roese <sr@denx.de> 43053Date: Fri Jun 1 15:16:58 2007 +0200 43054 43055 ppc4xx: Update in_be32() functions and friends to latest Linux version 43056 43057 Signed-off-by: Stefan Roese <sr@denx.de> 43058 43059commit 91da09cfbce0c1de05d6d84aa8363d666fa7ea3c 43060Author: Stefan Roese <sr@denx.de> 43061Date: Fri Jun 1 15:15:12 2007 +0200 43062 43063 NAND: Add hardware ECC support to the PPC4xx NAND driver ndfc.c 43064 43065 This patch adds hardware ECC support to the NDFC driver. It also 43066 changes the register access from using the "simple" in32/out32 43067 functions to the in_be32/out_be32 functions, which make sure 43068 that the access is correctly synced. This is the only recommended 43069 access to SoC registers in the current Linux kernel. 43070 43071 Signed-off-by: Stefan Roese <sr@denx.de> 43072 43073commit 17b5e862287cca76f19dcf8b741e61a7d06617f2 43074Author: Stefan Roese <sr@denx.de> 43075Date: Fri Jun 1 15:12:15 2007 +0200 43076 43077 NAND: Update nand_ecc.c to latest Linux version 43078 43079 This patch updates the nand_ecc code to the latest Linux version. 43080 The main reason for this is the more compact code. This makes 43081 it possible to include the ECC code into the NAND bootloader 43082 image (NAND_SPL) for PPC4xx. 43083 43084 Signed-off-by: Stefan Roese <sr@denx.de> 43085 43086commit d2d432760d2199d0e8558fdd9d1789b8131abcf7 43087Author: Stefan Roese <sr@denx.de> 43088Date: Fri Jun 1 15:09:50 2007 +0200 43089 43090 ppc4xx: 44x DDR driver code cleanup and small fix for Bamboo 43091 43092 Signed-off-by: Stefan Roese <sr@denx.de> 43093 43094commit e4bbed2803a2ad0521c7362f5d3e065f99abaedc 43095Author: Stefan Roese <sr@denx.de> 43096Date: Fri Jun 1 13:45:24 2007 +0200 43097 43098 ppc4xx: Change Luan config file to support ECC 43099 43100 With the updated 44x DDR2 driver the Luan board now supports 43101 ECC generation and checking. 43102 43103 Signed-off-by: Stefan Roese <sr@denx.de> 43104 43105commit 7187db73491c8de0fb56efb5e5134ba5ec443089 43106Author: Stefan Roese <sr@denx.de> 43107Date: Fri Jun 1 13:45:00 2007 +0200 43108 43109 ppc4xx: Update 44x_spd_ddr2 code (440SP/440SPe) 43110 43111 Add config option for 180 degree advance clock control as needed 43112 for the AMCC Luan eval board. 43113 43114 Signed-off-by: Stefan Roese <sr@denx.de> 43115 43116commit ee1529838abbfaa35f14e3ffbeaaba693159475f 43117Author: Wolfgang Denk <wd@denx.de> 43118Date: Thu May 31 17:20:09 2007 +0200 43119 43120 Add support for STX GP3SSA (stxssa) Board with 4 MiB flash. 43121 43122 Signed-off-by: Wolfgang Denk <wd@denx.de> 43123 43124commit 7049288fb1f16f1b317140226cdebd07bd416395 43125Author: Bartlomiej Sieka <tur@semihalf.com> 43126Date: Sun May 27 17:26:46 2007 +0200 43127 43128 Motion-PRO: Code cleanup, fix of a typo in OF_STDOUT_PATH. 43129 43130 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com> 43131 43132commit 4520fd4d2c450da49637216aa0e53739b61c60ac 43133Author: Bartlomiej Sieka <tur@semihalf.com> 43134Date: Sun May 27 17:06:36 2007 +0200 43135 43136 Motion-PRO: Add support for redundant environment. 43137 43138 Enable redundant environment, add a MTD partition for it; also add env. 43139 variable command for passing MTD partitions to the kernel command line. 43140 43141 Signed-off-by: Piotr Kruszynski <ppk@semihalf.com> 43142 Acked-by: Bartlomiej Sieka <tur@semihalf.com> 43143 43144commit a26eabeec31746f06d309103690892805696e344 43145Author: Bartlomiej Sieka <tur@semihalf.com> 43146Date: Sun May 27 17:05:11 2007 +0200 43147 43148 Motion-PRO: Change maximum console buffer size from 256 to 1024 bytes. 43149 43150 Allow passing longer command line to the kernel - useful especially 43151 for passing MTD partition layout. 43152 43153 Signed-off-by: Piotr Kruszynski <ppk@semihalf.com> 43154 Acked-by: Bartlomiej Sieka <tur@semihalf.com> 43155 43156commit 9160b96f71483a116de81c68985e8ee306d36764 43157Author: Bartlomiej Sieka <tur@semihalf.com> 43158Date: Sun May 27 17:04:18 2007 +0200 43159 43160 Fix: Add missing NULL termination in strings expanded by macros parser. 43161 43162 Signed-off-by: Piotr Kruszynski <ppk@semihalf.com> 43163 Acked-by: Bartlomiej Sieka <tur@semihalf.com> 43164 43165commit 630ec84aef7228fc1dbfb38dec78541403a786cd 43166Author: Bartlomiej Sieka <tur@semihalf.com> 43167Date: Sun May 27 17:03:37 2007 +0200 43168 43169 Motion-PRO: Update EEPROM's page write bits and write delay. 43170 43171 Change EEPROM configuration according to the datasheet: "The 24C01A and 24C02A 43172 have a page write capability of two bytes", and "This device offers fast (1ms) 43173 byte write". Add 3ms of extra delay. 43174 43175 Signed-off-by: Piotr Kruszynski <ppk@semihalf.com> 43176 Acked-by: Bartlomiej Sieka <tur@semihalf.com> 43177 43178commit c00125e07c1ebc125bab40e1e18bceed8be0c162 43179Author: Bartlomiej Sieka <tur@semihalf.com> 43180Date: Sun May 27 16:58:45 2007 +0200 43181 43182 MPC5XXX, Motion-PRO: Fix PHY initialization problem. 43183 43184 After being reset in mpc5xxx_fec_init_phy(), PHY goes into FX mode, in which 43185 networking does not function. This commit switches PHY to TX mode by clearing 43186 the FX_SEL bit of Mode Control Register. It also reverses commit 43187 008861a2f3ef2c062744d733787c7e530a1b8761, i.e., a temporary workaround. 43188 43189 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com> 43190 Acked-by: Bartlomiej Sieka <tur@semihalf.com> 43191 43192commit 93b78f534a6e708b4cf1a4ffb4d8438c67a007db 43193Author: Bartlomiej Sieka <tur@semihalf.com> 43194Date: Sun May 27 16:57:15 2007 +0200 43195 43196 Motion-PRO: Add support for the temperature sensor. 43197 43198 Signed-off-by: Piotr Kruszynski <ppk@semihalf.com> 43199 Acked-by: Bartlomiej Sieka <tur@semihalf.com> 43200 43201commit c75e639630cc132dc19cd1ecda5922c0db0bfbba 43202Author: Bartlomiej Sieka <tur@semihalf.com> 43203Date: Sun May 27 16:55:23 2007 +0200 43204 43205 Motion-PRO: Add displaying of CPLD revision information during boot. 43206 43207 Signed-off-by: Jan Wrobel <wrr@semihalf.com> 43208 Acked-by: Bartlomiej Sieka <tur@semihalf.com> 43209 43210commit c99512d6bd3973f01ca2fc4896d829b46e68f150 43211Author: Bartlomiej Sieka <tur@semihalf.com> 43212Date: Sun May 27 16:53:43 2007 +0200 43213 43214 MPC5xxx: Change names of defines related to IPB and PCI clocks. 43215 43216 Both CFG_PCISPEED_66 and CFG_IPBSPEED_133 are misnamed, as defining 43217 them does not cause PCI or IPB clocks to run at the specified speed. 43218 Instead, they configure divisors used to calculate said clocks. This 43219 patch renames the defines according to their real function. 43220 43221 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com> 43222 Acked-by: Bartlomiej Sieka <tur@semihalf.com> 43223 43224commit a11c0b85dc3664bb3c1e781137118730c8f619ab 43225Author: Bartlomiej Sieka <tur@semihalf.com> 43226Date: Sun May 27 16:51:48 2007 +0200 43227 43228 Motion-PRO: Add LED support. 43229 43230 Signed-off-by: Jan Wrobel <wrr@semihalf.com> 43231 Signed-off-by: Marian Balakowicz <m8@semihalf.com> 43232 Acked-by: Bartlomiej Sieka <tur@semihalf.com> 43233 43234commit 7ebb4479b07ff294eb4d76e420753a0349f7c93b 43235Author: Ulf Samuelsson <ulf@atmel.com> 43236Date: Thu May 24 12:12:47 2007 +0200 43237 43238 [PATCH][NAND] Define the Vendor Id for Micron NAND Flash 43239 43240 Signed-off-by: Ulf Samuelsson <ulf@atmel.com> 43241 Signed-off-by: Ladislav Michl <ladis@linux-mips.org> 43242 Signed-off-by: Stefan Roese <sr@denx.de> 43243 43244commit d756894722c888d09a9fa1df8323753772d3dcce 43245Author: Stefan Roese <sr@denx.de> 43246Date: Thu May 24 09:49:00 2007 +0200 43247 43248 ppc4xx: Fix small 405EZ OCM initilization bug in start.S 43249 43250 As pointed out by Bruce Adler <bruce.adler@acm.org> this patch 43251 fixes a small bug in the 405EZ OCM initialization. Thanks for 43252 spotting. 43253 43254 Signed-off-by: Stefan Roese <sr@denx.de> 43255 43256commit 5d4a179013d59a76446462e1eb0a969fba63eb81 43257Author: Stefan Roese <sr@denx.de> 43258Date: Thu May 24 08:22:09 2007 +0200 43259 43260 ppc4xx: Update AMCC Acadia support for board revision 1.1 43261 43262 This patch updates the Acadia (405EZ) support for the new 1.1 board 43263 revision. It also adds support for NAND FLASH via the 4xx NDFC. 43264 43265 Please note that the jumper J7 must be in position 2-3 for this 43266 NAND support. Position 1-2 is for NAND booting only. NAND booting 43267 support will follow later. 43268 43269 Signed-off-by: Stefan Roese <sr@denx.de> 43270 43271commit 822d55365bb557e084d0e33625a6dedcc866110b 43272Author: Jon Loeliger <jdl@freescale.com> 43273Date: Wed May 23 14:09:46 2007 -0500 43274 43275 Add LIST_86xx MAKEALL target for PowerPC builds. 43276 43277 Signed-off-by: Jon Loeliger <jdl@freescale.com> 43278 43279commit 9f0077abd69f7a7c756a915b961037302be3e6f2 43280Author: Stefan Roese <sr@denx.de> 43281Date: Tue May 22 12:48:09 2007 +0200 43282 43283 ppc4xx: Use do { ... } while (0) for CPR & SDR access macros 43284 43285 Signed-off-by: Stefan Roese <sr@denx.de> 43286 43287commit 6f3dfc139a838b0841c151efe00ad47db2366e79 43288Author: Stefan Roese <sr@denx.de> 43289Date: Tue May 22 12:46:10 2007 +0200 43290 43291 ppc4xx: Add 405 support to 4xx NAND driver ndfc.c 43292 43293 This patch adds support for 405 PPC's to the 4xx NAND driver 43294 ndfc.c. This is in preparation for the new AMCC 405EZ. 43295 43296 Signed-off-by: Stefan Roese <sr@denx.de> 43297 43298commit 10603d76767426be803dadd4fb688b97eb69481c 43299Author: Stefan Roese <sr@denx.de> 43300Date: Mon May 21 07:41:22 2007 +0200 43301 43302 ppc4xx: Fix problem in 405EZ OCM initialization 43303 43304 As spotted by Bruce Adler this patch fixes an initialization problem 43305 for the 405EZ OCM. 43306 43307 Signed-off-by: Stefan Roese <sr@denx.de> 43308 43309commit 3e3b956906eba9e4ad7931581ecedaad10eccce8 43310Author: Peter Pearse <peter.pearse@arm.com> 43311Date: Fri May 18 16:47:03 2007 +0100 43312 43313 Reduce line lengths to 80 characters max. 43314 43315commit 93ef45c9ddfdd9fc17c4e74bd8e2f2456580eb72 43316Author: Peter Pearse <peter.pearse@arm.com> 43317Date: Fri May 18 14:34:07 2007 +0100 43318 43319 Makefile permissions 43320 43321commit 1443a31457d68f7e8f0b9403e9832ec1e79dc59d 43322Author: Peter Pearse <peter.pearse@arm.com> 43323Date: Fri May 18 14:33:11 2007 +0100 43324 43325 Makefile permissions 43326 43327commit 255a3577c848706441daee0174543efe205a77f8 43328Author: Kim Phillips <kim.phillips@freescale.com> 43329Date: Wed May 16 16:52:19 2007 -0500 43330 43331 Reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx 43332 43333 For all practical u-boot purposes, TSECs don't differ throughout the 43334 mpc8[356]xx families; reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx. 43335 43336 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 43337 43338commit 70124c2602ae2d4c5d3dba05b482d91548242de8 43339Author: Stefano Babic <sbabic@denx.de> 43340Date: Wed May 16 14:49:12 2007 +0200 43341 43342 Fix compile problem cause my Microblaze merge 43343 43344 Signed-off-by: Stefano Babic <sbabic@denx.de> 43345 43346commit ada4697d0230d6da552867777f98a67ec3ba2579 43347Author: Jeffrey Mann <mannj@embeddedplanet.com> 43348Date: Wed May 16 13:23:10 2007 +0200 43349 43350 [PATCH] Run new sequoia boards with an EBC speed of 83MHz 43351 43352 Because the Sequoia board does not boot with an EBC faster than 66MHz, 43353 the clock divider are changed after the initial boot process. 43354 43355 This allows for maximum clocking speeds to be achieved on newer boards. 43356 Sequoia boards with 666.66 MHz processors require that the EBC divider 43357 be set to 3 in order to start the initial boot process at a slower EBC 43358 speed. After the initial boot process, the divider can be set back to 2, 43359 which will cause the boards to run at 83.333MHz. This is backward 43360 compatible with boards with 533.33 MHz processors, as these boards will 43361 already be set with an EBC divider of 2. 43362 43363 Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com> 43364 43365commit a7676ea7732f3c596805079fed7e5c9fac652cfc 43366Author: Wolfgang Denk <wd@denx.de> 43367Date: Wed May 16 01:16:53 2007 +0200 43368 43369 Minor Coding Style cleanup, update CHANGELOG. 43370 43371 Signed-off-by: Wolfgang Denk <wd@denx.de> 43372 43373commit d62f64cc23a940eafe712c776b3249e4160753d1 43374Author: Wolfgang Denk <wd@denx.de> 43375Date: Wed May 16 00:13:33 2007 +0200 43376 43377 Coding Style Cleanup, new CHANGELOG 43378 43379commit 3162eb836903c8b247fdc7470dd39bfa6996f495 43380Author: Wolfgang Denk <wd@denx.de> 43381Date: Tue May 15 23:38:05 2007 +0200 43382 43383 Minor coding style cleanup. 43384 43385commit 66d9dbec1cc27d6398ee6cf84639dbe14971251e 43386Author: mushtaq khan <mushtaq_k@procsys.com> 43387Date: Fri Apr 20 14:23:02 2007 +0530 43388 43389 Add driver for S-ATA-controller on Intel processors with South 43390 Bridge, ICH-5, ICH-6 and ICH-7. 43391 43392 Implementation: 43393 43394 1. Code is divided in to two files. All functions, which are 43395 controller specific are kept in "drivers/ata_piix.c" file and 43396 functions, which are not controller specific, are kept in 43397 "common/cmd_sata.c" file. 43398 43399 2. Reading and Writing from the S-ATA drive is done using PIO method. 43400 43401 3. Driver can be configured for 48-bit addressing by defining macro 43402 CONFIG_LBA48, if this macro is not defined driver uses the 28-bit 43403 addressing. 43404 43405 4. S-ATA read function is hooked to the File system, commands like 43406 ext2ls and ext2load file can be used. This has been tested. 43407 43408 5. U-Boot command "SATA_init" is added, which initializes the S-ATA 43409 controller and identifies the S-ATA drives connected to it. 43410 43411 6. U-Boot command "sata" is added, which is used to read/write, print 43412 partition table and get info about the drives present. This I have 43413 implemented in same way as "ide" command is implemented in U-Boot. 43414 43415 7. This driver is for S-ATA in native mode. 43416 43417 8. This driver does not support the Native command queuing and 43418 Hot-plugging. 43419 43420 Signed-off-by: Mushtaq Khan <mushtaq_k@procsys.com> 43421 43422commit 644e6fb4eb8be90ea04ba34b643a8bf019d680e0 43423Author: mushtaq khan <mushtaq_k@procsys.com> 43424Date: Mon Apr 30 15:57:22 2007 +0530 43425 43426 Fixes bug clearing the bss section for i386 43427 43428 Hi, 43429 There is a bug in the code of clearing the bss section for processor 43430 i386.(File: cpu/i386/start.S) 43431 In the code, bss_start addr (starting addr of bss section) is put into 43432 the register %eax, but the code which clears the bss section refers to 43433 the addr pointed by %edi. 43434 43435 This patch fixes this bug by putting bss_start into %edi register. 43436 43437 Signed-off-by: Mushtaq Khan <mushtaq_k@procsys.com> 43438 43439commit c3243cf7b490057277d61acffe4ad0946f9eb4a4 43440Author: Joe Hamman <joe.hamman@embeddedspecialties.com> 43441Date: Mon Apr 30 16:47:28 2007 -0500 43442 43443 Add support for BCM5464 Quad Phy 43444 43445 Added support for Broadcom's BCM5464 Quad Phy 43446 43447 Signed-off-by: Joe Hamman <joe.hamman@embeddedspecialties.com> 43448 43449commit 1b305bdc754c8468e1d5d858f5dcf8a7a0a4bb7a 43450Author: Zang Roy-r61911 <tie-fei.zang@freescale.com> 43451Date: Wed May 9 08:10:57 2007 +0800 43452 43453 Search the exception table with linear algorithm 43454 43455 Search the exception table with linear algorithm instead of 43456 bisecting algorithm. 43457 Because the exception table might be unsorted. 43458 43459 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com> 43460 43461commit 5dfaa50eb819686bfba1927e8c5b8a70a4d65fd3 43462Author: Aubrey.Li <aubrey.adi@gmail.com> 43463Date: Mon May 14 11:47:35 2007 +0800 43464 43465 Fix compilation issues on MACOSX 43466 43467 Singed-off-by: Marc Hoffman <Marc.Hoffman@analog.com> 43468 Signed-off-by: Aubrey Li <aubrey.adi@gmail.com> 43469 43470commit 56fd7162985c412317bbf763a225fba23c64fd31 43471Author: Stephen Williams <steve@icarus.com> 43472Date: Tue May 15 07:55:42 2007 -0700 43473 43474 Fix for compile of JSE target 43475 43476 The attached patch fixes the compile of the JSE board in the 43477 denx git as of 14 may 2007. It is an extremely simple patch, 43478 it just adds the missing define of CFG_SYSTEMACE_WIDTH. 43479 43480 Fix to compile JSE against 20070514 git of u-boot 43481 43482commit 69df3c4da0c93017cceb25a366e794570bd0ed98 43483Author: Nobuhiro Iwamatsu <iwamatsu@rahute.(none)> 43484Date: Sun May 13 21:01:03 2007 +0900 43485 43486 sh: MS7750SE support. 43487 43488 This adds support for the Hitachi MS7750SE. 43489 43490 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 43491 43492commit 0b135cfc2e524dc249b75057b55dd4cc09842e27 43493Author: Nobuhiro Iwamatsu <iwamatsu@rahute.(none)> 43494Date: Sun May 13 20:58:00 2007 +0900 43495 43496 sh: First support code of SuperH. 43497 43498 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 43499 43500commit 61936667e86a250ae12fd2dc189d3588f0a59e0b 43501Author: Stefan Roese <sr@denx.de> 43502Date: Fri May 11 12:01:49 2007 +0200 43503 43504 ppc4xx: Add mtcpr/mfcpr access macros 43505 43506 Signed-off-by: Stefan Roese <sr@denx.de> 43507 43508commit 343c48bd84606c4025c8a7c7263fda465d6e284c 43509Author: Stefan Roese <sr@denx.de> 43510Date: Fri May 11 12:01:06 2007 +0200 43511 43512 ppc4xx: Set bd->bi_pci_busfreq on 440EPx/GRx too 43513 43514 Signed-off-by: Stefan Roese <sr@denx.de> 43515 43516commit 7d98ba770a7eaefa29ce927f31a0956df85bf650 43517Author: Piotr Kruszynski <ppk@semihalf.com> 43518Date: Thu May 10 16:55:52 2007 +0200 43519 43520 [Motion-PRO] Add MTD and JFFS2 support, also add default partition 43521 definition. 43522 43523commit 65fb6a676e821f9570a2a376dc204bf611ce5f81 43524Author: Peter Pearse <peter.pearse@arm.com> 43525Date: Wed May 9 11:42:44 2007 +0100 43526 43527 Add the board directory for SMN42 43528 43529commit 160131bf965785419626df6c388729fe0b597992 43530Author: Peter Pearse <peter.pearse@arm.com> 43531Date: Wed May 9 11:41:58 2007 +0100 43532 43533 Add the files for the SMN42 board 43534 43535commit 5c6d2b5a500f8c49670de8910150b78a41f781fc 43536Author: Peter Pearse <peter.pearse@arm.com> 43537Date: Wed May 9 11:40:34 2007 +0100 43538 43539 Remove the deleted files for the SMN42 patch 43540 43541commit b0d8f5bf0d215adc9424cb228b2484dbf07f7761 43542Author: Peter Pearse <peter.pearse@arm.com> 43543Date: Wed May 9 11:37:56 2007 +0100 43544 43545 New board SMN42 branch 43546 43547commit 29f3be0caf0799ca6b89dfd9824c15619a50000f 43548Author: Peter Pearse <peter.pearse@arm.com> 43549Date: Wed May 9 10:24:38 2007 +0100 43550 43551 Makefile permissions 43552 43553commit b84289b595731e8851df46e893845cc1322c9b9b 43554Author: Ed Swarthout <Ed.Swarthout@freescale.com> 43555Date: Tue May 8 14:17:07 2007 -0500 43556 43557 8641hpcn: Fix Makefile after moving pixis to board/freescale. 43558 43559 The OBJTREE != SRCTREE build scenario was broken. 43560 This fixes it. 43561 43562 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 43563 Signed-off-by: Jon Loeliger <jdl@freescale.com> 43564 43565commit e69f66c6ebe82bbbd1da766bc4eda40ec7ee5af1 43566Author: Michal Simek <monstr@monstr.eu> 43567Date: Tue May 8 15:57:43 2007 +0200 43568 43569 add: reading special purpose registers 43570 43571commit 1a50f164beb065f360fbddb76029607d6b099698 43572Author: Michal Simek <monstr@monstr.eu> 43573Date: Tue May 8 14:52:52 2007 +0200 43574 43575 add: Microblaze V5 exception handling 43576 43577commit ab874d5047e5d30dbc1e517ff26083efffa98ecb 43578Author: Michal Simek <monstr@monstr.eu> 43579Date: Tue May 8 14:39:11 2007 +0200 43580 43581 add: FSL control read and write 43582 43583commit de1de02a7cbf05e6b63e0d8ffc624f12493f6ba3 43584Author: Piotr Kruszynski <ppk@semihalf.com> 43585Date: Tue May 8 13:05:44 2007 +0200 43586 43587 [Motion-PRO] Add support for I2C, EEPROM and RTC. 43588 43589commit fa5c2ba123b1bf88455bfc21db5e786ca045029d 43590Author: Bartlomiej Sieka <tur@semihalf.com> 43591Date: Tue May 8 10:23:56 2007 +0200 43592 43593 [Motion-PRO] Add ATA support. Add CF-booting commands to the default 43594 environment. 43595 43596commit 06241d50a3ab1b20a0b08baeeaffcaa23ae4b839 43597Author: Bartlomiej Sieka <tur@semihalf.com> 43598Date: Tue May 8 09:39:12 2007 +0200 43599 43600 [Motion-PRO] Change IPB clock frequency from 50MHz to 100MHz. This 43601 eliminates networking problems in Linux (timeouts). 43602 43603commit 1f1369c34b629be94702684d41d3fddf0f6193e7 43604Author: Bartlomiej Sieka <tur@semihalf.com> 43605Date: Tue May 8 09:21:57 2007 +0200 43606 43607 [Motion-PRO] Enable Flat Device Tree support and modify default environment 43608 to allow booting of FDT-expecting kernels. 43609 43610commit fb05f6da35ea1c15c553abe6f23f656bf18dc5db 43611Author: Michal Simek <monstr@monstr.eu> 43612Date: Mon May 7 23:58:31 2007 +0200 43613 43614 new: USE_MSR_INTR support 43615 43616commit 008861a2f3ef2c062744d733787c7e530a1b8761 43617Author: Bartlomiej Sieka <tur@semihalf.com> 43618Date: Mon May 7 22:36:15 2007 +0200 43619 43620 [MPC5xxx] There are networking problems on the Motion-PRO board with 43621 current PHY initalization code (tftp timeouts all the time). This commit 43622 temporarily disables PHY initalization sequence to make the networking 43623 operational, until a fix is found. 43624 43625commit abca901869c3760b6c5fecb825db6c1d91a78a93 43626Author: Wolfgang Denk <wd@denx.de> 43627Date: Mon May 7 22:10:36 2007 +0200 43628 43629 Get rid of duplicated file (see include/configs/sbc8560.h instead) 43630 43631 Signed-off-by: Wolfgang Denk <wd@denx.de> 43632 43633commit 207b7b2c9d9752e0f6478c30c29b7087f6e6cbb6 43634Author: Wolfgang Denk <wd@denx.de> 43635Date: Mon May 7 22:07:08 2007 +0200 43636 43637 Get rid of duplicated file (see doc/README.SBC8560 instead) 43638 43639 Signed-off-by: Wolfgang Denk <wd@denx.de> 43640 43641commit a7bac7e9b57ba948051beb19ec5be3a75ce75383 43642Author: Michal Simek <monstr@monstr.eu> 43643Date: Mon May 7 19:43:10 2007 +0200 43644 43645 fix: read and write MSR - repair number of parameters 43646 43647commit 193b4a3bb3acaddf798da8de0da05d94ba8774ee 43648Author: Jeffrey Mann <mannj@embeddedplanet.com> 43649Date: Mon May 7 19:42:49 2007 +0200 43650 43651 [PATCH] ppc4xx: Fix CONFIG_SYS_CLK_FREQ definition in Sequoia config file 43652 43653 A '3' got cut off in the formatting of the last patch to automatically 43654 change the clock speed of the system clock on sequoia board. 43655 43656 Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com> 43657 Signed-off-by: Stefan Roese <sr@denx.de> 43658 43659commit 19bf1fbad7f19d5a120be9b1daf136e052fcab39 43660Author: Michal Simek <monstr@monstr.eu> 43661Date: Mon May 7 19:33:51 2007 +0200 43662 43663 new: fsl interrupt support 43664 FSL_Has_data is connected to INTC. 43665 43666commit 792032baa7d625e34c981ab6df521911bd8dc861 43667Author: Michal Simek <monstr@monstr.eu> 43668Date: Mon May 7 19:30:12 2007 +0200 43669 43670 fix: interrupt handler 43671 remove asm code 43672 43673commit f3f001a341ef185d0f13841be5b5dc3395aacc31 43674Author: Michal Simek <monstr@monstr.eu> 43675Date: Mon May 7 19:25:08 2007 +0200 43676 43677 fix: remove asm code 43678 43679commit fb7c2dbef02c9f6f8d7b04ec4c2bfb91418b9c01 43680Author: Michal Simek <monstr@monstr.eu> 43681Date: Mon May 7 19:12:43 2007 +0200 43682 43683 fix: clean interrupt 43684 43685commit 42efed6130c8fcf7da881385b5427065d2801757 43686Author: Michal Simek <monstr@monstr.eu> 43687Date: Mon May 7 17:22:25 2007 +0200 43688 43689 fix: interrupt handler for multiple sources 43690 43691commit 48fbd3a4cdabbebc1debd7eed73c00c2caf914f6 43692Author: Michal Simek <monstr@monstr.eu> 43693Date: Mon May 7 17:11:09 2007 +0200 43694 43695 new: add writing to msr register 43696 43697commit 3a619dd7bed03e8b4d22a3911f90fd12af5376c2 43698Author: Markus Klotzbuecher <mk@denx.de> 43699Date: Mon May 7 16:43:56 2007 +0200 43700 43701 Fix an ancient CHANGELOG conflict 43702 43703commit ac4cd59d59c9bf3f89cb7a344abf8184d678f562 43704Author: Timur Tabi <timur@freescale.com> 43705Date: Sat May 5 08:12:30 2007 +0200 43706 43707 5xxx: write MAC address to mac-address and local-mac-address 43708 43709 Some device trees have a mac-address property, some have local-mac-address, 43710 and some have both. To support all of these device trees, ftp_cpu_setup() 43711 should write the MAC address to mac-address and local-mac-address, if they 43712 exist. 43713 43714 Signed-off-by: Timur Tabi <timur@freescale.com> 43715 Acked-by: Grant Likely <grant.likely@secretlab.ca> 43716 43717commit a9d87e2707dcb249f6bb7f7ff7e00acd8cda9fd2 43718Author: Grzegorz Wianecki <grzegorz.wianecki@gmail.com> 43719Date: Sun Apr 29 14:01:54 2007 +0200 43720 43721 [PATCH] Use PVR to distinguish MPC5200B from MPC5200 in boot message 43722 43723 MPC5200B systems are incorrectly reported as MPC5200 in U-Boot start-up 43724 message. Use PVR to distinguish between the two variants, and print proper CPU 43725 information. 43726 43727 Signed-off-by: Grzegorz Wianecki <grzegorz.wianecki@gmail.com> 43728 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com> 43729 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 43730 43731commit 4ec5bd55ed1ffa91a774af298769621f4fbb18c1 43732Author: Ladislav Michl <ladis@linux-mips.org> 43733Date: Wed Apr 25 16:01:26 2007 +0200 43734 43735 [PATCH] simplify silent console 43736 43737 Signed-off-by: Ladislav Michl <ladis@linux-mips.org> 43738 Acked-by: Stefan Roese <sr@denx.de> 43739 43740commit b7598a43f2b421a713d8135e98a42c37d9eb9df0 43741Author: Sergei Shtylyov <sshtylyov@ru.mvista.com> 43742Date: Mon Apr 23 15:30:39 2007 +0200 43743 43744 [PATCH] Avoid assigning PCI resources from zero address 43745 43746 If a PCI IDE card happens to get a zero address assigned to it, the Linux IDE 43747 core complains and IDE drivers fails to work. Also, assigning zero to a BAR 43748 was illegal according to PCI 2.1 (the later revisions seem to have excluded the 43749 sentence about "0" being considered an invalid address) -- so, use a reasonable 43750 starting value of 0x1000 (that's what the most Linux archs are using). 43751 43752 Alternatively, one might have fixed the calls to pci_set_region() individually 43753 (some code even seems to have taken care of this issue) but that would have 43754 been a lot more work. :-) 43755 43756 Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com> 43757 Acked-by: Stefan Roese <sr@denx.de> 43758 43759commit 9ffd451afeb08e5be7ddae680487ec962b2bca25 43760Author: Jeffrey Mann <mannj@embeddedplanet.com> 43761Date: Mon Apr 23 14:00:11 2007 +0200 43762 43763 [patch] setenv(...) can delete environmentalvariables 43764 43765 update setenv() function so that entering a NULL value for the 43766 variable's value will delete the environmental variable 43767 43768 Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com> 43769 Acked-by: Stefan Roese <sr@denx.de> 43770 43771commit ebd0a0ae05a44769c4e27458ad4e9f3438250443 43772Author: Mike Frysinger <vapier@gentoo.org> 43773Date: Mon Apr 23 13:54:24 2007 +0200 43774 43775 [patch] use unsigned char in smc91111 driver for mac 43776 43777 the v_mac variable in the smc91111 driver is declared as a signed char ... 43778 this causes problems when one of the bytes in the MAC is "signed" like 0xE0 43779 because when it gets printed out, you get a display like: 43780 0xFFFFFFE0 and that's no good 43781 43782 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 43783 43784commit ffc50f9bb194343c6303517a517708457a5eb6b8 43785Author: Michal Simek <monstr@monstr.eu> 43786Date: Sat May 5 18:54:42 2007 +0200 43787 43788 new: FSL and MSR support #2 43789 43790commit f7e2e0eb0668136305f78bb9c21be79b48a34247 43791Author: Michal Simek <monstr@monstr.eu> 43792Date: Sat May 5 18:27:16 2007 +0200 43793 43794 new: FSL and MSR support 43795 43796commit 2f15278c2eb911c668b4fe562130b78cf554d139 43797Author: Wolfgang Denk <wd@denx.de> 43798Date: Sat May 5 18:23:11 2007 +0200 43799 43800 Coding stylke cleanup; update CHANGELOG. 43801 43802 Signed-off-by: Wolfgang Denk <wd@denx.de> 43803 43804commit 885ec89b648a899a2f32393fd3ffd9f7234c4402 43805Author: Wolfgang Denk <wd@denx.de> 43806Date: Sat May 5 18:05:02 2007 +0200 43807 43808 Add STX GP3 SSA board to MAKEALL script; update CHANGELOG. 43809 43810 Signed-off-by: Wolfgang Denk <wd@denx.de> 43811 43812commit 5499645b3fe17a548af9dfc479ca6e2455f179a2 43813Author: Wolfgang Denk <wd@denx.de> 43814Date: Sat May 5 17:15:50 2007 +0200 43815 43816 Make "file" command happy with some config.mk files; update CHANGELOG 43817 43818commit e3b8c78bc2489c27ae020986ef0eaca684866cef 43819Author: Jeffrey Mann <mannj@embeddedplanet.com> 43820Date: Sat May 5 08:32:14 2007 +0200 43821 43822 ppc4xx: Detect if the sysclk on Sequoia is 33 or 33.333 MHz 43823 43824 The AMCC Secquoia board has been changed in a new revision from using a 43825 33.000 MHz clock to a 33.333 MHz system clock. A bit in the CPLD 43826 indicates the difference. This patch reads that bit and uses the correct 43827 clock speed for the board. This code is backward compatable will all 43828 prior boards. All prior boards will be read as 33.000. 43829 43830 Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com> 43831 Signed-off-by: Stefan Roese <sr@denx.de> 43832 43833commit f544ff6656fca263ed1ebe39899b6d95da67c8b8 43834Author: Stefan Roese <sr@denx.de> 43835Date: Sat May 5 08:29:01 2007 +0200 43836 43837 ppc4xx: Sequoia: Remove cpu/ppc4xx/speed.c from NAND booting 43838 43839 Using cpu/ppc4xx/speed.c to calculate the bus frequency is too big 43840 for the 4k NAND boot image so define bus_frequency to 133MHz here 43841 which is save for the refresh counter setup. 43842 43843 Signed-off-by: Stefan Roese <sr@denx.de> 43844 43845commit 2f550ab976405300f5b07bf2890800840d0aa05f 43846Author: Timur Tabi <timur@freescale.com> 43847Date: Sat May 5 08:12:30 2007 +0200 43848 43849 5xxx: write MAC address to mac-address and local-mac-address 43850 43851 Some device trees have a mac-address property, some have local-mac-address, 43852 and some have both. To support all of these device trees, ftp_cpu_setup() 43853 should write the MAC address to mac-address and local-mac-address, if they 43854 exist. 43855 43856 Signed-off-by: Timur Tabi <timur@freescale.com> 43857 Acked-by: Grant Likely <grant.likely@secretlab.ca> 43858 43859commit a79886590593ba1d667c840caa4940c61639f18f 43860Author: Thomas Knobloch <knobloch@siemens.com> 43861Date: Sat May 5 07:04:42 2007 +0200 43862 43863 NAND: Wrong calculation of page number in nand_block_bad() 43864 43865 In case that there is no memory based bad block table available the 43866 function nand_block_checkbad() in drivers/mtd/nand/nand_base.c will call 43867 nand_block_bad() directly. When parameter 'getchip' is set to zero, 43868 nand_block_bad() will not right shift the offset to calculate the 43869 correct page number. 43870 43871 Signed-off-by: Thomas Knobloch <knobloch@siemens.com> 43872 Signed-off-by: Stefan Roese <sr@denx.de> 43873 43874commit 9877d7dcd1eebe61aa5d8b8ffe9c048ea426e6f6 43875Author: Wolfgang Denk <wd@denx.de> 43876Date: Fri May 4 10:02:33 2007 +0200 43877 43878 Fix initrd length corruption in bootm command. 43879 43880 When using FDT Images, the length of an inital ramdisk was 43881 overwritten (bug introduced by commit 87a449c8, 22 Aug 2006). 43882 43883 Patches by Timur Tabi & Johns Daniel. 43884 43885 Signed-off-by: Wolfgang Denk <wd@denx.de> 43886 43887commit 068aab660bc3912b930be5540e6b3f3fd6ad3c96 43888Author: Kim Phillips <kim.phillips@freescale.com> 43889Date: Thu May 3 19:43:52 2007 -0500 43890 43891 mpc83xx: fix trivial error in MAKEALL 43892 43893 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 43894 43895commit c64a89d6ce8584b9fc64f4e85da9ecac3cfc2c2a 43896Author: Wolfgang Denk <wd@denx.de> 43897Date: Thu May 3 16:34:41 2007 +0200 43898 43899 Update board configuration for STX GP3SSA board: 43900 43901 Enable hush shell, environment in flash rather in EEPROM, 43902 more user-friendly default environment, etc. 43903 The simple EEPROM environment can be selected easily in the board 43904 config file. 43905 43906 Signed-off-by: Wolfgang Denk <wd@denx.de> 43907 43908commit 2c6fb199dc5756fc72f49d1f4de105e089049d65 43909Author: Wolfgang Denk <wd@denx.de> 43910Date: Tue Apr 24 14:37:49 2007 +0200 43911 43912 Cleanup STX GP3SSA code; fix build and compile problems. 43913 43914commit 35171dc04e028ecacc23ad916a66295472555dbf 43915Author: Dan Malek <dan@embeddedalley.com> 43916Date: Fri Jan 5 09:15:34 2007 +0100 43917 43918 Add support for STX GP3SSA (stxssa) Board 43919 43920 Signed-off-by Dan Malek, <dan@embeddedalley.com> 43921 43922commit f2134f8e9eb006bdcd729e89f309c07b2fa45180 43923Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 43924Date: Wed May 2 13:31:53 2007 +0200 43925 43926 macb: Don't restart autonegotiation if we already have link 43927 43928 Rework macb_phy_init so that it doesn't attempt to re-negotiate if the 43929 link is already up. 43930 43931 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 43932 43933commit 04fcb5d38bc90779cd9a710d60702075986f0e29 43934Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 43935Date: Wed May 2 13:22:38 2007 +0200 43936 43937 macb: Introduce a few barriers when dealing with DMA descriptors 43938 43939 There were a few theoretical possibilities that the compiler might 43940 optimize away DMA descriptor reads and/or writes and thus cause 43941 synchronization problems with the hardware. Insert barriers where 43942 we depend on reads/writes actually hitting memory. 43943 43944 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 43945 43946commit ffa621a0d12a1ccd81c936c567f8917a213787a8 43947Author: Andy Fleming <afleming@freescale.com> 43948Date: Sat Feb 24 01:08:13 2007 -0600 43949 43950 Cleaned up some 85xx PCI bugs 43951 43952 * Cleaned up the CDS PCI Config Tables and added NULL entries to 43953 the end 43954 * Fixed PCIe LAWBAR assignemt to use the cpu-relative address 43955 * Fixed 85xx PCI code to assign powar region sizes based on the 43956 config values (rather than hard-coding them) 43957 * Fixed the 8548 CDS PCI2 IO to once again have 0 as the base address 43958 43959 Signed-off-by: Andy Fleming <afleming@freescale.com> 43960 43961commit 6743105988fc44d5b0d30388c790607835aae7a6 43962Author: Andy Fleming <afleming@freescale.com> 43963Date: Mon Apr 23 02:54:25 2007 -0500 43964 43965 Add support for the 8568 MDS board 43966 43967 This included some changes to common files: 43968 * Add 8568 processor SVR to various places 43969 * Add support for setting the qe bus-frequency value in the dts 43970 * Add the 8568MDS target to the Makefile 43971 43972 Signed-off-by: Andy Fleming <afleming@freescale.com> 43973 43974commit af1c2b84bf27c8565baddc82d1abb93700d10e2e 43975Author: David Updegraff <dave@cray.com> 43976Date: Fri Apr 20 14:34:48 2007 -0500 43977 43978 Add support for treating unknown PHYs as generic PHYs. 43979 43980 When bringing up u-boot on new boards, PHY support sometimes gets 43981 neglected. Most PHYs don't really need any special support, 43982 though. By adding a generic entry that always matches if nothing 43983 else does, we can provide support for "unsupported" PHYs for the 43984 tsec. 43985 43986 The generic PHY driver supports most PHYs, including gigabit. 43987 43988 Signed-off-by: David Updegraff <dave@cray.com> 43989 Signed-off-by: Andy Fleming <afleming@freescale.com> 43990 43991commit a75af9bfd8fff0499efdbb90601cec5a2afef117 43992Author: James Yang <James.Yang@freescale.com> 43993Date: Wed Feb 7 15:28:04 2007 -0600 43994 43995 Conditionalize 8641 Rev1.0 MCM workarounds 43996 43997 Signed-off-by: James Yang <James.Yang@freescale.com> 43998 Signed-off-by: Jon Loeliger <jdl@freescale.com> 43999 44000commit f64702b7fc8f8df39d31add770df6e372f9e9ce3
44001Author: Timur Tabi <timur@freescale.com> 44002Date: Mon Apr 30 13:59:50 2007 -0500 44003 44004 Fix memory initialization on MPC8349E-mITX 44005 44006 Define CFG_DDR_SDRAM_CLK_CNTL for the MPC8349E-mITX and MPC8349E-mITX-GP. 44007 This allows ddr->sdram_clk_cntl to be properly initialized. This is necessary 44008 on some ITX boards, notably those with a revision 3.1 CPU. 44009 44010 Also change spd_sdram() in cpu/mpc83xx/spd_sdram.c to not write anything into 44011 ddr->sdram_clk_cntl if CFG_DDR_SDRAM_CLK_CNTL is not defined. 44012 44013 Signed-off-by: Timur Tabi <timur@freescale.com> 44014 Acked-by: Michael Benedict <MBenedict@twacs.com> 44015 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 44016 44017commit 54b2d434ae9d01787936f34fe1759cf3d7624ae3 44018Author: Kim Phillips <kim.phillips@freescale.com> 44019Date: Mon Apr 30 15:26:21 2007 -0500 44020 44021 mpc83xx: replace elaborate boottime verbosity with 'clocks' command 44022 44023 and fix CPU: to align with Board: display text. 44024 44025 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 44026 44027commit c1ab82669d9525998c34e802a12cad662723f22a 44028Author: James Yang <James.Yang@freescale.com> 44029Date: Fri Mar 16 13:02:53 2007 -0500 44030 44031 Rewrote picos_to_clk() to avoid rounding errors. 44032 Clarified that conversion is to DRAM clocks rather than platform clocks. 44033 Made function static to spd_sdram.c. 44034 44035 Signed-off-by: James Yang <James.Yang@freescale.com> 44036 Signed-off-by: Jon Loeliger <jdl@freescale.com> 44037 44038commit 8b39501d28754e72726ce7fb02310e56dbdf116a 44039Author: Stefan Roese <sr@denx.de> 44040Date: Sun Apr 29 14:13:01 2007 +0200 44041 44042 ppc4xx: Bamboo: Use current NAND driver and *not* the legacy driver 44043 44044 Signed-off-by: Stefan Roese <sr@denx.de> 44045 44046commit 864aa6a6a466fcb92bf32b1d7dba79cd709b52c9 44047Author: Grzegorz Wianecki <grzegorz.wianecki@gmail.com> 44048Date: Sun Apr 29 14:01:54 2007 +0200 44049 44050 [PATCH] Use PVR to distinguish MPC5200B from MPC5200 in boot message 44051 44052 MPC5200B systems are incorrectly reported as MPC5200 in U-Boot start-up 44053 message. Use PVR to distinguish between the two variants, and print proper CPU 44054 information. 44055 44056 Signed-off-by: Grzegorz Wianecki <grzegorz.wianecki@gmail.com> 44057 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com> 44058 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 44059 44060commit 5c5d3242935cf3543af01142627494434834cf98 44061Author: Kim Phillips <kim.phillips@freescale.com> 44062Date: Wed Apr 25 12:34:38 2007 -0500 44063 44064 mpc83xx: minor fixups for 8313rdb introduction 44065 44066commit ada4d40091f6ed4a4f0040e08d20db21967e4a67 44067Author: Ladislav Michl <ladis@linux-mips.org> 44068Date: Wed Apr 25 16:01:26 2007 +0200 44069 44070 [PATCH] simplify silent console 44071 44072 Signed-off-by: Ladislav Michl <ladis@linux-mips.org> 44073 Acked-by: Stefan Roese <sr@denx.de> 44074 44075commit 144876a380f5756f57412caf74c1d6dc201dd796 44076Author: Michal Simek <monstr@monstr.eu> 44077Date: Tue Apr 24 23:01:02 2007 +0200 44078 44079 [PATCH] MTD partition support, JFFS2 support 44080 44081commit 37ed6cdd4159195bfad68d8a237f6adda8f482cb 44082Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 44083Date: Tue Apr 24 14:03:45 2007 +0200 44084 44085 ppc4xx: setup 440EPx/GRx ZMII/RGMII bridge depending on PFC register content. 44086 44087 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 44088 44089commit 66ed6cca3f340f7a8a06d9272ae2ef8e96f0273d 44090Author: Andy Fleming <afleming@freescale.com> 44091Date: Mon Apr 23 02:37:47 2007 -0500 44092 44093 Reworked 85xx speed detection code 44094 44095 Changed the code to read the registers and calculate the clock 44096 rates, rather than using a "switch" statement. 44097 44098 Idea from Andrew Klossner <andrew@cesa.opbu.xerox.com> 44099 44100 Signed-off-by: Andy Fleming <afleming@freescale.com> 44101 44102commit 81f481ca708ed6a56bf9c410e3191dbad581c565 44103Author: Andy Fleming <afleming@freescale.com> 44104Date: Mon Apr 23 02:24:28 2007 -0500 44105 44106 Enable 8544 support 44107 44108 * Add support to the Makefile 44109 * Add 8544 configuration support to the tsec driver 44110 * Add 8544 SVR numbers to processor.h 44111 44112 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 44113 Signed-off-by: Jon Loeliger <jdl@freescale.com> 44114 44115commit 0d8c3a2096eaff8d7de89d45e9af4d4b0d4868fe 44116Author: Andy Fleming <afleming@freescale.com> 44117Date: Fri Feb 23 17:12:25 2007 -0600 44118 44119 Support 1G size on 8548 44120 44121 e500v2 and newer cores support 1G page sizes. 44122 44123 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 44124 Signed-off-by: Andy Fleming <afleming@freescale.com> 44125 44126commit 45cef612cc601d2d1c890fbbd7cdc9609a189a46 44127Author: Andy Fleming <afleming@freescale.com> 44128Date: Fri Feb 23 17:11:16 2007 -0600 44129 44130 Changed BOOKE_PAGESZ_nGB to BOOKE_PAGESZ_nG 44131 44132 The other pagesz constants use one letter to specify order of 44133 magnitude. Also change the one reference to it in mpc8548cds/init.S 44134 44135 Signed-off-by: Andy Fleming <afleming@freescale.com> 44136 44137commit 1f9a318cea14272edd10d63739e2d326c90f430e 44138Author: Andy Fleming <afleming@freescale.com> 44139Date: Fri Feb 23 16:28:46 2007 -0600 44140 44141 Only set ddrioovcr for 8548 rev1. 44142 44143 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 44144 Signed-off-by: Andy Fleming <afleming@freescale.com> 44145 44146commit 9343dbf85bc03033f2102d8e8543567c2c1ad2d2 44147Author: Andy Fleming <afleming@freescale.com> 44148Date: Sat Feb 24 01:16:45 2007 -0600 44149 44150 Tweak DDR ECC error counter 44151 44152 Enable single-bit error counter when memory was cleared by ddr controller. 44153 44154 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 44155 Signed-off-by: Andy Fleming <afleming@freescale.com> 44156 44157commit 85e7c7a45e3dd9c7ce3e722352ba60f8df1a7a4b 44158Author: Timur Tabi <timur@freescale.com> 44159Date: Mon Feb 12 13:34:55 2007 -0600 44160 44161 85xx: write MAC address to mac-address and local-mac-address 44162 44163 Some device trees have a mac-address property, some have local-mac-address, 44164 and some have both. To support all of these device trees, ftp_cpu_setup() 44165 should write the MAC address to mac-address and local-mac-address, if they 44166 exist. 44167 44168 Signed-off-by: Timur Tabi <timur@freescale.com> 44169 44170commit 03b81b48eec0ad249ec97a4ae16c36fa2e014ff4 44171Author: Andy Fleming <afleming@freescale.com> 44172Date: Mon Apr 23 01:44:44 2007 -0500 44173 44174 Some 85xx cpu cleanups 44175 44176 * Cleaned up the TSR[WIS] clearing 44177 * Cleaned up DMA initialization 44178 44179 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 44180 Signed-off-by: Jon Loeliger <jdl@freescale.com> 44181 Acked-by: Andy Fleming <afleming@freescale.com> 44182 44183commit 151d5d992eab8c497b24c816c73dc1ad8bffb4eb 44184Author: Andy Fleming <afleming@freescale.com> 44185Date: Mon Apr 23 01:32:22 2007 -0500 44186 44187 Add cpu support for the 8544 44188 44189 Recognize new SVR values, and add a few register definitions 44190 44191 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 44192 Signed-off-by: Jon Loeliger <jdl@freescale.com> 44193 Acked-by: Andy Fleming <afleming@freescale.com> 44194 44195commit 25d83d7f4ac65727182d8ddaf7ba42fa74cf65ae 44196Author: Jon Loeliger <jdl@freescale.com> 44197Date: Wed Apr 11 16:51:02 2007 -0500 44198 44199 Add MPC8544DS basic port board files. 44200 44201 Add board port under new board/freescale directory 44202 structure and reuse existing PIXIS FPGA support there. 44203 44204 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 44205 Signed-off-by: Jon Loeliger <jdl@freescale.com> 44206 44207commit 0cde4b00fc7393b89f379d83a9d436dcb1334bfa 44208Author: Jon Loeliger <jdl@freescale.com> 44209Date: Wed Apr 11 16:50:57 2007 -0500 44210 44211 Add MPC8544DS main configuration file. 44212 44213 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 44214 Signed-off-by: Jon Loeliger <jdl@freescale.com> 44215 44216commit 362dd83077ac04c0296bca3e824ec2fb3d44d9d6 44217Author: Sergei Shtylyov <sshtylyov@ru.mvista.com> 44218Date: Wed Dec 27 22:07:15 2006 +0300 44219 44220 Fix PCI I/O space mapping on Freescale MPC85x0ADS 44221 44222 The PCI I/O space mapping for Freescale MPC8540ADS board was broken by commit 44223 52c7a68b8d587ebcf5a6b051b58b3d3ffa377ddc which failed to update the #define's 44224 describing the local address window used for the PCI I/O space accesses -- fix 44225 this and carry over the necessary changes into the MPC8560ADS code since the 44226 PCI I/O space mapping was also broken for this board (by the earlier commit 44227 087454609e47295443af793a282cddcd91a5f49c). Add the comments clarifying how 44228 the PCI I/O space must be mapped to all the MPC85xx board config. headers. 44229 44230 Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com> 44231 44232 board/mpc8540ads/init.S | 4 ++-- 44233 board/mpc8560ads/init.S | 4 ++-- 44234 include/configs/MPC8540ADS.h | 5 ++--- 44235 include/configs/MPC8541CDS.h | 2 +- 44236 include/configs/MPC8548CDS.h | 2 +- 44237 include/configs/MPC8560ADS.h | 8 ++++---- 44238 6 files changed, 12 insertions(+), 13 deletions(-) 44239 44240commit 96629cbabdb727d4a5e62542deefc01d498db6dc 44241Author: Zang Roy-r61911 <tie-fei.zang@freescale.com> 44242Date: Tue Dec 5 16:42:30 2006 +0800 44243 44244 u-boot: Fix e500 v2 core reset bug 44245 44246 The following patch fixes the e500 v2 core reset bug. 44247 For e500 v2 core, a new reset control register is added to reset the 44248 processor. 44249 44250 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com> 44251 44252commit 63247a5acd58032e6cf33f525bc3923b467bac88 44253Author: Zang Roy-r61911 <tie-fei.zang@freescale.com> 44254Date: Wed Dec 20 11:01:00 2006 +0800 44255 44256 u-boot: v2: Remove the fixed TLB and LAW entrynubmer 44257 44258 Remove the fixed TLB and LAW entry nubmer. Use actually TLB and LAW 44259 entry number to control the loop. This can reduce the potential risk 44260 for the 85xx processor increasing its TLB adn LAW entry number. 44261 44262 Signed-off-by: Swarthout Edward <swarthout@freescale.com> 44263 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com> 44264 44265commit 0b1934ba12fd408fcc3b8bd9f4b04864c42a42bf 44266Author: Zang Roy-r61911 <tie-fei.zang@freescale.com> 44267Date: Mon Dec 18 17:01:04 2006 +0800 44268 44269 u-boot: Fix the 85xxcds tsec bug 44270 44271 Fix the 85xxcds tsec bug. 44272 When enable PCI, tsec.o should be added to u-boot.lds to make tsec work. 44273 44274 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com> 44275 44276commit 7337b237ffc4aaf1b9467024fe472a880d852598 44277Author: Zang Roy-r61911 <tie-fei.zang@freescale.com> 44278Date: Fri Dec 15 14:43:31 2006 +0800 44279 44280 u-boot: Fix CPU2 errata on MPC8548CDS board 44281 44282 This patch apply workaround of CPU2 errata on MPC8548CDS board. 44283 44284 Signed-off-by:Ebony Zhu <ebony.zhu@freescale.com> 44285 44286commit 39b18c4f3e0b6d0dc00f4e68bad2da3766c85f09 44287Author: ebony.zhu@freescale.com <ebony.zhu@freescale.com> 44288Date: Mon Dec 18 16:25:15 2006 +0800 44289 44290 u-boot: Disables MPC8548CDS 2T_TIMING for DDR by default 44291 44292 This patch disables MPC8548CDS 2T_TIMING for DDR by default. 44293 44294 Signed-off-by:Ebony Zhu <ebony.zhu@freescale.com> 44295 44296commit 41fb7e0f1ec9b91bdae2565bab5f2e3ee15039c7 44297Author: Zang Roy-r61911 <tie-fei.zang@freescale.com> 44298Date: Thu Dec 14 14:14:55 2006 +0800 44299 44300 u-boot: Enable PCI function and add PEX & rapidio memory map on MPC8548CDS board 44301 44302 Enable PCI function and add PEX & rapidio memory map on MPC8548CDS 44303 board. 44304 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com> 44305 44306commit 96b8a05432f346f36493535c85320b70ec9c7c1b 44307Author: Scott Wood <scottwood@freescale.com> 44308Date: Mon Apr 16 14:54:15 2007 -0500 44309 44310 mpc83xx: Add MPC8313ERDB support. 44311 44312 Signed-off-by: Scott Wood <scottwood@freescale.com> 44313 44314commit 49ea3b6eafe606285ae4d5c378026153dde53200 44315Author: Scott Wood <scottwood@freescale.com> 44316Date: Mon Apr 16 14:34:21 2007 -0500 44317 44318 mpc83xx: Add generic PCI setup code. 44319 44320 Board code can now request the generic setup code rather than having to 44321 copy-and-paste it for themselves. Boards should be converted to use this 44322 once they're tested with it. 44323 44324 Signed-off-by: Scott Wood <scottwood@freescale.com> 44325 44326commit 7c98e5193e93df6b9b651851d54b638a61ebb0ea 44327Author: Scott Wood <scottwood@freescale.com> 44328Date: Mon Apr 16 14:34:19 2007 -0500 44329 44330 mpc83xx: Add 831x support to speed.c. 44331 44332 Signed-off-by: Scott Wood <scottwood@freescale.com> 44333 44334commit 0f253283a32d91e06844d7f87f9b33f4f4fbce8f 44335Author: Scott Wood <scottwood@freescale.com> 44336Date: Mon Apr 16 14:34:18 2007 -0500 44337 44338 mpc83xx: Add 831x support to global_data.h 44339 44340 Signed-off-by: Scott Wood <scottwood@freescale.com> 44341 44342commit 95e7ef897e54591e615fc1b458b74c286fe1fb06 44343Author: Scott Wood <scottwood@freescale.com> 44344Date: Mon Apr 16 14:34:16 2007 -0500 44345 44346 mpc83xx: Change PVR_83xx to PVR_E300C1-3, and update checkcpu(). 44347 44348 Rather than misleadingly define PVR_83xx as the specific type of 83xx 44349 being built for, the PVR of each core revision is defined. checkcpu() now 44350 prints the core that it detects, rather than aborting if it doesn't find 44351 what it thinks it wants. 44352 44353 Signed-off-by: Scott Wood <scottwood@freescale.com> 44354 44355commit a35b0c4950d84cf9e3a9e32b916135956d1ac636 44356Author: Scott Wood <scottwood@freescale.com> 44357Date: Mon Apr 16 14:34:15 2007 -0500 44358 44359 mpc83xx: Recognize SPR values for MPC8311 and MPC8313. 44360 44361 Signed-off-by: Scott Wood <scottwood@freescale.com> 44362 44363commit d87c57b201b4572d16f1b642998faa00c9912b16 44364Author: Scott Wood <scottwood@freescale.com> 44365Date: Mon Apr 16 14:31:55 2007 -0500 44366 44367 mpc83xx: Add register definitions for MPC831x. 44368 44369 Signed-off-by: Scott Wood <scottwood@freescale.com> 44370 44371commit 7fc4c71a143be8666d70803fb25ae60379c95622 44372Author: Stefan Roese <sr@denx.de> 44373Date: Mon Apr 23 15:39:59 2007 +0200 44374 44375 Fix file mode 44376 44377 Signed-off-by: Stefan Roese <sr@denx.de> 44378 44379commit 38257988abfe74d459ca2ad748b109ca04e4efe1 44380Author: Sergei Shtylyov <sshtylyov@ru.mvista.com> 44381Date: Mon Apr 23 15:30:39 2007 +0200 44382 44383 [PATCH] Avoid assigning PCI resources from zero address 44384 44385 If a PCI IDE card happens to get a zero address assigned to it, the Linux IDE 44386 core complains and IDE drivers fails to work. Also, assigning zero to a BAR 44387 was illegal according to PCI 2.1 (the later revisions seem to have excluded the 44388 sentence about "0" being considered an invalid address) -- so, use a reasonable 44389 starting value of 0x1000 (that's what the most Linux archs are using). 44390 44391 Alternatively, one might have fixed the calls to pci_set_region() individually 44392 (some code even seems to have taken care of this issue) but that would have 44393 been a lot more work. :-) 44394 44395 Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com> 44396 Acked-by: Stefan Roese <sr@denx.de> 44397 44398commit afb903a2eb9436baa9270ccc0c27082d86497d89 44399Author: Jeffrey Mann <mannj@embeddedplanet.com> 44400Date: Mon Apr 23 14:00:11 2007 +0200 44401 44402 [patch] setenv(...) can delete environmentalvariables 44403 44404 update setenv() function so that entering a NULL value for the 44405 variable's value will delete the environmental variable 44406 44407 Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com> 44408 Acked-by: Stefan Roese <sr@denx.de> 44409 44410commit 36f104e5caa747d568eff26b369565af57c2ffa6 44411Author: Mike Frysinger <vapier@gentoo.org> 44412Date: Mon Apr 23 13:54:24 2007 +0200 44413 44414 [patch] use unsigned char in smc91111 driver for mac 44415 44416 the v_mac variable in the smc91111 driver is declared as a signed char ... 44417 this causes problems when one of the bytes in the MAC is "signed" like 0xE0 44418 because when it gets printed out, you get a display like: 44419 0xFFFFFFE0 and that's no good 44420 44421 Signed-off-by: Mike Frysinger <vapier@gentoo.org> 44422 44423commit d98c0885ad617fccf21e7c26ef8cb728fbfb2459 44424Author: Rodolfo Giometti <giometti@enneenne.com> 44425Date: Mon Apr 23 13:10:52 2007 +0200 44426 44427 USB: (Another) delay for crappy USB keys. 44428 44429 Some USB keys are slow in giving back an answer when the Root HUB 44430 enables power lines. 44431 44432 Signed-off-by: Rodolfo Giometti <giometti@linux.it> 44433 44434commit 323bfa8f436dc3bc57187c9b1488bc3146ff1522 44435Author: Stefan Roese <sr@denx.de> 44436Date: Mon Apr 23 12:00:22 2007 +0200 44437 44438 Remove BOARDLIBS usage completely 44439 44440 Signed-off-by: Stefan Roese <sr@denx.de> 44441 44442commit 32556443840f127170e4baa8bdd5b567039f6c36 44443Author: Michal Simek <monstr@monstr.eu> 44444Date: Sat Apr 21 21:07:22 2007 +0200 44445 44446 [PATCH] SystemACE support for Microblaze 44447 44448commit 0643631aa1036cd746bf5d15f5a34bc7bc01ea4f 44449Author: Michal Simek <monstr@monstr.eu> 44450Date: Sat Apr 21 21:02:40 2007 +0200 44451 44452 16bit read/write little endian 44453 44454commit 9d1d6a34d26c5933bc097ce73c9348f95573cdd4 44455Author: Michal Simek <monstr@monstr.eu> 44456Date: Sat Apr 21 20:53:31 2007 +0200 44457 44458 Change ML401 parameters - Xilinx BSP 44459 44460commit 2e343b9a57f32e1bd08c35c9976910333fb4e13d 44461Author: Ed Swarthout <Ed.Swarthout@freescale.com> 44462Date: Wed Feb 28 05:37:29 2007 -0600 44463 44464 mpc8641hpcn: Fix LAW and TLB setup to use the IO_PHYS #defines. 44465 44466 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 44467 44468commit 79cb47391eebef85acadb3f6961ef6c55cace6ac 44469Author: Zhang Wei <wei.zhang@freescale.com> 44470Date: Fri Jan 19 10:42:37 2007 +0800 44471 44472 Enable LAWs for MPC8641 PCI-Ex2. 44473 44474 Signed-off-by: Zhang Wei <wei.zhang@freescale.com> 44475 Signed-off-by: Jon Loeliger <jdl@freescale.com> 44476 44477commit bd7851ce1e1f140665b520026abf1042968b1102 44478Author: Jon Loeliger <jdl@freescale.com> 44479Date: Fri Apr 20 14:12:26 2007 -0500 44480 44481 mpc86xx; Write MAC address to mac-address and local-mac-address 44482 44483 Some device trees have a mac-address property, some have local-mac-address, 44484 and some have both. To support all of these device trees, ftp_cpu_setup() 44485 should write the MAC address to mac-address and local-mac-address, if they 44486 exist. 44487 44488 Signed-off-by: Timur Tabi <timur@freescale.com> 44489 Signed-off-by: Jon Loeliger <jdl@freescale.com> 44490 44491commit 7dbdf28b8bd855a8530dc3292e4982575a197060 44492Author: Jon Loeliger <jdl@freescale.com> 44493Date: Fri Apr 20 14:11:38 2007 -0500 44494 44495 mpc86xx: protect memcpy to bad address if a mac-address is missing from dt 44496 44497 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 44498 Signed-off-by: Jon Loeliger <jdl@freescale.com> 44499 44500commit 14da5f7675bbb427c469e3f45006e027b6e21db9 44501Author: Wolfgang Denk <wd@denx.de> 44502Date: Fri Apr 20 17:43:28 2007 +0200 44503 44504 Cleanup compiler warnings, update CHANGELOG 44505 44506 Signed-off-by: Wolfgang Denk <wd@denx.de> 44507 44508commit 6923565db12af34fd5e02d354ee65a8c78ac460f 44509Author: Detlev Zundel <dzu@denx.de> 44510Date: Fri Apr 20 12:01:47 2007 +0200 44511 44512 Fix breakage of NC650 board with respect to nand support. 44513 44514 Signed-off-by: Detlev Zundel <dzu@denx.de> 44515 44516commit 39f23cd90947639ac278a18ff277ec786b5ac167 44517Author: Domen Puncer <domen.puncer@telargo.com> 44518Date: Fri Apr 20 11:13:16 2007 +0200 44519 44520 [RFC PATCH] icecube/lite5200b: fix OF_TBCLK (timebase-frequency) calculation 44521 44522 G2 core reference manual says decrementer and time base 44523 are decreasing/increasing once every 4 bus clock cycles. 44524 Lets fix it, so time in Linux won't run twice as fast 44525 44526 Signed-off-by: Domen Puncer <domen.puncer@telargo.com> 44527 Acked-by: Grant Likely <grant.likely@secretlab.ca> 44528 44529commit 7651f8bdbba03bb0b4f241e2d2c4cb65b230bd56 44530Author: Gerald Van Baren <vanbaren@cideas.com> 44531Date: Thu Apr 19 23:14:39 2007 -0400 44532 44533 Fix serious pointer bug with bootm and reserve map. 44534 44535 What was suppose to be a stack variable was declared as a pointer, 44536 overwriting random memory. 44537 Also moved the libfdt.a requirement into the main Makefile. That is 44538 The U-Boot Way. 44539 44540commit d21686263574e95cb3e9e9b0496f968b1b897fdb 44541Author: Stefan Roese <sr@denx.de> 44542Date: Thu Apr 19 09:53:52 2007 +0200 44543 44544 ppc4xx: Fix chip select timing for SysACE access on AMCC Katmai 44545 44546 Previous versions used full wait states for the chip select #1 which 44547 is connected to the Xilinix SystemACE controller on the AMCC Katmai 44548 evaluation board. This leads to really slow access and therefore low 44549 performance. This patch now sets up the chip select a lot faster 44550 resulting in much better read/write performance of the Linux driver. 44551 44552 Signed-off-by: Stefan Roese <sr@denx.de> 44553 44554commit 37837828d89084879bee2f2b8c7c68d4695940df 44555Author: Wolfgang Denk <wd@denx.de> 44556Date: Wed Apr 18 17:49:29 2007 +0200 44557 44558 Clenaup, update CHANGELOG 44559 44560 Signed-off-by: Wolfgang Denk <wd@denx.de> 44561 44562commit fd094c6379e2ef8a4d0ceb5640b24cb0c8d04449 44563Author: Wolfgang Denk <wd@denx.de> 44564Date: Wed Apr 18 17:20:58 2007 +0200 44565 44566 Update CHANGELOG 44567 44568 Signed-off-by: Wolfgang Denk <wd@denx.de> 44569 44570commit 2a26ec4732efd7a308d0bbc97714c1d75ef1173b 44571Author: Wolfgang Denk <wd@denx.de> 44572Date: Wed Apr 18 17:07:26 2007 +0200 44573 44574 Cleanup, update CHANGELOG 44575 44576 Sigend-off-by: Wolfgang Denk <wd@denx.de> 44577 44578commit 5f6c732affea9647762d27a4617a2ae64c52dceb 44579Author: Wolfgang Denk <wd@denx.de> 44580Date: Wed Apr 18 16:17:46 2007 +0200 44581 44582 Update CHANGELOG 44583 44584commit ad4eb555671d97f96dc56eab55103b1f86874b01 44585Author: Wolfgang Denk <wd@denx.de> 44586Date: Wed Apr 18 14:30:39 2007 +0200 44587 44588 MCC200 board: remove warning which is obsolete after PSoC firmware changes 44589 44590 Signed-off-by: Wolfgang Denk <wd@denx.de> 44591 44592commit 3747a3f010b2b1442dec3e871c69788b6017aaae 44593Author: Domen Puncer <domen.puncer@telargo.com> 44594Date: Wed Apr 18 12:11:05 2007 +0200 44595 44596 [PATCH] icecube/lite5200b: document wakeup from low-power support 44597 44598 Signed-off-by: Domen Puncer <domen.puncer@telargo.com> 44599 44600commit e673226ff9d6aa91b47ceac74b8c13770b06bb37 44601Author: Stefan Roese <sr@denx.de> 44602Date: Wed Apr 18 12:07:47 2007 +0200 44603 44604 ppc4xx: Update Acadia to not setup PLL when booting via bootstrap EEPROM 44605 44606 Signed-off-by: Stefan Roese <sr@denx.de> 44607 44608commit 90e6f41cf09fc98f6ccb510e183d53ab8546cf2f 44609Author: Stefan Roese <sr@denx.de> 44610Date: Wed Apr 18 12:05:59 2007 +0200 44611 44612 ppc4xx: Add output for bootrom location to 405EZ ports 44613 44614 Now 405EZ ports also show upon bootup from which boot device 44615 they are configured to boot: 44616 44617 U-Boot 1.2.0-gd3832e8f-dirty (Apr 18 2007 - 07:47:05) 44618 44619 CPU: AMCC PowerPC 405EZ Rev. A at 199.999 MHz (PLB=133, OPB=66, EBC=66 MHz) 44620 Bootstrap Option E - Boot ROM Location EBC (32 bits) 44621 16 kB I-Cache 16 kB D-Cache 44622 Board: Acadia - AMCC PPC405EZ Evaluation Board 44623 44624 Signed-off-by: Stefan Roese <sr@denx.de> 44625 44626commit 9c00dfb0bf89c8c23e8af5b5bdf49cf66d769f85 44627Author: Peter Pearse <peter.pearse@arm.com> 44628Date: Tue Apr 17 13:30:33 2007 +0100 44629 44630 Move ppearse to ARM board list 44631 Add Konstantin Kletschke for scb9328. 44632 Signed-off-by: Peter Pearse <peter.pearse@arm.com> 44633 44634commit d3832e8fe1b214ec62424eac36cfda9fc56d21b3 44635Author: Domen Puncer <domen.puncer@telargo.com> 44636Date: Mon Apr 16 14:00:13 2007 +0200 44637 44638 [PATCH] icecube/lite5200b: wakeup from low-power support 44639 44640 U-Boot part of Lite5200b low power mode support. 44641 Puts SDRAM out of self-refresh and transfers control to 44642 address saved at physical 0x0. 44643 44644 Signed-off-by: Domen Puncer <domen.puncer@telargo.com> 44645 Acked-by: Grant Likely <grant.likely@secretlab.ca> 44646 44647commit f35a53fc7b0c79fcfe7bdc01163c4b34aaba1460 44648Author: Gerald Van Baren <vanbaren@cideas.com> 44649Date: Sun Apr 15 13:54:26 2007 -0400 44650 44651 Fix the ft_cpu_setup() property settings. 44652 44653 Use "setter" functions instead of flags, cleaner and more flexible. 44654 It also fixes the problem noted by Timur Tabi that the ethernet MAC 44655 addresses were all being set incorrectly to the same MAC address. 44656 44657commit c28abb9c614f65ce2096cc4a66fc886c77d0e5a4 44658Author: Gerald Van Baren <vanbaren@cideas.com> 44659Date: Sat Apr 14 22:51:24 2007 -0400 44660 44661 Improve the bootm command for CONFIG_OF_LIBFDT 44662 44663 In bootm, create the "/chosen" node only if it doesn't already exist 44664 (better matches the previous behavior). 44665 Update for proper reserved memory map handling for initrd. 44666 44667commit 3f9f08cf91c8a6949a5d78a18bd3d8df7b86d888 44668Author: Gerald Van Baren <vanbaren@cideas.com> 44669Date: Sat Apr 14 22:46:41 2007 -0400 44670 44671 Add some utilities to manipulate the reserved memory map. 44672 44673commit 8048cdd56f04a756eeea4951f402bf5cc33785db 44674Author: Wolfgang Denk <wd@denx.de> 44675Date: Sat Apr 14 21:16:54 2007 +0200 44676 44677 Update CHANGELOG 44678 44679commit 8e6875183cdca91c134408d119d4abcd48ef6856 44680Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 44681Date: Sun Dec 17 18:56:46 2006 +0100 44682 44683 AVR32: Enable MMC support 44684 44685 Set up the portmux for the MMC interface and enable the MMC driver 44686 along with support for DOS partitions, ext2 and FAT filesystems. 44687 44688 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 44689 44690commit fc26c97bb6df41b4a95662c34054fe912387bf38 44691Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 44692Date: Fri Jan 20 10:03:53 2006 +0100 44693 44694 Atmel MCI driver 44695 44696 Driver for the Atmel MCI controller (MMC interface) for AT32AP CPUs. 44697 44698 The AT91 ARM-based CPUs use basically the same hardware, so it should 44699 be possible to share this driver, but no effort has been made so far. 44700 44701 Hardware documentation can be found in the AT32AP7000 data sheet, 44702 which can be downloaded from 44703 44704 http://www.atmel.com/dyn/products/datasheets.asp?family_id=682 44705 44706 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 44707 44708commit 05fdab1ef6a10d049a50021a86f1226f444d9b9f 44709Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 44710Date: Sun Dec 17 18:55:37 2006 +0100 44711 44712 AVR32: Add clk and gpio infrastructure for mmci 44713 44714 Implement functions for configuring the mmci pins, as well as 44715 functions for getting the clock rate of the mmci controller. 44716 44717 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 44718 44719commit 7fac3f69e9f05c5e5326681976c35d129324c4de 44720Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 44721Date: Sun Dec 17 18:53:56 2006 +0100 44722 44723 Enable partition support with MMC 44724 44725 Include implementations of init_part() and get_partition_info() when 44726 CONFIG_MMC is set. 44727 44728 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 44729 44730commit 9a24f477a1ed5bb0f74377c985d754ebbfa44872 44731Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 44732Date: Sun Dec 17 17:14:30 2006 +0100 44733 44734 AVR32: Enable networking 44735 44736 Implement MACB initialization for AVR32 and ATSTK1000, and turn 44737 everything on, including the MACB driver. 44738 44739 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 44740 44741commit 5c1fe1ffffd1750a7e47e5a2e2cd600c00e4f009 44742Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 44743Date: Fri Jan 20 10:03:34 2006 +0100 44744 44745 Atmel MACB ethernet driver 44746 44747 Driver for the Atmel MACB on-chip ethernet controller. 44748 44749 This driver has been tested on the ATSTK1000 board with a AT32AP7000 44750 CPU. It should probably work on AT91SAM926x as well with some minor 44751 modifications. 44752 44753 Hardware documentation can be found in the AT32AP7000 data sheet, 44754 which can be downloaded from 44755 44756 http://www.atmel.com/dyn/products/datasheets.asp?family_id=682 44757 44758 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 44759 44760commit b4ec9c2d43d894729bb633bfdbdfa95a962c1556 44761Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 44762Date: Sun Dec 17 16:56:14 2006 +0100 44763 44764 AVR32: Add clk and gpio infrastructure for macb0 and macb1 44765 44766 Implement functions for configuring the macb0 and macb1 pins, as 44767 well as functions for getting the clock rate of the various 44768 busses the macb ethernet controllers are connected to. 44769 44770 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 44771 44772commit d5acb95b16a0a74c643524342c3437e765426d05 44773Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 44774Date: Sun Dec 17 15:39:15 2006 +0100 44775 44776 AVR32: Implement simple DMA memory allocator 44777 44778 Implement dma_alloc_coherent() which returns cache-aligned 44779 uncacheable memory. 44780 44781 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 44782 44783commit 91975b0fea773c9e681fea8cf3349669f27685ee 44784Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 44785Date: Sun Dec 17 15:46:02 2006 +0100 44786 44787 Import <linux/mii.h> from the Linux kernel 44788 44789 Instead of creating yet another set of MII register definitions 44790 in the macb driver, here's a complete set of definitions for everyone 44791 to use. 44792 44793 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 44794 44795commit 1b804b229556a4d862da93c0ec94e79419364b2c 44796Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 44797Date: Wed Mar 21 19:47:36 2007 +0100 44798 44799 AVR32: Include more commands for ATSTK1000 44800 44801 Include the imi, imls and jffs commands sets by default on ATSTK1000. 44802 Also define CONFIG_BOOTARGS to something more useful, define 44803 CONFIG_BOOTCOMMAND and enable autoboot by default. 44804 44805 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 44806 44807commit 9c0deb5ae3ea0189f2e08ac29ef1316f1fb8548d 44808Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 44809Date: Wed Mar 21 19:44:48 2007 +0100 44810 44811 AVR32: Provide a definition of struct stat 44812 44813 Copy the definition of struct stat from the Linux kernel. 44814 44815 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 44816 44817commit 12f099c08167a7a51aeee623bc16dafd0841271c 44818Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 44819Date: Sun Dec 17 14:46:06 2006 +0100 44820 44821 AVR32: Use initdram() instead of board_init_memories() 44822 44823 Conform to the "standard" interface and use initdram() instead of 44824 board_init_memories() on AVR32. This enables us to get rid of the 44825 sdram_size member of the global_data struct as well. 44826 44827 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 44828 44829commit 1f4f2121c2685182eb87fa9a9b799d1917387a1c 44830Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 44831Date: Mon Nov 20 15:53:10 2006 +0100 44832 44833 AVR32: Relocate u-boot to SDRAM 44834 44835 Relocate the u-boot image into SDRAM like everyone else does. This 44836 means that we can handle much larger .data and .bss than we used to. 44837 44838 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 44839 44840commit df548d3c3e2bbc40258713167859ffc2ce99a900 44841Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 44842Date: Sun Nov 19 18:06:53 2006 +0100 44843 44844 AVR32: Resource management rewrite 44845 44846 Rewrite the resource management code (i.e. I/O memory, clock gating, 44847 gpio) so it doesn't depend on any global state. This is necessary 44848 because this code is heavily used before relocation to RAM, so we 44849 can't write to any global variables. 44850 44851 As an added bonus, this makes u-boot's memory footprint a bit smaller, 44852 although some functionality has been left out; all clocks are enabled 44853 all the time, and there's no checking for gpio line conflicts. 44854 44855 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 44856 44857commit 03d1e1365796cd15d1726e8a51fd8b5be50b2fe9 44858Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 44859Date: Sat Nov 18 18:01:13 2006 +0100 44860 44861 AVR32: Clean up memory-map.h for at32ap7000 44862 44863 Convert spaces to tabs (must have missed this one last time around), 44864 sort the entries by address and group them together by bus 44865 connectivity. 44866 44867 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 44868 44869commit 28c699ef69f4b6cdf252e4747b7b590028a88981 44870Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 44871Date: Sat Nov 18 17:32:31 2006 +0100 44872 44873 AVR32: Build position-independent u-boot 44874 44875 Add -fPIC -mno-init-got to the avr32-specific CFLAGS to make u-boot 44876 position independent. This will make relocation a lot easier. 44877 44878 -mno-init-got means that gcc shouldn't emit code to load the GOT 44879 address into r6 in every function prologue. We do it once and for 44880 all in the early startup assembly code, so enabling this option 44881 makes u-boot a bit faster and smaller. 44882 44883 The assembly parts have always been position-independent, so no code 44884 changes should be necessary. 44885 44886 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 44887 44888commit 5374b36de91d006d1df9536259fa9f66b01aa3aa 44889Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 44890Date: Sat Nov 18 17:24:31 2006 +0100 44891 44892 AVR32: Use avr32-linux- cross-compilation prefix by default 44893 44894 It doesn't really matter which toolchain you use to compile u-boot, 44895 but the avr32-linux one is probably what most people have installed. 44896 44897 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 44898 44899commit c841beeddebece0039e724fb27f4d1a39ee1c6b6 44900Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 44901Date: Sat Nov 18 17:15:30 2006 +0100 44902 44903 AVR32: Split start_u_boot into board_init_f and board_init_r 44904 44905 Split the avr32 initialization code into a function to run before 44906 relocation, board_init_f and a function to run after relocation, 44907 board_init_r. For now, board_init_f simply calls board_init_r 44908 at the end. 44909 44910 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 44911 44912commit 37403005cfe6bb13964d450f6a48a0b0f2f7017e 44913Author: Heiko Schocher <hs@pollux.denx.de> 44914Date: Sat Apr 14 05:26:48 2007 +0200 44915 44916 [Fix] Set the LED status register on the UC101 for the LXT971 PHY. 44917 clear the Display after reset. 44918 44919 Signed-off-by: Heiko Schocher <hs@denx.de> 44920 44921commit 7882751c78b7ecabfd49b0eff8de27661c71f16c 44922Author: Denis Peter <d.peter@mpl.ch> 44923Date: Fri Apr 13 09:13:33 2007 +0200 44924 44925 [PATCH] Fix bugs in cmd_ide.c and cmd_scsi.c 44926 44927 Fix bug introduced by "Fix get_partition_info() parameter error in all 44928 other calls" from 2005-03-04 in cmd_ide.c and cmd_scsi.c, which prevented 44929 to use diskboot or scsiboot form another device than 0. 44930 44931 Signed-off-by: Denis Peter <d.peter@mpl.ch> 44932 44933commit 0b94504d22e70f537c17a0d38c87edb6e370977d 44934Author: Greg Lopp <lopp@pobox.com> 44935Date: Fri Apr 13 08:02:24 2007 +0200 44936 44937 [PATCH] Fix use of "void *" for block dev read/write buffer pointers 44938 44939 Signed-of-by: Greg Lopp <lopp@pobox.com> 44940 Acked-by: Grant Likely <grant.likely@secretlab.ca> 44941 44942commit 6fbf261f8df294e589cfadebebe5468e3c0f29e9 44943Author: Xie Xiaobo <r63061@freescale.com> 44944Date: Fri Mar 9 19:08:25 2007 +0800 44945 44946 Fix two bugs for MPC83xx DDR2 controller SPD Init 44947 44948 There are a few bugs in the cpu/mpc83xx/spd_sdram.c 44949 the first bug is that the picos_to_clk routine introduces a huge 44950 rounding error in 83xx. 44951 the second bug is that the mode register write recovery field is 44952 tWR-1, not tWR >> 1. 44953 44954commit 2ad3aba01d37b72e7c957b07e102fccd64fe6d13 44955Author: Jeffrey Mann <mannj@embeddedplanet.com> 44956Date: Thu Apr 12 14:15:59 2007 +0200 44957 44958 ppc4xx: Fix i2c divisor calcularion for PPC4xx 44959 44960 This patch fixes changes the i2c_init(...) function to use the function 44961 get_OPB_freq() rather than calculating the OPB speed by 44962 sysInfo.freqPLB/sysInfo.pllOpbDiv. The get_OPB_freq() function is 44963 specific per processor. The prior method was not and so was calculating 44964 the wrong speed for some PPC4xx processors. 44965 44966 Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com> 44967 Signed-off-by: Stefan Roese <sr@denx.de> 44968 44969commit 6c9ba919375db977aaad9146bf320c7afd07ae7a 44970Author: Wolfgang Denk <wd@denx.de> 44971Date: Wed Apr 11 17:25:01 2007 +0200 44972 44973 Update CHANGELOG 44974 44975 Signed-off-by: Wolfgang Denk <wd@denx.de> 44976 44977commit 51056dd9863e6a1bc363afbbe1775c58cd967418 44978Author: Wolfgang Denk <wd@denx.de> 44979Date: Wed Apr 11 17:22:55 2007 +0200 44980 44981 Update for SC3 board 44982 44983 * Make IDE timeout configurable through ide_reset_timeout variable. 44984 * Use Newline as "password" string 44985 * Use just a single partition in NAND flash 44986 44987commit 3d98b85800c80dc68227c8f10bf5c93456d6d054 44988Author: Haiying Wang <haiying.wang@freescale.com> 44989Date: Mon Jan 22 12:37:30 2007 -0600 44990 44991 Add PIXIS FPGA support for MPC8641HPCN board. 44992 44993 Move the 8641HPCN's PIXIS code to the new directory 44994 board/freescale/common/ as it will be shared by 44995 future boards not in the same processor family. 44996 44997 Write a "pixis_reset" command that utilizes the FPGA 44998 reset sequencer to support alternate soft-reset options 44999 such as using the "alternate" flash bank, enabling 45000 the watch dog, or choosing different CPU frequencies.
45001 45002 Add documentation for the pixis_reset to README.mpc8641hpcn. 45003 45004 Signed-off-by: Haiying Wang <haiying.wang@freescale.com> 45005 Signed-off-by: Jon Loeliger <jdl@freescale.com> 45006 45007commit 64dbbd40c58349b64f43fd33dbb5ca0adb67d642 45008Author: Gerald Van Baren <vanbaren@cideas.com> 45009Date: Fri Apr 6 14:19:43 2007 -0400 45010 45011 Moved fdt command support code to fdt_support.c 45012 45013 ...in preparation for improving the bootm command's handling of fdt blobs. 45014 Also cleaned up some coding sloppiness. 45015 45016commit 6679f9299534e488a171a9bb8f9bb891de247aab 45017Author: Gerald Van Baren <vanbaren@cideas.com> 45018Date: Fri Apr 6 14:17:14 2007 -0400 45019 45020 libfdt: Make fdt_check_header() public 45021 45022 Changed _fdt_check_header() to fdt_check_header() and made it part of 45023 the interface - it is a useful routine. 45024 45025 Also did some asthetics cleanup to the include files (headers). 45026 45027commit c0707ce65677650b5ceab0500ee50ae5168afef2 45028Author: Aubrey Li <aubrey.adi@gmail.com> 45029Date: Thu Apr 5 18:34:06 2007 +0800 45030 45031 [Blackfin][PATCH] Kill off a bunch of common local prototypes 45032 45033commit 7b7e30aa64bb6657a1bfd32fdbdbfeb561e6a48d 45034Author: Aubrey Li <aubrey.adi@gmail.com> 45035Date: Thu Apr 5 18:33:04 2007 +0800 45036 45037 [Blackfin][PATCH] Fix dynamic CPLB generation issue 45038 45039commit 0445e3a264251d75b1be45ef713c70726a2952f0 45040Author: Aubrey Li <aubrey.adi@gmail.com> 45041Date: Thu Apr 5 18:31:47 2007 +0800 45042 45043 [Blackfin][PATCH] minior cleanup 45044 45045commit 155fd766573981090e638b493d5857562151862e 45046Author: Aubrey Li <aubrey.adi@gmail.com> 45047Date: Thu Apr 5 18:31:18 2007 +0800 45048 45049 [Blackfin][PATCH] Fix copyright and update license 45050 45051commit 9fd437bbd75d282f899e1da50be20a2bf38450bc 45052Author: Aubrey Li <aubrey.adi@gmail.com> 45053Date: Thu Apr 5 18:30:25 2007 +0800 45054 45055 [Blackfin][PATCH] Add BF537 EMAC driver initialization 45056 45057commit 889256e8604e0c68db1d866d720894dffede9df6 45058Author: Aubrey Li <aubrey.adi@gmail.com> 45059Date: Thu Apr 5 18:29:55 2007 +0800 45060 45061 [Blackfin][PATCH] call real the system synchronize instruction 45062 45063commit e0df1c921b788289564e4c1ee7120a6a9cd3ab05 45064Author: Aubrey Li <aubrey.adi@gmail.com> 45065Date: Thu Apr 5 18:29:17 2007 +0800 45066 45067 [Blackfin][PATCH] remove asm/page.h as we do not actually use/want any of these definitions nor does any other arch include it 45068 45069commit dfeeab2cd680df047e68e723b246adf6f33bb556 45070Author: Aubrey Li <aubrey.adi@gmail.com> 45071Date: Thu Apr 5 18:28:34 2007 +0800 45072 45073 [Blackfin][PATCH]: fix flash unaligned copy issue 45074 45075commit 443feb740584e406efa203af909fe2926608e8d5 45076Author: Igor Marnat <marny@rambler.ru> 45077Date: Wed Mar 21 09:55:01 2007 +0300 45078 45079 Update usage of 'nc' in README.NetConsole 45080 45081 Added information about usage of NetConsole on systems where the -l and -p 45082 switches are mutually exclusive. 45083 45084 Signed-off-by: Igor Marnat <marny@rambler.ru> 45085 Signed-off-by: Ben Warren <bwarren@qstreams.com> 45086 45087commit 31c98a88228021b314c89ebb8104fb6473da4471 45088Author: Wolfgang Denk <wd@denx.de> 45089Date: Wed Apr 4 02:09:30 2007 +0200 45090 45091 Minor coding style cleanup. 45092 45093commit 94abd7c0583ebe01e799b25f451201deeaab550d 45094Author: Wolfgang Denk <wd@denx.de> 45095Date: Wed Apr 4 01:49:15 2007 +0200 45096 45097 Minor cleanup. 45098 45099commit 822af351ad2babc7d99033361a5fcacd30f6bc78 45100Author: Rodolfo Giometti <giometti@enneenne.com> 45101Date: Tue Apr 3 14:27:18 2007 +0200 45102 45103 Support for the Philips ISP116x HCD (Host Controller Driver) 45104 45105 Signed-off-by: Rodolfo Giometti <giometti@enneenne.com> 45106 45107commit edf5851be6c17c031d4f71dd5b0a12040b7c50c8 45108Author: Markus Klotzbuecher <mk@denx.de> 45109Date: Tue Apr 3 14:27:08 2007 +0200 45110 45111 USB: cleanup monahans usb support. Remove dead code. 45112 45113 Signed-off-by: Markus Klotzbuecher <mk@denx.de> 45114 45115commit a65c5768e5537530bd1780af3d3fddc3113a163c 45116Author: Stefan Roese <sr@denx.de> 45117Date: Mon Apr 2 10:09:30 2007 +0200 45118 45119 ppc4xx: Change SysACE address on Katmai 45120 45121 With this new base address of the Xilinx SystemACE controller 45122 the Linux driver will be easier to adapt, since it can now be 45123 mapped via the "normal" ioremap() call. 45124 45125 Signed-off-by: Stefan Roese <sr@denx.de> 45126 45127commit aea03c4e8c3a21ce43d3faf48a6e6d474c8bdf73 45128Author: Gerald Van Baren <vanbaren@cideas.com> 45129Date: Sat Mar 31 14:30:53 2007 -0400 45130 45131 Fix some minor whitespace violations. 45132 45133commit 213bf8c822de8eecaf69860684469cdaba2e9e6a 45134Author: Gerald Van Baren <vanbaren@cideas.com> 45135Date: Sat Mar 31 12:23:51 2007 -0400 45136 45137 Add a flattened device tree (fdt) command (2 of 2) 45138 45139 Modifications to the existing code to support the new fdt command. 45140 45141commit 781e09ee6e3e3e392ab362c1f0ef1068adc76e3e 45142Author: Gerald Van Baren <vanbaren@cideas.com> 45143Date: Sat Mar 31 12:22:10 2007 -0400 45144 45145 Add a flattened device tree (fdt) command (1 of 2) 45146 45147 The fdt command uses David Gibson's libfdt library to manipulate as well 45148 as print the flattened device tree. This patch is the new command, 45149 the second part is the modifications to the existing code. 45150 45151commit 3af0d587d93e0be5f96e1b30fa41e662f8b0803e 45152Author: Gerald Van Baren <vanbaren@cideas.com> 45153Date: Sat Mar 31 12:13:43 2007 -0400 45154 45155 libfdt: Enhanced and published fdt_next_tag() 45156 45157 Enhanced the formerly private function _fdt_next_tag() to allow stepping 45158 through the tree, used to produce a human-readable dump, and made 45159 it part of the published interface. 45160 Also added some comments. 45161 45162commit fa3a74cec73dfd06a5ae35a9a3368200273aaa71 45163Author: Gerald Van Baren <vanbaren@cideas.com> 45164Date: Sat Mar 31 12:05:39 2007 -0400 45165 45166 libfdt: Customizations for use by u-boot. 45167 45168 Changes to David Gibson's original source to fit into u-boot's 45169 environment. No functionality changes. 45170 45171commit 35748177c64a4a83a00057e93bb33e40278a2a96 45172Author: Gerald Van Baren <vanbaren@cideas.com> 45173Date: Sat Mar 31 12:00:56 2007 -0400 45174 45175 libfdt: Import libfdt source (2 of 2) 45176 45177 This adds the applicable libfdt source files (unmodified) and a README 45178 to explain where the source came from. 45179 45180commit 7cd5da0fe877e7171a4cdd44880bce783132871a 45181Author: Gerald Van Baren <vanbaren@cideas.com> 45182Date: Sat Mar 31 11:59:59 2007 -0400 45183 45184 libfdt: Import libfdt source (1 of 2) 45185 45186 This adds the applicable libfdt source files (unmodified) and a README 45187 to explain where the source came from. 45188 45189commit da6ebc1bc082cbe3b6bbde079cafe09f7ebbad4b 45190Author: Stefan Roese <sr@denx.de> 45191Date: Sat Mar 31 13:16:23 2007 +0200 45192 45193 ppc4xx: Update Katmai bootstrap command 45194 45195 Now the DDR2 frequency is also 2*PLB frequency when 166MHz PLB 45196 is selected. 45197 45198 Signed-off-by: Stefan Roese <sr@denx.de> 45199 45200commit cabee756a6532986729477c3cc1ea16ef8517ad2 45201Author: Stefan Roese <sr@denx.de> 45202Date: Sat Mar 31 13:15:06 2007 +0200 45203 45204 ppc4xx: Update 44x_spd_ddr2 code (440SP/440SPe) 45205 45206 Additional RAM information is now printed upon powerup, like 45207 DDR2 frequency and CAS latency. 45208 45209 Signed-off-by: Stefan Roese <sr@denx.de> 45210 45211commit 60723803431ac75cad085690789e433d5ab9174e 45212Author: Stefan Roese <sr@denx.de> 45213Date: Sat Mar 31 08:48:36 2007 +0200 45214 45215 ppc4xx: Change Yucca config file to support ECC 45216 45217 With the updated 44x DDR2 driver the Yucca board now supports 45218 ECC generation and checking. 45219 45220 Signed-off-by: Stefan Roese <sr@denx.de> 45221 45222commit 490e5730c674b20d708b783a2c5ffd7208f83873 45223Author: Stefan Roese <sr@denx.de> 45224Date: Sat Mar 31 08:47:34 2007 +0200 45225 45226 ppc4xx: Fix "bootstrap" command for Katmai board 45227 45228 The board specific "bootstrap" command is now fixed and can 45229 be used for the AMCC Katmai board to configure different 45230 CPU/PLB/OPB frequencies. 45231 45232 Signed-off-by: Stefan Roese <sr@denx.de> 45233 45234commit 94f54703c3a776ec23e427ca2a16e0a79a5d50c1 45235Author: Stefan Roese <sr@denx.de> 45236Date: Sat Mar 31 08:46:08 2007 +0200 45237 45238 ppc4xx: Update 44x_spd_ddr2 code (440SP/440SPe) 45239 45240 Fix a bug in the auto calibration routine. This driver now runs 45241 more reliable with the tested modules. It's also tested with 45242 167MHz PLB frequency (667MHz DDR2 frequency) on the Katmai. 45243 45244 Signed-off-by: Stefan Roese <sr@denx.de> 45245 45246commit 342cd097be1e7affe82f42ab3da220959a699e64 45247Author: Michal Simek <monstr@monstr.eu> 45248Date: Fri Mar 30 22:52:09 2007 +0200 45249 45250 [PATCH] Clean include dependence 45251 45252commit 6f934210fb293fde2cfb4251c6d96fdc58b6a906 45253Author: Michal Simek <monstr@monstr.eu> 45254Date: Fri Mar 30 22:42:45 2007 +0200 45255 45256 [CLEAN] Remove inefficient Suzaku code 45257 45258commit 430f1b0f9a670c2f13eaa52e66a10db96dd3647d 45259Author: Stefan Roese <sr@denx.de> 45260Date: Wed Mar 28 15:03:16 2007 +0200 45261 45262 Merge some AMCC make targets to keep the top-level Makefile smaller 45263 45264 Signed-off-by: Stefan Roese <sr@denx.de> 45265 45266commit 0c75c9d84307a9f1cbe1ff0c4d8937ee3a96475e 45267Author: Stefan Roese <sr@denx.de> 45268Date: Wed Mar 28 14:52:12 2007 +0200 45269 45270 i2c: Enable "old" i2c commands even when CONFIG_I2C_CMD_TREE is defined 45271 45272 The "old" i2c commands (iprobe, imd...) are now compiled in again, 45273 even when the i2c command tree is enabled via the CONFIG_I2C_CMD_TREE 45274 config option. 45275 45276 Signed-off-by: Stefan Roese <sr@denx.de> 45277 45278commit 5da048adf44bea5e3b94080d02903c2e3fe7aa4a 45279Author: Michal Simek <monstr@monstr.eu> 45280Date: Tue Mar 27 00:32:16 2007 +0200 45281 45282 PATCH: Resolve GPL license problem 45283 45284commit ae00bb4b2944dc64a485ed72a19754b11af7c223 45285Author: Rodolfo Giometti <giometti@enneenne.com> 45286Date: Mon Mar 26 12:03:36 2007 +0200 45287 45288 PXA: pxa27x USB OHCI support 45289 45290 Signed-off-by: Rodolfo Giometti <giometti@linux.it> 45291 45292commit ae79f60677c208326535647dcbd5c3ec40dbcb0b 45293Author: Markus Klotzbuecher <mk@denx.de> 45294Date: Mon Mar 26 11:21:05 2007 +0200 45295 45296 USB: remove the S3C24X0_merge #define, which was introduced while 45297 merging OHCI drivers. 45298 45299 Signed-off-by: Markus Klotzbuecher <mk@denx.de> 45300 45301commit 1798049522f594013aea29457d46794298c6ae15 45302Author: Michal Simek <root@monstr.eu> 45303Date: Mon Mar 26 01:39:07 2007 +0200 45304 45305 Support for XUPV2P board 45306 Reset support 45307 BSP autoconfig support 45308 45309commit 0d974d5297349504a2ddfa09314be573b5df320a 45310Author: Stefan Roese <sr@denx.de> 45311Date: Sat Mar 24 15:57:09 2007 +0100 45312 45313 [PATCH] Add 4xx GPIO functions 45314 45315 This patch adds some 4xx GPIO functions. It also moves some of the 45316 common code and defines into a common 4xx GPIO header file. 45317 45318 Signed-off-by: Stefan Roese <sr@denx.de> 45319 45320commit 2db633658bbf366ab0c8dad7a0727e1fb2ae6b11 45321Author: Stefan Roese <sr@denx.de> 45322Date: Sat Mar 24 15:55:58 2007 +0100 45323 45324 [PATCH] Small Sequoia cleanup 45325 45326 Signed-off-by: Stefan Roese <sr@denx.de> 45327 45328commit 3cb86f3e40d2a80356177434a99f75bc8baa9caf 45329Author: Stefan Roese <sr@denx.de> 45330Date: Sat Mar 24 15:45:34 2007 +0100 45331 45332 [PATCH] Clean up 40EZ/Acadia support 45333 45334 This patch cleans up all the open issue of the preliminary 45335 Acadia support. 45336 45337 Signed-off-by: Stefan Roese <sr@denx.de> 45338 45339commit 6eb1df835191d8ce4b81d5af40fa8e0fbe78e997 45340Author: Jon Loeliger <jdl@freescale.com> 45341Date: Tue Dec 12 11:02:20 2006 -0600 45342 45343 Fix 8641HPCN problem with ld version 2.16 45344 45345 (Dot outside sections problem). 45346 45347 This fix is in the spirit of 807d5d7319330e336ab34a5623c5e0d73b87d540. 45348 45349 Signed-off-by: Jon Loeliger <jdl@freescale.com> 45350 45351commit 9964a4dd0d4ef5a037febaebf1aa494b1a72991c 45352Author: Haiying Wang <haiying.wang@freescale.com> 45353Date: Thu Dec 7 10:35:55 2006 -0600 45354 45355 Set Rev 2.x 86xx PIC in mixed mode. 45356 45357 Prevent false interrupt from hanging Linux as MSR[EE] is set 45358 to enable interrupts by changing the PIC out of the default 45359 pass through mode into mixed mode. 45360 45361 Signed-off-by: Haiying Wang <haiying.wang@freescale.com> 45362 Signed-off-by: Jon Loeliger <jdl@freescale.com> 45363 45364commit 5a58a73ceb0a4059c42ef64cedbc1a45e0aaa00e 45365Author: Jason Jin <jason.jin@freescale.com> 45366Date: Thu Dec 7 10:32:35 2006 -0600 45367 45368 Add flash cmd function to 8641HPCN ramboot 45369 45370 Also fixes some commmand for 8641 HPCN ramboot case. 45371 45372 Signed-off-by: Jason Jin <jason.jin@freescale.com> 45373 Signed-off-by: Jon Loeliger <jdl@freescale.com> 45374 45375commit 2ccceacc04b009d923afb7c26189ba2f8a2a5d46 45376Author: Ed Swarthout <ed.swarthout@freescale.com> 45377Date: Thu Dec 7 10:34:14 2006 -0600 45378 45379 Add support for 8641 Rev 2 silicon. 45380 45381 Without this patch, I am unable to get to the prompt on rev 2 silicon. 45382 Only set ddrioovcr for rev1. 45383 45384 Signed-off-by: Ed Swarthout<ed.swarthout@freescale.com> 45385 Signed-off-by: Jon Loeliger <jdl@freescale.com> 45386 45387commit 44ba464b99001f8bd1c456a1e9d59726252f707a 45388Author: Wolfgang Denk <wd@denx.de> 45389Date: Thu Mar 22 00:13:12 2007 +0100 45390 45391 Code cleanup / re-insert previous Copyright entries. 45392 45393 Signed-off-by: Wolfgang Denk <wd@denx.de> 45394 45395commit 2a8dfe08359a1b663418b2faa1da1d7bce34d302 45396Author: Wolfgang Denk <wd@denx.de> 45397Date: Wed Mar 21 23:26:15 2007 +0100 45398 45399 Code cleanup. Update CHANGELOG 45400 45401commit e6615ecf4eaf4dd52696934aed8f5c6474cfd286 45402Author: Stefan Roese <sr@denx.de> 45403Date: Wed Mar 21 14:54:29 2007 +0100 45404 45405 ppc4xx: Fix file mode of include/configs/acadia.h 45406 45407 Signed-off-by: Stefan Roese <sr@denx.de> 45408 45409commit d5f4614c9350d9333e575100fb250aab774d0258 45410Author: Markus Klotzbuecher <mk@denx.de> 45411Date: Wed Mar 21 14:41:46 2007 +0100 45412 45413 SPC1920: fix small clock routing bug 45414 45415 Signed-off-by: Markus Klotzbuecher <mk@denx.de> 45416 45417commit 16c0cc1c82081a493ab87c51980b28336ce1bce8 45418Author: Stefan Roese <sr@denx.de> 45419Date: Wed Mar 21 13:39:57 2007 +0100 45420 45421 [PATCH] Add AMCC Acadia (405EZ) eval board support 45422 45423 This patch adds support for the new AMCC Acadia eval board. 45424 45425 Please note that this Acadia/405EZ support is still in a beta stage. 45426 Still lot's of cleanup needed but we need a preliminary release now. 45427 45428 Signed-off-by: Stefan Roese <sr@denx.de> 45429 45430commit e01bd218b00af73499331a1a701625a852cd286f 45431Author: Stefan Roese <sr@denx.de> 45432Date: Wed Mar 21 13:38:59 2007 +0100 45433 45434 [PATCH] Add AMCC PPC405EZ support 45435 45436 This patch adds support for the new AMCC 405EZ PPC. It is in 45437 preparation for the AMCC Acadia board support. 45438 45439 Please note that this Acadia/405EZ support is still in a beta stage. 45440 Still lot's of cleanup needed but we need a preliminary release now. 45441 45442 Signed-off-by: Stefan Roese <sr@denx.de> 45443 45444commit 07e82cb2e284a893df6693f2a1337ab2c47bf6a1 45445Author: Heiko Schocher <hs@pollux.denx.de> 45446Date: Wed Mar 21 08:45:17 2007 +0100 45447 45448 [PATCH] TQM8272: dont change the bits given from the HRCW 45449 for the SIUMCR and BCR Register. 45450 Fix the calculation for the EEprom Size 45451 45452 Signed-off-by: Heiko Schocher <hs@denx.de> 45453 45454commit 654589873dbafcf104dff133ce0d03a4506e9cc3 45455Author: Aubrey Li <aubrey.adi@gmail.com> 45456Date: Tue Mar 20 18:16:24 2007 +0800 45457 45458 [Blackfin][PATCH] Add BF561 EZKIT board support 45459 45460commit a6154fd1cfd020f6da8527e0365b1020a11a71d0 45461Author: Aubrey Li <aubrey.adi@gmail.com> 45462Date: Mon Mar 19 22:55:58 2007 +0800 45463 45464 [Blackfin][PATCH] minor cleanup 45465 45466commit 389b6bb50f745bf5038ce030300d8a8512e96f79 45467Author: Wolfgang Denk <wd@denx.de> 45468Date: Mon Mar 19 13:10:08 2007 +0100 45469 45470 Remove obsoleted POST files. 45471 45472 Signed-off-by: Wolfgang Denk <wd@denx.de> 45473 45474commit 8e709bbb2636b5670a8f2b575e138eb1f55773f6 45475Author: Aubrey Li <aubrey.adi@gmail.com> 45476Date: Mon Mar 19 01:26:11 2007 +0800 45477 45478 [PATCH] Add flash chip M29W320ET/B support 45479 45480commit 26bf7deca364a5b33f39e8f14ddd3f4081345015 45481Author: Aubrey Li <aubrey.adi@gmail.com> 45482Date: Mon Mar 19 01:24:52 2007 +0800 45483 45484 [Blackfin][PATCH] Add BF537 stamp board support 45485 45486commit 8423e5e31a7235d05a482627315fb11d49c17bd7 45487Author: Stefan Roese <sr@denx.de> 45488Date: Fri Mar 16 21:11:42 2007 +0100 45489 45490 [PATCH] Use dynamic SDRAM TLB setup on AMCC Ebony eval board 45491 45492 Define CONFIG_PROG_SDRAM_TLB so that the TLB entries for the 45493 DDR memory are dynamically programmed matching the total size 45494 of the equipped memory (DIMM modules). 45495 45496 Signed-off-by: Stefan Roese <sr@denx.de> 45497 45498commit 76d1466f918b881cda2d259254761e73885093c2 45499Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 45500Date: Tue Mar 13 13:38:05 2007 +0100 45501 45502 [PATCH] renamed environment variable 'addcon' to 'addcons' for PCI405 45503 boards in terms of unification. 45504 45505 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 45506 45507commit a7090b993d3d4d2221ac3f33e6cb1d1b2ccc6bf0 45508Author: Wolfgang Denk <wd@denx.de> 45509Date: Tue Mar 13 16:05:55 2007 +0100 45510 45511 Make SC3 board build with 'make O='; use 'addcons' consistently 45512 (SC3 and Jupiter used to use 'addcon' instead). 45513 45514 Signed-off-by: Wolfgang Denk wd@denx.de 45515 45516commit 8502e30a28e492c756ea2d7df0ace026388fce4b 45517Author: Heiko Schocher <hs@pollux.denx.de> 45518Date: Tue Mar 13 09:40:59 2007 +0100 45519 45520 [PATCH] update board config for jupiter Board: 45521 added Hush Shell, 45522 CONFIG_CMDLINE_EDITING, 45523 CFG_ENV_ADDR_REDUND activated 45524 45525 Signed-off-by: Heiko Schocher <hs@denx.de> 45526 45527commit 0d93de11449390a5984b0236c3612e50f6dbb7e8 45528Author: Aubrey Li <aubrey.adi@gmail.com> 45529Date: Mon Mar 12 12:11:55 2007 +0800 45530 45531 [Blackfin][PATCH] minor cleanup 45532 45533commit bfa5754a58477ac917d21527cd0f079d87cf188e 45534Author: Aubrey Li <aubrey.adi@gmail.com> 45535Date: Mon Mar 12 01:42:06 2007 +0800 45536 45537 [Blackfin][PATCH] Fix BUILD_DIR option of MAKEALL building issue 45538 45539commit 8440bb14581a294375c34b91b42512f9753d1130 45540Author: Aubrey Li <aubrey.adi@gmail.com> 45541Date: Mon Mar 12 00:25:14 2007 +0800 45542 45543 [Blackfin][PATCH] code cleanup 45544 45545commit cfc67116a706fd18b8f6a9c11a16753c5626d689 45546Author: Michal Simek <monstr@monstr.eu> 45547Date: Sun Mar 11 13:48:24 2007 +0100 45548 45549 [Microblaze][PATCH] part 2 45550 timer support 45551 interrupt controller support 45552 flash support 45553 ethernet support 45554 cache support 45555 board information support 45556 env support 45557 booting image support 45558 45559 adding support for Xilinx ML401 45560 45561commit 76316a318de91f6184e7c22a10e02d275ade2441 45562Author: Michal Simek <monstr@monstr.eu> 45563Date: Sun Mar 11 13:42:58 2007 +0100 45564 45565 [Microblaze][PATCH] 45566 timer support 45567 interrupt controller support 45568 flash support 45569 ethernet support 45570 cache support 45571 board information support 45572 env support 45573 booting image support 45574 45575 adding support for Xilinx ML401 45576 45577commit 8db13d63157811c839d15a313d9f2d2f5fd10af3 45578Author: Aubrey Li <aubrey.adi@gmail.com> 45579Date: Sat Mar 10 23:49:29 2007 +0800 45580 45581 [Blackfin][PATCH] code cleanup 45582 45583commit ef26a08fef928b7bc11ae2c109e638dc3a016d91 45584Author: Aubrey.Li <aubrey.adi@gmail.com> 45585Date: Fri Mar 9 13:40:56 2007 +0800 45586 45587 [Blackfin][PATCH-2/2] Common files changed to support bf533 platform 45588 45589commit 3f0606ad0b5639f7f22848fe5b4574e754d0470f 45590Author: Aubrey.Li <aubrey.adi@gmail.com> 45591Date: Fri Mar 9 13:38:44 2007 +0800 45592 45593 [Blackfin]PATCH-1/2]: Remove obsolete blackfin port and add bf533 platform support 45594 45595commit 992423ab43c2bcf6b704853bd00af77450915e20 45596Author: Stefan Roese <sr@denx.de> 45597Date: Thu Mar 8 23:00:08 2007 +0100 45598 45599 ppc4xx: Fix file mode of sequoia.c 45600 45601 Signed-off-by: Stefan Roese <sr@denx.de> 45602 45603commit eb92f613556800f7483666db09d9a237ad911d4a 45604Author: Wolfgang Denk <wd@pollux.denx.de> 45605Date: Thu Mar 8 22:52:51 2007 +0100 45606 45607 Minor cleanup. 45608 45609commit 8ce16f55c7b9752af3d8bed84521aec5337e2de1 45610Author: John Otken john@softadvances.com <john@softadvances.com> 45611Date: Thu Mar 8 09:39:48 2007 -0600 45612 45613 ppc4xx: Clear Sequoia/Rainier security engine reset bits 45614 45615 Signed-off-by: John Otken john@softadvances.com <john@softadvances.com> 45616 45617commit 650a330dd2539130c8c324791e2f9f75aed79d4e 45618Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 45619Date: Thu Mar 8 16:26:52 2007 +0100 45620 45621 [PATCH] I2C: add some more SPD eeprom decoding for DDR2 modules 45622 45623 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 45624 45625commit d9fc703246840c4b268debf48c334ba55c597dc0 45626Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 45627Date: Thu Mar 8 16:25:47 2007 +0100 45628 45629 [PATCH] I2C: disable flat i2c commands when CONFIG_I2C_CMD_TREE is defined 45630 45631 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 45632 45633commit ced5b9029043397348cdc88e0cfcd6b1f629250b 45634Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 45635Date: Thu Mar 8 16:23:11 2007 +0100 45636 45637 [PATCH] 4xx: allow CONFIG_I2C_CMD_TREE without CONFIG_I2C_MULTI_BUS 45638 45639 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 45640 45641commit d8a8ea5c476d37006fc7f85b7f903142795c8b14 45642Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 45643Date: Thu Mar 8 16:20:32 2007 +0100 45644 45645 [PATCH] I2C: Add missing default CFG_SPD_BUS_NUM 45646 45647 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 45648 45649commit f9fc6a5852a6335840882fa2111925010eea1abe 45650Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 45651Date: Wed Mar 7 15:32:01 2007 +0100 45652 45653 fixed ethernet phy configuration for plu405 board 45654 45655 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com> 45656 45657commit 769104c9356594deb2092e204a39c05b33202d6c 45658Author: Wolfgang Denk <wd@pollux.denx.de> 45659Date: Thu Mar 8 21:49:27 2007 +0100 45660 45661 Minor cleanup 45662 45663commit 00cdb4ce5e1b42248e7e6522ad0da3421b988afa 45664Author: Stefan Roese <sr@denx.de> 45665Date: Thu Mar 8 10:13:16 2007 +0100 45666 45667 [PATCH] Update AMCC Luan 440SP eval board support 45668 45669 The AMCC Luan now uses the common 440SP(e) DDR SPD code for DDR 45670 inititializition. This includes DDR auto calibration and support 45671 for different DIMM modules, instead of the fixed setup used in 45672 the earlier version. 45673 45674 This patch also enables the cache in FLASH for the startup 45675 phase of U-Boot (while running from FLASH). After relocating to 45676 SDRAM the cache is disabled again. This will speed up the boot 45677 process, especially the SDRAM setup, since there are some loops 45678 for memory testing (auto calibration). 45679 45680 Signed-off-by: Stefan Roese <sr@denx.de> 45681 45682commit 2f5df47351910a2936c7741cf111855829200943 45683Author: Stefan Roese <sr@denx.de> 45684Date: Thu Mar 8 10:10:18 2007 +0100 45685 45686 [PATCH] Update AMCC Yucca 440SPe eval board support 45687 45688 The AMCC Yucca now uses the common 440SP(e) DDR SPD code for DDR 45689 inititializition. This includes DDR auto calibration and support 45690 for different DIMM modules, instead of the fixed setup used in 45691 the earlier version. 45692 45693 Signed-off-by: Stefan Roese <sr@denx.de> 45694 45695commit 2721a68a9ea91f1e494649ce68b2577261f578e2 45696Author: Stefan Roese <sr@denx.de> 45697Date: Thu Mar 8 10:07:18 2007 +0100 45698 45699 ppc4xx: Small AMCC Katmai 440SPe update 45700 45701 Signed-off-by: Stefan Roese <sr@denx.de> 45702 45703commit df294497479b1dca6dd86318b2a912f72fede0df 45704Author: Stefan Roese <sr@denx.de> 45705Date: Thu Mar 8 10:06:09 2007 +0100 45706 45707 ppc4xx: Update 440SP/440SPe DDR SPD setup code to support 440SP 45708 45709 Signed-off-by: Stefan Roese <sr@denx.de> 45710 45711commit 83853178bd36bca6f0f8f1331476620c84a587fc 45712Author: Ed Swarthout <Ed.Swarthout@freescale.com> 45713Date: Wed Mar 7 12:14:50 2007 -0600 45714 45715 net - Support ping reply when processing net-loop 45716 45717 Add ICMP_ECHO_REQUEST packet support by responding with a ICMP_ECHO_REPLY. 45718 45719 This permits the ping command to test the phy interface when the phy 45720 is put in loopback mode (typically by setting register 0 bit 14). 45721 45722 It also allows the port to respond to an external ping when u-boot is 45723 processing some other net command (such as tftp). This is useful when 45724 tftp appears to hang. 45725 45726 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> 45727 Signed-off-by: Ben Warren <bwarren@qstreams.com> 45728 45729commit fa1aef15bcd47736687be1af544506e90fba545d 45730Author: Stefan Roese <sr@denx.de> 45731Date: Wed Mar 7 16:43:00 2007 +0100 45732 45733 [PATCH] Use dynamic SDRAM TLB setup on AMCC Ocotea eval board 45734 45735 Define CONFIG_PROG_SDRAM_TLB so that the TLB entries for the 45736 DDR memory are dynamically programmed matching the total size 45737 of the equipped memory (DIMM modules). 45738 45739 Signed-off-by: Stefan Roese <sr@denx.de> 45740 45741commit e2ebe696818939e2b974628be9c921ea3fe9de13 45742Author: Stefan Roese <sr@denx.de> 45743Date: Wed Mar 7 16:39:36 2007 +0100 45744 45745 [PATCH] Fix AMCC 44x SPD SDRAM init code to support 2 DIMM's 45746 45747 This patch fixes a problem that occurs when 2 DIMM's are 45748 used. This problem was first spotted and fixed by Gerald Jackson 45749 <gerald.jackson@reaonixsecurity.com> but this patch fixes the 45750 problem in a little more clever way. 45751 45752 This patch also adds the nice functionality to dynamically 45753 create the TLB entries for the SDRAM (tlb.c). So we should 45754 never run into such problems with wrong (too short) TLB 45755 initialization again on these platforms. 45756 45757 As this feature is new to the "old" 44x SPD DDR driver, it 45758 has to be enabled via the CONFIG_PROG_SDRAM_TLB define. 45759 45760 Signed-off-by: Stefan Roese <sr@denx.de> 45761 45762commit 39218433983417b9df087976a79e3f80dd5e83d6 45763Author: Wolfgang Denk <wd@denx.de> 45764Date: Wed Mar 7 16:33:44 2007 +0100 45765 45766 UC101: fix compiler warnings 45767 45768commit 8d7e2732221bc2d64df14f700c64c23e0a4c3dce 45769Author: Wolfgang Denk <wd@pollux.denx.de> 45770Date: Wed Mar 7 16:19:46 2007 +0100 45771 45772 HMI1001: fix build error, cleanup compiler warnings. 45773 45774commit ad5bb451ade552c44bef9119d907929ebc2c126f 45775Author: Wolfgang Denk <wd@pollux.denx.de> 45776Date: Tue Mar 6 18:08:43 2007 +0100 45777 45778 Restructure POST directory to support of other CPUs, boards, etc. 45779 45780commit a5284efd125967675b2e9c6ef7b95832268ad360 45781Author: Wolfgang Denk <wd@pollux.denx.de> 45782Date: Tue Mar 6 18:01:47 2007 +0100 45783 45784 Fix HOSTARCH handling. 45785 Patch by Mike Frysinger, Mar 05 2007 45786 45787commit 07b7b0037aac5102939917d7cbe561b5c0d5aa44 45788Author: Stefan Roese <sr@denx.de> 45789Date: Tue Mar 6 07:47:04 2007 +0100 45790 45791 [PATCH] Speed optimization of AMCC Sequoia/Rainier DDR2 setup 45792 45793 As provided by the AMCC applications team, this patch optimizes the 45794 DDR2 setup for 166MHz bus speed. The values provided are also save 45795 to use on a "normal" 133MHz PLB bus system. Only the refresh counter 45796 setup has to be adjusted as done in this patch. 45797 45798 For this the NAND booting version had to include the "speed.c" file 45799 from the cpu/ppc4xx directory. With this addition the NAND SPL image 45800 will just fit into the 4kbytes of program space. gcc version 4.x as 45801 provided with ELDK 4.x is needed to generate this optimized code. 45802 45803 Signed-off-by: Stefan Roese <sr@denx.de> 45804 45805commit 647d3c3eed0da1d1505eecabe0b0fab96f956e68 45806Author: Wolfgang Denk <wd@pollux.denx.de> 45807Date: Sun Mar 4 01:36:05 2007 +0100 45808 45809 Some code cleanup. 45810 45811commit 781e026c8aa6f7e9eb5f0e72cc4d20971219b148 45812Author: Kim Phillips <kim.phillips@freescale.com> 45813Date: Wed Feb 28 00:02:04 2007 -0600 45814 45815 mpc83xx: fix implicit declaration of function 'ft_get_prop' warnings 45816 45817 (cherry picked from c5bf13b02284c3204a723566a9bab700e5059659 commit) 45818 45819commit 4feab4de7bfc2cb2fed36ad76f93c3a69659bbaf 45820Author: Kumar Gala <galak@kernel.crashing.org> 45821Date: Tue Feb 27 23:51:42 2007 -0600 45822 45823 mpc83xx: Fix config of Arbiter, System Priority, and Clock Mode 45824 45825 The config value for: 45826 * CFG_ACR_PIPE_DEP 45827 * CFG_ACR_RPTCNT 45828 * CFG_SPCR_TSEC1EP 45829 * CFG_SPCR_TSEC2EP 45830 * CFG_SCCR_TSEC1CM 45831 * CFG_SCCR_TSEC2CM 45832 45833 Were not being used when setting the appropriate register 45834 45835 Added: 45836 * CFG_SCCR_USBMPHCM 45837 * CFG_SCCR_USBDRCM 45838 * CFG_SCCR_PCICM 45839 * CFG_SCCR_ENCCM 45840 45841 To allow full config of the SCCR. 45842 45843 Also removed random CFG_SCCR settings in MPC8349EMDS, TQM834x, and sbc8349 45844 that were just bogus. 45845 45846 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 45847 45848commit d51b3cf371cd441030460ef19d36b2924c361b1a 45849Author: Kim Phillips <kim.phillips@freescale.com> 45850Date: Thu Feb 22 20:06:57 2007 -0600 45851 45852 mpc83xx: update [local-]mac-address properties on UEC based devices 45853 45854 8360 and 832x weren't updating their [local-]mac-address 45855 properties. This patch fixes that. 45856 45857 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 45858 45859commit 61f4f912acbe60776c5e00df1ec94094ce672957 45860Author: Timur Tabi <timur@freescale.com> 45861Date: Tue Feb 13 10:41:42 2007 -0600 45862 45863 mpc83xx: write MAC address to mac-address and local-mac-address 45864 45865 Some device trees have a mac-address property, some have local-mac-address, 45866 and some have both. To support all of these device trees, this patch 45867 updates ftp_cpu_setup() to write the MAC address to mac-address if it exists. 45868 This function already updates local-mac-address. 45869 45870 Signed-off-by: Timur Tabi <timur@freescale.com> 45871 45872commit 22d71a71f57fd5d38b27ac3848e50d790360a598 45873Author: Kim Phillips <kim.phillips@freescale.com> 45874Date: Tue Feb 27 18:41:08 2007 -0600 45875 45876 mpc83xx: add command line editing by default 45877 45878commit 3fc0bd159103b536e1c54c6f4457a09b3aba66ca 45879Author: Kim Phillips <kim.phillips@freescale.com> 45880Date: Wed Feb 14 19:50:53 2007 -0600 45881 45882 mpc83xx: Disable G1TXCLK, G2TXCLK h/w buffers 45883 45884 Disable G1TXCLK, G2TXCLK h/w buffers. This patch 45885 fixes a networking timeout issue with MPC8360EA (Rev.2) PBs. 45886 45887 Verified on Rev. 1.1, Rev. 1.2, and Rev. 2.0 boards. 45888 45889 Signed-off-by: Kim Phillips <kim.phillips@freescale.com> 45890 Signed-off-by: Emilian Medve <Emilian.Medve@freescale.com> 45891 45892commit d61853cf2472e0b8bcbd131461a93d1c49ff0c1f 45893Author: Xie Xiaobo <r63061@freescale.com> 45894Date: Wed Feb 14 18:27:17 2007 +0800 45895 45896 mpc83xx: Add DDR2 controller fixed/SPD Init for MPC83xx 45897 45898 The code supply fixed and SPD initialization for MPC83xx DDR2 Controller. 45899 it pass DDR/DDR2 compliance tests. 45900 45901 Signed-off-by: Xie Xiaobo <X.Xie@freescale.com> 45902 45903commit b110f40bd180c6b560276589beedf753e97c46ce 45904Author: Xie Xiaobo <r63061@freescale.com> 45905Date: Wed Feb 14 18:27:06 2007 +0800 45906 45907 mpc83xx: Add the cpu specific code for MPC8360E rev2.0 MDS 45908 45909 MPC8360E rev2.0 have new spridr,and PVR value, 45910 The MDS board for MPC8360E rev2.0 has 32M bytes Flash and 256M DDR2 DIMM. 45911 45912 Signed-off-by: Xie Xiaobo <X.Xie@freescale.com> 45913 45914commit 8d172c0f0d85998a256a95b7459a5403a30380ed 45915Author: Xie Xiaobo <r63061@freescale.com> 45916Date: Wed Feb 14 18:26:44 2007 +0800 45917 45918 mpc83xx: Add the cpu and board specific code for MPC8349E rev3.1 MDS 45919 45920 MPC8349E rev3.1 have new spridr,and PVR value, 45921 The MDS board for MPC8349E rev3.1 has 32M bytes Flash and 256M DDR2 DIMM. 45922 45923 Signed-off-by: Xie Xiaobo<X.Xie@freescale.com> 45924 45925commit f6f5f709e5c8e4564c4dfeecfdf2279244f9c83b 45926Author: Joakim Tjernlund <joakim.tjernlund@transmode.se> 45927Date: Wed Jan 31 11:04:19 2007 +0100 45928 45929 mpc83xx: Fix empty i2c reads/writes in fsl_i2c.c 45930 45931 Fix empty i2c reads/writes, i2c_write(0x50, 0x00, 0, NULL, 0) 45932 which is used to se if an slave will ACK after receiving its address. 45933 45934 Correct i2c probing to use this method as the old method could upset 45935 a slave as it wrote a data byte to it. 45936 45937 Add a small delay in i2c_init() to let the controller 45938 shutdown any ongoing I2C activity. 45939 45940 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se> 45941 45942commit 7a78f148d6a7298e4fface680dc7eacd877b1aba 45943Author: Timur Tabi <timur@freescale.com> 45944Date: Wed Jan 31 15:54:29 2007 -0600 45945 45946 mpc83xx: Add support for the MPC8349E-mITX-GP 45947 45948 Add support for the MPC8349E-mITX-GP, a stripped-down version of the 45949 MPC8349E-mITX. Bonus features include support for low-boot (BMS bit in 45950 HRCW is 0) for the ITX and a README for the ITX and the ITX-GP. 45951 45952 Signed-off-by: Timur Tabi <timur@freescale.com> 45953 45954commit fab16807adad350f618024350c6950165c247c72 45955Author: Timur Tabi <timur@freescale.com> 45956Date: Wed Jan 31 15:54:20 2007 -0600 45957 45958 mpc83xx: Delete sdram_init() for MPC8349E-mITX 45959 45960 There is no SDRAM on any of the 8349 ITX variants, so function sdram_init() 45961 never does anything. This patch deletes it. 45962 45963 Signed-off-by: Timur Tabi <timur@freescale.com> 45964 45965commit a87c856eb411b9365937d0d4b9c21e46adbe1c14 45966Author: Dave Liu <daveliu@freescale.com> 45967Date: Fri Jan 19 10:43:26 2007 +0800 45968 45969 mpc83xx: Fix the LAW1/3 bug 45970 45971 The patch solves the alignment problem of the local bus access windows to 45972 render accessible the memory bank and PHY registers of UPC 1 (starting at 45973 0xf801 0000). What we actually did was to adjust the sizes of the bus 45974 access windows so that the base address alignment requirement would be met. 45975 45976 Signed-off-by: Chereji Marian <marian.chereji@freescale.com> 45977 Signed-off-by: Gridish Shlomi <gridish@freescale.com> 45978 Signed-off-by: Dave Liu <daveliu@freescale.com> 45979 45980commit 97c4b397dce236a7318b304667bf89e59d08b17c 45981Author: Kim Phillips <kim.phillips@freescale.com> 45982Date: Tue Jan 30 16:15:31 2007 -0600 45983 45984 mpc83xx: don't hang if watchdog configured on 8360, 832x 45985 45986 don't hang if watchdog configured on 8360, 832x 45987 45988 The watchdog programming model is the same across all 83xx devices; 45989 make the code reflect that. 45990 45991commit b70047478570e371ce7223be342ce98afea0f7d6 45992Author: Kim Phillips <kim.phillips@freescale.com> 45993Date: Tue Jan 30 16:15:21 2007 -0600 45994 45995 mpc83xx: protect memcpy to bad address if a local-mac-address is missing from dt 45996 45997 protect memcpy to bad address if a local-mac-address is missing from dt 45998 45999commit 6752ed088c75c26a89b70c46b7326a4cd6015f29 46000Author: Kim Phillips <kim.phillips@freescale.com>
46001Date: Tue Jan 30 16:15:04 2007 -0600 46002 46003 mpc83xx: make 8360 default environment fdt be 8360 (not 8349) 46004 46005 make 8360 default environment fdt be 8360 (not 8349) 46006 46007commit a28899c910024a0226331df07207b1038c300c93 46008Author: Emilian Medve <Emilian.Medve@freescale.com> 46009Date: Tue Jan 30 16:14:50 2007 -0600 46010 46011 mpc83xx: Fix alternating tx error / tx buffer not ready bug in QE UEC 46012 46013 The problem is not gcc4 but the code itself. The BD_STATUS() macro can't 46014 be used for busy-waiting since it strips the 'volatile' property from 46015 the bd variable. gcc3 was working by pure luck. 46016 46017 This is a follow on patch to "Fix the UEC driver bug of QE" 46018 46019commit 3e78a31cfe3d3022f46f67eb88e1281d5cc2eb89 46020Author: Kumar Gala <galak@kernel.crashing.org> 46021Date: Tue Jan 30 14:08:30 2007 -0600 46022 46023 mpc83xx: Replace CONFIG_MPC8349 and use CONFIG_MPC834X instead 46024 46025 The code that is ifdef'd with CONFIG_MPC8349 is actually applicable to all 46026 MPC834X class processors. Change the protections from CONFIG_MPC8349 to 46027 CONFIG_MPC834X so they are more generic. 46028 46029 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 46030 46031commit ae246dc6c1937c291014eadd90b6d48c438c7cb0 46032Author: Kim Phillips <kim.phillips@freescale.com> 46033Date: Thu Jan 25 13:40:55 2007 -0600 46034 46035 mpc83xx: add MPC832XEMDS and sbc8349 to MAKEALL 46036 46037commit 4decd84e8f04279c5cfff7f8e907465ef8d8a3fb 46038Author: Kim Phillips <kim.phillips@freescale.com> 46039Date: Wed Jan 24 17:18:37 2007 -0600 46040 46041 mpc83xx: sort Makefile targets 46042 46043 reordered targets alphabetically 46044 46045commit 91e25769771c1164ed63ffca0add49f934ae3343 46046Author: Paul Gortmaker <paul.gortmaker@windriver.com> 46047Date: Tue Jan 16 11:38:14 2007 -0500 46048 46049 mpc83xx: U-Boot support for Wind River SBC8349 46050 46051 I've redone the SBC8349 support to match git-current, which 46052 incorporates all the MPC834x updates from Freescale since the 1.1.6 46053 release, including the DDR changes. 46054 46055 I've kept all the SBC8349 files as parallel as possible to the 46056 MPC8349EMDS ones for ease of maintenance and to allow for easy 46057 inspection of what was changed to support this board. Hence the SBC8349 46058 U-Boot has FDT support and everything else that the MPC8349EMDS has. 46059 46060 Fortunately the Freescale updates added support for boards using CS0, 46061 but I had to change spd_sdram.c to allow for board specific settings for 46062 the sdram_clk_cntl (it is/was hard coded to zero, and that remains the 46063 default if the board doesn't specify a value.) 46064 46065 Hopefully this should be mergeable as-is and require no whitespace 46066 cleanups or similar, but if something doesn't measure up then let me 46067 know and I'll fix it. 46068 46069 Thanks, 46070 Paul. 46071 46072commit 05031db456ab227f3e3752f37b9b812b65bb83ad 46073Author: Sam Song <samsongshu@yahoo.com.cn> 46074Date: Thu Dec 14 19:03:21 2006 +0800 46075 46076 mpc83xx: Remove a redundant semicolon in mpc8349itx.c 46077 46078 A redundant semicolon existed in mpc8349itx.c 46079 should be removed. 46080 46081 Signed-off-by: Sam Song <samsongshu@yahoo.com.cn> 46082 46083commit f35f358241c549be3f75cfe2eaa642914275b7ba 46084Author: Jerry Van Baren <gerald.vanbaren@comcast.net> 46085Date: Wed Dec 6 21:23:55 2006 -0500 46086 46087 mpc83xx: Put the version (and magic) after the HRCW. 46088 46089 Put the version (and magic) after the HRCW. This puts it in a fixed 46090 location in flash, not at the start of flash but as close as we can get. 46091 46092 Signed-off-by: Jerry Van Baren <vanbaren@cideas.com> 46093 46094commit 48aecd969171a6e99a55fae04933857787f9a5bd 46095Author: Dave Liu <r63238@freescale.com> 46096Date: Thu Dec 7 21:14:51 2006 +0800 46097 46098 mpc83xx: Add the MPC832XEMDS board readme 46099 46100 Add the MPC832XEMDS board readme 46101 46102 Signed-off-by: Dave Liu <daveliu@freescale.com> 46103 46104commit 24c3aca3f1358b113d3215adb5433b156e99f72b 46105Author: Dave Liu <r63238@freescale.com> 46106Date: Thu Dec 7 21:13:15 2006 +0800 46107 46108 mpc83xx: Add support for the MPC832XEMDS board 46109 46110 This patch supports DUART, ETH3/4 and PCI etc. 46111 46112 Signed-off-by: Dave Liu <daveliu@freescale.com> 46113 46114commit e080313c32322e15ab5a18eb896a252858c57284 46115Author: Dave Liu <r63238@freescale.com> 46116Date: Thu Dec 7 21:11:58 2006 +0800 46117 46118 mpc83xx: streamline the 83xx immr head file 46119 46120 For better format and style, I streamlined the 83xx head files, 46121 including immap_83xx.h and mpc83xx.h. In the old head files, 1) 46122 duplicated macro definition appear in the both files; 2) the structure 46123 of QE immr is duplicated in the immap_83xx.h and immap_qe.h; 3) The 46124 macro definition put inside the each structure. So, I cleaned up the 46125 structure of QE immr from immap_83xx.h, deleted the duplicated stuff and 46126 moved the macro definition to mpc83xx.h, Just like MPC8260. 46127 46128 CHANGELOG 46129 46130 *streamline the 83xx immr head file 46131 46132 Signed-off-by: Dave Liu <daveliu@freescale.com> 46133 46134commit ddd02492f43db5408f5ab9f823b0ba5796e28ef0 46135Author: Dave Liu <r63238@freescale.com> 46136Date: Wed Dec 6 11:38:17 2006 +0800 46137 46138 mpc83xx: Fix the UEC driver bug of QE 46139 46140 The patch prevents the GCC tool chain from striping useful code for 46141 optimization. It will make UEC ethernet driver workable, Otherwise the 46142 UEC will fail in tx when you are using gcc4.x. but the driver can work 46143 when using gcc3.4.3. 46144 46145 CHANGELOG 46146 46147 *Prevent the GCC from striping code for optimization, Otherwise the UEC 46148 will tx failed when you are using gcc4.x. 46149 46150 Signed-off-by: Dave Liu <daveliu@freescale.com> 46151 46152commit ba58e4c9a9a917ce795dd16d4ec8d515f9f7aa35 46153Author: Stefan Roese <sr@denx.de> 46154Date: Thu Mar 1 21:11:36 2007 +0100 46155 46156 [PATCH] Update AMCC Katmai 440SPe eval board support 46157 46158 This patch updates the recently added Katmai board support. The biggest 46159 change is the support of ECC DIMM modules in the 440SP(e) SPD DDR2 46160 driver. 46161 46162 Please note, that still some problems are left with some memory 46163 configurations. See the driver for more details. 46164 46165 Signed-off-by: Stefan Roese <sr@denx.de> 46166 46167commit 8c12045a3b06c5b6675d3fe02fbc9f545988129a 46168Author: Stefan Roese <sr@denx.de> 46169Date: Thu Mar 1 07:03:25 2007 +0100 46170 46171 [PATCH] I2C: Add missing default CFG_RTC_BUS_NUM & CFG_DTT_BUS_NUM 46172 46173 Signed-off-by: Stefan Roese <sr@denx.de> 46174 46175commit ccbc7036648e465697ca298ba51e0e76dda352a0 46176Author: Wolfgang Denk <wd@pollux.denx.de> 46177Date: Wed Feb 28 01:28:53 2007 +0100 46178 46179 SC3: fix typo in default environment 46180 46181commit e344568b1b46af85ec32d815586f91bc115d6223 46182Author: Sergei Poselenov <sposelenov@emcraft.com> 46183Date: Tue Feb 27 20:15:30 2007 +0300 46184 46185 MCC200: Fixes for update procedure 46186 46187 - fix logic error in image type handling 46188 - make sure file system images (cramfs etc.) get stored in flash 46189 with image header stripped so they can be mounted through MTD 46190 46191commit 743571145b37182757d4e688a77860b36ee77573 46192Author: Wolfgang Denk <wd@pollux.denx.de> 46193Date: Tue Feb 27 14:26:04 2007 +0100 46194 46195 Minor code cleanup. 46196 46197commit 638dd1458bbdc2a55d4b9e25c5c4e1f838a5dc72 46198Author: Sergei Poselenov <sposelenov@emcraft.com> 46199Date: Tue Feb 27 12:40:16 2007 +0300 46200 46201 MCC200 update - add LCD Progress Indicator 46202 46203commit 6c7cac8c4fce0ea2bf8e15ed8658d87974155b44 46204Author: Stefan Roese <sr@denx.de> 46205Date: Thu Feb 22 07:43:34 2007 +0100 46206 46207 [PATCH] get_dev() now unconditionally uses manual relocation 46208 46209 Since the relocation fix is not included yet and we're not sure how 46210 it will be added, this patch removes code that required relocation 46211 to be fixed for now. 46212 46213 Signed-off-by: Stefan Roese <sr@denx.de> 46214 46215commit 8274ec0bd01d2feb2c7f095eba78d42ea009798b 46216Author: Stefan Roese <sr@denx.de> 46217Date: Thu Feb 22 07:40:23 2007 +0100 46218 46219 [PATCH] Change systemace driver to select 8 & 16bit mode 46220 46221 As suggested by Grant Likely this patch enables the Xilinx SystemACE 46222 driver to select 8 or 16bit mode upon startup. 46223 46224 Signed-off-by: Stefan Roese <sr@denx.de> 46225 46226commit 3a197b2fe49d6fa03978e60af2394efe9c70b527 46227Author: Haiying Wang <Haiying.Wang@freescale.com> 46228Date: Wed Feb 21 16:52:31 2007 +0100 46229 46230 [PATCH v3] Add sync to ensure flash_write_cmd is fully finished 46231 46232 Some CPUs like PPC, BLACKFIN need sync() to ensure cfi flash write command 46233 is fully finished. The sync() is defined in each CPU's io.h file. For 46234 those CPUs which do not need sync for now, a dummy sync() is defined in 46235 their io.h as well. 46236 46237 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com> 46238 46239commit da04995c7dc6772013a9a0dc5c767f190c402478 46240Author: Stefan Roese <sr@denx.de> 46241Date: Wed Feb 21 13:44:34 2007 +0100 46242 46243 [PATCH] Fix problem in systemace driver (ace_writew instead of ace_write) 46244 46245 Signed-off-by: Stefan Roese <sr@denx.de> 46246 46247commit 751bb57107d78978ae08e697c3deba816f5be091 46248Author: Stefan Roese <sr@denx.de> 46249Date: Tue Feb 20 13:21:57 2007 +0100 46250 46251 [PATCH] Fix relocation problem with "new" get_dev() function 46252 46253 This patch enables the "new" get_dev() function for block devices 46254 introduced by Grant Likely to be used on systems that still suffer 46255 from the relocation problems (manual relocation neede because of 46256 problems with linker script). 46257 46258 Hopefully we can resolve this relocation issue soon for all platform 46259 so we don't need this additional code anymore. 46260 46261 Signed-off-by: Stefan Roese <sr@denx.de> 46262 46263commit d93e2212f962668b3dce091ff5edc33f2347fe37 46264Author: Stefan Roese <sr@denx.de> 46265Date: Tue Feb 20 13:17:42 2007 +0100 46266 46267 [PATCH] Update SystemACE driver for 16bit access 46268 46269 This patch removes some problems when the Xilinx SystemACE driver 46270 is used with 16bit access on an big endian platform (like the 46271 AMCC Katmai). 46272 46273 Signed-off-by: Stefan Roese <sr@denx.de> 46274 46275commit 874bb7b88fe9b4648e1288a387af2e31014a72f3 46276Author: Stefan Roese <sr@denx.de> 46277Date: Tue Feb 20 13:15:40 2007 +0100 46278 46279 [PATCH] Clean up Katmai (440SPe) linker script 46280 46281 Signed-off-by: Stefan Roese <sr@denx.de> 46282 46283commit 4745acaa1a603b67f6b9b7970365ebadd7d6586f 46284Author: Stefan Roese <sr@denx.de> 46285Date: Tue Feb 20 10:57:08 2007 +0100 46286 46287 [PATCH] Add support for the AMCC Katmai (440SPe) eval board 46288 46289 Signed-off-by: Stefan Roese <sr@denx.de> 46290 46291commit 0dc018ece13effc689e47479ea9ebf1c98a507f5 46292Author: Stefan Roese <sr@denx.de> 46293Date: Tue Feb 20 10:51:26 2007 +0100 46294 46295 [PATCH] I2C: Add support for multiple I2C busses for RTC & DTT 46296 46297 This patch switches to the desired I2C bus when the date/dtt 46298 commands are called. This can be configured using the 46299 CFG_RTC_BUS_NUM and/or CFG_DTT_BUS_NUM defines. 46300 46301 Signed-off-by: Stefan Roese <sr@denx.de> 46302 46303commit 4037ed3b63923cfcec27f784a89057c3cbabcedb 46304Author: Stefan Roese <sr@denx.de> 46305Date: Tue Feb 20 10:43:34 2007 +0100 46306 46307 [PATCH] PPC4xx: Add 440SP(e) DDR2 SPD DIMM support 46308 46309 This patch adds support for the DDR2 controller used on the 46310 440SP and 440SPe. It is tested on the Katmai (440SPe) eval 46311 board and works fine with the following DIMM modules: 46312 46313 - Corsair CM2X512-5400C4 (512MByte per DIMM) 46314 - Kingston ValueRAM KVR667D2N5/512 (512MByte per DIMM) 46315 - Kingston ValueRAM KVR667D2N5K2/2G (1GByte per DIMM) 46316 46317 This patch also adds the nice functionality to dynamically 46318 create the TLB entries for the SDRAM (tlb.c). So we should 46319 never run into such problems with wrong (too short) TLB 46320 initialization again on these platforms. 46321 46322 Signed-off-by: Stefan Roese <sr@denx.de> 46323 46324commit 36d830c9830379045f5daa9f542ac1c990c70068 46325Author: Stefan Roese <sr@denx.de> 46326Date: Tue Feb 20 10:35:42 2007 +0100 46327 46328 [PATCH] PPC4xx: Split 4xx SPD SDRAM init routines into 2 files 46329 46330 Since the existing 4xx SPD SDRAM initialization routines for the 46331 405 SDRAM controller and the 440 DDR controller don't have much in 46332 common this patch splits both drivers into different files. 46333 46334 This is in preparation for the 440 DDR2 controller support (440SP/e). 46335 46336 Signed-off-by: Stefan Roese <sr@denx.de> 46337 46338commit 79b2d0bb2eae09602448f7a7cb56530d2f31e6c6 46339Author: Stefan Roese <sr@denx.de> 46340Date: Tue Feb 20 10:27:08 2007 +0100 46341 46342 [PATCH] PPC4xx: Add support for multiple I2C busses 46343 46344 This patch adds support for multiple I2C busses on the PPC4xx 46345 platforms. Define CONFIG_I2C_MULTI_BUS in the board config file 46346 to make use of this feature. 46347 46348 It also merges the 405 and 440 i2c header files into one common 46349 file 4xx_i2c.h. 46350 46351 Also the 4xx i2c reset procedure is reworked since I experienced 46352 some problems with the first access on the 440SPe Katmai board. 46353 46354 Signed-off-by: Stefan Roese <sr@denx.de> 46355 46356commit eb867a76238fb38e952c37871b16d0d7fd61c95f 46357Author: Grant Likely <grant.likely@secretlab.ca> 46358Date: Tue Feb 20 09:05:45 2007 +0100 46359 46360 [PATCH 9_9] Use "void *" not "unsigned long *" for block dev read_write buffer pointers 46361 46362 Block device read/write is anonymous data; there is no need to use a 46363 typed pointer. void * is fine. Also add a hook for block_read functions 46364 46365 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 46366 46367commit 53758fa20e935cc87eeb0519ed365df753a6f289 46368Author: Grant Likely <grant.likely@secretlab.ca> 46369Date: Tue Feb 20 09:05:38 2007 +0100 46370 46371 [PATCH 8_9] Add block_write hook to block_dev_desc_t 46372 46373 Preparation for future patches which support block device writing 46374 46375 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 46376 46377commit f4852ebe6ca946a509667eb68be42026f837be76 46378Author: Grant Likely <grant.likely@secretlab.ca> 46379Date: Tue Feb 20 09:05:31 2007 +0100 46380 46381 [PATCH 7_9] Replace ace_readw_ace_writeb functions with macros 46382 46383 Register read/write does not need to be wrapped in a full function. The 46384 patch replaces them with macros. 46385 46386 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 46387 46388commit 3a8ce9af6fcb5744a7851b4440c07688acc40844 46389Author: Grant Likely <grant.likely@secretlab.ca> 46390Date: Tue Feb 20 09:05:23 2007 +0100 46391 46392 [PATCH 6_9] Move common_cmd_ace.c to drivers_systemace.c 46393 46394 The code in this file is not a command; it is a device driver. Put it in 46395 the correct place. There are zero functional changes in this patch, it 46396 only moves the file. 46397 46398 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 46399 46400commit 984618f3e7794c783ec8d1511e74c6ee2d69bfe4 46401Author: Grant Likely <grant.likely@secretlab.ca> 46402Date: Tue Feb 20 09:05:16 2007 +0100 46403 46404 [PATCH 5_9] Whitespace fixup on common_cmd_ace.c (using Lindent) 46405 46406 This patch is in preparation of additional changes to the sysace driver. 46407 May as well take this opportunity to fixup the inconsistent whitespace since 46408 this file is about to undergo major changes anyway. 46409 46410 There are zero functional changes in this patch. It only cleans up the 46411 the whitespace. 46412 46413 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 46414 46415commit 80ba981d940471fe7e539e64fa3d2bd80002beda 46416Author: Grant Likely <grant.likely@secretlab.ca> 46417Date: Tue Feb 20 09:05:07 2007 +0100 46418 46419 [PATCH 4_4] Remove local implementation of isprint() in ft_build.c 46420 46421 isprint is already defined in ctype.c 46422 46423 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 46424 46425commit c95c4280d751ca078c2ff58228d2f2b44ccf0600 46426Author: Grant Likely <grant.likely@secretlab.ca> 46427Date: Tue Feb 20 09:05:00 2007 +0100 46428 46429 [PATCH 3_9] Move buffer print code from md command to common function 46430 46431 Printing a buffer is a darn useful thing. Move the buffer print code 46432 into print_buffer() in lib_generic/ 46433 46434 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 46435 46436commit 99b0f0fd3fbf2572ae1a7723dd90cffc8e85130a 46437Author: Grant Likely <grant.likely@secretlab.ca> 46438Date: Tue Feb 20 09:04:52 2007 +0100 46439 46440 [PATCH 2_4] Use config.h, not xparameters.h, for xilinx targets 46441 46442 Change the xilinx device drivers and board code to include config.h 46443 instead of xparameters.h directly. config.h always includes the 46444 correct xparameters file. This change reduces the posibility of 46445 including the wrong file when adding a new xilinx board port 46446 46447 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 46448 46449commit 735dd97b1b20e777d059c7b389fe9d70cd3f80c7 46450Author: Grant Likely <grant.likely@secretlab.ca> 46451Date: Tue Feb 20 09:04:34 2007 +0100 46452 46453 [PATCH 1_4] Merge common get_dev() routines for block devices 46454 46455 Each of the filesystem drivers duplicate the get_dev routine. This change 46456 merges them into a single function in part.c 46457 46458 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 46459 46460commit f5fcc3c20b65554e98a165542c36ee0c610a2d81 46461Author: Wolfgang Denk <wd@pollux.denx.de> 46462Date: Mon Feb 19 23:09:51 2007 +0100 46463 46464 MCC200: Software Updater: allow both "ramdisk" and "filesystem" types 46465 as root file system images. 46466 46467commit 489c696ae7211218961d159e43e722d74c36fcbc 46468Author: Sergei Poselenov <sposelenov@emcraft.com> 46469Date: Wed Feb 14 14:30:28 2007 +0300 46470 46471 MCC200: Extensions to Software Update Mechanism 46472 46473 Update / extend Software Update Mechanism for MCC200 board: 46474 46475 - Add support for rootfs image added. The environment variables 46476 "rootfs_st" and "rootfs_nd" can be used to override the default 46477 values of the image start and end. 46478 - Remove excessive key check code. 46479 - Code cleanup. 46480 46481commit 4be23a12f23f1372634edc3215137b09768b7949 46482Author: Stefan Roese <sr@denx.de> 46483Date: Mon Feb 19 08:23:15 2007 +0100 46484 46485 [PATCH] Update Sequoia EBC configuration (NOR FLASH) 46486 46487 As spotted by Matthias Fuchs, the READY input should not be 46488 enabled for the NOR FLASH on the Sequoia board. 46489 46490 Signed-off-by: Stefan Roese <sr@denx.de> 46491 46492commit 2605e90bf676d48123afe5719a846d2b52b24aac 46493Author: Heiko Schocher <hs@pollux.denx.de> 46494Date: Fri Feb 16 07:57:42 2007 +0100 46495 46496 [PATCH] Added support for the jupiter board. 46497 46498 Signed-off-by: Heiko Schocher <hs@denx.de> 46499 46500commit 497d012e5be0194e1084073d0081eb1a844796b2 46501Author: Gary Jennejohn <garyj@pollux.denx.de> 46502Date: Mon Feb 12 13:11:50 2007 +0100 46503 46504 LPC2292: patch from Siemens. 46505 46506commit b0b1a920aebead0d44146e73676ae9d80fffc8e2 46507Author: Stefan Roese <sr@denx.de> 46508Date: Sat Feb 10 08:49:31 2007 +0100 46509 46510 [PATCH] Add missing p3mx.h file to repository (ups) 46511 46512 Signed-off-by: Stefan Roese <sr@denx.de> 46513 46514commit 53d4a4983fb9b3ae5f7b2f10c599aca2b1b4034a 46515Author: Bartlomiej Sieka <tur@semihalf.com> 46516Date: Fri Feb 9 10:45:42 2007 +0100 46517 46518 [Motion-PRO] Preliminary support for the Motion-PRO board. 46519 46520commit 5a753f98c6a01bd1c61a9a3f95e8329a35f62994 46521Author: Stefan Roese <sr@denx.de> 46522Date: Wed Feb 7 16:51:08 2007 +0100 46523 46524 [PATCH] Update some AMCC 4xx board config files (set initrd_high) 46525 46526 Some boards that can have more than 768MBytes of SDRAM need to 46527 set "initrd_high", so that the initrd can be accessed by the 46528 Linux kernel. 46529 46530 Signed-off-by: Stefan Roese <sr@denx.de> 46531 46532commit 7372ca68227930d03cffa548310524cad5b96733 46533Author: Stefan Roese <sr@denx.de> 46534Date: Fri Feb 2 12:44:22 2007 +0100 46535 46536 [PATCH] Correctly display PCI arbiter en-/disabled on some 4xx boards 46537 46538 Previously the strapping DCR/SDR was read to determine if the internal PCI 46539 arbiter is enabled or not. This strapping bit can be overridden, so now 46540 the current status is read from the correct DCR/SDR register. 46541 46542 Signed-off-by: Stefan Roese <sr@denx.de> 46543 46544commit 2aa54f651a42d198673318f07a20c89a43e4d197 46545Author: Stefan Roese <sr@denx.de> 46546Date: Fri Feb 2 12:42:08 2007 +0100 46547 46548 [PATCH] Change configuration output of Sycamore, Yellowstone & Rainier 46549 46550 Signed-off-by: Stefan Roese <sr@denx.de> 46551 46552commit 23744d6b5bf17592eb6a0ef4f318f6089f55993b 46553Author: Stefan Roese <sr@denx.de> 46554Date: Thu Feb 1 13:22:41 2007 +0100 46555 46556 [PATCH] Remove PCI-PNP configuration from Sequoia/Rainier config file 46557 46558 When PCI PNP is enabled the pci pnp configuration routine is called 46559 which sets the PCI_CACHE_SIZE_LINE to 8. This seems to generate some 46560 problems with some PCI cards. For now disable the PCI PNP configuration. 46561 46562 Signed-off-by: Stefan Roese <sr@denx.de> 46563 46564commit 2902fadade3be7659467e8d074048c6b7068f5c0 46565Author: Stefan Roese <sr@denx.de> 46566Date: Wed Jan 31 16:56:10 2007 +0100 46567 46568 [PATCH] Update 440EPx/440GRx cpu detection 46569 46570 Signed-off-by: Stefan Roese <sr@denx.de> 46571 46572commit d5ea287b02a6945c3977410e364a879dd1a555c8 46573Author: Stefan Roese <sr@denx.de> 46574Date: Wed Jan 31 16:38:04 2007 +0100 46575 46576 [PATCH] Update esd cpci5200 files 46577 46578 Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com> 46579 46580commit 8b7d1f0ab7d7c4fe3160bbf74a7e9690d9f3a3ab 46581Author: Stefan Roese <sr@denx.de> 46582Date: Wed Jan 31 16:37:34 2007 +0100 46583 46584 [PATCH] Add support for esd mecp5200 board 46585 46586 Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com> 46587 46588commit 71a4e5fda8b60044ab9f46069fa1cfa26bdd07ff 46589Author: Stefan Roese <sr@denx.de> 46590Date: Wed Jan 31 12:38:50 2007 +0100 46591 46592 [PATCH] Remove unneccessary yellowstone board config file 46593 46594 Signed-off-by: Stefan Roese <sr@denx.de> 46595 46596commit e802594b6fa1b166308820c276b96dc0d7cc731c 46597Author: Stefan Roese <sr@denx.de> 46598Date: Tue Jan 30 17:06:10 2007 +0100 46599 46600 [PATCH] Update Sequoia (440EPx) config file 46601 46602 The config file now handles the 2nd target, the Rainier (440GRx) 46603 evaluation board better. Additionally the PPC input clock was 46604 adjusted to match the correct value of 33.0 MHz. 46605 46606 Signed-off-by: Stefan Roese <sr@denx.de> 46607 46608commit 700200c67e73b83751418abe7815840dca8fd6cb 46609Author: Stefan Roese <sr@denx.de> 46610Date: Tue Jan 30 17:04:19 2007 +0100 46611 46612 [PATCH] Merge Yosemite & Yellowstone board ports 46613 46614 Now the AMCC eval boards Yosemite (440EP) and Yellowstone (440GR) 46615 share one config file and all board specific files. This way we 46616 don't have to maintain two different sets of files for nearly 46617 identical boards. 46618 46619 Signed-off-by: Stefan Roese <sr@denx.de> 46620 46621commit 1bbf5eae322f5f1f6427ecc3ac13a0cb7dba8ad6 46622Author: Stefan Roese <sr@denx.de> 46623Date: Tue Jan 30 15:01:49 2007 +0100 46624 46625 [PATCH] Update Prodrive SCPU (PDNB3 variant) board 46626 46627 SCPU doesn't use redundant environment in flash. 46628 46629 Signed-off-by: Stefan Roese <sr@denx.de> 46630 46631commit 6304430ed642ea8fa15c9e5af965ac2e033eec45 46632Author: Stefan Roese <sr@denx.de> 46633Date: Tue Jan 30 12:51:07 2007 +0100 46634 46635 [PATCH] alpr: Update alpr board config file 46636 46637 Signed-off-by: Stefan Roese <sr@denx.de> 46638 46639commit f8db84f132b1e335f20f96138a1f09ed97b08664 46640Author: Wolfgang Denk <wd@pollux.denx.de> 46641Date: Tue Jan 30 00:50:40 2007 +0100 46642 46643 LPC2292 SODIMM port coding style cleanup. 46644 46645commit 6bd2447ee47ee23c18d2b3c7ccd5a20f7626f5b3 46646Author: Gary Jennejohn <garyj@pollux.denx.de> 46647Date: Wed Jan 24 12:16:56 2007 +0100 46648 46649 Add port for the lpc2292sodimm evaluation board from EmbeddedArtists 46650 46651commit 2daf046ba627f85f44195815778140039636244e 46652Author: Bartlomiej Sieka <tur@semihalf.com> 46653Date: Tue Jan 23 17:22:06 2007 +0100 46654 46655 [iDMR] Add MTD and JFFS2 support, also add default partition definition. 46656 46657commit f7db33101fbc9c8f0a10738ce87034875a17aeb9 46658Author: Bartlomiej Sieka <tur@semihalf.com> 46659Date: Tue Jan 23 14:21:14 2007 +0100 46660 46661 [iDMR] Flash driver on initialisation write-protects some sectors, 46662 currently sectors 0-3. Sector 3 does not need to be protected, though 46663 (U-boot occupies sectors 0-1 and the environment sector 2). This commit 46664 fixes this, i.e., only sectors 0-2 are protected. 46665 46666commit 0ed47bb119cd2c4c16edb2548789148f9e6dc9de 46667Author: Bartlomiej Sieka <tur@semihalf.com> 46668Date: Tue Jan 23 14:11:22 2007 +0100 46669 46670 [iDMR] Using MII-related commands on iDRM board doesn't work now (e.g., 46671 "mii device" results in "Unexpected exception"). Fixing this properly 46672 requires some clean-up in the FEC drivers infrastructure for ColdFire, so 46673 this commit disables MII commads for now. 46674 46675commit 363d1d8f9c99b63daef81f5985cab3fc00edde5c 46676Author: Bartlomiej Sieka <tur@semihalf.com> 46677Date: Tue Jan 23 13:25:22 2007 +0100 46678 46679 [ColdFire MCF5271 family] Add CPU detection based on the value of Chip 46680 Identification Register (CIR). 46681 46682commit fdef388758506765d4d6a7155c8f1584c63ff581 46683Author: roy zang <tie-fei.zang@freescale.com> 46684Date: Mon Jan 22 13:19:21 2007 +0800 46685 46686 use CFG_WRITE_SWAPPED_DATA define instead of define CFG_FLASH_CFI_SWAP 46687 The patch by Heiko Schocher <hs@pollux.denx.de> on Jan, 19, 2007 46688 fixes cfi_driver bug for mpc7448hpc2 board. The default cfi_driver can support 46689 mpc7448hpc2 board. 46690 46691commit a4012396645533aef218354eeba754dff0deace8 46692Author: Wolfgang Denk <wd@pollux.denx.de> 46693Date: Fri Jan 19 23:08:39 2007 +0100 46694 46695 Minor code cleanup. 46696 46697commit f539b7ba7d7ef6dd187c8209609001cb1cd95e39 46698Author: Heiko Schocher <hs@pollux.denx.de> 46699Date: Fri Jan 19 19:57:10 2007 +0100 46700 46701 [PATCH] SC3 board: added CFG_CMD_AUTOSCRIPT. 46702 46703 Signed-off-by: Heiko Schocher <hs@denx.de> 46704 46705commit d0b6e14087ddd8789f224a48e1d33f2a5df4d167 46706Author: Heiko Schocher <hs@pollux.denx.de> 46707Date: Fri Jan 19 18:05:26 2007 +0100 46708 46709 [PATCH] CFI: define CFG_WRITE_SWAPPED_DATA for the CFI-Flash driver 46710 if you must swap the bytes between reading/writing. 46711 (Needed for the SC3 board) 46712 46713 Signed-off-by: Heiko Schocher <hs@denx.de> 46714 46715commit 9d8d5a5bfb64768f29a0cb47fc37cd6f4c40e276 46716Author: Stefan Roese <sr@denx.de> 46717Date: Thu Jan 18 16:05:47 2007 +0100 46718 46719 [PATCH] Add support for Prodrive SCPU (PDNB3 variant) board 46720 46721 Signed-off-by: Stefan Roese <sr@denx.de> 46722 46723commit 0057d758e3e874cbe7f24745d0cce8c1cb6c207e 46724Author: Stefan Roese <sr@denx.de> 46725Date: Thu Jan 18 11:54:52 2007 +0100 46726 46727 [PATCH] Update Prodrive P3Mx support 46728 46729 Signed-off-by: Stefan Roese <sr@denx.de> 46730 46731commit 34167a36c29ee946b727465db5c014746a08e978 46732Author: Stefan Roese <sr@denx.de> 46733Date: Thu Jan 18 11:48:10 2007 +0100 46734 46735 [PATCH] Add missing Taishan config file 46736 46737 Signed-off-by: Stefan Roese <sr@denx.de> 46738 46739commit cb4820725e9fc409c5cbc8e83054a6ed522d2111 46740Author: Heiko Schocher <hs@pollux.denx.de> 46741Date: Thu Jan 18 11:28:51 2007 +0100 46742 46743 [PATCH] Fix: Compilerwarnings for SC3 board. 46744 The EBC Configuration Register is now by CFG_EBC_CFG definable 46745 Added JFFS2 support for the SC3 board. 46746 46747 Signed-off-by: Heiko Schocher <hs@denx.de> 46748 46749commit 5fb692cae57d1710c8f52a427cf7f39a37383fcd 46750Author: Stefan Roese <sr@denx.de> 46751Date: Thu Jan 18 10:25:34 2007 +0100 46752 46753 [PATCH] Add support for AMCC Taishan PPC440GX eval board 46754 46755 Signed-off-by: Stefan Roese <sr@denx.de> 46756 46757commit 6d3e0107235aa0e6a6dcb77f9884497280bf85ad 46758Author: Wolfgang Denk <wd@pollux.denx.de> 46759Date: Tue Jan 16 18:30:50 2007 +0100 46760 46761 Raname solidcard3 into sc3; add redundant env for sc3 46762 46763commit 1bbbbdd20fcec9933697000dcf55ff7972622596 46764Author: Wolfgang Denk <wd@pollux.denx.de> 46765Date: Tue Jan 16 12:46:35 2007 +0100 46766 46767 Update default environment for Solidcard3 46768 46769commit 5a5c56986a9ccf71642c8b6374eb18487b15fecd 46770Author: Stefan Roese <sr@denx.de> 46771Date: Mon Jan 15 09:46:29 2007 +0100 46772 46773 [PATCH] Fix 440SPe rev B detection from previous patch 46774 46775 Signed-off-by: Stefan Roese <sr@denx.de> 46776 46777commit a443d31410c571ee8f970da819a44d698fdd6b1f 46778Author: Heiko Schocher <hs@pollux.denx.de> 46779Date: Sun Jan 14 13:35:31 2007 +0100 46780 46781 [FIX] correct I2C Writes for the LM81 Sensor. 46782 46783 Signed-off-by: Heiko Schocher <hs@denx.de> 46784 46785commit 0bba5452835f19a61204edcda3a58112fd8e2208 46786Author: Wolfgang Denk <wd@pollux.denx.de> 46787Date: Sat Jan 13 11:17:10 2007 +0100 46788 46789 Undo commit 3033ebb2: reset command does not take any arguments 46790 46791 Haiying Wang's modification to the reset command was broken, undo it. 46792 46793 Signed-off-by: Wolfgang Denk <wd@denx.de> 46794 46795commit 95981778cff0038fd9941044d6a3eda810e33258 46796Author: Stefan Roese <sr@denx.de> 46797Date: Sat Jan 13 08:01:03 2007 +0100 46798 46799 [PATCH] Update 440SP(e) cpu revisions 46800 46801 Also display enabled/disabled RAID 6 support for 440SP/440SPe PPC's. 46802 46803 Signed-off-by: Stefan Roese <sr@denx.de> 46804 46805commit 77ddc5b9afb325262fd88752ba430a1dded1f0c7 46806Author: Stefan Roese <sr@denx.de> 46807Date: Sat Jan 13 07:59:56 2007 +0100 46808 46809 [PATCH] Update Yellowstone (440GR) to display board rev and PCI bus speed 46810 46811 Now the board revision and the current PCI bus speed are printed after 46812 the board message. 46813 46814 Also the EBC initialising is now done via defines in the board config 46815 file. 46816 46817 Signed-off-by: Stefan Roese <sr@denx.de> 46818 46819commit 36adff362c2c0141ff8a810d42a7e478f779130f 46820Author: Stefan Roese <sr@denx.de> 46821Date: Sat Jan 13 07:59:19 2007 +0100 46822 46823 [PATCH] Update Yosemite (440EP) to display board rev and PCI bus speed 46824 46825 Now the board revision and the current PCI bus speed are printed after 46826 the board message. 46827 46828 Also the EBC initialising is now done via defines in the board config 46829 file. 46830 46831 Signed-off-by: Stefan Roese <sr@denx.de> 46832 46833commit e0b9ea8c8a294de6a5350ae638879d24b5b709d6 46834Author: Stefan Roese <sr@denx.de> 46835Date: Sat Jan 13 07:57:51 2007 +0100 46836 46837 [PATCH] Update Sequoia (440EPx) to display board rev and PCI bus speed 46838 46839 Now the board revision and the current PCI bus speed are printed after 46840 the board message. 46841 46842 Signed-off-by: Stefan Roese <sr@denx.de> 46843 46844commit ca43ba18e910206ef8063e4b22d282630bff3fd2 46845Author: Heiko Schocher <hs@pollux.denx.de> 46846Date: Thu Jan 11 15:44:44 2007 +0100 46847 46848 Added support for the SOLIDCARD III board from Eurodesign 46849 46850 Signed-off-by: Heiko Schocher <hs@denx.de> 46851 46852commit 6abaee42621c07e81a2cd189ad4368b5e8c50280 46853Author: Reinhard Thies <Reinhard.Thies@web.de> 46854Date: Wed Jan 10 14:41:14 2007 +0100 46855 46856 Adjusted default environment for cam5200 board. 46857 46858commit bab5a90d4ccc1a46a8127b867fa59028cc623ad9 46859Author: Wolfgang Denk <wd@pollux.denx.de> 46860Date: Wed Jan 10 15:35:52 2007 +0100 46861 46862 Update CHANGELOG 46863 46864commit 787fa15860a57833e50bd30555079a9cd4e519b8 46865Author: Wolfgang Denk <wd@pollux.denx.de> 46866Date: Wed Jan 10 01:28:39 2007 +0100 46867 46868 Fix auto_update for MCC200 board. 46869 46870 The invocation of do_auto_update() is moved to the end of the 46871 misc_init_r() function, after the flash mappings have been 46872 initialized. Please find attached a patch that implements that 46873 change. 46874 46875 Also correct the decoding of the keypad status. With this update, the 46876 key that will trigger the update is Column 2, Row 2. 46877 46878commit d9384de2f571046e71081bae22b49e3d5ca2e3d5 46879Author: Marian Balakowicz <m8@semihalf.com> 46880Date: Wed Jan 10 00:26:15 2007 +0100 46881 46882 CAM5200 flash driver modifications: 46883 - use CFI driver (replaces custom flash driver) for main 'cam5200' target 46884 - add second build target 'cam5200_niosflash' which still uses custom driver 46885 46886commit 67fea022fa957f59653b5238c7496f80a6b70432 46887Author: Markus Klotzbuecher <mk@denx.de> 46888Date: Tue Jan 9 16:02:48 2007 +0100 46889 46890 SPC1920: cleanup memory contoller setup 46891 46892commit 8fc2102faa23593c80381437c09f7745a14deb40 46893Author: Markus Klotzbuecher <mk@denx.de> 46894Date: Tue Jan 9 14:57:14 2007 +0100 46895 46896 Fix the cpu speed setup to work with all boards. 46897 46898commit 9295acb77481cf099ef9b40e1fa2d145b3c7490c 46899Author: Markus Klotzbuecher <mk@denx.de> 46900Date: Tue Jan 9 14:57:13 2007 +0100 46901 46902 SPC1920: add support for the FM18L08 Ramtron FRAM 46903 46904commit 38ccd2fdf3364a53fe80e9b365303ecdafc9e223 46905Author: Markus Klotzbuecher <mk@denx.de> 46906Date: Tue Jan 9 14:57:13 2007 +0100 46907 46908 SPC1920: update the HPI register addresses to work with the second 46909 generation of hardware 46910 46911commit 5921e5313fc3eadd42770c2b99badd7fae5ecf1e 46912Author: Markus Klotzbuecher <mk@creamnet.de> 46913Date: Tue Jan 9 14:57:13 2007 +0100 46914 46915 Miscellanious spc1920 related cleanups 46916 46917commit e4c2d37adc8bb1bf69dcf600cbc6c75f916a6120 46918Author: Markus Klotzbuecher <mk@denx.de> 46919Date: Tue Jan 9 14:57:12 2007 +0100 46920 46921 SPC1920 GO/NOGO led should be set to color red in U-Boot 46922 46923commit 0be62728aac459ba268d6d752ed49ec0e2bc7348 46924Author: Markus Klotzbuecher <mk@creamnet.de> 46925Date: Tue Jan 9 14:57:12 2007 +0100 46926 46927 Add support for the DS3231 RTC 46928 46929commit 8139567b60d678584b05f0718a681f2047c5e14f 46930Author: Markus Klotzbuecher <mk@creamnet.de> 46931Date: Tue Jan 9 14:57:11 2007 +0100 46932 46933 SMC1 uses external CLK4 instead of BRG on spc1920 46934 46935commit d8d9de1a02fbd880b613d607143d1f57342affc7 46936Author: Markus Klotzbuecher <mk@creamnet.de> 46937Date: Tue Jan 9 14:57:10 2007 +0100 46938 46939 Update the SPC1920 CMB PLD driver 46940 46941commit 3f34f869162750e5e999fd140f884f5de952bcfe 46942Author: Markus Klotzbuecher <mk@creamnet.de> 46943Date: Tue Jan 9 14:57:10 2007 +0100 46944 46945 Add / enable I2C support on the spc1920 board 46946 46947commit d28707dbce1e9ac2017ad051da4133bf22b4204f 46948Author: Markus Klotzbuecher <mk@creamnet.de> 46949Date: Tue Jan 9 14:57:10 2007 +0100 46950 46951 Add support for the tms320671x host port interface (HPI) 46952 46953commit f4eb54529bb3664c3a562e488b460fe075f79d67 46954Author: Wolfgang Denk <wd@pollux.denx.de> 46955Date: Sun Jan 7 00:13:11 2007 +0100 46956 46957 Prepare for release 1.2.0 46958 46959commit f07ae7a9daef27a3d0213a4f3fe39d5342173c02 46960Author: Stefan Roese <sr@denx.de> 46961Date: Sat Jan 6 15:58:09 2007 +0100 46962 46963 [PATCH] 44x: Fix problem with DDR controller setup (refresh rate) 46964 46965 This patch fixes a problem with an incorrect setup for the refresh 46966 timer of the 44x DDR controller in the file cpu/ppc4xx/sdram.c 46967 46968 Signed-off-by: Stefan Roese <sr@denx.de> 46969 46970commit f16c1da9577f06c5fc08651a4065537407de4635 46971Author: Stefan Roese <sr@denx.de> 46972Date: Sat Jan 6 15:56:13 2007 +0100 46973 46974 [PATCH] Update ALPR board files 46975 46976 This update brings the ALPR board support to the newest version. 46977 It also fixes a problem with the NAND driver. 46978 46979 Signed-off-by: Stefan Roese <sr@denx.de> 46980 46981commit cd1d937f90250a32988c37b2b4af8364d25de8ed 46982Author: Stefan Roese <sr@denx.de> 46983Date: Fri Jan 5 11:46:05 2007 +0100 46984 46985 [PATCH] nand: Fix problem with oobsize calculation 46986 46987 Here the description from Brian Brelsford <Brian_Brelsford@dell.com>: 46988 46989 The Hynix part returns a 0x1d in the 4th ID byte. The Samsung part 46990 returns a 0x15. In the code fragment below bits [1:0] determine the 46991 page size, it is ANDed via "(extid & 0x3)" then shifted out. The 46992 next field is also ANDed with 0x3. However this is a one bit field 46993 as defined in the Hynix and Samsung parts in the 4th ID byte that 46994 determins the oobsize, not a two bit field. It works on Samsung as 46995 bits[3:2] are 01. However for the Hynix there is a 11 in these two 46996 bits, so the oob size gets messed up. 46997 46998 I checked the correct linux code and the suggested fix from Brian is 46999 also available in the linux nand mtd driver. 47000
47001 Signed-off-by: Stefan Roese <sr@denx.de> 47002 47003commit a78bc443ae5a4a8ba87590587d5e35bf5a787b2e 47004Author: Stefan Roese <sr@denx.de> 47005Date: Fri Jan 5 10:40:36 2007 +0100 47006 47007 [PATCH] Clear PLB4A0_ACR[WRP] on Sequoia (440EPx) 47008 47009 This fix will make the MAL burst disabling patch for the Linux 47010 EMAC driver obsolete. 47011 47012 Signed-off-by: Stefan Roese <sr@denx.de> 47013 47014commit 023889838282b6237b401664f22dd22dfba2c066 47015Author: Stefan Roese <sr@denx.de> 47016Date: Fri Jan 5 10:38:05 2007 +0100 47017 47018 [PATCH] Add DDR2 optimization code for Sequoia (440EPx) board 47019 47020 This code will optimize the DDR2 controller setup on a board specific 47021 basis. 47022 47023 Note: This code doesn't work right now on the NAND booting image for the 47024 Sequoia board, since it doesn't fit into the 4kBytes for the SPL image. 47025 47026 Signed-off-by: Stefan Roese <sr@denx.de> 47027 47028commit cce4acbb68398634b8d011ed7bb0d12269c84230 47029Author: Bartlomiej Sieka <tur@semihalf.com> 47030Date: Thu Dec 28 19:08:21 2006 +0100 47031 47032 Few V38B changes: 47033 - fix a typo in V38B config file 47034 - move watchdog initialisation earlier in the boot process 47035 - add "wdt=off" to default kernel command line (disables kernel watchdog) 47036 47037commit 92eb729bad876725aeea908d2addba0800620840 47038Author: Wolfgang Denk <wd@pollux.denx.de> 47039Date: Wed Dec 27 01:26:13 2006 +0100 47040 47041 Fix bug in adaption of Stefano Babic's CFI driver patch. 47042 47043commit 9c0f42ecfe25f7ffce8ec7a815f03864d723ffe3 47044Author: Wolfgang Denk <wd@pollux.denx.de> 47045Date: Sun Dec 24 01:42:57 2006 +0100 47046 47047 Minor code cleanup. 47048 47049commit d784fdb05900ada3686d5778783e1fb328e9fb66 47050Author: Stefano Babic <sbabic@denx.de> 47051Date: Tue Dec 12 00:22:42 2006 +0100 47052 47053 Fix cfi failure with Spansion Flash (Spansion Flash Devices have a different offset to go into CFI mode) 47054 47055commit 1b3c360c235dc684ec06c2d5f183f0a282ce45e2 47056Author: Stefan Roese <sr@denx.de> 47057Date: Fri Dec 22 14:29:40 2006 +0100 47058 47059 [PATCH] Fix sequoia flash autodetection (finally correct) 47060 47061 Now 32MByte and 64MByte FLASH is know to work and other 47062 configurations should work too. 47063 47064 Signed-off-by: Stefan Roese <sr@denx.de> 47065 47066commit 82e5236a8b719543643fd26d5827938ab2b94818 47067Author: Wolfgang Denk <wd@pollux.denx.de> 47068Date: Fri Dec 22 10:30:26 2006 +0100 47069 47070 Minor code cleanup; update CHANGELOG. 47071 47072commit fa23044564091f05d9695beb7b5b9a931e7f41a4 47073Author: Heiko Schocher <hs@pollux.denx.de> 47074Date: Thu Dec 21 17:17:02 2006 +0100 47075 47076 Added support for the TQM8272 board from TQ 47077 47078 Signed-off-by: Heiko Schocher <hs@denx.de> 47079 47080commit 6dedf3d49dd14c3bf541c8ecee7ffaac5f0e1d6c 47081Author: Heiko Schocher <hs@pollux.denx.de> 47082Date: Thu Dec 21 16:14:48 2006 +0100 47083 47084 [PATCH] Add support for the UC101 board from MAN. 47085 47086 Signed-off-by: Heiko Schocher <hs@denx.de> 47087 47088commit c84bad0ef60e7055ab0bd49b93069509cecc382a 47089Author: Bartlomiej Sieka <tur@semihalf.com> 47090Date: Wed Dec 20 00:29:43 2006 +0100 47091 47092 Fix to make the baudrate changes immediate for the MCF52x2 family. 47093 47094commit daa6e418bcc0c717752e8de939c213c790286096 47095Author: Bartlomiej Sieka <tur@semihalf.com> 47096Date: Wed Dec 20 00:27:32 2006 +0100 47097 47098 Preliminary support for the iDMR board (ColdFire). 47099 47100commit cdb97a6678826f85e7c69eae6a1c113d034c9b10 47101Author: Andrei Safronov <safronov@pollux.denx.de> 47102Date: Fri Dec 8 16:23:08 2006 +0100 47103 47104 automatic update mechanism 47105 47106commit 9d27b3a0685ff99fc477983f315c04d49f657a8a 47107Author: roy zang <tie-fei.zang@freescale.com> 47108Date: Mon Dec 4 17:56:59 2006 +0800 47109 47110 Slight code clean up. 47111 Add comments, delete duplicate define and remove spaces. 47112 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com> 47113 47114commit 4dbcd69e3e2776ea334590d5768e3692c5fae5c1 47115Author: roy zang <tie-fei.zang@freescale.com> 47116Date: Mon Dec 4 17:54:21 2006 +0800 47117 47118 Introduce PLL_CFG[0:4] table for processor 7448/7447A/7455/7457. The original 47119 multiplier table can not refect the real PLL clock behavior of these 47120 processors. Please refer to the hardware specification for detailed 47121 information of the corresponding processors. 47122 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com> 47123 47124commit 4efe20c9579011d9987f62ed7d35ee8cdc1cf0e0 47125Author: roy zang <tie-fei.zang@freescale.com> 47126Date: Mon Dec 4 14:46:23 2006 +0800 47127 47128 Remove the static MAC address, ip address, server ip, netmask and 47129 gateway ip for network setting. 47130 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com> 47131 47132commit 6f12c61cf31ed73d72ddfcfc712a854a3a177aaf 47133Author: roy zang <tie-fei.zang@freescale.com> 47134Date: Mon Dec 4 14:33:08 2006 +0800 47135 47136 Remove the duplicate memory test code for mpc744ihpc2 board. 47137 If a memory test is needed, please use the functions in 47138 post/memory.c or memtest command. 47139 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com> 47140 47141commit c9c1eeed7dd193fa65fb194654132040d49d4d3a 47142Author: roy zang <tie-fei.zang@freescale.com> 47143Date: Fri Dec 1 19:01:25 2006 +0800 47144 47145 Fix the exception occuring in RAM table search issue. 47146 The original search_one_table() function code can only processes the search 47147 for the exception occurring in FLASH/ROM, because the exception and fixup 47148 table usually locate in FLASH. If the exception address is also in 47149 FLASH, it will be OK. 47150 If the exception occurs in RAM, after the u-boot relocation, a 47151 relocation offset should be added. 47152 47153 clean up the code in cpu/74xx_7xx/cpu.c 47154 47155 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com> 47156 47157commit ee311214e0d216f904feea269599d0934bf71f23 47158Author: roy zang <tie-fei.zang@freescale.com> 47159Date: Fri Dec 1 11:47:36 2006 +0800 47160 47161 Clean up the code according to codestyle: 47162 (1) remove some C++ comments. 47163 (2) remove trailing white space. 47164 (3) remove trailing empty line. 47165 (4) Indentation by table. 47166 (5) remove {} in one line condition. 47167 (6) add space before '(' in function call. 47168 Remove some weird printf () output. 47169 Add necessary comments. 47170 Modified Makefile to support building in a separate directory. 47171 47172commit dd520bf314c7add4183c5191692180f576f96b60 47173Author: Wolfgang Denk <wd@pollux.denx.de> 47174Date: Thu Nov 30 18:02:20 2006 +0100 47175 47176 Code cleanup. 47177 47178commit 8d9a8610b8256331132227e9e6585c6bd5742787 47179Author: Wolfgang Denk <wd@pollux.denx.de> 47180Date: Thu Nov 30 01:54:07 2006 +0100 47181 47182 Code cleanup. Update CHANGELOG. 47183 47184commit 726e90aacf0b1ecb0e7055be574622fbe3e450ba 47185Author: Grant Likely <grant.likely@secretlab.ca> 47186Date: Wed Nov 29 16:23:42 2006 +0100 47187 47188 [PATCH] [MPC52xx] Use IPB bus frequency for SOC peripherals 47189 47190 The soc node of the mpc52xx needs to be loaded with the IPB bus frequency, 47191 not the XLB frequency. 47192 47193 This patch depends on the previous patches for MPC52xx device tree support 47194 47195 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 47196 Signed-off-by: Sylvain Munaut <tnt@246tNt.com> 47197 47198commit 1eac2a71417b6675b11aace72102a2e7fde8f5c6 47199Author: Stefan Roese <sr@denx.de> 47200Date: Wed Nov 29 15:42:37 2006 +0100 47201 47202 [PATCH] Add support for Prodrive P3M750 & P3M7448 (P3Mx) boards 47203 47204 This patch adds support for the Prodrive P3M750 (PPC750 & MV64460) 47205 and the P3M7448 (MPC7448 & MV64460) PMC modules. Both modules are 47206 quite similar and share the same board directory "prodrive/p3mx" 47207 and the same config file "p3mx.h". 47208 47209 Signed-off-by: Stefan Roese <sr@denx.de> 47210 47211commit 1bdd46832aeb569f5e04b1f20f64318525b6525a 47212Author: Stefan Roese <sr@denx.de> 47213Date: Wed Nov 29 12:53:15 2006 +0100 47214 47215 [PATCH] common/cmd_elf.c: Enable loadaddr as parameter in bootvx command 47216 47217 In the bootvx command the load address was only read from the env 47218 variable "loadaddr" and not optionally passed as paramter as described 47219 in the help. This is fixed with this patch. The behaviour is now the 47220 same as in the bootelf command. 47221 47222 Signed-off-by: Stefan Roese <sr@denx.de> 47223 47224commit 4e26f1074c3ac1bd8fd094f0dc4a1c4a0b15a592 47225Author: Stefan Roese <sr@denx.de> 47226Date: Wed Nov 29 12:03:57 2006 +0100 47227 47228 [PATCH] include/ppc440.h minor error affecting interrupts 47229 47230 Fixed include/ppc440.c for UIC address Bug 47231 47232 Corrects bug affecting the addresses for the universal interrupt 47233 controller UIC2 and UIC3 on the PPC440 Epx, GRx, and SPE chips. 47234 47235 Signed-off-by: Jeff Mann <mannj@embeddedplanet.com> 47236 Signed-off-by: Stefan Roese <sr@denx.de> 47237 47238commit 1939d969443ccf316cab2bf32ab1027d4db5ba1a 47239Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se> 47240Date: Tue Nov 28 16:17:27 2006 -0600 47241 47242 Make fsl-i2c not conflict with SOFT I2C 47243 47244 Signed-off-by: Timur Tabi <timur@freescale.com> 47245 47246commit 14198bf768fdc958e3c1afd2404e5262208e98d7 47247Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se> 47248Date: Tue Nov 28 16:17:18 2006 -0600 47249 47250 Fix I2C master address initialization. 47251 47252 Signed-off-by: Timur Tabi <timur@freescale.com> 47253 47254commit cf3d045e51ca8dcc6cf759827140861d6ac25c04 47255Author: Kim Phillips <kim.phillips@freescale.com> 47256Date: Tue Nov 28 23:31:19 2006 -0600 47257 47258 Assign maintainers for mpc8349emds and mpc8360emds 47259 47260 Dave for mpc8360emds, and me for mpc8349emds. 47261 47262commit 1aa934c81b77f2080d3ca4b226eab67b17a33961 47263Author: Kim Phillips <kim.phillips@freescale.com> 47264Date: Tue Nov 28 23:28:33 2006 -0600 47265 47266 Eliminate gcc 4 'used uninitialized' warnings in drivers/qe/uccf.c 47267 47268 give initial values for reg_num, shift, p_cmxucr in ucc_set_clk_src 47269 since they are passed by reference to ucc_get_cmxucr_reg and assigned. 47270 47271commit e857a5bdb3954b896c0920cb9d8d2b1b9c107ce5 47272Author: Timur Tabi <timur@freescale.com> 47273Date: Tue Nov 28 12:09:35 2006 -0600 47274 47275 mpc83xx: Miscellaneous code style fixes 47276 47277 Implement various code style fixes and similar changes. 47278 47279 Signed-off-by: Timur Tabi <timur@freescale.com> 47280 47281commit e59581c56ab5d6e0207ddac3b2c1d55cb36ec706 47282Author: Stefan Roese <sr@denx.de> 47283Date: Tue Nov 28 17:55:49 2006 +0100 47284 47285 [PATCH] Enable the IceCube/lite5200 variants to pass a device tree to Linux. 47286 47287 This patch adds the code and configuration necessary to boot with an 47288 arch/powerpc Linux kernel. 47289 47290 Signed-off-by: Grant Likely <grant.likely@gmail.com> 47291 Acked-by: Jon Loeliger <jdl@freescale.com> 47292 47293commit e732faec95a83cb468b4850ae807c8301dde8f6a 47294Author: Stefan Roese <sr@denx.de> 47295Date: Tue Nov 28 16:09:24 2006 +0100 47296 47297 [PATCH] PPC4xx: 440SP Rev. C detection added 47298 47299 Signed-off-by: Stefan Roese <sr@denx.de> 47300 47301commit e7f3e9ff01fbd7fa72eb42a9675fbed6bc4736b0 47302Author: Stefan Roese <sr@denx.de> 47303Date: Tue Nov 28 11:04:45 2006 +0100 47304 47305 [PATCH] nand: Fix patch merge problem 47306 47307 Signed-off-by: Stefan Roese <sr@denx.de> 47308 47309commit 58e3b14c18ed3288ceef8d086946dbf3df64ccf2 47310Author: Stefan Roese <sr@denx.de> 47311Date: Tue Nov 28 11:04:45 2006 +0100 47312 47313 [PATCH] nand: Fix patch merge problem 47314 47315 Signed-off-by: Stefan Roese <sr@denx.de> 47316 47317commit 4f4b602ec7524a032bdf3c6d28c7f525a4a67eaa 47318Author: Wolfgang Denk <wd@pollux.denx.de> 47319Date: Mon Nov 27 22:53:53 2006 +0100 47320 47321 Update CHANGELOG 47322 47323commit f6e495f54cdb8fe340b9c03deab40ad746d52fae 47324Author: Stefan Roese <sr@denx.de> 47325Date: Mon Nov 27 17:43:25 2006 +0100 47326 47327 [PATCH] 4xx_enet.c: Correct the setting of zmiifer register 47328 47329 Patch below corrects the setting of the zmiifer register, it was 47330 overwritting the register rather than ORing the settings. 47331 47332 Signed-off-by: Neil Wilson <NWilson@airspan.com> 47333 Signed-off-by: Stefan Roese <sr@denx.de> 47334 47335commit d1a72545296800b7e219f93104ad5836f0003d66 47336Author: Stefan Roese <sr@denx.de> 47337Date: Mon Nov 27 17:34:10 2006 +0100 47338 47339 [PATCH] Select NAND embedded environment from board configuration 47340 47341 The current NAND Bootloader setup forces the environment 47342 variables to be in line with the bootloader. This change 47343 enables the configuration to be made in the board include 47344 file instead so that it can be individually enabled. 47345 47346 Signed-off-by: Nick Spence <nick.spence@freescale.com> 47347 Signed-off-by: Stefan Roese <sr@denx.de> 47348 47349commit 15784862857c3c2214498defcfed84ff137fb81e 47350Author: Stefan Roese <sr@denx.de> 47351Date: Mon Nov 27 17:22:19 2006 +0100 47352 47353 [PATCH] nand_wait() timeout fixes 47354 47355 Two fixes for the nand_wait() function in 47356 drivers/nand/nand_base.c: 47357 47358 1. Use correct timeouts. The original timeouts in Linux 47359 source are 400ms and 20ms not 40s and 20s 47360 47361 2. Return correct error value in case of timeout. 0 is 47362 interpreted as OK. 47363 47364 Signed-off-by: Rui Sousa <rui.sousa@laposte.net> 47365 Signed-off-by: Stefan Roese <sr@denx.de> 47366 47367commit da5553b095bf04f4f109ad7e565dae3aba47b230 47368Author: Stefan Roese <sr@denx.de> 47369Date: Mon Nov 27 17:04:06 2006 +0100 47370 47371 [PATCH] Allow CONFIG_OF_FLAT_TREE to boot a non-arch/powerpc kernel 47372 47373 This patch allows an arch/ppc kernel to be booted by just passing 1 or 2 47374 arguments to bootm. It removes the getenv("disable_of") test that used 47375 to be used for this purpose. 47376 47377 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 47378 Acked-by: Jon Loeliger <jdl@freescale.com> 47379 47380commit a9398e018593782c5fa7d0741955fc1256b34c1e 47381Author: Wolfgang Denk <wd@pollux.denx.de> 47382Date: Mon Nov 27 15:32:42 2006 +0100 47383 47384 Minor code cleanup. Update CHANGELOG. 47385 47386commit 1729b92cde575476684bffe819d0b7791b57bff2 47387Author: Stefan Roese <sr@denx.de> 47388Date: Mon Nov 27 14:52:04 2006 +0100 47389 47390 [PATCH] 4xx: Fix problem with board specific reset code (now for real) 47391 47392 Signed-off-by: Stefan Roese <sr@denx.de> 47393 47394commit cc5ee8a92a0e3ca6f727af71b8fd206460c7afd7 47395Author: Stefan Roese <sr@denx.de> 47396Date: Mon Nov 27 14:49:51 2006 +0100 47397 47398 [PATCH] alpr: remove unused board specific flash driver 47399 47400 Signed-off-by: Stefan Roese <sr@denx.de> 47401 47402commit 1f94d162e2b5f0edc28d9fb11482502c44d218e1 47403Author: Stefan Roese <sr@denx.de> 47404Date: Mon Nov 27 14:48:41 2006 +0100 47405 47406 [PATCH] 4xx: Fix problem with board specific reset code 47407 47408 Signed-off-by: Stefan Roese <sr@denx.de> 47409 47410commit ec0c2ec725aec9524a177a77ce75559e644a931a 47411Author: Stefan Roese <sr@denx.de> 47412Date: Mon Nov 27 14:46:06 2006 +0100 47413 47414 [PATCH] Remove testing 4xx enet PHY setup 47415 47416 Signed-off-by: Stefan Roese <sr@denx.de> 47417 47418commit 1c2ce2262069510f31c7d3fd7efd3d58b8c0c148 47419Author: Stefan Roese <sr@denx.de> 47420Date: Mon Nov 27 14:12:17 2006 +0100 47421 47422 [PATCH] Update Prodrive ALPR board support (440GX) 47423 47424 Signed-off-by: Stefan Roese <sr@denx.de> 47425 47426commit 58b485776698c3d71ec5a215e392123b4c15afa3 47427Author: Markus Klotzbuecher <mk@denx.de> 47428Date: Mon Nov 27 11:51:21 2006 +0100 47429 47430 Add a small README with information on the generic ohci driver. 47431 47432commit ae3b770e4eae8e98b6e9e29662e18c47fdf0171f 47433Author: Markus Klotzbuecher <mk@denx.de> 47434Date: Mon Nov 27 11:46:46 2006 +0100 47435 47436 Fix some endianness issues related to the generic ohci driver 47437 47438commit 7b59b3c7a8ce2e4b567abf99c1cd667bf35b9418 47439Author: Markus Klotzbuecher <mk@denx.de> 47440Date: Mon Nov 27 11:44:58 2006 +0100 47441 47442 Introduced the configuration option CONFIG_USB_OHCI_NEW in order to be able 47443 to choose between the old and the generic OHCI drivers. 47444 47445commit 53e336e9ffc51035bdc4e5867631b3378761b4df 47446Author: Markus Klotzbuecher <mk@denx.de> 47447Date: Mon Nov 27 11:43:09 2006 +0100 47448 47449 Modified the mpc5xxx and the ppc4xx cpu to use the generic OHCI driver 47450 and adapted board configs TQM5200 and yosemite accordingly. This commit 47451 also makes the maximum number of root hub ports configurable 47452 (CFG_USB_OHCI_MAX_ROOT_PORTS). 47453 47454commit 78d620ebb5871d252270dedfad60c6568993b780 47455Author: Wolfgang Denk <wd@atlas.denx.de> 47456Date: Thu Nov 23 22:58:58 2006 +0100 47457 47458 Updates for TQM5200 modules: 47459 - fix off-by-one error in board/tqm5200/cam5200_flash.c error message 47460 - simplify "udate" definitions 47461 47462commit 2053283304eeddf250d109e6791eb6fa4cad14f7 47463Author: Stefan Roese <sr@denx.de> 47464Date: Wed Nov 22 13:20:50 2006 +0100 47465 47466 [PATCH] PPC4xx start.S: Fix for processor errata 47467 47468 Fixed cpu/ppc4xx/start.S for 440EPx Errata: further corrects PPC440EPx 47469 errata 1.12: 440_33 by moving patch up in code. 47470 47471 Signed-off-by: Jeff Mann <mannj@embeddedplanet.com> 47472 Signed-off-by: Stefan Roese <sr@denx.de> 47473 47474commit 4ef6251403f637841000e0fef9e832aa01339822 47475Author: Stefan Roese <sr@denx.de> 47476Date: Mon Nov 20 20:39:52 2006 +0100 47477 47478 [PATCH] Update AMCC Sequoia config file to support 64MByte NOR FLASH 47479 47480 Signed-off-by: Stefan Roese <sr@denx.de> 47481 47482commit e4bbd8da164b976d38616bd9c69c5e86e193cdf0 47483Author: Wolfgang Denk <wd@pollux.denx.de> 47484Date: Mon Nov 20 10:28:30 2006 +0100 47485 47486 Update CHANGELOG 47487 47488commit 260421a21e934a68d31fb6125b0fbd2631a8ca20 47489Author: Stefan Roese <sr@denx.de> 47490Date: Mon Nov 13 13:55:24 2006 +0100 47491 47492 [PATCH] CFI driver AMD Command Set Top boot geometry reversal, etc. [Updated] 47493 47494 * Adds support for AMD command set Top Boot flash geometry reversal 47495 * Adds support for reading JEDEC Manufacturer ID and Device ID 47496 * Adds support for displaying command set, manufacturer id and 47497 device ids (flinfo) 47498 * Makes flinfo output to be consistent when CFG_FLASH_EMPTY_INFO defined 47499 * Removes outdated change history (refer to git log instead) 47500 47501 Signed-off-by: Tolunay Orkun <listmember@orkun.us> 47502 Signed-off-by: Stefan Roese <sr@denx.de> 47503 47504commit b21b511d4c50408f4853f46f06b601272196223f 47505Author: Wolfgang Denk <wd@pollux.denx.de> 47506Date: Sun Nov 12 21:13:23 2006 +0100 47507 47508 Update CHANGELOG 47509 47510commit ce3f1a40c507afbab06c5eb58ccdc6713eda3245 47511Author: Bartlomiej Sieka <tur@semihalf.com> 47512Date: Sat Nov 11 22:48:22 2006 +0100 47513 47514 Disable the watchdog in the default config for the V38B board. 47515 47516commit 44a47e6db2694841211f1c8fdbafd36992e9cd1a 47517Author: Bartlomiej Sieka <tur@semihalf.com> 47518Date: Sat Nov 11 22:43:00 2006 +0100 47519 47520 Change the GPIO pin multiplexing configuration for V38B. The USB GPIO pin 47521 group is enabled for USB earlier (in cpu_init_f() instead of 47522 usb_lowlevel_init()). 47523 47524commit 91650b3e4de688038d4f71279c44858e3e2c6870 47525Author: Wolfgang Denk <wd@pollux.denx.de> 47526Date: Mon Nov 6 17:06:36 2006 +0100 47527 47528 Sequential accesses to non-existent memory must be synchronized, 47529 at least on G2 cores. 47530 47531 This fixes get_ram_size() problems on MPC5200 Rev. B boards. 47532 47533commit be5e61815d5a1fac290ce9c0ef09cb6a8e4288fa 47534Author: Timur Tabi <timur@freescale.com> 47535Date: Fri Nov 3 19:15:00 2006 -0600 47536 47537 mpc83xx: Update 83xx to use fsl_i2c.c 47538 47539 Update the 83xx tree to use I2C support in drivers/fsl_i2c.c. Delete 47540 cpu/mpc83xx/i2c.c, include/asm-ppc/i2c.h, and all references to those files. 47541 Added multiple I2C bus support to fsl_i2c.c. 47542 47543 Signed-off-by: Timur Tabi <timur@freescale.com> 47544 47545commit d239d74b1c937984bc519083a8e7de373a390f06 47546Author: Timur Tabi <timur@freescale.com> 47547Date: Fri Nov 3 12:00:28 2006 -0600 47548 47549 mpc83xx: Replace CFG_IMMRBAR with CFG_IMMR 47550 47551 Replace all instances of CFG_IMMRBAR with CFG_IMMR, so that the 83xx 47552 tree matches the other 8xxx trees. 47553 47554 Signed-off-by: Timur Tabi <timur@freescale.com> 47555 47556commit f7fb2e703ec9688541416962724adff70a7322cb 47557Author: Kim Phillips <kim.phillips@freescale.com> 47558Date: Thu Nov 2 19:47:11 2006 -0600 47559 47560 mpc83xx: Lindent and clean up cpu/mpc83xx/speed.c 47561 47562commit 90f30a710a3c619b5405860a686c4ddfc495d4b6 47563Author: Dave Liu <daveliu@freescale.com> 47564Date: Thu Nov 2 18:05:50 2006 -0600 47565 47566 mpc83xx: Fix the incorrect dcbz operation 47567 47568 The 834x rev1.x silicon has one CPU5 errata. 47569 47570 The issue is when the data cache locked with 47571 HID0[DLOCK], the dcbz instruction looks like no-op inst. 47572 47573 The right behavior of the data cache is when the data cache 47574 Locked with HID0[DLOCK], the dcbz instruction allocates 47575 new tags in cache. 47576 47577 The 834x rev3.0 and later and 8360 have not this bug inside. 47578 47579 So, when 834x rev3.0/8360 are working with ECC, the dcbz 47580 instruction will corrupt the stack in cache, the processor will 47581 checkstop reset. 47582 47583 However, the 834x rev1.x can work with ECC with these code, 47584 because the sillicon has this cache bug. The dcbz will not 47585 corrupt the stack in cache. 47586 Really, it is the fault code running on fault sillicon. 47587 47588 This patch fix the incorrect dcbz operation. Instead of 47589 CPU FP writing to initialise the ECC. 47590 47591 CHANGELOG: 47592 * Fix the incorrect dcbz operation instead of CPU FP 47593 writing to initialise the ECC memory. Otherwise, it 47594 will corrupt the stack in cache, The processor will checkstop 47595 reset. 47596 47597 Signed-off-by: Dave Liu <daveliu@freescale.com> 47598 47599commit bf0b542d6773a5a1cbce77691f009b06d9aeb57d 47600Author: Kim Phillips <kim.phillips@freescale.com> 47601Date: Wed Nov 1 00:10:40 2006 -0600 47602 47603 mpc83xx: add OF_FLAT_TREE bits to 83xx boards 47604 47605 add ft_pci_setup, OF_CPU, OF_SOC, OF_TBCLK, and 47606 STDOUT_PATH configuration bits to mpc8349emds, 47607 mpc8349itx, and mpc8360emds board code. 47608 47609 redo environment to use bootm with the fdtaddr 47610 for booting ARCH=powerpc kernels by default, 47611 and provide default fdtaddr values. 47612 47613commit 48041365b3420589ad464ebc7752e0053538b729 47614Author: Kim Phillips <kim.phillips@freescale.com> 47615Date: Wed Nov 1 00:07:25 2006 -0600 47616 47617 mpc83xx: change ft code to modify local-mac-address property 47618 47619 Update 83xx OF code to update local-mac-address properties 47620 for ethernet instead of the obsolete 'address' property. 47621 47622commit 9ca880a250870a7d55754291b5591d2b5fe89b54 47623Author: Timur Tabi <timur@freescale.com> 47624Date: Tue Oct 31 21:23:16 2006 -0600 47625 47626 mpc83xx: Fix dual I2C support for the MPC8349ITX, MPC8349EMDS, TQM834x, and MPC8360EMDS 47627 47628 This patch also adds an improved I2C set_speed(), which handles all clock 47629 frequencies. 47630 47631 Signed-off-by: Timur Tabi <timur@freescale.com> 47632 47633commit ac4b5622ce050b5ee1e154b98df630d778661632 47634Author: Dave Liu <daveliu@freescale.com> 47635Date: Tue Oct 31 19:54:59 2006 -0600 47636 47637 mpc83xx: add the README.mpc8360emds 47638 47639 add doc/README.mpc8360emds to accompany the new board support 47640 47641commit 7737d5c658c606f999dfbe3e86b0fed49e5c50ef 47642Author: Dave Liu <daveliu@freescale.com> 47643Date: Fri Nov 3 12:11:15 2006 -0600 47644 47645 mpc83xx: add QE ethernet support 47646 47647 this patch adds support for the QUICC Engine based UCC gigabit ethernet device. 47648 47649commit 5f8204394e39bbe8cd9f08b8f8d145b6c01f7c73 47650Author: Dave Liu <daveliu@freescale.com> 47651Date: Fri Nov 3 19:33:44 2006 -0600 47652 47653 mpc83xx: Add MPC8360EMDS basic board support 47654 47655 Add support for the Freescale MPC8360EMDS board. 47656 Includes DDR, DUART, Local Bus, PCI. 47657 47658commit 23892e49352de74f7fac36ff90bb1be143d195e3 47659Author: Dave Liu <daveliu@freescale.com> 47660Date: Tue Oct 31 19:30:40 2006 -0600 47661 47662 mpc83xx: add the QUICC Engine (QE) immap file 47663 47664 common QE immap file. Also required for 8360. 47665 47666commit b701652a4992bdcc62fb1a6038a85beef9e55da4 47667Author: Dave Liu <daveliu@freescale.com> 47668Date: Tue Oct 31 19:25:38 2006 -0600 47669 47670 mpc83xx: Add 8360 specifics to 83xx immap 47671 47672 Mainly add QE device dependencies, with appropriate 8360 protection. 47673 Lindent also run. 47674 47675commit 988833324a7fda482c8ac3ca23eb539f8232e404 47676Author: Timur Tabi <timur@freescale.com> 47677Date: Tue Oct 31 19:14:41 2006 -0600 47678 47679 mpc83xx: Fix PCI, USB, bootargs for MPC8349E-mITX 47680 47681 PREREQUISITE PATCHES: 47682 47683 * This patch can only be applied after the following patches have been applied: 47684 47685 1) DNX#2006092142000015 "Add support for the MPC8349E-mITX 1/2" 47686 2) DNX#2006092142000024 "Add support for the MPC8349E-mITX 2/2" 47687 47688 CHANGELOG: 47689 47690 * For the 8349E-mITX, fix some size values in pci_init_board(), enable 47691 the clock for the 2nd USB board (Linux kernel will hang otherwise), 47692 and fix the CONFIG_BOOTARGS macro. 47693 47694 Signed-off-by: Timur Tabi <timur@freescale.com> 47695 47696commit 2ad6b513b31070bd0c003792ed1c3e7f5d740357 47697Author: Timur Tabi <timur@freescale.com> 47698Date: Tue Oct 31 18:44:42 2006 -0600 47699 47700 mpc83xx: Add support for the MPC8349E-mITX 47701 47702 PREREQUISITE PATCHES: 47703 47704 * This patch can only be applied after the following patches have been applied: 47705 47706 1) DNX#2006090742000024 "Add support for multiple I2C buses" 47707 2) DNX#2006090742000033 "Multi-bus I2C implementation of MPC834x" 47708 3) DNX#2006091242000041 "Additional MPC8349 support for multibus i2c" 47709 4) DNX#2006091242000078 "Add support for variable flash memory sizes on 83xx systems" 47710 5) DNX#2006091242000069 "Add support for Errata DDR6 on MPC 834x systems" 47711 47712 CHANGELOG: 47713 47714 * Add support for the Freescale MPC8349E-mITX reference design platform. 47715 The second TSEC (Vitesse 7385 switch) is not supported at this time. 47716 47717 Signed-off-by: Timur Tabi <timur@freescale.com> 47718 47719commit 183da6d9b446cc12123455844ad1187e2375626f 47720Author: Ben Warren <bwarren@qstreams.com> 47721Date: Tue Sep 12 10:15:53 2006 -0400 47722 47723 Additional MPC8349 support for multibus i2c 47724 47725 Hello, 47726 47727 Here is a patch for a file that was accidentally left out of a previous 47728 attempt. 47729 47730 It accompanies the patch with ticket DNX#2006090742000024 47731 47732 CHANGELOG: 47733 Change PCI initialization to use new multi-bus I2C API. 47734 47735 regards, 47736 Ben 47737 47738commit b24f119d672b709d153ff2ac091d4aa63ec6877d 47739Author: Ben Warren <bwarren@qstreams.com> 47740Date: Thu Sep 7 16:51:04 2006 -0400 47741 47742 Multi-bus I2C implementation of MPC834x 47743 47744 Hello, 47745 47746 Attached is a patch implementing multiple I2C buses on the MPC834x CPU 47747 family and the MPC8349EMDS board in particular. 47748 This patch requires Patch 1 (Add support for multiple I2C buses). 47749 Testing was performed on a 533MHz board. 47750 47751 /*** Note: This patch replaces ticket DNX#2006083042000027 ***/ 47752 47753 Signed-off-by: Ben Warren <bwarren@qstreams.com> 47754 47755 CHANGELOG: 47756 Implemented driver-level code to support two I2C buses on the 47757 MPC834x CPU family and the MPC8349EMDS board. Available I2C bus speeds 47758 are 50kHz, 100kHz and 400kHz on each bus. 47759 47760 regards, 47761 Ben 47762 47763commit bb99ad6d8257bf828f150d40f507b30d80a4a7ae 47764Author: Ben Warren <bwarren@qstreams.com> 47765Date: Thu Sep 7 16:50:54 2006 -0400 47766 47767 Add support for multiple I2C buses 47768 47769 Hello, 47770 47771 Attached is a patch providing support for multiple I2C buses at the 47772 command level. The second part of the patch includes an implementation 47773 for the MPC834x CPU and MPC8349EMDS board. 47774 47775 /*** Note: This patch replaces ticket DNX#2006083042000018 ***/ 47776 47777 Signed-off-by: Ben Warren <bwarren@qstreams.com> 47778 47779 Overview: 47780 47781 1. Include new 'i2c' command (based on USB implementation) using 47782 CONFIG_I2C_CMD_TREE. 47783 47784 2. Allow multiple buses by defining CONFIG_I2C_MULTI_BUS. Note that 47785 the commands to change bus number and speed are only available under the 47786 new 'i2c' command mentioned in the first bullet. 47787 47788 3. The option CFG_I2C_NOPROBES has been expanded to work in multi-bus 47789 systems. When CONFIG_I2C_MULTI_BUS is used, this option takes the form 47790 of an array of bus-device pairs. Otherwise, it is an array of uchar. 47791 47792 CHANGELOG: 47793 Added new 'i2c' master command for all I2C interaction. This is 47794 conditionally compiled with CONFIG_I2C_CMD_TREE. New commands added for 47795 setting I2C bus speed as well as changing the active bus if the board 47796 has more than one (conditionally compiled with 47797 CONFIG_I2C_MULTI_BUS). Updated NOPROBE logic to handle multiple buses. 47798 Updated README. 47799 47800 regards, 47801 Ben 47802 47803commit bed85caf872714ebf53013967a695c9d63acfc68 47804Author: Timur Tabi <timur@freescale.com> 47805Date: Tue Oct 31 18:13:36 2006 -0600 47806 47807 mpc83xx: Add support for Errata DDR6 on MPC 834x systems 47808 47809 CHANGELOG: 47810 47811 * Errata DDR6, which affects all current MPC 834x processors, lists changes 47812 required to maintain compatibility with various types of DDR memory. This 47813 patch implements those changes. 47814 47815 Signed-off-by: Timur Tabi <timur@freescale.com> 47816 47817commit afd6e470f639883002c7c59d562690a5cb0f4865 47818Author: Timur Tabi <timur@freescale.com> 47819Date: Wed Oct 25 18:45:23 2006 -0500 47820 47821 mpc83xx: fix TQM build by defining a CFG_FLASH_SIZE for it 47822 47823commit 31068b7c4abeefcb2c8fd4fbeccc8ec6c6d0475a 47824Author: Timur Tabi <timur@freescale.com> 47825Date: Tue Aug 22 17:07:00 2006 -0500 47826 47827 mpc83xx: Add support for variable flash memory sizes on 83xx systems 47828 47829 CHANGELOG: 47830 47831 * On 83xx systems, use the CFG_FLASH_SIZE macro to program the LBC local access 47832 window registers, instead of using a hard-coded value of 8MB. 47833 47834 Signed-off-by: Timur Tabi <timur@freescale.com> 47835 47836commit 2fc34ae66e73fa7841d1a006dc1b5dcbc1f78965 47837Author: Tanya Jiang <tanya.jiang@freescale.com> 47838Date: Thu Aug 3 18:38:13 2006 +0800 47839 47840 mpc83xx: Unified TQM834x variable names with 83xx and consolidated macros 47841 47842 Unified TQM834x variable names with 83xx and consolidated macro 47843 in preparation for the 8360 and other upcoming 83xx devices. 47844 47845 Signed-off-by: Tanya Jiang <tanya.jiang@freescale.com> 47846 47847commit f6eda7f80ccc13d658020268c507d7173cf2e8aa 47848Author: Dave Liu <daveliu@freescale.com> 47849Date: Wed Oct 25 14:41:21 2006 -0500 47850 47851 mpc83xx: Changed to unified mpx83xx names and added common 83xx changes 47852 47853 Incorporated the common unified variable names and the changes in preparation 47854 for releasing mpc8360 patches. 47855 47856 Signed-off-by: Dave Liu <daveliu@freescale.com> 47857 47858commit 3894c46c27c64891f93ac04edde86a9fa9758d92 47859Author: Tanya Jiang <tanya.jiang@freescale.com> 47860Date: Thu Aug 3 18:36:02 2006 +0800 47861 47862 mpc83xx: Fix missing build for mpc8349emds pci.c 47863 47864 Make pci build for mpc8349emds 47865 47866 Signed-off-by: Tanya Jiang <tanya.jiang@freescale.com> 47867 47868commit 09a81ff740b29deea1e2ab08a3c2ac136c2e6219 47869Author: Tanya Jiang <tanya.jiang@freescale.com> 47870Date: Thu Aug 3 18:39:49 2006 +0800 47871 47872 mpc83xx: Removed unused file resetvec.S for mpc83xx cpu 47873 47874 Removed unused file resetvec.S for mpc83xx cpu 47875 47876 Signed-off-by: Tanya Jiang <tanya.jiang@freescale.com> 47877 47878commit 04f899fc465c3e44f2b55ecc70618f5696fc0ddf 47879Author: Nick Spence <Nick.Spence@freescale.com> 47880Date: Sat Sep 30 00:32:59 2006 -0700 47881 47882 NAND Flash verify across block boundaries 47883 47884 This patch addresses a problem when CONFIG_MTD_NAND_VERIFY_WRITE is 47885 defined 47886 and the write crosses a block boundary. The pointer to the verification 47887 buffer (bufstart) is not being updated to reflect the starting of the 47888 new 47889 block so the verification of the second block fails. 47890 47891 CHANGELOG: 47892 47893 * Fix NAND FLASH page verification across block boundaries 47894 47895commit f484dc791a3932537213c43c654cc1295c64b84c 47896Author: Nick Spence <nick.spence@freescale.com> 47897Date: Thu Sep 7 07:39:46 2006 -0700 47898 47899 Added RGMII support to the TSECs and Marvell 881111 Phy 47900 47901 Added a phy initialization to adjust the RGMII RX and TX timing 47902 Always set the R100 bit in 100 BaseT mode regardless of the TSEC mode 47903 47904 Signed-off-by: Nick Spence <nick.spence@freescale.com> 47905 47906commit 4831c8b8a97799da77923d6bbb4c260c0d45521c 47907Author: roy zang <tie-fei.zang@freescale.com> 47908Date: Fri Nov 3 13:10:00 2006 +0800 47909 47910 Remove some unused CFG define. 47911 undef CFG_DRAM_TEST 47912 47913commit 99c09c4dec34f77c243bf51bea532e3f339410ad 47914Author: roy zang <tie-fei.zang@freescale.com> 47915Date: Fri Nov 3 13:07:36 2006 +0800 47916 47917 Change the TEXT_BASE from 0xFFF00000 to 0xFF000000. 47918 Both work. 0xFF000000 seems more reasonable. 47919 47920commit c59200443072353044aa4bf737a5a60f9a9af231 47921Author: Wolfgang Denk <wd@pollux.denx.de> 47922Date: Thu Nov 2 15:15:01 2006 +0100 47923 47924 Release U-Boot 1.1.6 47925 47926commit c1fbe4103a0d6c8957f912af902d705ba67836f2 47927Author: roy zang <tie-fei.zang@freescale.com> 47928Date: Thu Nov 2 19:14:48 2006 +0800 47929 47930 This patch comes from Yuli's posted patch on 8/8/2006 47931 titled "CFI Driver Little-Endian write Issue". 47932 47933 http://sourceforge.net/mailarchive/message.php?msg_id=36311999 47934 47935 If that patch applied, please discard this one. 47936 Until now , I do not see his patch is applied. So please apply this one. 47937 47938 Signed-off-by: Yuli Barcohen <yuli@arabellasw.com> 47939 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com> 47940 47941commit b825f158e449e1e9cf74c08e572955e122394c96 47942Author: roy zang <tie-fei.zang@freescale.com> 47943Date: Thu Nov 2 19:12:31 2006 +0800 47944 47945 Tsi108 on chip i2c support. 47946 47947 The i2c Interface provides a master-only, serial interface that can be 47948 used for initializing Tsi108/Tsi109 registers from an EEPROM after a 47949 device reset. 47950 47951 Signed-off-by: Alexandre Bounine <alexandreb@tundra.com> 47952 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com> 47953 47954commit 9226e7d6f09b9a1ac074cd918c81225a4689bba8 47955Author: roy zang <tie-fei.zang@freescale.com> 47956Date: Thu Nov 2 19:11:06 2006 +0800 47957 47958 Tsi108 on chip pci controller support. 47959 47960 If there is no pci card, the tsi108/109 pci configure read will 47961 cause a machine check exception to the processor. PCI error should 47962 also be cleared after the read. 47963 47964 Signed-off-by: Alexandre Bounine <alexandreb@tundra.com> 47965 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com> 47966 47967commit d1927cee977126e547ceeba23e4f978f377cfb8f 47968Author: roy zang <tie-fei.zang@freescale.com> 47969Date: Thu Nov 2 19:08:55 2006 +0800 47970 47971 Tundra tsi108 on chip Ethernet controller support. 47972 47973 The following is a brief description of the Ethernet controller: 47974 The Tsi108/9 Ethernet Controller connects Switch Fabric to two independent 47975 Gigabit Ethernet ports,E0 and E1. It uses a single Management interface 47976 to manage the two physical connection devices (PHYs). Each Ethernet port 47977 has its own statistics monitor that tracks and reports key interface 47978 statistics. Each port supports a 256-entry hash table for address 47979 filtering. In addition, each port is bridged to the Switch Fabric 47980 through a 2-Kbyte transmit FIFO and a 4-Kbyte Receive FIFO. 47981 47982 Each Ethernet port also has a pair of internal Ethernet DMA channels to 47983 support the transmit and receive data flows. The Ethernet DMA channels 47984 use descriptors set up in memory, the memory map of the device, and 47985 access via the Switch Fabric. The Ethernet Controller?s DMA arbiter 47986 handles arbitration for the Switch Fabric. The Controller also 47987 has a register businterface for register accesses and status monitor 47988 control. 47989 47990 The PMD (Physical Media Device) interface operates in MII, GMII, or TBI 47991 modes. The MII mode is used for connecting with 10 or 100 Mbit/s PMDs. 47992 The GMII and TBI modes are used to connect with Gigabit PMDs. Internal 47993 data flows to and from the Ethernet Controller through the Switch Fabric. 47994 47995 Each Ethernet port uses its transmit and receive DMA channels to manage 47996 data flows through buffer descriptors that are predefined by the 47997 system (the descriptors can exist anywhere in the system memory map). 47998 These descriptors are data structures that point to buffers filled 47999 with data ready to transmit over Ethernet, or they point to empty 48000 buffers ready to receive data from Ethernet.
48001 48002 Signed-off-by: Alexandre Bounine <alexandreb@tundra.com> 48003 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com> 48004 48005commit 78aa0c3427f3ecdeb34aabfbbe2dd23b6ad8f40e 48006Author: roy zang <tie-fei.zang@freescale.com> 48007Date: Thu Nov 2 19:01:33 2006 +0800 48008 48009 Tundra tsi108 header file. 48010 48011 The Tundra Semiconductor Corporation (Tundra) Tsi108 is a host bridge for 48012 PowerPC processors that offers numerous system interconnect options for 48013 embedded application designers. The Tsi108 can interconnect 60x or 48014 MPX processors to PCI/X peripherals, DDR2-400 memory, Gigabit Ethernet, 48015 and Flash. Provided the macro define for tsi108 chip. 48016 48017 Signed-off-by: Alexandre Bounine <alexandreb@tundra.com> 48018 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com> 48019 48020commit 87c4db09699c6b89176b31004afcb83eb1585d47 48021Author: roy zang <tie-fei.zang@freescale.com> 48022Date: Thu Nov 2 18:59:15 2006 +0800 48023 48024 Add mpc7448hpc2 (mpc7448 + tsi108) board associated code support. 48025 mpc7448hpc2 board support high level code:tsi108 init + mpc7448hpc2. 48026 48027 Signed-off-by: Alexandre Bounine <alexandreb@tundra.com> 48028 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com> 48029 48030commit 27801b8ab11c61b577e45742a515bb3b23b80241 48031Author: roy zang <tie-fei.zang@freescale.com> 48032Date: Thu Nov 2 18:57:21 2006 +0800 48033 48034 Add mpc7448hpc2 (mpc7448 + tsi108) board associated code support. 48035 Make ,config.mk and link file for the mpc7448hpc2 board. 48036 48037 Signed-off-by: Alexandre Bounine <alexandreb@tundra.com> 48038 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com> 48039 48040commit c6411c0c3bbc79f9ba8aef58296a42d8f9d8a0a6 48041Author: roy zang <tie-fei.zang@freescale.com> 48042Date: Thu Nov 2 18:55:04 2006 +0800 48043 48044 Add mpc7448hpc2 (mpc7448 + tsi108) board associated code support. 48045 The mpc7448hpc2 board support header file. 48046 48047 Signed-off-by: Alexandre Bounine <alexandreb@tundra.com> 48048 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com> 48049 48050commit 625bb5ddb50b243f931262ca8c46956409471917 48051Author: roy zang <tie-fei.zang@freescale.com> 48052Date: Thu Nov 2 18:52:21 2006 +0800 48053 48054 Add mpc7448hpc2 (mpc7448 + tsi108) board associated code support. 48055 The mpc7448hpc2 board support low level assemble language init code. 48056 48057 Signed-off-by: Alexandre Bounine <alexandreb@tundra.com> 48058 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com> 48059 48060commit 4c52783b3d024e153c4972b97332e314bc3bdc46 48061Author: roy zang <tie-fei.zang@freescale.com> 48062Date: Thu Nov 2 18:49:51 2006 +0800 48063 48064 General code modification for mpc7448hpc2 board support. 48065 1. Add 7447A and 7448 processor support. 48066 2. Add the following flags. 48067 48068 CFG_CONFIG_BUS_CLK : If the 74xx bus frequency can be configured dynamically 48069 (such as by switch on board), this flag should be set. 48070 48071 CFG_EXCEPTION_AFTER_RELOCATE: If an exception occurs after the u-boot 48072 relocates to RAM, this flag should be set. 48073 48074 CFG_SERIAL_HANG_IN_EXCEPTION: If the print out function will cause the 48075 system hang in exception, this flag should be set. 48076 48077 There is a design issue for tsi108/109 pci configure read. When pci scan 48078 the slots, if there is no pci card, the tsi108/9 will cause a machine 48079 check exception for mpc7448 processor. 48080 48081 Signed-off-by: Alexandre Bounine <alexandreb@tundra.com> 48082 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com> 48083 48084commit 69366bf42f22d67efce8da3f8c40a43d4a3c2695 48085Author: roy zang <tie-fei.zang@freescale.com> 48086Date: Thu Nov 2 18:34:47 2006 +0800 48087 48088 Add README file for mpc7448hpc2 board. 48089 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com> 48090 48091commit 25721b5cec2be4bce79cfade17ec8f6aa1e67526 48092Author: Bartlomiej Sieka <tur@semihalf.com> 48093Date: Wed Nov 1 02:04:38 2006 +0100 48094 48095 Finish up support for MarelV38B board 48096 - add watchdog support 48097 - enable GPIO_WKUP_7 pin for input 48098 - code cleanup 48099 48100commit ffa150bc90c943ca265170bd1be3f293674dd5c7 48101Author: Bartlomiej Sieka <tur@semihalf.com> 48102Date: Wed Nov 1 01:45:46 2006 +0100 48103 48104 - Fix issues related to the use of ELDK 4 when compiling for MarelV38B: 48105 * remove warnings when compiling ethaddr.c 48106 * adjust linker script (fixes a crash resulting from incorrect 48107 definition of __u_boot_cmd_start) 48108 - Some MarelV38B code cleanup. 48109 48110commit dae80f3caf9754a6dd3ddf3cf903d0c46cbd4385 48111Author: Bartlomiej Sieka <tur@semihalf.com> 48112Date: Wed Nov 1 01:38:16 2006 +0100 48113 48114 - Add MPC5XXX register definition MPC5XXX_WU_GPIO_DATA_I and change the 48115 MPC5XXX_WU_GPIO_DATA macro to MPC5XXX_WU_GPIO_DATA_O (per MPC5200 User's 48116 Manual). Replace the uses of MPC5XXX_WU_GPIO_DATA with 48117 MPC5XXX_WU_GPIO_DATA_O for affected boards. 48118 48119 - Add defintions for some MPC5XXX GPIO pins. 48120 48121commit 82d9c9ec29a1bec1b03ba616425ebaed231072c8 48122Author: Bartlomiej Sieka <tur@semihalf.com> 48123Date: Wed Nov 1 01:34:29 2006 +0100 48124 48125 Changed MarelV38B board make target to lowercase. Config file cleanup. 48126 48127commit 1954be6e9c9421b45d0a9d05b10356acc7563150 48128Author: Wolfgang Denk <wd@pollux.denx.de> 48129Date: Sun Oct 29 01:03:51 2006 +0200 48130 48131 Automatically adjust ARFLAGS so "make -s" is really silent. 48132 48133commit fae684e89844856383bdf101440889557df3e6b1 48134Author: Stefan Roese <sr@denx.de> 48135Date: Sat Oct 28 16:45:00 2006 +0200 48136 48137 [PATCH] omap925.c: Remove unused functions 48138 48139 Signed-off-by: Ladislav Michl <ladis@linux-mips.org> 48140 Signed-off-by: Stefan Roese <sr@denx.de> 48141 48142commit 1265581502ab8ea8c08e8edbe9bf64fbd62fd776 48143Author: Stefan Roese <sr@denx.de> 48144Date: Sat Oct 28 17:12:58 2006 +0200 48145 48146 [PATCH] Add some missing machtypes for netstar & voiceblue boards 48147 48148 Use MACH_TYPE_NETSTAR and MACH_TYPE_VOICEBLUE defines instead of 48149 numbers in code. 48150 48151 Signed-off-by: Ladislav Michl <ladis@linux-mips.org> 48152 Signed-off-by: Stefan Roese <sr@denx.de> 48153 48154commit 856f054410cef52d868feb330168b2a4c4091328 48155Author: Stefan Roese <sr@denx.de> 48156Date: Sat Oct 28 15:55:52 2006 +0200 48157 48158 [PATCH] NAND: Partition name support added to NAND subsystem 48159 48160 chpart, nboot and NAND subsystem related commands now accept also partition 48161 name to specify offset. 48162 48163 Signed-off-by: Ladislav Michl <ladis@linux-mips.org> 48164 Signed-off-by: Stefan Roese <sr@denx.de> 48165 48166commit 07a69a18c2ecfda904231fdf23e2523ea7792eb6 48167Author: Wolfgang Denk <wd@pollux.denx.de> 48168Date: Sat Oct 28 02:29:44 2006 +0200 48169 48170 Update CHANGELOG. 48171 48172commit 2751a95abd1b96911081c357e96a12fa97b40dee 48173Author: Wolfgang Denk <wd@pollux.denx.de> 48174Date: Sat Oct 28 02:29:14 2006 +0200 48175 48176 Enable commandline editing and hush shell on all TQM boards. 48177 48178commit 8078f1a5f63a739b8533478f6c2b62fb1e2f79d7 48179Author: Wolfgang Denk <wd@pollux.denx.de> 48180Date: Sat Oct 28 02:28:02 2006 +0200 48181 48182 README says CFG_AUTO_COMPLETE, but ocde uses CONFIG_AUTO_COMPLETE 48183 48184commit 471a7be7a042e95e440f5de969c9765214ae8d6e 48185Author: Wolfgang Denk <wd@denx.de> 48186Date: Sat Oct 28 01:14:32 2006 +0200 48187 48188 Check for illegal character '=' in environment variable names. 48189 48190 Make sure the string passed as variable name does not contain a '=' 48191 character. This not only prevents the common error or typing 48192 "setenv foo=bar" instead of "setenv foo bar", but (more importantly) 48193 also closes a backdoor which allowed to delete write-protected 48194 environment variables, for example by using "setenv ethaddr=". 48195 48196commit 19973b6ad9863a56f5c5fbcfd90e20ab2490a2c2 48197Author: Wolfgang Denk <wd@pollux.denx.de> 48198Date: Sat Oct 28 00:38:39 2006 +0200 48199 48200 Minor code cleanup. 48201 48202commit e11887a77d81077416a2d1c5e0354916fee8c034 48203Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 48204Date: Thu Oct 26 17:55:31 2006 +0200 48205 48206 Don't pass any debug options directly to the assembler 48207 48208 When passing the -g option to gcc, gcc automatically selects a 48209 suitable --g<format> option to pass on to the assembler. 48210 Thus, there's no point in forcing a specific debug option on the 48211 assembler using the -Wa mechanism. 48212 48213 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 48214 48215commit ea08ff6e14f9ebb8c07cfa79c51ef540eb087393 48216Author: Jon Loeliger <jdl@freescale.com> 48217Date: Fri Oct 27 07:47:22 2006 -0500 48218 48219 MPC86xx: Cleaned up unused and conditionally used local variables. 48220 48221 Signed-off-by: Jon Loeliger <jdl@freescale.com> 48222 48223commit d38936cdae46bfd2623ff83f6ce9b616d36ab0f9 48224Author: Wolfgang Denk <wd@pollux.denx.de> 48225Date: Fri Oct 27 11:55:21 2006 +0200 48226 48227 Fix "ar" flags in some Makefiles to allow for silent "make -s" 48228 48229commit 4653f91c13ed51c21cc4c3855745d69a3fb1817f 48230Author: Ben Warren <bwarren@qstreams.com> 48231Date: Thu Oct 26 14:38:25 2006 -0400 48232 48233 Fix TSEC driver (now for real): avoid crashes if PHY is not attached 48234 to a TSEC (e.g. a switch is connected via RMII) or 48235 if the PHY is defective/incorrectly configured. 48236 48237 Signed-off-by: Ben Warren <bwarren@qstreams.com> 48238 48239commit b985b5d6e4fb88f508f7aa0f126c2e27ada2b999 48240Author: Ben Warren <bwarren@qstreams.com> 48241Date: Thu Oct 26 14:38:25 2006 -0400 48242 48243 Fix TSEC driver: avoid crashes if PHY is not attached 48244 to a TSEC (e.g. a switch is connected via RMII) or 48245 if the PHY is defective/incorrectly configured. 48246 48247 Signed-off-by: Ben Warren <bwarren@qstreams.com> 48248 48249commit 2b2a40bebbf1822506e80e631d7253e60f0e0fe6 48250Author: Wolfgang Denk <wd@pollux.denx.de> 48251Date: Thu Oct 26 16:24:31 2006 +0200 48252 48253 Code cleanup. 48254 48255commit 5e3b0bc19f07ed277d85324ad0427642c8981baf 48256Author: Haavard Skinnemoen <hskinnemoen@atmel.com> 48257Date: Wed Oct 25 15:48:59 2006 +0200 48258 48259 Finish up support for the ATSTK1000/ATSTK1002 boards 48260 48261 Add atstk1002_config target to Makefile and move the AVR32 section 48262 down below Blackfin so that it doesn't end up in the middle of 48263 MIPS. 48264 48265 Drop the autogenerated linker script thing for now. Will have to 48266 revisit how to handle chips with different flash and RAM layout 48267 later. 48268 48269 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 48270 48271commit c76f951a747cfb87ba826ef45b5aea82d5b5dbb4 48272Author: Kumar Gala <galak@kernel.crashing.org> 48273Date: Tue Oct 24 23:47:37 2006 -0500 48274 48275 Added support for Multi-Image files that contain a device tree 48276 48277 If a Multi-Image file contains a third image we try to use it as a 48278 device tree. The device tree image is assumed to be uncompressed in the 48279 image file. We automatically allocate space for the device tree in memory 48280 and provide an 8k pad to allow more than a reasonable amount of growth. 48281 48282 Additionally, a device tree that was contained in flash will now automatically 48283 get copied to system memory as part of boot. Previously an error was 48284 reported if one tried to boot a device tree that was in flash. 48285 48286 Signed-off-by: Kumar Gala <galak@kernel.crashing.org> 48287 48288commit 7c52c4b943ff52bbe8796a7e2d3e476ceaf3f512 48289Author: Wolfgang Denk <wd@denx.de> 48290Date: Tue Oct 24 21:35:55 2006 +0200 48291 48292 Switch to automatically generated CHANGELOG file. 48293 (use "make CHANGELOG" to update it from time to time) 48294 48295commit 7ade0c634a979c32fa91a74e8f5775f24651fbe6 48296Author: Stefan Roese <sr@denx.de> 48297Date: Tue Oct 24 18:06:48 2006 +0200 48298 48299 Fix bug in PPC440 NAND driver cpu/ppc4xx/ndfc.c 48300 Patch by Stefan Roese, 24 Oct 2006 48301 48302commit 8ae3b713b2286e0c3213b7802062e4c1599010de 48303Author: Wolfgang Denk <wd@pollux.denx.de> 48304Date: Tue Oct 24 17:24:55 2006 +0200 48305 48306 Merge with /home/wd/git/u-boot/master 48307 48308commit 47a6989c10685d2ab3efcf95228ce50d2a496d3e 48309Author: Wolfgang Denk <wd@pollux.denx.de> 48310Date: Tue Oct 24 15:32:57 2006 +0200 48311 48312 Code cleanup 48313 48314commit 3a78e3e75b633ecb6413114ffd11e2f000c4f11e 48315Author: Wolfgang Denk <wd@pollux.denx.de> 48316Date: Tue Oct 24 14:51:36 2006 +0200 48317 48318 Move atstk1000 files into vendor specific directory. 48319 Patch by Haavard Skinnemoen, 12 Sep 2006 48320 48321commit 6ccec4492e77428fd6eafd3dfe94fbdf08e91d37 48322Author: Wolfgang Denk <wd@pollux.denx.de> 48323Date: Tue Oct 24 14:42:37 2006 +0200 48324 48325 Add ATSTK1000 and ATSTK1002 board support 48326 Patch by Haavard Skinnemoen, 06 Sep 2006 48327 48328 This patch adds support for the ATSTK1000 with the ATSTK1002 CPU 48329 daughterboard. 48330 48331 ATSTK1000 is a full-featured development board for AT32AP CPUs. It 48332 has two ethernet ports, a high quality QVGA LCD panel, a loudspeaker, 48333 and connectors for USART, PS/2, VGA, USB, MMC/SD cards and 48334 CompactFlash cards. For more information, please see this page: 48335 48336 http://www.atmel.com/dyn/products/tools.asp?family_id=682 48337 48338 The ATSTK1002 is a daughterboard for the ATSTK1000 supporting the 48339 AT32AP7000 chip. 48340 48341 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 48342 48343commit f93ae788c3640fcde5db383471d45548ff4060d0 48344Author: Wolfgang Denk <wd@pollux.denx.de> 48345Date: Tue Oct 24 14:31:24 2006 +0200 48346 48347 Add common serial driver for Atmel AT32 and AT91 chips 48348 Patch by Haavard Skinnemoen, 06 Sep 2006 48349 48350 This is a first attempt at creating a common serial driver for Atmel 48351 chips. For now, it supports the AT32AP7000 AVR32 chip, but it should 48352 be possible to support AT91RM9200 and other ARM-based chips with some 48353 minor modifications. 48354 48355 There's nothing fundamentally AVR32-specific in this driver, but it 48356 does use some features which are currently only defined for the 48357 AT32AP CPU port: 48358 * pm_get_clock_freq: Obtain the clock frequency of a given domain 48359 * gd->console_uart: A "struct device" containing information about 48360 register mappings, gpio resources and clocks associated with the 48361 UART device. 48362 48363 For more information about these features, please see the "AT32AP 48364 CPU" patch. 48365 48366commit 72a087e04705c26cad982879ebd06b5281bf825a 48367Author: Wolfgang Denk <wd@pollux.denx.de> 48368Date: Tue Oct 24 14:27:35 2006 +0200 48369 48370 Add AT32AP CPU and AT32AP7000 SoC support 48371 Patch by Haavard Skinnemoen, 06 Sep 2006 48372 48373 This patch adds support for the AT32AP CPU family and the AT32AP7000 48374 chip, which is the first chip implementing the AVR32 architecture. 48375 48376 The AT32AP CPU core is a high-performance implementation featuring a 48377 7-stage pipeline, separate instruction- and data caches, and a MMU. 48378 For more information, please see the "AVR32 AP Technical Reference": 48379 48380 http://www.atmel.com/dyn/resources/prod_documents/doc32001.pdf 48381 48382 In addition to this, the AT32AP7000 chip comes with a large set of 48383 integrated peripherals, many of which are shared with the AT91 series 48384 of ARM-based microcontrollers from Atmel. Full data sheet is 48385 available here: 48386 48387 http://www.atmel.com/dyn/resources/prod_documents/doc32003.pdf 48388 48389 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 48390 48391commit 7b64fef33c66be648826c0ff9758298ef13d0604 48392Author: Wolfgang Denk <wd@pollux.denx.de> 48393Date: Tue Oct 24 14:21:16 2006 +0200 48394 48395 Add AVR32 architecture support 48396 Patch by Haavard Skinnemoen, 6 Sep 2006 16:23:02 +0200 48397 48398 This patch adds common infrastructure code for the Atmel AVR32 48399 architecture. See doc/README.AVR32 for details. 48400 48401 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> 48402 48403commit 2da2d9a4766063b9848f3a35ad6025499cf87265 48404Author: Wolfgang Denk <wd@pollux.denx.de> 48405Date: Tue Oct 24 13:57:33 2006 +0200 48406 48407 Use -g instead of -gstabs in AFLAGS_DEBUG 48408 Patch by Haavard Skinnemoen, 30 Aug 2006 48409 48410 In config.mk, -Wa,-gstabs is unconditionally appended to AFLAGS no 48411 matter what the target's preferred debugging format is. This patch 48412 simply replaces -gstabs with -g, so that the default debugging format 48413 for the architecture is used. 48414 48415commit 965829872169c2996023840d98e1d85ad148d629 48416Author: Wolfgang Denk <wd@pollux.denx.de> 48417Date: Tue Oct 24 13:55:18 2006 +0200 48418 48419 Fix/workaround broken dependency handling with make 3.81 48420 Based on patch by Haavard Skinnemoen, 29 Aug 2006 11:20:39 +0200 48421 48422commit 8318fbf8cc30418b621ea9f39b84b4c1a08f003a 48423Author: Marian Balakowicz <m8@semihalf.com> 48424Date: Mon Oct 23 22:17:05 2006 +0200 48425 48426 Fix sequoia separate object direcory building problems. 48427 48428commit 3dfa9cfdcee78b30da3432318b32821ffabe974b 48429Author: Jon Loeliger <jdl@freescale.com> 48430Date: Fri Oct 20 17:16:35 2006 -0500 48431 48432 Use generic I2C register block on 85xx and 86xx. 48433 48434 Replace private IMMAP I2C structures with generic reg block 48435 and allow 86xx to have multiple I2C device busses. 48436 48437 Signed-off-by: Jon Loeliger <jdl@freescale.com> 48438 48439commit f5012827df11ca0c9be1df5f8b153e188dc2fa7c 48440Author: Jon Loeliger <jdl@freescale.com> 48441Date: Fri Oct 20 15:54:34 2006 -0500 48442 48443 Fix compilation warnings on a few 85xx boards. 48444 48445 Signed-off-by: Jon Loeliger <jdl@freescale.com> 48446 48447commit 2047672684cf85cb6f96a1fbc993180aaaf19a99 48448Author: Jon Loeliger <jdl@freescale.com> 48449Date: Fri Oct 20 15:50:15 2006 -0500 48450 48451 Converted all 85xx boards to use a common FSL I2C driver. 48452 Introduced COFIG_FSL_I2C to select the common FSL I2C driver. 48453 And removed hard i2c path from a few u-boot.lds scipts too. 48454 Minor whitespace cleanups along the way. 48455 48456 Signed-off-by: Jon Loeliger <jdl@freescale.com> 48457 48458commit 4d45f69e362b05892c9e92a7907e5820995612aa 48459Author: Jon Loeliger <jdl@freescale.com> 48460Date: Thu Oct 19 12:02:24 2006 -0500 48461 48462 Rewrite a series of goto statements as a sequences of 48463 conditional expressions instead. 48464 48465 Use consistent return code 0/-1 for good/bad indicators. 48466 48467 Include one fewer file if the driver isn't used at all. 48468 48469 Signed-off-by: Jon Loeliger <jdl@freescale.com> 48470 48471commit 7237c033b02fe295880435f1eb80819a0c987532 48472Author: Jon Loeliger <jdl@freescale.com> 48473Date: Thu Oct 19 11:02:16 2006 -0500 48474 48475 Moved i2c driver out of cpu/mpc86xx/i2c.c into drivers/fsl_i2c.c 48476 48477 in an effort to begin to unify the umpteen FSL I2C drivers that 48478 are all otherwise very similar. 48479 48480 Signed-off-by: Jon Loeliger <jdl@freescale.com> 48481 48482commit 13a7fcdf37f6ea9429ae04c9df67f893364cfe4b 48483Author: Jon Loeliger <jdl@freescale.com> 48484Date: Thu Oct 19 11:33:52 2006 -0500 48485 48486 * Fix a bunch of compiler warnings for gcc 4.0 48487 48488 Signed-off-by: Matthew McClintock <msm@freescale.com> 48489 48490commit af9e1f5b9e6f9ce810f5e8bf2961c9542a5865c2 48491Author: Stefan Roese <sr@denx.de> 48492Date: Tue Oct 17 06:14:31 2006 +0200 48493 48494 Add monitor functions for indirect access to PPC440 DCR's 48495 Patch by Leonid Baryudin, 12 Oct 2006 48496 48497commit 5f3249a0a168e446a4cc9669b2bce0bc456f0a09 48498Author: Jon Loeliger <jdl@freescale.com> 48499Date: Fri Oct 13 16:47:53 2006 -0500 48500 48501 Fixed leading whitespace issues. 48502 Removed spurious LAWAR thing. 48503 48504 Signed-off-by: Jon Loeliger <jdl@freescale.com> 48505 48506commit 0ee90cb77e01d6e8ccd37e1bd96678597875c391 48507Author: Jon Loeliger <jdl@freescale.com> 48508Date: Thu Oct 12 10:42:36 2006 -0500 48509 48510 Remove unneeded include files and local variable. 48511 48512 Signed-off-by: Jon Loeliger <jdl@freescale.com> 48513 48514commit 1eaf3a5ff4960a46f3a9063568ba2af7883f07c5 48515Author: Grant Likely <grant.likely@secretlab.ca> 48516Date: Tue Oct 10 00:23:32 2006 -0600 48517 48518 Fix possible uninitialized variable compiler warning. 48519 48520 When CONFIG_OF_FLAG_TREE is set, the compiler complains that 'len' in 48521 do_bootm_linux() may be uninitialized. There is no possibility in the 48522 current code that len will get used uninitialized, but this fix follows 48523 the existing convention of setting both len and data to zero at the same 48524 time. 48525 48526 Signed-off-by: Grant Likely <grant.likely@secretlab.ca> 48527 48528commit 7376eb87aaa601f728f9b8e5e9cd2711a67f529e 48529Author: Matthew McClintock <msm@freescale.com> 48530Date: Wed Oct 11 15:13:01 2006 -0500 48531 48532 * Fix a bunch of compiler warnings for gcc 4.0 48533 48534 Signed-off-by: Matthew McClintock <msm@freescale.com> 48535 48536commit bf651baa365e5447246aad6a633ccd667cf24a39 48537Author: Jon Loeliger <jdl@freescale.com> 48538Date: Wed Oct 11 10:10:43 2006 -0500 48539 48540 Move "ar" flags to config.mk to allow for silent "make -s" 48541 48542commit 1fd5699a4a24f5c1dab1b32f480bace1ebb9fc3e 48543Author: Jon Loeliger <jdl@freescale.com> 48544Date: Tue Oct 10 17:19:03 2006 -0500 48545 48546 Coding style changes to remove local varible blocks 48547 and reformat a bit nicer. 48548 48549commit 8b283dbb3a08d1b8d406bc15f119e081b3e2606a 48550Author: Jon Loeliger <jdl@freescale.com> 48551Date: Tue Oct 10 17:16:04 2006 -0500 48552 48553 Fix whitespace issues. 48554 48555commit 7b382b7125f2397cce63253df62f183e3dfa2770 48556Author: Jon Loeliger <jdl@freescale.com> 48557Date: Tue Oct 10 17:14:45 2006 -0500 48558 48559 Fix whitespace issues. 48560 48561commit e10390ddd736b0dad1528eec4b0fe35c0827139a 48562Author: Jon Loeliger <jdl@freescale.com> 48563Date: Tue Oct 10 17:06:53 2006 -0500 48564 48565 Fix whitespace issues. 48566 48567commit 89875e96ba3f023157bf50d5f8e33bf254964a76 48568Author: Jon Loeliger <jdl@freescale.com> 48569Date: Tue Oct 10 17:03:43 2006 -0500 48570 48571 Ran lindent and cleaned up whitespace issues. 48572 Format for 80-columns too. 48573 48574commit 333961ae7095fc66d8a041fce1ac9ee873b09d86 48575Author: Jon Loeliger <jdl@freescale.com> 48576Date: Tue Oct 10 17:02:22 2006 -0500 48577 48578 Fix whitespace and 80-col issues. 48579 48580commit 5c912cb1c31266c66ca59b36f9b6f87296421d75 48581Author: Stefan Roese <sr@denx.de> 48582Date: Sat Oct 7 11:36:51 2006 +0200 48583 48584 CFG_NAND_QUIET_TEST added to not warn upon missing NAND device 48585 Patch by Stefan Roese, 07 Oct 2006 48586 48587commit 5bc528fa4da751d472397b308137238a6465afd2 48588Author: Stefan Roese <sr@denx.de> 48589Date: Sat Oct 7 11:35:25 2006 +0200 48590 48591 Update ALPR code (NAND support working now) 48592 Patch by Stefan Roese, 07 Oct 2006 48593 48594commit 77d5034847d328753b80c46b83f960a14a26f40e 48595Author: Stefan Roese <sr@denx.de> 48596Date: Sat Oct 7 11:33:03 2006 +0200 48597 48598 Remove compile warnings in fpga code 48599 Patch by Stefan Roese, 07 Oct 2006 48600 48601commit f3443867e90d2979a7dd1c65b0d537777e1f9850 48602Author: Stefan Roese <sr@denx.de> 48603Date: Sat Oct 7 11:30:52 2006 +0200 48604 48605 Add CONFIG_BOARD_RESET to configure board specific reset function 48606 Patch by Stefan Roese, 07 Oct 2006 48607 48608commit f55df18187e7a45cb73fec4370d12135e6691ae1 48609Author: John Traill <john.traill@freescale.com> 48610Date: Fri Sep 29 08:23:12 2006 +0100 48611 48612 Fix missing tCycle/modfreq calculation. 48613 48614 Signed-off-by: John Traill <john.traill@freescale.com> 48615 48616commit 8272dc2f58f2473d8995fcc9b916440cfba080f0 48617Author: Andy Fleming <afleming@freescale.com> 48618Date: Wed Sep 13 10:33:35 2006 -0500 48619 48620 Updated config headers to add default FDT-based booting 48621 48622commit 09f3e09e9ebcfa7919ca8931a4b5504fadd1f1d3 48623Author: Andy Fleming <afleming@freescale.com> 48624Date: Wed Sep 13 10:34:18 2006 -0500 48625 48626 Add support for eTSEC 3 & 4 on 8548 CDS 48627 48628 * Added support for using eTSEC 3 and eTSEC 4 on the 8548 CDS. 48629 This will only work on rev 1.3 boards (but doesn't break older boards) 48630 * Cleaned up some comments to reflect the expanded role of tsec 48631 in other systems 48632 48633commit 084d648b109c8984f83674043c1a7fa3885ef801 48634Author: Andy Fleming <afleming@freescale.com> 48635Date: Wed Sep 13 10:33:56 2006 -0500 48636 48637 Added code to support 2.6.18 PCI changes in u-boot 48638 48639 * Added code to swizzle the IRQ map for the PCI 48640 48641commit afbdc649f8751e4f4f1a6f527edfe139773f2c15 48642Author: Jon Loeliger <jdl@freescale.com> 48643Date: Tue Sep 19 09:34:10 2006 -0500 48644 48645 Modified makefile for new build mechanism. 48646 48647 Signed-off-by: Jon Loeliger <jdl@freescale.com> 48648 48649commit d14ba6a798beb753e7a864500414fcc2d198b8bc 48650Author: Jon Loeliger <jdl@freescale.com> 48651Date: Thu Sep 14 08:40:36 2006 -0500 48652 48653 Handle 86xx SVR values according to the new Reference Manual. 48654 Both 8641 and 8641D have SVR == 0x8090, and are distinguished 48655 by the byte in bits 16-23 instead. 48656 Thanks to Jason Jin for noticing. 48657 48658 Signed-off-by: Jon Loeliger <jdl@freescale.com> 48659 48660commit 88c8f4921fc47fb0eb2384b16586f1bd7f275be7 48661Author: Zhang Wei <wei.zhang@freescale.com> 48662Date: Mon Aug 28 14:25:31 2006 +0800 48663 48664 Fixed an OF-tree off-by-one bug when adding a new property name. 48665 This bug will cause the kernel booting to pause a long time. 48666 48667 Signed-off-by: Zhang Wei <wei.zhang@freescale.com> 48668 (cherry picked from 2f15776ccc6dc32377d8ba9652b8f58059c27c6d commit) 48669 48670commit 9bff7a69a885adebbd2bd45990494ec4cf998a30 48671Author: Jon Loeliger <jdl@freescale.com> 48672Date: Tue Aug 29 11:05:09 2006 -0500 48673 48674 Remove trailing empty lines. 48675 48676commit cd6d73d5b895a5935ac4fde0a356288142a584e0 48677Author: Jon Loeliger <jdl@freescale.com> 48678Date: Tue Aug 29 09:48:49 2006 -0500 48679 48680 Remove bogus msync and use volatile asm. 48681 48682commit 778d45049ce5927b65b3ff1d8e6692b654bdd49e 48683Author: Jon Loeliger <jdl@freescale.com> 48684Date: Tue Aug 29 08:17:14 2006 -0500 48685 48686 Add myself as maintainer for MPC8641HPCN. 48687 48688commit 2f15776ccc6dc32377d8ba9652b8f58059c27c6d 48689Author: Zhang Wei <wei.zhang@freescale.com> 48690Date: Mon Aug 28 14:25:31 2006 +0800 48691 48692 Fixed an OF-tree off-by-one bug when adding a new property name. 48693 This bug will cause the kernel booting to pause a long time. 48694 48695 Signed-off-by: Zhang Wei <wei.zhang@freescale.com> 48696 48697commit 5567806b67d0ae83493aa8823ad3b6c914f581d7 48698Author: Haiying Wang <haiying.wang@freescale.com> 48699Date: Fri Aug 25 14:38:34 2006 -0400 48700 48701 Change ramdiskaddr and dtbaddr 48702 Remove PEX fluff commands. 48703 48704 Signed-off-by: Haiying Wang <haiying.wang@freescale.com> 48705 Signed-off-by: Jon Loeliger <jdl@freescale.com> 48706 48707commit b2b78421d9db49c21a821af8a19c21c1f7dfb29e 48708Author: Matthew McClintock <msm@freescale.com> 48709Date: Wed Aug 23 13:32:45 2006 -0500 48710 48711 * Another small fix for booting with disable_of 48712 48713 Signed-off-by: Matthew McClintock <msm@freescale.com> 48714 48715commit 4a7cc0f21918e6ecf07ed57075d67df2c4a1299c 48716Author: Jon Loeliger <jdl@freescale.com> 48717Date: Wed Aug 23 11:04:43 2006 -0500 48718 48719 Cleanup and lindent new AHCI driver. 48720 48721commit dabf9ef8c10b4dead5ef2106ef742b1c06b542de 48722Author: Jin Zhengxiong <jason@bus.ap.freescale.net> 48723Date: Wed Aug 23 19:15:12 2006 +0800 48724 48725 Add AHCI define and sata support for MPC8641HPCN board. 48726 48727 Signed-off-by:Jason Jin<jason.jin@freescale.com> 48728 48729commit 4782ac80b02f0d01afd309e2200dd3c7037f2ba4 48730Author: Jin Zhengxiong <jason@bus.ap.freescale.net> 48731Date: Wed Aug 23 19:10:44 2006 +0800 48732 48733 Add AHCI support to u-boot 48734 48735 Add AHCI support in u-boot, enable the sata disk controllers which 48736 following the AHCI protocol. 48737 48738 Signed-off-by:Jason Jin<jason.jin@freescale.com> 48739 48740commit d8ea2acf5f137cae99417df4f573d036ee384668 48741Author: Zhang Wei <wei.zhang@freescale.com> 48742Date: Wed Aug 23 17:54:32 2006 +0800 48743 48744 Add dtb boot-up parameter to default boot commands. 48745 48746 Signed-off-by: Zhang Wei <wei.zhang@freescale.com> 48747 48748commit b93775c2036b99baa390ea425c4771895bbc63c4 48749Author: Jon Loeliger <jdl@freescale.com> 48750Date: Tue Aug 22 18:26:08 2006 -0500 48751 48752 Cleanup even more poorly introduced whitespace. 48753 48754commit ae6241685cbcf0c79a3636530d2ceab1fb291a94 48755Author: Jon Loeliger <jdl@freescale.com> 48756Date: Tue Aug 22 18:07:00 2006 -0500 48757 48758 Cleanup more poorly introduced whitespace. 48759 48760commit 2c33e8a1c535b3ae91cf0b284480600bf3f57c57 48761Author: Jon Loeliger <jdl@freescale.com> 48762Date: Tue Aug 22 17:54:05 2006 -0500 48763 48764 Cleanup poorly introduced whitespace. 48765 48766commit 80e955c7dd98f4b4fd23c2113caf75ed2b77b5b3 48767Author: Jon Loeliger <jdl@freescale.com> 48768Date: Tue Aug 22 12:25:27 2006 -0500 48769 48770 General indent and whitespace cleanups. 48771 48772commit ffff3ae56f5842ca3679e4ce7922b819a87aad9f 48773Author: Jon Loeliger <jdl@freescale.com> 48774Date: Tue Aug 22 12:06:18 2006 -0500 48775 48776 General indent and whitespace cleanups. 48777 48778commit 41a0e8b304d3ff55fe27a230507aac79684016ac 48779Author: Jon Loeliger <jdl@freescale.com> 48780Date: Tue Aug 22 10:42:21 2006 -0500 48781 48782 Cleanup compiler warnings. 48783 48784commit 5de62c47a8628b3da4d73f7c07027f32a3342d40 48785Author: Matthew McClintock <msm@freescale.com> 48786Date: Tue Aug 22 09:31:59 2006 -0500 48787 48788 Fix disable_of booting 48789 48790 Signed-off-by: Matthew McClintock <msm@freescale.com> 48791 48792commit 87a449c8ac396420cb24260f717ea9e6faa82047 48793Author: Matthew McClintock <msm@freescale.com> 48794Date: Tue Aug 22 09:23:55 2006 -0500 48795 48796 Support for FDT in uImage format, error when using FDT from flash 48797 48798 Signed-off-by: Matthew McClintock <msm@freescale.com> 48799 48800commit 75c299c38369d01addd5e054b8a16217b70f4a86 48801Author: Haiying Wang <haiying.wang@freescale.com> 48802Date: Tue Aug 15 15:12:55 2006 -0400 48803 48804 Unlock cache before kernel starts up for MPC86xx 48805 48806commit 67256678f00c09b0a7f19e862e5c1847553d31bc 48807Author: Haiying Wang <haiying.wang@freescale.com> 48808Date: Tue Aug 15 15:13:15 2006 -0400 48809 48810 Copy Global Data Pointer to r29 for DECLARE_GLOBAL_DATA_PTR 48811 48812commit 1c8f6d8fb028f156094d05f2d14298e6479364ac 48813Author: Haiying Wang <haiying.wang@freescale.com> 48814Date: Tue Aug 15 15:12:55 2006 -0400 48815 48816 Unlock cache before kernel starts up for MPC86xx 48817 48818commit 0d9ccc55edf9a7f3c5b2b6263580a6ea8d702a04 48819Author: Haiying Wang <haiying.wang@freescale.com> 48820Date: Tue Aug 15 15:13:15 2006 -0400 48821 48822 Copy Global Data Pointer to r29 for DECLARE_GLOBAL_DATA_PTR 48823 48824commit 86c8e17f25e972a7e272950a0735fad84e082b88 48825Author: Matthew McClintock <msm@freescale.com> 48826Date: Wed Aug 16 13:59:47 2006 -0500 48827 48828 * Fix disable_of booting 48829 48830 Signed-off-by: Matthew McClintock <msm@freescale.com> 48831 48832commit 25c751e9adc86e22fe3b5b47cf2806379b575db7 48833Author: Matthew McClintock <msm@freescale.com> 48834Date: Wed Aug 16 10:54:09 2006 -0500 48835 48836 * Support for FDT in uImage format, error when using FDT from flash 48837 48838 Signed-off-by: Matthew McClintock <msm@freescale.com> 48839 48840commit 899620c2d66d4eef3b2a0034d062e71d45d886c9 48841Author: Stefan Roese <sr@denx.de> 48842Date: Tue Aug 15 14:22:35 2006 +0200 48843 48844 Add initial support for the ALPR board from Prodrive 48845 NAND needs some additional testing 48846 Patch by Heiko Schocher, 15 Aug 2006 48847 48848commit f0ff4692ff3372dec55074a8eb444943ab095abb 48849Author: Stefan Roese <sr@denx.de> 48850Date: Tue Aug 15 14:15:51 2006 +0200 48851 48852 Add FPGA Altera Cyclone 2 support 48853 Patch by Heiko Schocher, 15 Aug 2006 48854 48855commit fecf1c7e4de1b2779edc18742b91c22bdc32b68b 48856Author: Jon Loeliger <jdl@freescale.com> 48857Date: Mon Aug 14 15:33:38 2006 -0500 48858 48859 Fix BAT0 to actually be cacheable, non-guarded as documented. 48860 48861 Signed-off-by: Jon Loeliger <jdl@freescale.com> 48862 48863commit 40bc83559db5745681909fd7382ae509567e116d 48864Author: Jon Loeliger <jdl@freescale.com> 48865Date: Wed Aug 9 15:32:16 2006 -0500 48866 48867 Removed MPC8641HPCN DTS source file from build. 48868 It is no longer linked into U-Boot; its sources are 48869 now located in the kernel tree. 48870 48871 Signed-off-by: Jon Loeliger <jdl@freescale.com> 48872 48873commit 34c3c0e01dbf1f8cc2bd08de92f2b89ba84921eb 48874Author: Matthew McClintock <msm@freescale.com> 48875Date: Wed Jun 28 10:47:03 2006 -0500 48876 48877 * Switched default PCI speed for 8540 ADS back to 33MHz 48878 48879 * Added comments and a printf to warn that PCI-X won't 48880 work at 33MHz 48881 Patch by Andy Fleming 17-Mar-2006 48882 48883 Signed-off-by: Andy Fleming <afleming@freescale.com> 48884 48885commit b6c5e1373b6ea0bb37a18e4aeecec00613d1cd39 48886Author: Matthew McClintock <msm@freescale.com> 48887Date: Wed Jun 28 10:46:35 2006 -0500 48888 48889 * Fixed a bug where 8555 PCI code used the old variable and function names Patch by Andy Fleming 17-Mar-2006 48890 48891 Signed-off-by: Andy Fleming <afleming@freescale.com> 48892 48893commit bf1dfffd8c26f8ecdd630a0ae4c834e751e4e452 48894Author: Matthew McClintock <msm@freescale.com> 48895Date: Wed Jun 28 10:46:13 2006 -0500 48896 48897 * Added VIA configuration table 48898 48899 * Added support for PCI2 on CDS 48900 Patch by Andy Fleming 17-Mar-2006 48901 48902 Signed-off-by: Andy Fleming <afleming@freescale.com> 48903 48904commit c88f9fe66b64247e5b6a38410ba315ca25596d16 48905Author: Matthew McClintock <msm@freescale.com> 48906Date: Wed Jun 28 10:45:41 2006 -0500 48907 48908 * Fixed PCI memory definitions Patch by Andy Fleming 17-Mar-2006 48909 48910 Signed-off-by: Andy Fleming <afleming@freescale.com> 48911 48912commit 97074ed9655309b64231bc2cee69fe85399f8055 48913Author: Matthew McClintock <msm@freescale.com> 48914Date: Wed Jun 28 10:45:17 2006 -0500 48915 48916 * Added support for initializing second PCI bus on 85xx Patch by Andy Fleming 17-Mar-2006 48917 48918 Signed-off-by: Andy Fleming <afleming@freescale.com> 48919 48920commit f0e6f57f71b3c4fdd13028eb03c3f3e91926dda2 48921Author: Matthew McClintock <msm@freescale.com> 48922Date: Wed Jun 28 10:44:49 2006 -0500 48923 48924 * Added PCI-X #defines for PCI-X initialization Patch by Andy Fleming on 17-Mar-2006 48925 48926 Signed-off-by: Andy Fleming <afleming@freescale.com> 48927 48928commit a4e11558b810ef2cddffdf7b9d86bc1130441960 48929Author: Matthew McClintock <msm@freescale.com> 48930Date: Wed Jun 28 10:44:23 2006 -0500 48931 48932 * 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 48933 48934 Signed-off-by: Andy Fleming <afleming@freescale.com> 48935 48936commit 0e16387db1d4aacd5bf35cb6d7c1942765c0347b 48937Author: Matthew McClintock <msm@freescale.com> 48938Date: Wed Jun 28 10:43:36 2006 -0500 48939 48940 * Add Flat Dev Tree construction for MPC85xx ADS and CDS boards Patch by Jon Loeliger 17-Jan-2006 48941 48942 Signed-off-by: Jon Loeliger <jdl@freescale.com> 48943 48944commit 855e6fb073f9d04fe4a7f06c107ecbac6344ddd4 48945Author: Matthew McClintock <msm@freescale.com> 48946Date: Wed Jun 28 10:43:00 2006 -0500 48947 48948 * 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 48949 48950commit 5498d90312aad9f6bdbf047986027c35b03cd163 48951Author: Matthew McClintock <msm@freescale.com> 48952Date: Wed Jun 28 10:42:24 2006 -0500 48953 48954 * Patch to modify ft_build.c to update flat device trees in place Patch by Matthew McClintock 26-June-2006 48955 48956commit 0267768eddc5ca7bc1865bc40c866829ac5efbfe 48957Author: Matthew McClintock <msm@freescale.com> 48958Date: Wed Jun 28 10:41:37 2006 -0500 48959 48960 * Modify bootm command to support booting with flat device trees Patch by Matthew McClintock 26-June-2006 48961 48962commit 8fc8bd2cc479b6cd188fdede4010e0e052970b8a 48963Author: John Traill <john.traill@freescale.com> 48964Date: Wed Aug 9 14:33:50 2006 +0100 48965 48966 Add Rapidio support for the MPC8641HPCN 48967 48968 Signed-off-by: John Traill <john.traill@freescale.com> 48969 48970commit 91a414c7d1fb0eac912592cd995b30c9f23045c9 48971Author: John Traill <john.traill@freescale.com> 48972Date: Tue Aug 8 11:32:43 2006 +0100 48973 48974 Fix caslat calculation 48975 48976 Signed-off-by: John Traill <john.traill@freescale.com> 48977 48978commit 709d3073e74153278e7904a70819bbef7df50e1a 48979Author: Jon Loeliger <jdl@freescale.com> 48980Date: Thu Aug 3 16:17:56 2006 -0500 48981 48982 Convert to mac-address in ethernet nodes. 48983 48984commit 71748af833ca1017edf1415be376366ff2937d17 48985Author: Haiying Wang <haiying.wang@freescale.com> 48986Date: Fri Jul 28 12:41:35 2006 -0400 48987 48988 Correct the irq value of DUART2 48989 48990commit 9cb3e8816ae4d854e7dc22128c3eea3d70bb982c 48991Author: Haiying Wang <haiying.wang@freescale.com> 48992Date: Fri Jul 28 12:41:41 2006 -0400 48993 48994 Change the space size of PEX IO in README 48995 48996commit 239db37c94f7a92941c4465feceb867c609241c5 48997Author: Haiying Wang <haiying.wang@freescale.com> 48998Date: Fri Jul 28 12:41:18 2006 -0400 48999 49000 Move get_board_sys_clk to board directory
49001 49002commit 492900b985439fbce1a118afde1e35def870db03 49003Author: John Traill <john.traill@freescale.com> 49004Date: Fri Jul 28 09:03:54 2006 +0100 49005 49006 Fix 8641HPCN pollution 49007 49008commit 515ab8a62e8574e2babc6e8dcc43544ad221c5b2 49009Author: John Traill <john.traill@freescale.com> 49010Date: Fri Jul 28 08:16:06 2006 +0100 49011 49012 Fix 8641HPCN timebase 49013 49014commit c86360b830f1eecd7a72208575dde4f57879faea 49015Author: Zhang Wei <wei.zhang@freescale.com> 49016Date: Fri Jul 28 00:01:34 2006 +0800 49017 49018 Fixed OF device tree of mpc86xxhpcn board. 49019 49020 The changes works in with kernel irq mapping rework. 49021 49022 Signed-off-by: Zhang Wei <wei.zhang@freescale.com> 49023 49024commit bea3f28d285942bf3f7ab339ce85178ded544225 49025Author: Haiying Wang <haiying.wang@freescale.com> 49026Date: Wed Jul 12 10:48:05 2006 -0400 49027 49028 Add support for reading and writing mac addresses to or from ID EEPROM. 49029 49030 Added code for reading and writing Mac addresses to/from ID EEPROM(0x57). 49031 With attached patch, we can use command "mac/mac read/mac save/" 49032 to read and write EEPROM under u-boot prompt. 49033 49034 U-boot will calculate the checksum of EEPROM while bootup, 49035 if it is right, then u-boot will check whether the mac address 49036 of eTSEC0/1/2/3 is availalbe (non-zero). 49037 49038 If there is mac address availabe in EEPROM, u-boot will use it, 49039 otherewise, u-boot will use the mac address defined in 49040 MPC8641HPCN.h. This matches the requirement to set unique mac address 49041 for each TSEC port. 49042 49043 Signed-off-by: Haiying Wang <haiying.wang@freescale.com> 49044 Signed-off-by: York Sun <yorksun@freescale.com> 49045 49046commit fcb28e763415e0e4e66b0f45842d1557ae198e5e 49047Author: Jin Zhengxiong <Jason.Jin@freescale.com> 49048Date: Thu Jul 13 10:35:10 2006 -0500 49049 49050 Fixed initrd issue by define big RAM 49051 49052 Signed-off-by:Jason Jin <Jason.jin@freescale.com> 49053 49054commit e6cd2a1785d74ec3d30a86f1cb360be8de478151 49055Author: Jason Jin <Jason.jin@freescale.com> 49056Date: Fri Jul 7 10:01:45 2006 -0500 49057 49058 We made a u-boot patch to fix the hang up issue 49059 when booting filesystem from ramdisk. 49060 49061 Signed-off-by:Jason Jin <Jason.jin@freescale.com> 49062 49063commit 38433ccc5850ee70549af0b2bc5b920355ef5388 49064Author: Matthew McClintock <msm@freescale.com> 49065Date: Wed Jun 28 10:47:03 2006 -0500 49066 49067 * Switched default PCI speed for 8540 ADS back to 33MHz 49068 * Added comments and a printf to warn that PCI-X won't 49069 work at 33MHz 49070 Patch by Andy Fleming 17-Mar-2006 49071 49072 Signed-off-by: Andy Fleming <afleming@freescale.com> 49073 49074commit e4c2a0eb0c3e3ffbf824800184ee42bdc99d5b19 49075Author: Matthew McClintock <msm@freescale.com> 49076Date: Wed Jun 28 10:46:35 2006 -0500 49077 49078 * Fixed a bug where 8555 PCI code used the old variable and 49079 function names 49080 Patch by Andy Fleming 17-Mar-2006 49081 49082 Signed-off-by: Andy Fleming <afleming@freescale.com> 49083 49084commit cbfc7ce756b88eb26e5537bc7b625c445c6dcfac 49085Author: Matthew McClintock <msm@freescale.com> 49086Date: Wed Jun 28 10:46:13 2006 -0500 49087 49088 * Added VIA configuration table 49089 * Added support for PCI2 on CDS 49090 Patch by Andy Fleming 17-Mar-2006 49091 49092 Signed-off-by: Andy Fleming <afleming@freescale.com> 49093 49094commit 52c7a68b8d587ebcf5a6b051b58b3d3ffa377ddc 49095Author: Matthew McClintock <msm@freescale.com> 49096Date: Wed Jun 28 10:45:41 2006 -0500 49097 49098 * Fixed PCI memory definitions 49099 Patch by Andy Fleming 17-Mar-2006 49100 49101 Signed-off-by: Andy Fleming <afleming@freescale.com> 49102 49103commit 087454609e47295443af793a282cddcd91a5f49c 49104Author: Matthew McClintock <msm@freescale.com> 49105Date: Wed Jun 28 10:45:17 2006 -0500 49106 49107 * Added support for initializing second PCI bus on 85xx 49108 Patch by Andy Fleming 17-Mar-2006 49109 49110 Signed-off-by: Andy Fleming <afleming@freescale.com> 49111 49112commit b636aaeb6fd516a442fb611bbeeddf3077a687fb 49113Author: Matthew McClintock <msm@freescale.com> 49114Date: Wed Jun 28 10:44:49 2006 -0500 49115 49116 * Added PCI-X #defines for PCI-X initialization 49117 Patch by Andy Fleming on 17-Mar-2006 49118 49119 Signed-off-by: Andy Fleming <afleming@freescale.com> 49120 49121commit 20abbc6fffa115690107cc942c7abf84bdc03a1b 49122Author: Matthew McClintock <msm@freescale.com> 49123Date: Wed Jun 28 10:44:23 2006 -0500 49124 49125 * Made sure the code which disables prefetch for PCI devices 49126 sets the size of the prefetch region to 0 49127 Patch by Andy Fleming on 17-Mar-2006 49128 49129 Signed-off-by: Andy Fleming <afleming@freescale.com> 49130 49131commit 40d5fa35d02df22580593bf0039ab173367e8ef0 49132Author: Matthew McClintock <msm@freescale.com> 49133Date: Wed Jun 28 10:43:36 2006 -0500 49134 49135 * Add Flat Dev Tree construction for MPC85xx ADS and CDS boards 49136 Patch by Jon Loeliger 17-Jan-2006 49137 49138 Signed-off-by: Jon Loeliger <jdl@freescale.com> 49139 49140commit be7e8b0cb5a0c49dc180075b96df296a893bf146 49141Author: Matthew McClintock <msm@freescale.com> 49142Date: Wed Jun 28 10:43:00 2006 -0500 49143 49144 * Removed the oftree.dts for stxxtx in light of the changes 49145 to the flat device tree handling code 49146 Patch by Matthew McClintock 26-June-2006 49147 49148commit 1b380ec225665e73959677f3893dc658c5925e05 49149Author: Matthew McClintock <msm@freescale.com> 49150Date: Wed Jun 28 10:42:24 2006 -0500 49151 49152 * Patch to modify ft_build.c to update flat device trees in place 49153 Patch by Matthew McClintock 26-June-2006 49154 49155commit 98a9c4d468a942a09ebe8979bec508017f3e4462 49156Author: Matthew McClintock <msm@freescale.com> 49157Date: Wed Jun 28 10:41:37 2006 -0500 49158 49159 * Modify bootm command to support booting with flat device trees 49160 Patch by Matthew McClintock 26-June-2006 49161 49162commit da012ab661fd4ab169dd7b9b32201a4df62cf34a 49163Author: Jin Zhengxiong <Jason.Jin@freescale.com> 49164Date: Wed Jun 28 08:43:56 2006 -0500 49165 49166 Change Id to symbolic name for RTL8139 49167 49168 Signed-off-by: Jason Jin <Jason.jin@freescale.com> 49169 49170commit bc09cf3c2bfb8d54c659cbb332f79d0950982fd0 49171Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com> 49172Date: Tue Jun 27 18:12:10 2006 +0800 49173 49174 Fix RTL8139 in big endian 49175 49176 signed-off-by: Jason Jin <Jason.Jin@freescale.com> 49177 signed-off-by: Wei Zhang <wei.zhang@freescale.com> 49178 49179commit fcfb9a57947fc203b99fe81ab0578f7286261f9f 49180Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com> 49181Date: Tue Jun 27 18:12:23 2006 +0800 49182 49183 Fix Tsec bug when no link 49184 49185 When tftp a non-exist file from the tftp server, u-boot will check 49186 the link of all eth port. The original file will return wrong link 49187 state on the no link ports. 49188 49189 signed-off-by: Jason Jin <Jason.Jin@freescale.com> 49190 49191commit bd22c2b97514fbfb0e03bd9c72b3445e4dbd57e2 49192Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com> 49193Date: Tue Jun 27 18:12:02 2006 +0800 49194 49195 Fix bug for io_bar size during pci scan 49196 49197 During the pci scan process, Some devices return bar_reponse with the 49198 highest bytes 0, such as the pci bridge in uli1575 return bar_response 49199 with 0xffffff, So the bar_size should be manually set under 64K. 49200 49201 Signed-off-by: Jason Jin <jason.jin@freescale.com> 49202 49203commit fa7db9c377bc2353a17bf1d381d65a6c418728f0 49204Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com> 49205Date: Tue Jun 27 18:11:54 2006 +0800 49206 49207 Enable PCIE1 for MPC8641HPCN board 49208 49209 Signed-off-by: Jason Jin <Jason.jin@freescale.com> 49210 49211commit 99d70e3a47affb9bae041a2caece7cd516e213b3 49212Author: Wolfgang Denk <wd@pollux.denx.de> 49213Date: Mon Jun 26 11:06:00 2006 +0200 49214 49215 More code cleanup 49216 49217commit 684623ce92c5fd32e7db2d6e016945a67c5ffaba 49218Author: Jon Loeliger <jdl@freescale.com> 49219Date: Thu Jun 22 08:51:46 2006 -0500 49220 49221 Fix bug in 8641hpcn reset command with no args. 49222 49223 Signed-off-by: Haiying Wang <haiying.wang@freescale.com> 49224 Acked-by: Jon Loeliger <jdl@freescale.com> 49225 49226commit 8be429a5ddbf0ebe2d94174ba58fcfc7a24285dc 49227Author: Zhang Wei <wei.zhang@freescale.com> 49228Date: Tue Jun 20 17:47:15 2006 +0800 49229 49230 Reworked IRQ mapping in OF-tree. 49231 49232commit 0e4c2a17ca34001ed36d259f13cb88ada4611a8c 49233Author: Jon Loeliger <jdl@freescale.com> 49234Date: Thu Jun 15 21:33:37 2006 -0500 49235 49236 Do not enable address translation on secondary CPUs. 49237 Do not set up BATs on secondary CPUs. Let Linux do the nasty. 49238 49239 Signed-off-by: Jon Loeliger <jdl@freescale.com> 49240 49241commit 386eda022473394ad8f36b86f2bdc9b4cb816291 49242Author: Wolfgang Denk <wd@pollux.denx.de> 49243Date: Wed Jun 14 18:14:56 2006 +0200 49244 49245 Code cleanup 49246 49247commit 16c8d5e76ae0f78f39a60608574adfe0feb9cc70 49248Author: Wolfgang Denk <wd@pollux.denx.de> 49249Date: Wed Jun 14 17:45:53 2006 +0200 49250 49251 Various USB related patches 49252 - Add support for mpc8xx USB device. 49253 - Add support for Common Device Class - Abstract Control Model USB console. 49254 - Add support for flow control in USB slave devices. 49255 - Add support for switching between gserial and cdc_acm using environment. 49256 - Minor changes to usbdcore_omap1510.c usbdcore_omap1510.h 49257 - Update usbcore slightly to ease host enumeration. 49258 - Fix non-portable endian problems in usbdcore and usbdcore_ep0. 49259 - Add AdderUSB_config as a defconfig to enable usage of the USB console 49260 by default with the Adder87x U-Boot port. 49261 Patches by Bryan O'Donoghue <bodonoghue@codehermit.ie>, 29 May 2006 49262 49263commit 8ecc971618f56029ad99d3516f8b297a6ed58971 49264Author: Jon Loeliger <jdl@jdl.com> 49265Date: Wed Jun 7 10:53:55 2006 -0500 49266 49267 Fix a get_board_sys_clk() use-before-def warning. 49268 49269 Signed-off-by: Jon Loeliger <jdl@jdl.com> 49270 49271commit d9bf4858fca5aa4d651b283270f77da72ebadfd5 49272Author: Jon Loeliger <jdl@jdl.com> 49273Date: Wed Jun 7 10:52:49 2006 -0500 49274 49275 Allow DTC path to be passed in. 49276 49277 Signed-off-by: Jon Loeliger <jdl@jdl.com> 49278 49279commit c83ae9ea6d93abbe751bf8a3396236a084e56f87 49280Author: Haiying Wang <haiying.wang@freescale.com> 49281Date: Tue Jun 6 16:54:29 2006 -0400 49282 49283 Modify the IRQ of DUART2 49284 49285commit c934f655f9aeca70a5c5f88b465d9e9d57a8d22e 49286Author: Jon Loeliger <jdl@jdl.com> 49287Date: Wed May 31 13:55:35 2006 -0500 49288 49289 Review cleanups. 49290 49291 Signed-off-by: Jon Loeliger <jdl@freescale.com> 49292 49293commit cb5965fb95b77a49f4e6af95248e0c849f4af03e 49294Author: Jon Loeliger <jdl@jdl.com> 49295Date: Wed May 31 12:44:44 2006 -0500 49296 49297 White space cleanup. 49298 Some 80-column cleanups. 49299 Convert printf() to puts() where possible. 49300 Use #include "spd_sdram.h" as needed. 49301 Enhanced reset command usage message a bit. 49302 49303 Signed-off-by: Jon Loeliger <jdl@freescale.com> 49304 49305commit 3d5c5be547445dd3bd2eb7368d80df03ea437970 49306Author: Jon Loeliger <jdl@jdl.com> 49307Date: Wed May 31 11:39:34 2006 -0500 49308 49309 Removed unneeded local_bus_init() from 8641HPCN board. 49310 49311 Signed-off-by: Jon Loeliger <jdl@freescale.com> 49312 49313commit 4d3d729c16c392d2982d3266b659d333c927697d 49314Author: Jon Loeliger <jdl@jdl.com> 49315Date: Wed May 31 11:24:28 2006 -0500 49316 49317 Moved mpc8641hpcn_board_reset() out of cpu/ into board/. 49318 49319 Signed-off-by: Jon Loeliger <jdl@freescale.com> 49320 49321commit b2a941de060350ad15878d8219825f4950e9bb8e 49322Author: Jon Loeliger <jdl@jdl.com> 49323Date: Wed May 31 10:07:28 2006 -0500 49324 49325 Remove dead debug code. 49326 49327 Signed-off-by: Jon Loeliger <jdl@jdl.com> 49328 49329commit 126aa70f10ba3d20e0a6f4d32328250513b77770 49330Author: Jon Loeliger <jdl@freescale.com> 49331Date: Tue May 30 17:47:00 2006 -0500 49332 49333 Move mpc86xx PIXIS code to board directory 49334 49335 First cut at moving the PIXIS platform code out of 49336 the 86xx cpu directory and into board/mpc8641hpcn 49337 where it belongs. 49338 49339 Signed-off-by: Jon Loeliger <jdl@freescale.com> 49340 49341commit ddf83a2fcef1a670c45fc585119dcc1fe062c4a9 49342Author: Markus Klotzbuecher <mk@denx.de> 49343Date: Tue May 30 16:56:14 2006 +0200 49344 49345 Support generic OHCI support for the s3c24x0 cpu. 49346 49347commit 38cee12dcfcc257371c901c7e13e58ecab0a35d8 49348Author: Haiying Wang <Haiying.Wang@freescale.com> 49349Date: Tue May 30 09:10:32 2006 -0500 49350 49351 Improve "reset" command's interaction with watchdog. 49352 49353 "reset altbank" will reset another bank WITHOUT watch dog timer enabled 49354 "reset altbank wd" will reset another bank WITH watch dog enabled 49355 "diswd" will disable watch dog after u-boot boots up successfully 49356 49357 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com> 49358 49359commit 70205e5a6ddc8528b11db9eb4d3fa0209d9fce2a 49360Author: Haiying Wang <Haiying.Wang@freescale.com> 49361Date: Tue May 30 08:51:19 2006 -0500 49362 49363 Fix two SDRAM setup bugs. 49364 49365 Fix ECC setup bug. 49366 Enable 1T/2T based on number of DIMMs present. 49367 49368 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com> 49369 49370commit d11fec5015334deb2010e36ce00bb118cc5429a5 49371Author: Haiying Wang <Haiying.Wang@freescale.com> 49372Date: Fri May 26 10:24:48 2006 -0500 49373 49374 Add first draft of the MPC8641HPCN doc/README. 49375 49376 Signed-off-by: Jon Loeliger <jdl@jdl.com> 49377 49378commit ed45d6c930b5939718a87ee12e25cf9a05978d4a 49379Author: Haiying Wang <Haiying.Wang@freescale.com> 49380Date: Fri May 26 10:13:04 2006 -0500 49381 49382 Added pci@8000 block. 49383 Updated ethernet interrupt mappings (moved up 48). 49384 Cleaned up a few comments. 49385 49386 Signed-off-by: Jon Loeliger <jdl@jdl.com> 49387 49388commit 3033ebb20fd7c372c7bca3c9955a4692bb2240b7 49389Author: Haiying Wang <Haiying.Wang@freescale.com> 49390Date: Fri May 26 10:01:16 2006 -0500 49391 49392 Allow args on reset command. 49393 49394 Signed-off-by: Jon Loeliger <jdl@jdl.com> 49395 49396commit 301f1aa384d0edcae6a22fd9adb933ad71695ecc 49397Author: Markus Klotzbuecher <mk@denx.de> 49398Date: Tue May 23 13:38:35 2006 +0200 49399 49400 Changed the mp2usb (at91rm9200) board to use the generic OHCI driver. Some 49401 fixes to the latter. 49402 49403commit 24e37645e7378b20fa8f20e2996c8fb8e90c70c9 49404Author: Markus Klotzbuecher <mk@denx.de> 49405Date: Tue May 23 10:33:11 2006 +0200 49406 49407 More cleanup for the delta board and the generic usb_ohci driver. Added 49408 CFG_USB_BOARD_INIT and CFG_USB_CPU_INIT for enabling board and cpu specific 49409 initialization and cleanup hooks respectively. 49410 49411commit 3e326ece9eba8184f5d48aa4fb87760a8f6f0f10 49412Author: Markus Klotzbuecher <mk@denx.de> 49413Date: Mon May 22 16:33:54 2006 +0200 49414 49415 This patch adds USB storage support for the delta board. This is the first 49416 board to make use of a generic OHCI driver, that calls hooks for board 49417 dependant initialization. 49418 49419commit 14e37081ff3cac7ebe6e93836523429853b6b292 49420Author: Jon Loeliger <jdl@jdl.com> 49421Date: Fri May 19 13:28:39 2006 -0500 49422 49423 Change arbitration to round-robin for SMP linux. 49424 49425commit 9a655876e5995be80f49054e2509500e871e4d3a 49426Author: Jon Loeliger <jdl@jdl.com> 49427Date: Fri May 19 13:26:34 2006 -0500 49428 49429 Enable dual DDR controllers and interleaving. 49430 49431commit 586d1d5abd3e525f1e1d9b81e5a61a4da6b2fa3c 49432Author: Jon Loeliger <jdl@jdl.com> 49433Date: Fri May 19 13:22:44 2006 -0500 49434 49435 Update 86xx address map and LAWBARs. 49436 49437commit cccce5d0581bb0ba4602799a4b5112e58d1579cb 49438Author: Jon Loeliger <jdl@jdl.com> 49439Date: Fri May 19 13:14:15 2006 -0500 49440 49441 Remove L2 Cache invalidate polling. 49442 49443commit f35ec68fb066cec0e36294bfe07dec2d4e8ad3a8 49444Author: Jon Loeliger <jdl@jdl.com> 49445Date: Fri May 19 12:33:09 2006 -0500 49446 49447 Enable 2nd CPU and I2C. 49448 49449commit bf690dcb512d34c4fceec0eb1e5c0e88a9db5d54 49450Author: Jon Loeliger <jdl@freescale.com> 49451Date: Mon May 15 07:26:56 2006 -0500 49452 49453 Update interrupt mapping. 49454 49455commit 6cfea33477b04b63ed47386ed1629529484c33ba 49456Author: Haiying Wang <Haiying.Wang@freescale.com> 49457Date: Wed May 10 09:38:06 2006 -0500 49458 49459 Remove unneeded INIT_RAM_LOCK cache twiddling. 49460 Correctly tracks r29 as global data pointer now. 49461 49462 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com> 49463 49464commit d4dd317b58c126a2a7e73f4764ecc1a7c97f876c 49465Author: Jon Loeliger <jdl@freescale.com> 49466Date: Wed May 10 09:33:07 2006 -0500 49467 49468 Remove unnecessary flash.c file. 49469 49470commit 18b6c8cd8af6cc7f35180cedc4adb3236cc1a1b8 49471Author: Jon Loeliger <jdl@freescale.com> 49472Date: Tue May 9 08:23:49 2006 -0500 49473 49474 Get MPC8641HPCN flash images working. 49475 49476 Enable the CFI driver. 49477 Remove bogus LAWBAR7 cruft. 49478 Use correct TEXT_BASE, Fixup load script. 49479 Enable SPD EEPROM during DDR setup. 49480 Use generic RFC 1918 IP addresses by default. 49481 49482commit 5c9efb36a6b5431423f52888a0e3b4b515fe7eca 49483Author: Jon Loeliger <jdl@freescale.com> 49484Date: Thu Apr 27 10:15:16 2006 -0500 49485 49486 Cleanup whitespaces and style issues. 49487 Removed //-style comments. 49488 Use 80-column lines. 49489 Remove trailing whitespace. 49490 Remove dead code and debug cruft. 49491 49492commit a2320a6bf8113a09544c42d160d10ac69d049a03 49493Author: Jon Loeliger <jdl@freescale.com> 49494Date: Thu Apr 27 08:22:39 2006 -0500 49495 49496 Revert bad PCI prefetch limit change. 49497 49498commit debb7354d1ea4f694154818df5e5b523f5c1cc1d 49499Author: Jon Loeliger <jdl@freescale.com> 49500Date: Wed Apr 26 17:58:56 2006 -0500 49501 49502 Initial support for MPC8641 HPCN board. 49503