X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=CHANGELOG;h=7bd8615a56320389e6e3994978dd6b0ac780eece;hb=1f780aa6f17a5d79791d69ec1d2f66d76ac45d8e;hp=d682b96f6726b5139857aada57930e7d31d79c86;hpb=435dc8fcdb3bc61d3d490773a8f369f98a20c868;p=karo-tx-uboot.git diff --git a/CHANGELOG b/CHANGELOG index d682b96f67..7bd8615a56 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,3115 @@ +commit e7670f6c1e52ae6d2a43ff75a8bcfa7a5c86e47b +Author: Wolfgang Denk +Date: Thu Feb 14 22:43:22 2008 +0100 + + PPC: Use r2 instead of r29 as global data pointer + + R29 was an unlucky choice as with recent toolchains (gcc-4.2.x) gcc + will refuse to use load/store multiple insns; instead, it issues a + list of simple load/store instructions upon function entry and exit, + resulting in bigger code size, which in turn makes the build for a + few boards fail. + + Use r2 instead. + + Signed-off-by: Wolfgang Denk + +commit 3c234efa693bc59906c2be55c7918ecbb55392ea +Author: Uwe Kleine-König +Date: Wed Jan 30 09:08:49 2008 +0100 + + ARM: make the machid configurable via the environment + + If the variable "machid" exists, let do_bootm_linux use that instead + of bd->bi_arch_number. + + Signed-off-by: Uwe Kleine-König + +commit dd24058407c5add45cc60aec6c757ddc1a17e1b0 +Author: Vlad Lungu +Date: Wed Jan 23 16:34:46 2008 +0200 + + Use #ifdef CONFIG_FSLDMAFEC + + MCD_tasks.c lacks [subject] so compilation of mips targets (and more, probably) + fails + + Signed-off-by: Vlad Lungu + +commit 26c7bab81e08dc7bd696c48f753428a829629bd8 +Author: Shinya Kuribayashi +Date: Sat Jan 19 10:25:59 2008 +0900 + + common/miiphyutil.c: Cleanup MII_DEBUG and debug() + + Current MII_DEBUG is confusing in two ways. One is useless define-then- + undef at the top of the file. The other is there is only one debug() in + this file, and that doesn't seem worthwhile to bother having MII_DEBUG. + While there are many useful printf()/puts() debug codes, but they are for + DEBUG, not for MII_DEBUG. + + This patch tries to put them all together into MII_DEBUG and debug(). + + Signed-off-by: Shinya Kuribayashi + +commit 751b9b5189f3274b03c809172631316d6b002c82 +Author: Kyungmin Park +Date: Thu Jan 17 16:43:25 2008 +0900 + + OneNAND Initial Program Loader (IPL) support + + This patch enables the OneNAND boot within U-Boot. + Before this work, we used another OneNAND IPL called X-Loader based + on open source. With this work, we can build the oneboot.bin image + without other program. + + The build sequence is simple. + First, it compiles the u-boot.bin + Second, it compiles OneNAND IPL + Finally, it becomes the oneboot.bin from OneNAND IPL and u-boot.bin + The mechanism is similar with NAND boot except it boots from itself. + + Another thing is that you can only use the OneNAND IPL only to work + other bootloader such as RedBoot and so on. + + Signed-off-by: Kyungmin Park + +commit 21f6f9636f0e978397548751347425fbf8d42bb3 +Author: Andy Fleming +Date: Wed Jan 16 13:06:59 2008 -0600 + + Fix CONFIG_MMC usage in fat code + + A #if statement in fat.c depended on CONFIG_MMC, instead of + defined(CONFIG_MMC). This meant CONFIG_MMC needed to be defined + as "1" rather than just defined. Now it's better. + + Signed-off-by: Andy Fleming + +commit f57d7d364ce189e39b0a64338d2f8012c074a2bd +Author: Rafal Jaworowski +Date: Tue Jan 15 12:52:31 2008 +0100 + + ppc: Refactor cache routines, so there is only one common set. + + Signed-off-by: Rafal Jaworowski + +commit fe891ecf4d187e9d11dde869ed4623af52b54451 +Author: Hiroshi Ito +Date: Thu Jan 31 18:35:04 2008 +0900 + + NFS Timeout with large files. + + Retry to send NFS packet before reaching timeout. + + Signed-off-by: Hiroshi Ito + +commit 88f72527f5b89c0905ad5c36cc2ef8d29dd6bbf0 +Author: Johannes Stezenbach +Date: Tue Jan 29 00:11:25 2008 +0100 + + Add dependencies to avoid race conditions with parallel make. + + Signed-off-by: Johannes Stezenbach + +commit 6d1b6f9f89c815eaca44acff8e73ece7181f61b6 +Author: Mike Frysinger +Date: Mon Jan 28 05:46:01 2008 -0500 + + Mark board_init_[fr] as noreturn + + Signed-off-by: Mike Frysinger + +commit 161b2af4d7b48fd602ce333c355a4df0337892bb +Author: Mike Frysinger +Date: Mon Jan 28 05:28:50 2008 -0500 + + Only use TEXT_BASE if defined by the board + + Signed-off-by: Mike Frysinger + +commit 1b769881750030f10743808b9d6013e11f559350 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Fri Jan 25 07:54:47 2008 +0100 + + Fix remaining CONFIG_COMMANDS + + update comments + Fix coding style + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 0c9d42e6b0b83d507335a291e3ea99240038f4b9 +Author: Niklaus Giger +Date: Mon Jan 21 16:46:00 2008 +0100 + + Add *~ to .gitignore + + One should never add a backup file ending in with ~ to the git repository. + + Signed-off-by: Niklaus Giger + +commit 3cfb0c51b2bb5ede54eca85ace5b1ba12be314b0 +Author: Kumar Gala +Date: Thu Jan 17 00:02:10 2008 -0600 + + Remove duplicate defines for ARRAY_SIZE + + Signed-off-by: Kumar Gala + +commit c77ce474b1c57b13e9d36d9830f147966c143694 +Author: Stelian Pop +Date: Mon Jan 14 22:08:14 2008 +0100 + + Fix incorrect address test in AT91F_DataflashSelect(). + + Signed-off-by: Stelian Pop + +commit d9ad115bbf7bb0842de7dbd2502b7e430f83cc3d +Author: Kumar Gala +Date: Wed Feb 13 15:09:58 2008 -0600 + + Fix building of fdt_support.c if DEBUG set + + Signed-off-by: Kumar Gala + +commit c62776be8dca4097ca03d4f9415f08d4887b45d0 +Author: Wolfgang Denk +Date: Tue Feb 12 00:45:06 2008 +0100 + + Get rid of "#undef DEBUG" from board config files. + + Signed-off-by: Wolfgang Denk + +commit 73bf1e2de7862bcdbd5a9f993b3e84b67c8ea9c8 +Author: Timur Tabi +Date: Tue Jan 15 17:09:41 2008 -0600 + + Remove #undef DEBUG from MPC83xx board header files + + Remove the "#undef DEBUG" line from all Freescale 83xx board header files. + The inclusion of this line makes it impossible to enable debug code in + other source files, because "#define DEBUG" typically needs to be defined + before any header files are included. + + Signed-off-by: Timur Tabi + +commit 69018ce2e086e9caf35b914d675b82bc4888f077 +Author: Kumar Gala +Date: Thu Jan 17 08:25:45 2008 -0600 + + QE: Move FDT support into a common file + + Move the flat device tree setup for QE related devices into + a common file shared between 83xx & 85xx platforms that have QE's. + + Signed-off-by: Kumar Gala + +commit 37e3c62fa07a823e7569c872e3a9395d227ed8e3 +Author: Grzegorz Bernacki +Date: Mon Jan 28 10:15:02 2008 +0100 + + ADS5121e: DDR2 init/timing update. + + Signed-off-by: John Rigby + Signed-off-by: Grzegorz Bernacki + +commit ac9152830d7fdebace8a260b7737ef2870c21ca0 +Author: John Rigby +Date: Wed Jan 30 13:36:57 2008 -0700 + + Device tree updates + + Changes to match 5121 device tree going mainline in 2.6.25. + + Change OF_SOC from "soc5121" to plain "soc". + Remove unneeded "ref-frequency" fixups. + Remove "address" enetaddr fixup. + + Add bus-frequency fixup for old OF_SOC so old + kernels with old device trees will work with new + u-boot with 66MHz IPS clock + + Signed-off-by: John Rigby + +commit de55d18df3ff2ea614624e74793de7c43520e0e7 +Author: John Rigby +Date: Wed Jan 30 13:36:56 2008 -0700 + + Change IPS freq to 66MHz + + Recommended frequency is 66MHz + Change divider from 4 to 3. + + Signed-off-by: John Rigby + +commit cd9cb62f9d8b78d6c3af5d1e9b5a3d68a3d73974 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Mon Jan 14 22:38:55 2008 +0100 + + xsengine: rename board_post_init to board_late_init + + missing migration from "Cleanup of some init functions" + in c837dcb1a316745092567bfe4fb266d0941884ff + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 8dafa87476b0d7170e219c2f5e3842c833a91807 +Author: Larry Johnson +Date: Sat Jan 12 23:35:33 2008 -0500 + + Add attribute POST_PREREL to ECC memory POST + + Signed-off-by: Larry Johnson + +commit a93907c43f847f076dd0e34ee3b69b5e8e6d0d29 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Fri Jan 18 01:14:03 2008 +0100 + + TFTP: add host ip addr support + + allow to use a different server as set in serverip + add CONFIG_TFTP_FILE_NAME_MAX_LEN to configure the file name length + if not defined the max length will be at 128 + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 7ec8bb15ee368ea54d48d64867767a704d9ab4c2 +Author: Wolfgang Denk +Date: Thu Dec 27 10:56:54 2007 +0100 + + OMAP5912: fix FIFO handling in UART driver + + According to the OMAP5912 Serial Interfaces Reference Guide (see + http://focus.ti.com/lit/ug/spru760c/spru760c.pdf, page 150), the + FIFO_EN enable bit in the FIFO Control Register (FCR) can only be + changed when the baud clock is not running, i. e. when both DLL and + DLH are set to 0. + + Thus make sure that DLL and DLH are 0 when writing the FCR. + + Signed-off-by: Wolfgang Denk + +commit 16158778b5f52f201e95ded2d2d9084b0ed5670d +Author: Harald Welte +Date: Wed Dec 19 15:10:52 2007 +0100 + + ARM: S3C24x0 SoC NAND controller support + + This patch adds NAND support to the S3C24x0 SoC code in u-boot + + Signed-off-by: Harald Welte + +commit a7c185ed3d9f8ebd85cfc286e1ffee72e4803163 +Author: Harald Welte +Date: Wed Dec 19 14:24:40 2007 +0100 + + ARM: s3c24xx: Multiple serial port support + + This patch adds support for CONFIG_SERIAL_MULTI on s3c24x0 CPU's + + Signed-off-by: Harald Welte + +commit a25f72f1f73a11de68251fb88c89991e202e68fa +Author: Harald Welte +Date: Wed Dec 19 14:16:57 2007 +0100 + + ARM: arm920t: Allow use of 'gd' pointer from IRQ + + This patch allows us to use the 'gd' pointer (and thus environment + and everything else associated with it) from interrupt context on + arm920t. + + Signed-off-by: Harald Welte + +commit be19bd5cd0f454b63298844a0b5377e029b2caad +Author: Harald Welte +Date: Wed Dec 19 14:19:38 2007 +0100 + + ARM: arm920/s3c24xx: IRQ demulitplexer callback + + This patch adds a IRQ demultiplexer callback to the arm920 cpu core code, + plus a stub implementation of it for the S3C2410. + + The purpose is to allow arm920t implementations such as the s3c24x0 to + implement interrupt handlers in u-boot without having to touch core + arm920t code. + + Signed-off-by: Harald Welte + +commit a41dbbd98d201d8aea31b5d21df4742c20cd7eda +Author: Hebbar +Date: Tue Dec 18 16:03:07 2007 -0800 + + ARM: Display Ethernet info in do_bdinfo only if CONFIG_CMD_NET is defined + + Add ifdef to bdinfo command to display ethernet information + only if CONFIG_CMD_NET is defined for arm modules. + + Signed-off-by: K R Gururaja Hebbar + +commit f7ad79b6f9f0f45437b62e19b45356cc2aaf4884 +Author: Hebbar +Date: Tue Dec 18 16:00:54 2007 -0800 + + ARM: add I2C init function call in lib_arm/board.c + + Adds I2C init func call to init sequence for ARM boards. This is + present in ppc,blackfin and other processor init sequence. + + Signed-off-by: K R Gururaja Hebbar + +commit 4fedfddf97461b88668b9aec774dfb7a0c6dc368 +Author: Ladislav Michl +Date: Fri Dec 7 00:42:32 2007 +0100 + + ARM: Board voiceblue update + + Signed-off-by: Ladislav Michl + +commit 2c5260f711168d5ee91c70ddbb7d897013eefc46 +Author: Ladislav Michl +Date: Thu Dec 6 23:24:57 2007 +0100 + + ARM: AT91RM9200 based boards config cleanup + + Signed-off-by: Ladislav Michl + + Remove nowhere used struct bd_info_ext, remove trailing whitespaces, fix + indentation. + +commit 481f28b1db5cd21deb55f69399ba240e107af4c7 +Author: Ladislav Michl +Date: Thu Dec 6 22:59:16 2007 +0100 + + ARM: Fix at91rm9200dk base address + + Somewhere during development of U-Boot-1.1.3 CONFIG_BOOTBINFUNC was + renamed into CONFIG_INIT_CRITICAL which was 04 Apr 2005 replaced + with CONFIG_SKIP_LOWLEVEL_INIT and CONFIG_SKIP_RELOCATE_UBOOT. + However CONFIG_SKIP_LOWLEVEL_INIT has oposite meaning to + CONFIG_BOOTBINFUNC, so fix configuration to reflect this fact. + I'm sending this patch 4th (!) time in hope it produces at least some + reaction. + + Signed-off-by: Ladislav Michl + + Fix at91rm9200dk base and environment address. + +commit c95219fae2a7add7daa2f91aedca65b1698465c7 +Author: stefano babic +Date: Tue Nov 20 10:40:24 2007 +0100 + + MMC for PXA 27X (resubmit) + + MMC support for X_Scale PXA is broken and does not work. + Mainly, the mmc_init() function cannot recognize current SD/MMC cards. + There were already some patches around the world but none of them was + merged into the official u-boot tree. + + This patch makes order fixing this issue. Resubmit after code cleanup. + + Applied and tested on PXA 270 (TrizepsIV module). + + Signed-off-by: Stefano Babic + +commit 96bbfa1e6625ce23a150936863b3ecf4c853eb33 +Author: stefano babic +Date: Tue Nov 20 10:37:04 2007 +0100 + + Fix gcc issues in pxa-regs.h + + Fix gcc4 issue. With some toolchain, a previous patch that fixes gcc4 + issues generates wrong code. + (Problem was reported with gcc-4.0.2-glibc-2.3.6/arm-softfloat-linux-gnu). + This patch fixes the problem and solves the gcc-4 issues as the linux + kernel does. + + Signed-off-by: Stefano Babic + Signed-off-by: Dmitry Ivanov + +commit 7047b388876e7b905b2ec4edb8010543e3641b85 +Author: Jens Gehrlein +Date: Tue Jan 29 08:45:03 2008 +0100 + + TQM834x: enable DHCP + + Signed-off-by: Jens Gehrlein + Signed-off-by: Kim Phillips + +commit a877004d44ca7dbc1e618add3eeb1da7c84e4bec +Author: Jens Gehrlein +Date: Tue Jan 29 08:45:02 2008 +0100 + + TQM834x: support for Spansion N-type Flashes (sector size = 256 KiB at 2x16 Bit). + + Signed-off-by: Jens Gehrlein + Signed-off-by: Kim Phillips + +commit 8931ab176025b03cfc320b3fd1eca432a88ed560 +Author: Ben Warren +Date: Sat Jan 26 23:41:19 2008 -0500 + + Fix conditional compilation of mpx8xxx_spi driver + + This driver should only compile if CONFIG_MPC8XXX_SPI is set + + Signed-off-by: Ben Warren + Signed-off-by: Kim Phillips + +commit 63f732d3d3880feb531f48af247c025bf01462b0 +Author: Rafal Jaworowski +Date: Tue Jan 29 17:00:34 2008 +0100 + + API: Provide dummy halt() in the glue layer. + + This fixes a demo app link failure on platforms configured with CONFIG_PANIC_HANG. + + Signed-off-by: Rafal Jaworowski + +commit 0dc1fc22af86d16993388d9ed9630dbaa2d51826 +Author: Rafal Jaworowski +Date: Tue Jan 29 16:57:38 2008 +0100 + + API: Convert conditional building to the new scheme. + + This fixes a build breakage with CONFIG_API enabled, which appeared after + the recent changes in the U-Boot build system. + + Signed-off-by: Rafal Jaworowski + +commit 98b742489c09780be6a832eeaa4e5eff824792bb +Author: Wolfgang Denk +Date: Fri Jan 25 09:56:17 2008 +0100 + + inka4x0: remove dead code + + Signed-off-by: Wolfgang Denk + +commit 33dac03b1b5d61e4fed7bad445ba40b4c97feba0 +Author: Wolfgang Denk +Date: Wed Jan 23 14:41:37 2008 +0100 + + Coding Style Cleanup; update CHANGELOG + + Signed-off-by: Wolfgang Denk + +commit 865f0f9754b95183cad395de7e8cb85df0c6ea1f +Author: Wolfgang Denk +Date: Wed Jan 23 14:31:17 2008 +0100 + + Coding Style Cleanup; update CHANGELOG + + Signed-off-by: Wolfgang Denk + +commit cfe5ca77976afdbe7ecb86e39fd7505bde636ace +Author: Dave Liu +Date: Fri Jan 18 10:07:04 2008 +0800 + + mpc83xx: Correct the struct spi8xxx in mpc8xxx_spi.h + + The commit 04a9e1180ac76a7bacc15a6fcd95ad839d65bddb + cause the 83xx immap broken, so the DMA and PCI will + be failed. + + The patch fix the struct spi8xxx and rm struct spi83xx. + + Signed-off-by: Dave Liu + Signed-off-by: Kim Phillips + +commit 6b4439444286e0fcd01596df504e6ca897ad3e5a +Author: Haavard Skinnemoen +Date: Sat Apr 14 17:11:49 2007 +0200 + + AVR32: ATNGW100 board support + + Add support for the ATNGW100 Network Gateway reference design, + including flash, ethernet and MMC support. + + Signed-off-by: Haavard Skinnemoen + +commit e006927a0b9a54e8ee7685d8ac748aaad6801862 +Author: Haavard Skinnemoen +Date: Sat Nov 24 18:15:31 2007 +0100 + + AVR32: Initialize ipaddr, loadaddr and bootfile at startup + + I don't know why the relevant layers can't do this by itself, but this + is what ppc does. + + Signed-off-by: Haavard Skinnemoen + +commit 799891ef7b1b3432032ec23466df6b665a797fa4 +Author: Michael Schwingen +Date: Fri Jan 18 00:04:28 2008 +0100 + + Add AcTux board support + + Hi, + + The patch adds 4 boards, called AcTux-1 .. AcTux-4. This patch contains the + files that + contain changes for multiple boards, the board-specific files follow as + separate patches. + + Signed-off-by: Michael Schwingen + +commit 66a4344a4d910a11125df7768899ad529719855e +Author: Michael Schwingen +Date: Wed Jan 16 19:53:23 2008 +0100 + + add AcTux-4 board support + + Signed-off-by: Michael Schwingen + +commit bc24345e4101a5c996d6b48ce497b09c53025dc6 +Author: Michael Schwingen +Date: Wed Jan 16 19:51:55 2008 +0100 + + add AcTux-3 board support + + Signed-off-by: Michael Schwingen + +commit aebf00fc4d1343b24715373893f7b20bf462d1e9 +Author: Michael Schwingen +Date: Wed Jan 16 19:51:14 2008 +0100 + + add AcTux-2 board support + + Signed-off-by: Michael Schwingen + +commit ea99e8f05b7240fd657739e286664664ae160abe +Author: Michael Schwingen +Date: Wed Jan 16 19:50:37 2008 +0100 + + add AcTux-1 board support + + Signed-off-by: Michael Schwingen + +commit 3d9f3bfb7a33efe8e41e01b025563cd712c57d64 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Mon Jan 14 19:20:08 2008 +0100 + + ARM: remove useless function board_post_init + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 96bd462942022e4569b582c072a0ed26de1cd19b +Author: Michael Schwingen +Date: Thu Jan 10 14:59:46 2008 +0100 + + IXP: enable RTS + + enables the RTS signal with CONFIG_SERIAL_RTS_ACTIVE. + No handshaking is done, but the active RTS signal allows to + connect to the target using a PC which is using RTS/CTS + handshake, and does no harm if the PC is set to ignore RTS. + + Signed-off-by: Michael Schwingen + +commit a1cf027a08f9dc1c0e769499e6f4fbddcf9cab93 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Mon Jan 7 08:41:34 2008 +0100 + + IXP: add dynamic microcode addr + + allow to load the microde from flash or ram by download it through + the serial or other. + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + Acked-by: Stefan Roese + +commit 63ebcc4615dd39926ccf61f1d5f3510262ef6564 +Author: Michael Schwingen +Date: Sat Nov 10 15:44:12 2007 +0100 + + load ixp42x NPE firmware from separate flash block, remove dead code + + Hi, + + the following patch adds support to move the IXP42X NPE firmware to a + separate flash block, whose start address is defined in + CONFIG_IXP4XX_NPE_EXT_UCODE_BASE. Using that, it is possible to build + NPE-enabled u-boot without copyright problems due to the NPE firmware. + + I hope the patch applies, I get whitespace-related differences in the NPE + files due to trailing whitespace in the original versions. + + Signed-off-by: Michael Schwingen + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 57a127201eb3d8cc19170a008e0bd7af608bd72f +Author: TsiChungLiew +Date: Tue Jan 15 14:15:46 2008 -0600 + + ColdFire: MCF547x_8x - Add M5475EVB and M5485EVB support + + Signed-off-by: TsiChungLiew + Signed-off by: John Rigby + +commit 1aee111135d8660a164d4f6bf7d66b032ea535cf +Author: TsiChungLiew +Date: Tue Jan 15 14:02:49 2008 -0600 + + ColdFire: MCF547x_8x - Add M547xEVB and M548xEVB board + + Signed-off-by: TsiChungLiew + Signed-off by: John Rigby + +commit 777d1abd9796f1c2e148417cc10657e847d318ce +Author: TsiChungLiew +Date: Tue Jan 15 14:00:25 2008 -0600 + + ColdFire: Add MCF547x_8x FEC driver + + Signed-off-by: TsiChungLiew + Signed-off-by: Ben Warren + Signed-off by: John Rigby + +commit 72f56adc0b25d43875ad067bae6be1bcea86b79f +Author: TsiChungLiew +Date: Tue Jan 15 13:54:09 2008 -0600 + + ColdFire: Add MCF547x_8x dma code and header files + + Signed-off-by: TsiChungLiew + Signed-off by: John Rigby + +commit ce09fc49b56ea3c442794b6be9b7db4b99dfdc87 +Author: TsiChungLiew +Date: Tue Jan 15 13:52:03 2008 -0600 + + ColdFire: Add MCF547x_8x dma code - 2 + + Signed-off-by: TsiChungLiew + Signed-off by: John Rigby + +commit 11865ea844e7154fd30c7e2860da4eed4a12ad1f +Author: TsiChungLiew +Date: Tue Jan 15 13:48:52 2008 -0600 + + ColdFire: Add MCF547x_8x dma code - 1 + + Signed-off-by: TsiChungLiew + Signed-off by: John Rigby + +commit 4621fc3fe7cd65b78b3cbd31f65c9f7f72b22bd3 +Author: TsiChungLiew +Date: Tue Jan 15 13:39:44 2008 -0600 + + ColdFire: Add MCF547x_8x related header files + + Signed-off-by: TsiChungLiew + Signed-off-by: Ben Warren + Signed-off by: John Rigby + +commit 570c0186aecab1b747b2d44d0e1d3c1ac4cb27f5 +Author: TsiChungLiew +Date: Tue Jan 15 13:37:34 2008 -0600 + + ColdFire: Add MCF547x_8x cpu arch + + Signed-off-by: TsiChungLiew + Signed-off by: John Rigby + +commit e2756f4b54aba0e0523b81dd145666829cf7fd59 +Author: TsiChungLiew +Date: Mon Jan 14 17:47:23 2008 -0600 + + ColdFire: Add MCF5227x cpu and M52277EVB support-3 + + Signed-off-by: TsiChungLiew + Signed-off by: John Rigby + +commit c87581027994c148131b2f11aa75501f782ec19a +Author: TsiChungLiew +Date: Mon Jan 14 17:46:19 2008 -0600 + + ColdFire: Add MCF5227x cpu and MCF52277EVB support-2 + + Signed-off-by: TsiChungLiew + Signed-off by: John Rigby + +commit 1552af70ecab11b9f3dceff7528ed15faf678b9d +Author: TsiChungLiew +Date: Mon Jan 14 17:43:33 2008 -0600 + + ColdFire: Add MCF5227x cpu and M52277EVB support-1 + + Signed-off-by: TsiChungLiew + Signed-off by: John Rigby + +commit 397b7b81a1f1008798ae1206913508cc89cb3a7d +Author: TsiChungLiew +Date: Mon Jan 14 17:35:44 2008 -0600 + + ColdFire: Fix CFI Flash low level Read/Write macro + + Signed-off-by: TsiChungLiew + Signed-off by: John Rigby + +commit aa5f1f9dc815a76f6dffb580798599c028fe7feb +Author: TsiChungLiew +Date: Mon Jan 14 17:23:08 2008 -0600 + + ColdFire: Add M5373EVB platform support - 2 + + Signed-off-by: TsiChungLiew + Signed-off by: John Rigby + +commit 1ac559d4aa358f63b48c62b564224c06feeb4e36 +Author: TsiChungLiew +Date: Mon Jan 14 17:19:54 2008 -0600 + + ColdFire: Add M5373EVB platform support - 1 + + Signed-off-by: TsiChungLiew + Signed-off by: John Rigby + +commit 320d61991fa3190ee41765601ed017b6b5ff7b2b +Author: TsiChungLiew +Date: Mon Jan 14 17:17:03 2008 -0600 + + ColdFire: Update FlexBus CS for MCF532x + + Definition update and change from 16bit to 32bit + + Signed-off-by: TsiChungLiew + Signed-off by: John Rigby + +commit 2e72ad0644b940817a89a3590ce0d7b99c05c396 +Author: TsiChungLiew +Date: Mon Jan 14 17:11:47 2008 -0600 + + ColdFire: PCI and misc updates for MCF5445x + + Signed-off-by: TsiChungLiew + Signed-off by: John Rigby + +commit d2b16493480ac3d4a60ad7d835b0dc27d2e99cee +Author: TsiChungLiew +Date: Mon Jan 14 17:06:55 2008 -0600 + + ColdFire: MCF5445x header files cleanup + + Signed-off-by: TsiChungLiew + Signed-off by: John Rigby + +commit d9aae6260993a93f7fcf13abff85a601f4f50ea7 +Author: TsiChungLiew +Date: Mon Jan 14 16:59:42 2008 -0600 + + ColdFire: MCF532x header files cleanup + + Signed-off-by: TsiChungLiew + Signed-off by: John Rigby + +commit 7af7751d047e74b2ec58400f97b879c56446b3e8 +Author: TsiChungLiew +Date: Mon Jan 14 15:30:15 2008 -0600 + + ColdFire: Add modules header files + + Add CF specific modules header files + + Signed-off-by: TsiChung Liew + Signed-off-by: John Rigby + +commit 2956acd5ef93a498337f8ac2ec6ae6a77d491dc5 +Author: Kim Phillips +Date: Thu Jan 17 12:48:00 2008 -0600 + + codingstyle cleanup for spi driver + + ..and rm unused CONFIG_FSL_SPI define + + Signed-off-by: Kim Phillips + +commit d59feffb42c9f174116db7a82a311df98983dfce +Author: Haiying Wang +Date: Wed Jan 16 17:12:12 2008 -0500 + + FSL: Fix common EEPROM_data structure definition + + - Fix EEPROM_data structure definition according to System EEPROM Data Format. + - Read MAC addresses from EEPROM to ethXaddr before saving ethXaddr to + bd->bi_ethaddr. + + Signed-off-by: Haiying Wang + +commit 6bee764bd6da510a4aad614880300c968bc7318d +Author: Timur Tabi +Date: Wed Jan 16 15:48:12 2008 -0600 + + 86xx: enable command-line editing + + Enable command-line editing for all MPC86xx boards. + + Signed-off-by: Timur Tabi + +commit 80ddd22626d321a772ebfba304eb7830cb4f6bac +Author: Ben Warren +Date: Wed Jan 16 22:37:42 2008 -0500 + + Implement hard SPI driver on MPC8349EMDS + + This patch implements the fsl_spi driver on the MPC8349EMDS evaluation board. + This board has an ST M25P40 4Mbit EEPROM on its SPI bus + + Signed-off-by: Ben Warren + Signed-off-by: Kim Phillips + +commit 04a9e1180ac76a7bacc15a6fcd95ad839d65bddb +Author: Ben Warren +Date: Wed Jan 16 22:37:35 2008 -0500 + + Add support for a Freescale non-CPM SPI controller + + This patch adds support for the SPI controller found on Freescale PowerPC + processors such as the MCP834x family. Additionally, a new config option, + CONFIG_HARD_SPI, is added for general purpose SPI controller use. + + Signed-off-by: Ben Warren + Signed-off-by: Kim Phillips + +commit a8cb43a89be6cfd283257a603dd9841503ccce0f +Author: Dave Liu +Date: Thu Jan 17 18:23:19 2008 +0800 + + mpc83xx: Fix the fatal conflict of merge + + The commit 9e89647889cd4b5ada5b5e7cad6cbe55737a08d7 + will cause the mpc8315erdb board can't boot up. + + The patch fix that bug, and remove the duplicated #ifdef + CFG_SPCR_TSECEP code and clean the SCCR_TSEC2 for + MPC8313E processor. + + Signed-off-by: Dave Liu + Signed-off-by: Kim Phillips + +commit 3259eeaa4148125a81417477f62c05bd67f60587 +Author: Larry Johnson +Date: Thu Jan 17 08:50:09 2008 -0500 + + Merge Sequoia beautification into Korat code + + Signed-off-by: Larry Johnson + +commit e16925773211291b562e77187061e9dd1d757217 +Author: Matthias Fuchs +Date: Thu Jan 17 07:45:05 2008 +0100 + + net: add 'ethrotate' environment variable + + [PATCH] net: add 'ethrotate' environment variable + + This patch replaces the buildtime configuration option + CONFIG_NET_DO_NOT_TRY_ANOTHER through the 'ethrotate' runtime + configuration veriable. See README. + + Signed-off-by: Matthias Fuchs + Signed-off-by: Ben Warren + +commit ba52be3d0e618c26070e93aaf3c1f2d2adf5571f +Author: Stefan Roese +Date: Thu Jan 17 14:29:04 2008 +0100 + + ppc4xx: Fix compilation warnings and coding style issues in HCU4/HCU5 + + Signed-off-by: Stefan Roese + +commit 55ed1516cbc1dad3ae277c67ee06fc4a46eaac7d +Author: Nobuhiro Iwamatsu +Date: Thu Jan 17 18:07:32 2008 +0900 + + sh: Remove CONFIG_COMMANDS from MS7720SE config file + + Signed-off-by: Nobuhiro Iwamatsu + +commit 055606bd25e88c0cd04ad348a679a04b1b616bee +Author: Niklaus Giger +Date: Wed Jan 16 18:39:20 2008 +0100 + + ppc4xx: Netstal HCU4 board: added various fixes and POST + + - Moved some common code to netstal/common/nm_bsp.c. + - sdram initialisation goes go netstal/common/fixed_sdram.c. + - Added support for POST. + - Stylistic cleanups (multi-line comments/ enforce 80 colomn width) + + Signed-off-by: Niklaus Giger + +commit 69b0634a4ee98c9791815600d43b99f626a952f3 +Author: Niklaus Giger +Date: Thu Jan 17 12:53:56 2008 +0100 + + ppc4xx: netstal/common define routines used by all boards + + Added some routines used by all Netstal boards: + - nm_bsp.c: - nm_show_print and + - common_misc_init_r + - set_params_for_sw_install. Very specific code to handle our SW + installation procedure + - fixed_sdram.c: Common routines for HCU4 (and upcoming) MCU25 boards + to handle sdram initialization. + - nm.h: Common header + + Signed-off-by: Niklaus Giger + +commit efeff5382b7a91b48a1aa68b2b75f92ad1d33ff8 +Author: Niklaus Giger +Date: Wed Jan 16 18:39:18 2008 +0100 + + ppc4xx: Netstal HCU5 board: added various fixes and POST + + - Moved some common code to nestal/common/nm_bsp.c. + - Added support for the vxWorks EDR. + - Enable trace for Lauterbach, if present. + - Added support for POST. + - Stylistic cleanups (multi-line comments/ enforce 80 colomn width) + + Signed-off-by: Niklaus Giger + +commit 4371090e5da77edc7bf9f296364db4801639d9c4 +Author: Niklaus Giger +Date: Wed Jan 16 18:39:08 2008 +0100 + + ppc4xx: Netstal HCU5 board. Added POST. Various fixes + + - Various fixes + - Reduced rom_size from 384 to 320 kB + - Environment is now in flash + - Added POST + - Support for OF + + Signed-off-by: Niklaus Giger + +commit 4bd5036e60afac37e484c2d35cbbe7f6cc1623e7 +Author: Niklaus Giger +Date: Wed Jan 16 18:37:50 2008 +0100 + + ppc4xx: Netstal HCU4 board. Added POST. Various fixes + + - Various fixes + - Reduced rom_size from 384 to 320 kB + - Environment is now in flash + - Added POST + - Support for OF + + Signed-off-by: Niklaus Giger + +commit 1a3ac86b79fcb690275c85861c8efa6a3899060a +Author: Matthias Fuchs +Date: Thu Jan 17 10:53:08 2008 +0100 + + ppc4xx: Complete DU440 board support + + Signed-off-by: Matthias Fuchs + +commit 15a08bc2bef91e5f1ea4b9cf60e46832d86bcc1f +Author: Matthias Fuchs +Date: Thu Jan 17 10:52:30 2008 +0100 + + ppc4xx: Add DU440 board support + + Signed-off-by: Matthias Fuchs + +commit ac331da07db3860f11fa1d0fd3db7c810bce1198 +Author: Nobuhiro Iwamatsu +Date: Thu Jan 17 15:53:52 2008 +0900 + + sh: Update SuperH SCIF driver + + This patch fixed wrong SH7720 CPU macro and changed macro that + calculated value of SCBRR register. + + Signed-off-by: Nobuhiro Iwamatsu + +commit 334e442e6fac59be91244063e9b3f6ca25e8daf8 +Author: Grzegorz Bernacki +Date: Wed Jan 16 15:12:47 2008 +0100 + + Set ips dividor to 1/4 of csb clock. + + Previous setting cause ips clock to be out of spec. This bug was found by John + Rigby from Freescale. + + Signed-off-by: Grzegorz Bernacki + +commit 7dc358bb0de9e2fa341f3b4c914466b1f34b2d89 +Author: Kumar Gala +Date: Thu Jan 17 02:19:18 2008 -0600 + + 85xx: Get ride of old TLB setup code + + Now that all boards have been converted, remove old config code and the + config option for the new style. + + Signed-off-by: Kumar Gala + +commit 3b558e26a5ef31635787d6d6e97d70939d4f892d +Author: Kumar Gala +Date: Thu Jan 17 02:02:10 2008 -0600 + + 85xx: Convert TQM85xx to new TLB setup + + Signed-off-by: Kumar Gala + +commit 74121b470c14f7eaf284ee838bffca6f9521069e +Author: Kumar Gala +Date: Thu Jan 17 01:56:32 2008 -0600 + + 85xx: Convert STXGP3 & STXSSA to new TLB setup + + Signed-off-by: Kumar Gala + +commit 143b518d9125b54f96f1d7f1afc640b8aae81ff0 +Author: Kumar Gala +Date: Thu Jan 17 01:44:34 2008 -0600 + + 85xx: Convert SBC8540/SBC8560/SBC8548 to new TLB setup + + Signed-off-by: Kumar Gala + +commit 818218bac6a11591e2542c344d2330e0f4e1968b +Author: Kumar Gala +Date: Thu Jan 17 01:31:34 2008 -0600 + + 85xx: Convert PM854/PM856 to new TLB setup + + Signed-off-by: Kumar Gala + +commit ff4681c9285b2b4d24552a19cacc1769fe2fc7e0 +Author: Kumar Gala +Date: Thu Jan 17 01:25:33 2008 -0600 + + 85xx: Convert MPC8540EVAL to new TLB setup + + Signed-off-by: Kumar Gala + +commit 73aa9ac2b46f1cfd039106ebd6b9865016005234 +Author: Kumar Gala +Date: Thu Jan 17 01:12:22 2008 -0600 + + 85xx: Convert MPC8568 MDS to new TLB setup + + Signed-off-by: Kumar Gala + +commit 0db37dc2eed30884db2daa24dbd9a113b5d00610 +Author: Kumar Gala +Date: Thu Jan 17 01:01:09 2008 -0600 + + 85xx: Convert MPC8541/MPC8555/MPC8548 CDS to new TLB setup + + Signed-off-by: Kumar Gala + +commit 219a81b98d834f9071b6f7c3bdc6b7ec39cc46cc +Author: Kumar Gala +Date: Thu Jan 17 00:52:29 2008 -0600 + + 85xx: Convert MPC8540/MPC8560 ADS to new TLB setup + + Signed-off-by: Kumar Gala + +commit 80d0b6a1498761c4355b2db9c8001b04c295e7b8 +Author: Kumar Gala +Date: Thu Jan 17 00:32:17 2008 -0600 + + 85xx: Convert ATUM8548 to new TLB setup + + Signed-off-by: Kumar Gala + +commit 0f7a3dc95cbff3c21bd6dbc639313796412bbbab +Author: Kumar Gala +Date: Wed Jan 16 23:11:57 2008 -0600 + + 85xx: Convert MPC8544 DS to new TLB setup + + Signed-off-by: Kumar Gala + +commit 8716318057a5f60ab1ba081ece2dbe82ae00e1ee +Author: Kumar Gala +Date: Wed Jan 16 22:38:34 2008 -0600 + + 85xx: Reworked initial processor init + + Reworked the initial processor initialzation sequence: + * introduced cpu_early_init_f that is run in address space 1 (AS=1) + * Moved TLB/LAW and CCSR init into cpu_early_init_f() + * Reworked initial asm code to do most of the core init before TLBs + + The main reasons for these changes are to allow handling of 36-bit phys + addresses in the future and some of the issues that will exist when we + do that. + + There are a few caveats on what can be initialized via the LAW and TLB + static tables: + * TLB entry 14/15 can't be initialized via the TLB table + * any LAW that covers the implicit boot window (4G-8M to 4G) must map to + the code that is currently executing. + + Signed-off-by: Kumar Gala + +commit 44a23cfd6360a68eaa41f945190618a55519eac3 +Author: Kumar Gala +Date: Wed Jan 16 22:33:22 2008 -0600 + + 85xx: Introduce new tlb API + + Add a set of functions to manipulate TLB entries: + * set_tlb() - write a tlb entry + * invalidate_tlb() - invalidate a tlb array + * disable_tlb() - disable a variable size tlb entry + * init_tlbs() - setup initial tlbs based on static table + + Signed-off-by: Kumar Gala + +commit be88b1699863c262818f3af7f60173b4d48df8fc +Author: Stefan Roese +Date: Thu Jan 17 07:50:17 2008 +0100 + + ppc4xx: Fix remaining CONFIG_COMMANDS in 4xx files + + Signed-off-by: Stefan Roese + +commit c8c41d4a80b1a8ad5984a287d81ea780496259f8 +Author: Kumar Gala +Date: Wed Jan 16 10:04:42 2008 -0600 + + 85xx: Use proper defines for PCI addresses + + We should be using the _MEM_PHYS for LAW and TLB setup and not _MEM_BASE. + While _MEM_BASE & _MEM_PHYS are normally the same, _MEM_BASE should only + be used for configuring the PCI ATMU. + + Signed-off-by: Kumar Gala + +commit 54a5070115eff38e9b324b78abdfa0b4520580b9 +Author: Kumar Gala +Date: Wed Jan 16 09:22:29 2008 -0600 + + 85xx: Remove old style of LAW init + + All boards are now using the new fsl_law code so we can drop the old version. + + Signed-off-by: Kumar Gala + +commit 4d3521cc79cabc61edf12c48c0ce318d4efb712f +Author: Kumar Gala +Date: Wed Jan 16 09:15:29 2008 -0600 + + 85xx: convert remaining 85xx boards over to use new LAW init code + + Converted ATUM8548, MPC8568 MDS, MPC8540 EVAL, and TQM85xx boards over + to use new LAW init code. + + Signed-off-by: Kumar Gala + +commit 572b13afc42710f2957c382a710360429c0e099b +Author: Kumar Gala +Date: Wed Jan 16 09:11:53 2008 -0600 + + 85xx: convert STXGP3/STXSSA over to use new LAW init code + + Signed-off-by: Kumar Gala + +commit 45f2166ac0233a9263058378f39612bd11f61196 +Author: Kumar Gala +Date: Wed Jan 16 09:06:48 2008 -0600 + + 85xx: convert PM854/PM856 over to use new LAW init code + + Signed-off-by: Kumar Gala + +commit e2b159d0070ee06e4ac7e2f9381d3e8e542e614a +Author: Kumar Gala +Date: Wed Jan 16 09:05:27 2008 -0600 + + 85xx: convert SBC8540/SBC8560/SBC8548 over to use new LAW init code + + Signed-off-by: Kumar Gala + +commit 2cfaa1aa1aac39a81006b7b27e0e431bf21f6dfa +Author: Kumar Gala +Date: Wed Jan 16 01:45:10 2008 -0600 + + 85xx: convert MPC8541/MPC8555/MPC8548 CDS over to use new LAW init code + + Signed-off-by: Kumar Gala + +commit 7232a2724ccc9dcbc3ec4ef84ada02f13ccd1238 +Author: Kumar Gala +Date: Wed Jan 16 01:32:06 2008 -0600 + + 85xx: convert MPC8540/MPC8560 ADS over to use new LAW init code + + Signed-off-by: Kumar Gala + +commit 4bcae9c92aee0d72a2f19b81cab27ef38107ce75 +Author: Kumar Gala +Date: Wed Jan 16 01:16:16 2008 -0600 + + 85xx: convert MPC8544 DS over to use new LAW init code + + Signed-off-by: Kumar Gala + +commit 83d40dfd79fe868796275802f60116d84b9e4395 +Author: Kumar Gala +Date: Wed Jan 16 01:13:58 2008 -0600 + + 85xx: Move LAW init code into C + + Move the initialization of the LAWs into C code and provide an API + to allow modification of LAWs after init. + + Board code is responsible to provide a law_table and num_law_entries. + + We should be able to use the same code on 86xx as well. + + Signed-off-by: Kumar Gala + +commit bed8ce838a609aaab136d43b25e6df2a520bc854 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sat Dec 22 15:03:12 2007 +0100 + + qemu-mips: active HUSH PARSER, AUTO_COMPLETE and CMDLINE_EDITING + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 0764c164fed6277d359cf132d55187ea34290114 +Author: Vlad Lungu +Date: Wed Jan 16 19:27:51 2008 +0200 + + MIPS:Target support for qemu -M mips + + With serial, NE2000, IDE support. Tested in big-endian mode. + Memory size hard-coded to 128M for now, so don't play with + the -m option. + + Signed-off-by: Vlad Lungu + +commit 7f52fa3c2df59e49dc2badd7c084cf2d007c438f +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Fri Jan 11 00:01:37 2008 +0100 + + Fix nfs command help to reflect that the serverip is optional + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + Signed-off-by: Ben Warren + +commit b8f4162a4f7a9bee5e9d0305c17f2d34de466a9b +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Mon Dec 10 22:32:14 2007 +0100 + + bf537-stamp: remove already defined is_zero_ether_addr and is_multicast_ether_addr + + and move is_valid_ether_addr board file + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + Signed-off-by: Ben Warren + +commit c2f896b8fc4722e36915903e1942e138e68ce804 +Author: Shinya Kuribayashi +Date: Wed Jan 16 16:13:31 2008 +0900 + + drivers/net/rtl8139.c: rx_status should be le32_to_cpu(rx_status). + + rx_status on the memory is basically in LE, but needs to be handled in CPU + endian. le32_to_cpu() takes up this mission. Even if on the sane hardware, + it'll work fine. + + Signed-off-by: Shinya Kuribayashi + Cc: Masami Komiya + Cc: Lucas Jin + Signed-off-by: Ben Warren + +commit 96a236746fe6a7b84802afb4ed31536696d34812 +Author: Shinya Kuribayashi +Date: Wed Jan 16 16:12:26 2008 +0900 + + drivers/net/rtl8139.c: Fix cache coherency issues + + Current driver is meant for cache coherent systems. This patch adds + flush_cache() routines to support cache non-coherent systems. + + Signed-off-by: Shinya Kuribayashi + Cc: Masami Komiya + Cc: Lucas Jin + Signed-off-by: Ben Warren + +commit d1276c76c1e2b5035296689280ba1acb2c425104 +Author: Shinya Kuribayashi +Date: Wed Jan 16 16:11:14 2008 +0900 + + drivers/net/rtl8139.c: Fix tx timeout + + "to = (currticks() + RTL_TIMEOUT)" has possibilities to wrap around. If it + does, the condition "(currticks() < to)" becomes invalid and immediately + leads to tx timeout error. This patch introduces the fine-graded udely(10) + loops to ease the impact of wrapping around. + + Signed-off-by: Shinya Kuribayashi + Cc: Masami Komiya + Cc: Lucas Jin + Signed-off-by: Ben Warren + +commit 18ee320ff63edbf7b27bbeb05f0e12a52302c68a +Author: Dave Liu +Date: Fri Jan 11 18:45:28 2008 +0800 + + TSEC: Add the support for RealTek RTL8211B PHY + + Add the support of RealTek RTL8211B PHY, the RTL8211B + PHY only supports RGMII and MII mode. + + Signed-off-by: Dave Liu + Signed-off-by: Ben Warren + +commit 84a3047b72b70e862b0b7a8e2058077457f89a32 +Author: Joakim Tjernlund +Date: Wed Jan 16 09:40:41 2008 +0100 + + Remove annoying debug printout for PHY less boards. + + PHY less board prints out lots of "read wrong ...": + read wrong value : mii_id 3,mii_reg 2, base e0102320 + read wrong value : mii_id 3,mii_reg 3, base e0102320 + UEC: PHY is Generic MII (ffffffff) + read wrong value : mii_id 3,mii_reg 4, base e0102320 + read wrong value : mii_id 3,mii_reg 0, base e0102320 + read wrong value : mii_id 3,mii_reg 1, base e0102320 + read wrong value : mii_id 3,mii_reg 1, base e0102320 + read wrong value : mii_id 3,mii_reg 5, base e0102320 + read wrong value : mii_id 3,mii_reg 1, base e0102320 + read wrong value : mii_id 3,mii_reg 1, base e0102320 + read wrong value : mii_id 3,mii_reg 5, base e0102320 + FSL UEC0: Full Duplex + FSL UEC0: Speed 100BT + FSL UEC0: Link is up + Using FSL UEC0 device + + Make this printout depend on UEC_VERBOSE_DEBUG and + remove its definition in uec_phy.c + + Signed-off-by: Joakim Tjernlund + Signed-off-by: Ben Warren + +commit ee62ed3286f83b98b7785e0318dc6379e78f7ff6 +Author: Kim Phillips +Date: Tue Jan 15 14:11:00 2008 -0600 + + net: reduce boot latency on QE UEC based boards + + actually polling for PHY autonegotiation to finish enables us to remove the + 5 second boot prompt latency present on QE based boards. + + call to qe_set_mii_clk_src in init_phy, and mv call to init_phy from + uec_initialize to uec_init by Joakim Tjernlund; autonegotiation wait + code shamelessly stolen from tsec driver. + + also rm unused CONFIG_RMII_MODE code. + + Signed-off-by: Kim Phillips + Signed-off-by: Joakim Tjernlund + Signed-off-by: Ben Warren + +commit 55fe7c57a8b99a130925052dcdbb77f053dc50e3 +Author: michael.firth@bt.com +Date: Wed Jan 16 11:40:51 2008 +0000 + + TSEC driver: Change MDIO support to allow access to any PHYs on the MDIO bus + + The current TSEC driver limits MDIO access to the devices that have been configured as attached + to a TSEC MAC. This patch allows access to any PHY device on the MDIO bus through the 'mii' commands. + + Signed-off-by: Michael Firth + Acked-by: Andy Fleming + Signed-off-by: Ben Warren + +commit 5e918a98c26e8ab9b5d2d48d998a2ced2b5b85b3 +Author: Kim Phillips +Date: Wed Jan 16 00:38:05 2008 -0600 + + Add support for the MPC837xERDB + + MPC837xERDB board support includes: + * DDR2 330MHz hardcoded (soldered on the board) + * Local Bus NOR Flash + * I2C, UART and RTC + * eTSEC RGMII (TSEC0 - RTL8211B with MII; + * TSEC1 - VSC7385 local bus, hardcoded, requires seperate firmware + * load) + + Signed-off-by: Kevin Lam + Signed-off-by: Joe D'Abbraccio + Signed-off-by: Kim Phillips + +commit 9e89647889cd4b5ada5b5e7cad6cbe55737a08d7 +Author: Kim Phillips +Date: Wed Jan 16 12:06:16 2008 -0600 + + mpc83xx: add support for more system clock performance controls + + System registers that are modified are the Arbiter Configuration + Register (ACR), the System Priority Control Register (SPCR), and the + System Clock Configuration Register (SCCR). + + Signed-off by: Michael F. Reiss + Signed-off by: Joe D'Abbraccio + Signed-off-by: Kim Phillips + +commit 16c3cde050e2d243e62b37486f1558570787beb8 +Author: James Yang +Date: Wed Jan 16 11:58:08 2008 -0600 + + FSL: Generalize PIXIS reset command parsing. + + Before, the order of arguments to the pixis_reset + command needed to be supplied in a hard-coded order. + Generalize the command parsing to allow any order. + + Signed-off-by: James Yang + Acked-by: Jon Loeliger + +commit ad8f8687b78c3e917b173f038926695383c55555 +Author: Jon Loeliger +Date: Tue Jan 15 13:42:41 2008 -0600 + + FSL: Convert board/freescale/common/Makefile to use CONFIG_ + + Convert the board/freescale/common/Makefile to use + CONFIG_* options to select which files to conditionally + compile into the board/freescale/common library rather + than conditionally compiling entire files. + + Now handles:: + CONFIG_FSL_PIXIS + CONFIG_FSL_DIU_FB + CONFIG_PQ_MDS_PIB + + CONFIG_ID_EEPROM is introduced until CFG_ID_EEPROM is gone. + + Signed-off-by: Jon Loeliger + +commit 7c2221eb230372a9e537c4f6636b147b0909325f +Author: Roy Zang +Date: Tue Jan 15 16:38:38 2008 +0800 + + Use CONFIG_ULI526X as MPC8610HPCD default Ethernet driver + + Use driver/net/uli526x.c as MPC8610HPCD default Ethernet driver. + Remove unused ethernet CONFIG_ options. + + Signed-off-by: Roy Zang + Acked-by: Jon Loeliger + +commit 711a7946277d2e29af481011e8635e9975c54e45 +Author: Kim Phillips +Date: Tue Jan 15 14:05:14 2008 -0600 + + mpc83xx: fix QE ETHPRIMEs to correct 'FSL UEC0' value + + continuation of commit b96c83d4ae475a70ef2635cd0e748174c44c8601 + + Signed-off-by: Kim Phillips + +commit 363eea9ff7f19a2cba17f262bd17559f166e134e +Author: Kim Phillips +Date: Tue Jan 15 09:51:12 2008 -0600 + + mpc83xx: clean up mpc8360emds.c warnings + + mpc8360emds.c: In function 'ft_board_setup': + mpc8360emds.c:327: warning: assignment makes pointer from integer without a cast + mpc8360emds.c:329: warning: passing argument 2 of 'fdt_getprop' makes integer from pointer without a cast + mpc8360emds.c:334: warning: passing argument 2 of 'fdt_setprop' makes integer from pointer without a cast + mpc8360emds.c:341: warning: assignment makes pointer from integer without a cast + mpc8360emds.c:343: warning: passing argument 2 of 'fdt_getprop' makes integer from pointer without a cast + mpc8360emds.c:348: warning: passing argument 2 of 'fdt_setprop' makes integer from pointer without a cast + + Signed-off-by: Kim Phillips + +commit f09880ea72a1c806db223ce594c5fb1b6542ff6a +Author: Kim Phillips +Date: Mon Jan 14 16:14:46 2008 -0600 + + mpc83xx: fix phy-connection-type fixup code + + use tree passed to us in local blob, not global fdt. + + Also use fdt_path_offset to convert to relative offset, since absolute + reference is needed to check for rgmii-id mode string value. + + Signed-off-by: Kim Phillips + +commit 2b4c952be7c4357a13e839d48df80853820c33eb +Author: Kumar Gala +Date: Mon Jan 14 09:01:40 2008 -0600 + + mpc83xx: fix mpc8313/mpc8315/mpc8349itx Makefiles for silent build (with -s) + + Signed-off-by: Kumar Gala + Signed-off-by: Kim Phillips + +commit e1d8ed2c08da14b168658cc5fa78529d461aea70 +Author: Poonam Aggrwal +Date: Mon Jan 14 09:41:14 2008 +0530 + + Changes in uboot DDR configuration for MPC8313eRDB + + These changes were identified by HighSmith Bill ,Mazzyar and Joseph for + DDR configuration in u-boot code. Some are related to performance, some + affect stability and some correct few basic errors in the current + configuration. + + The changes have been tested and found to give better memory latency + figures on MPC8313eRDB.LMBench figures prove it. + + The changes are: + + - CS0_CONFIG[ AP_n_EN] is changed from 1 to 0 + (this may improve performance for application with many read + or write to open pages). + - CS0_CONFIG[ODT_WR_CFG] is currently changed from 100 to + 001 (activating all the CS when only one is used may cause + unwanted noise on the system) + + - TIMING_CFG_1[ACTTOPRE] is changed from 9clks to 8clks (based on + Tras=45ns) + - TIMING_CFG_1[REFREC] changed from 21 clks to 18clks. + + - TIMING_CFG_2[AL] value changed from 0 setting to 1 clk to + comply with the 3 ODT clk requirements) + - TIMING_CFG_2[CPO] was set to a reserved value, changed to RL+3/4. + - TIMING_CFG_2[FOUR_ACT] is changed from 10 clks to 6clks. + + - DDR_SDRAM_MODE[AL]changed from 0 to 1. + - DDR_SDRAM_MODE[WRREC] changed from 1 clk to 3 clks. + + - DDR_SDRAM_INTERVAL[REFINT] is changed from 0x0320 to 0x0510. + - DDR_SDRAM_INTERVAL[BSTOPRE] is changed from 0x64 to 0x0500. + + The patch is based of git://www.denx.de/git/u-boot-mpc83xx.git + The last commit on this tree was 6775c68683a53c7abc778774641aac6f833a2cbf + + Signed-off-by: Poonam Aggrwal-b10812 + Cc: Bill HighSmith + Cc: Razzaz Mazyar + Cc: Josep P J + Signed-off-by: Kim Phillips + +commit b5cdd7df4a06edb91539c9a2ea7c178a870c3a95 +Author: Jerry Van Baren +Date: Sat Jan 12 13:24:14 2008 -0500 + + Enable the isdram command on the MPC8360EMDS board + + The isdram command prints out decoded information the "serial presence + detect" (SPD) chip on the SDRAM SIMMs. This can be very helpful when + debugging memory configuration problems. + + Signed-off-by: Gerald Van Baren + Signed-off-by: Kim Phillips + +commit 8bd522ce4afda3d4868ee8c913f5394094326be1 +Author: Dave Liu +Date: Fri Jan 11 18:48:24 2008 +0800 + + mpc83xx: Add the support for MPC8315ERDB board + + The features list: + - Boot from NOR Flash + - DDR2 266MHz hardcoded configuration + - Local bus NOR Flash R/W operation + - I2C, UART, MII and RTC + - eTSEC0/1 support + - PCI host + + Signed-off-by: Dave Liu + Signed-off-by: Kim Phillips + +commit b05884efa614e4d8a9413158fc228e0dc02ab704 +Author: Dave Liu +Date: Fri Jan 11 18:46:50 2008 +0800 + + mpc83xx: Add config of eTSEC emergency priority in SPCR + + The TSEC emergency priority definition of 831x/837x + is different than the definition of 834x in SPCR register. + + Add the other config of TSEC emergency priority into + cpu_init.c + + Signed-off-by: Dave Liu + Signed-off-by: Kim Phillips + +commit 9b958234b0783f13d92f007f753fd2c3ae2c8680 +Author: Dave Liu +Date: Fri Jan 11 18:42:19 2008 +0800 + + mpc83xx: Remove cache config from MPC8360ERDK.h + + The MPC8360ERDK board support patch is added before + the commit 2c5b48fc205c3e2752910da8f39209ed075929e5 + so, miss clean up it. + + The patch clean up the miss cache config. + + Signed-off-by: Dave Liu + Signed-off-by: Kim Phillips + +commit cd9d23053d435c08fc8695017b5cb9003fcda786 +Author: Anton Vorontsov +Date: Mon Jan 14 23:09:32 2008 +0300 + + nand: FSL UPM NAND driver + + Signed-off-by: Anton Vorontsov + +commit 6cb2239ae76faee64434286c4f8fc71374702dd2 +Author: Kyungmin Park +Date: Tue Jan 15 08:59:44 2008 +0900 + + OneNAND: Separate U-Boot dependent code from OneNAND + + OneNAND: Separate U-Boot dependent code from OneNAND + + Signed-off-by: Kyungmin Park + +commit 83a49c8dd7998be2d1f0d420597a36bbf0bf4164 +Author: Matthias Fuchs +Date: Wed Jan 16 10:33:46 2008 +0100 + + ppc4xx: Sequoia coding style cleanup and beautification + + Signed-off-by: Matthias Fuchs + +commit 4b3cc6ece9c455504cf12909fae38d085d848ac0 +Author: Larry Johnson +Date: Tue Jan 15 14:35:58 2008 -0500 + + ppc4xx: Refactor ECC POST for AMCC Denali core + + The ECC POST reported intermittent failures running after power-up on + the Korat PPC440EPx board. Even when the test passed, the debugging + output occasionally reported additional unexpected ECC errors. + + This refactoring has three main objectives: (1) minimize the code + executed with ECC enabled during the tests, (2) add more checking of the + results so any unexpected ECC errors would cause the test to fail, and + (3) use synchronization (only) where required by the processor. + + Signed-off-by: Larry Johnson + +commit 2465665b73ac2f688af945b1ed510752afa816a4 +Author: David Saada +Date: Tue Jan 15 10:40:24 2008 +0200 + + QE UEC: Extend number of supported UECs to 4 + + This patch extends the number of supported UECs to 4. Note that the + problem of QE thread resources exhaustion is resolved by setting the + correct number of QE threads according to Ethernet type (GBE or FE). + + Signed-off-by: David Saada + Signed-off-by: Ben Warren + +commit 58d204256cb1ce1bd323847d9f644acf70a72e6a +Author: Wolfgang Denk +Date: Wed Jan 16 00:01:01 2008 +0100 + + LWMON5: enable hush shell as command line parser + + Signed-off-by: Wolfgang Denk + +commit 66ffb1883feedddc813d8a507d060f2a940eb2b2 +Author: Wolfgang Denk +Date: Tue Jan 15 17:22:28 2008 +0100 + + ADS5121: disable watchdog; enable image timestamps + + Signed-off-by: Wolfgang Denk + +commit 2b4f778fe9d1de61d7445bae7b325340aba6968d +Author: Wolfgang Denk +Date: Tue Jan 15 17:21:28 2008 +0100 + + TK885D: fixes for bigger flash sector sizes on new modules; + adjust default environment; + disable SCC ethernet (not used on this board). + + Signed-off-by: Wolfgang Denk + +commit f91d7ae5ca89acf9fa1ed1015dc078cf29581607 +Author: Nobuhiro Iwamatsu +Date: Tue Jan 15 17:48:13 2008 +0900 + + pcmcia: Remove CONFIG_COMMANDS from marubun pcmcia driver + + Signed-off-by: Nobuhiro Iwamatsu + +commit 76e49aa7fb8e76cc49092c1acd53fff921e26360 +Author: Nobuhiro Iwamatsu +Date: Tue Jan 15 23:25:25 2008 +0900 + + sh: Add support SH7710/SH7712 + + SH7710/SH7712 of SH3 CPU are supported. + SH771X is called SH-Ether, and has the Ether controller in CPU. + The driver of Ether is not included in this patch. + + Signed-off-by: Nobuhiro Iwamatsu + +commit 63a11be68306870e04d3851ed9fa41955cdf4894 +Author: Nobuhiro Iwamatsu +Date: Tue Jan 15 23:06:17 2008 +0900 + + sh: Add support of map_physmem() and unmap_physmem() to SuperH + + This patch add the support of map_physmem() and unmap_physmem() + used with Common Flash Interface(CFI) driver. + + Signed-off-by: Nobuhiro Iwamatsu + +commit db3995fe5164ac5d630b7ecb96286a9828dfbb54 +Author: Nobuhiro Iwamatsu +Date: Wed Jan 9 14:42:27 2008 +0900 + + sh: Add maintainer of MS7720SE to the MAINTAINER file + + Signed-off-by: Nobuhiro Iwamatsu + +commit dcd99e88e03d56a0aeecd42b507d2d29d20ab0e3 +Author: Nobuhiro Iwamatsu +Date: Wed Jan 9 14:39:58 2008 +0900 + + sh: Fix board name in MS7720SE's config.mk + + Signed-off-by: Nobuhiro Iwamatsu + +commit c0a04d93734d768b39dbb72fb501b65614c8615d +Author: Nobuhiro Iwamatsu +Date: Wed Jan 9 14:37:36 2008 +0900 + + sh: Add MS7720SE to MAKEALL + + Signed-off-by: Nobuhiro Iwamatsu + +commit b2b5e2bb78a1ef4ae8504f5a26bfdc3293ea74ae +Author: Yoshihiro Shimoda +Date: Mon Dec 3 22:58:50 2007 +0900 + + sh: Add support for MS7720RP02 board + + Signed-off-by: Yoshihiro Shimoda + CC: Nobuhiro Iwamatsu + Acked-by: Nobuhiro Iwamatsu + +commit 7c10c57275901939a8ece4a9ef3e7ccb7c12a0ed +Author: Yoshihiro Shimoda +Date: Wed Jan 9 14:30:02 2008 +0900 + + sh: Add support for SH7720 in serial_sh driver. + + Signed-off-by: Yoshihiro Shimoda + CC: Nobuhiro Iwamatsu + Acked-by: Nobuhiro Iwamatsu + +commit f9913a8ee71ff14fcfc1c7fd0e6912f897e69403 +Author: Yoshihiro Shimoda +Date: Mon Dec 3 22:58:45 2007 +0900 + + sh: Add support SH3 and SH7720 + + Signed-off-by: Yoshihiro Shimoda + CC: Nobuhiro Iwamatsu + Acked-by: Nobuhiro Iwamatsu + +commit 9adfc9fb9ade64cdf1ed9ff842e4f900cbda78bd +Author: Stefan Roese +Date: Tue Jan 15 10:11:02 2008 +0100 + + ppc4xx: Remove compiler warning in cpu/ppc4xx/44x_spd_ddr2.c + + Signed-off-by: Stefan Roese + +commit 17bef68097ab3692500a36fb31115bff7910aa99 +Author: Niklaus Giger +Date: Mon Jan 14 14:04:42 2008 +0100 + + ppc_4xx: Fix post spr.c for PPC405 + + post/cpu/ppc4xx/spr.c contained a few checks for registers only present + for PPC440 and derivates processor. + + Signed-off-by: Niklaus Giger + +commit 06c428bcd4413014b43236e77765022071424fa6 +Author: Dave Liu +Date: Mon Jan 14 11:12:01 2008 +0800 + + QE: fix compile warning + + qe.c: In function 'qe_upload_firmware': + qe.c:390: warning: pointer targets in passing argument 2 + uec.c: In function 'uec_initialize': + uec.c:1236: warning: 'uec_info' may be used uninitialized + + Signed-off-by: Dave Liu + +commit a0dd99d51efa55fe023e19c97ead92683725eb11 +Author: Stefan Roese +Date: Mon Jan 14 10:05:05 2008 +0100 + + ppc4xx: Update Kilauea CPLD configuration with USB PHY reset bit + + Now that bit 29 is the USB PHY reset bit, update the Kilauea port + to remove the USB PHY reset after powerup. The CPLD will keep the + USB PHY in reset (active low) until the bit is set to 1 in + board_early_init_f(). + + Signed-off-by: Stefan Roese + +commit f43ad53908f1ea83a7c26c3505bbe84382e47aad +Author: Wolfgang Denk +Date: Sun Jan 13 23:26:45 2008 +0100 + + ARM: update mach-types.h from 2.6.24-rc7 Linux kernel tree + + Signed-off-by: Wolfgang Denk + +commit 8d103071b7b0e3ec888859bfcb9d422565e6d750 +Author: Wolfgang Denk +Date: Sun Jan 13 23:37:50 2008 +0100 + + ADS5121: Fix typo in ads5121.c, adjust default environment + + Signed-off-by: Wolfgang Denk + +commit 51b67d06faa670c65de6f29ec5b5aace74b2a047 +Author: John Rigby +Date: Fri Aug 24 18:18:43 2007 -0600 + + ADS5121: MAX slew rate for PATA pins + + Signed-off-by: John Rigby + +commit dd531aac34aaad138f16cacdb51d61908d59c0e2 +Author: Wolfgang Denk +Date: Sun Jan 13 21:05:52 2008 +0100 + + Fix Makefile dependency problem with parallel builds. + + Signed-off-by: Wolfgang Denk + +commit 89967841e3ea02e3d0e5e1295ab687576e5b1089 +Author: Wolfgang Denk +Date: Sun Jan 13 19:51:39 2008 +0100 + + MPC8544DS: fix board Makefile for silent build (with -s) + + Signed-off-by: Wolfgang Denk + +commit 6d714f82fb4b8bb7e267e9c71b8009bc670bfe88 +Author: Wolfgang Denk +Date: Sun Jan 13 16:44:08 2008 +0100 + + PMC440 board: fix board Makefile for out-of-tree building + + Signed-off-by: Wolfgang Denk + +commit 6eb3fb15588d319bd3099d5f9b910051dfeab6b2 +Author: Wolfgang Denk +Date: Sun Jan 13 16:07:44 2008 +0100 + + Makalu: fix compile warning + + Signed-off-by: Wolfgang Denk + +commit 0a1e03bcadc7734688a21e8dd2e46a4f608193c0 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sun Jan 13 12:36:12 2008 +0100 + + cmd_nand : fix compiler warning. + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 8225d1e3ac0ab147cdde4b0042812583380afb8a +Author: Michael Schwingen +Date: Sat Jan 12 20:29:47 2008 +0100 + + CFI: Fix CONFIG_FLASH_CFI_LEGACY compilation + + Signed-off-by: Michael Schwingen + Acked-by: Stefan Roese + +commit 2b2f43ed6a30ece77f76191c845ac95267daa31a +Author: Wolfgang Denk +Date: Sun Jan 13 02:19:44 2008 +0100 + + MPC8360ERDK: fix incorrect initialization of CFG_I2C_NOPROBES + + Signed-off-by: Wolfgang Denk + +commit 08e99e1dd01a3e0e3dc3a7138eb827c997e2b74d +Author: Wolfgang Denk +Date: Sun Jan 13 02:19:13 2008 +0100 + + MPC8xx FEC driver: fix compiler warning. + + Signed-off-by: Wolfgang Denk + +commit ae6d1056d2c2e4d1266413c0ae8a6d5529ecde4b +Author: Wolfgang Denk +Date: Sun Jan 13 00:59:21 2008 +0100 + + Fix Makefile dependencies issues; allow silent build + + - get rid of "version" target whichdidn't really work + - make autoconf.mk depend on version_autogenerated.h to make sure + to rebuild files as needed + - add XECHO macro to allow for silent build using "make -s" + + Signed-off-by: Wolfgang Denk + +commit e343ab83d5135b558aa58db9be8fc7faa68d77ed +Author: Wolfgang Denk +Date: Sun Jan 13 00:55:47 2008 +0100 + + ADS5121e: fix compile warning + + Signed-off-by: Wolfgang Denk + +commit f2b6f4610627fe3d607620e25082916a01538875 +Author: Wolfgang Denk +Date: Sun Jan 13 00:55:18 2008 +0100 + + MUNICes: fix board Makefile for remote build directory + + Signed-off-by: Wolfgang Denk + +commit 2ad4d3999fe801aa716221d7d9a4c5bdad74783a +Author: Oliver Weber +Date: Wed Jan 9 17:04:38 2008 +0100 + + MPC5200: don't use hardcoded MBAR address in Bestcomm firmware + + Signed-off-by: Oliver Weber + +commit 00ac50e348d1bace27a174b7f528d113bc7cdf7f +Author: Andreas Engel +Date: Wed Jan 9 17:10:56 2008 +0100 + + Make bootretry work when command line editing is enabled + + Currently, when CONFIG_CMDLINE_EDITING is set, bootretry doesn't work. + This patch fixes the problem. + + Signed-off-by: Andreas Engel + +commit 632de0672d3c3ab53ad798c47f5f1eb26008a0e4 +Author: Larry Johnson +Date: Fri Jan 11 23:26:18 2008 -0500 + + Refactor code for "i2c sdram" command + + Signed-off-by: Larry Johnson + +commit 0df6b8446c4721b91ce311548114891130371083 +Author: Larry Johnson +Date: Thu Jan 10 22:23:39 2008 -0500 + + Fix "i2c sdram" command for DDR2 DIMMs + + Many of the SPD bytes for DDR2 SDRAM are not interpreted correctly by the + "i2c sdram" command. This patch provides correct alternative + interpretations when DDR2 memory is detected. + + Signed-off-by: Larry Johnson + +commit 64134f011254123618798ff77c42ba196b2ec485 +Author: Wolfgang Denk +Date: Sat Jan 12 20:31:39 2008 +0100 + + Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections + + With recent toolchain versions, some boards would not build because + or errors like this one (here for ocotea board when building with + ELDK 4.2 beta): + ppc_4xx-ld: section .bootpg [fffff000 -> fffff23b] overlaps section .bss [fffee900 -> fffff8ab] + + For many boards, the .bss section is big enough that it wraps around + at the end of the address space (0xFFFFFFFF), so the problem will not + be visible unless you use a 64 bit tool chain for development. On + some boards however, changes to the code size (due to different + optimizations) we bail out with section overlaps like above. + + The fix is to add the NOLOAD attribute to the .bss and .sbss + sections, telling the linker that .bss does not consume any space in + the image. + + Signed-off-by: Wolfgang Denk + +commit 3afac79ec27b91df185f090b31dad9620779f440 +Author: TsiChung Liew +Date: Fri Jan 11 20:42:58 2008 -0600 + + USB: Add Philips 1561 PCI-OHCI ids + (needed for M5475EVB) + + Signed-off-by: TsiChungLiew + +commit 5e8def6731cd7bec74bff42a16b139de04010353 +Author: Wolfgang Denk +Date: Sat Jan 12 15:51:34 2008 +0100 + + Add MAINTAINERS entries for ids8247, jupiter, municse, sc3 and uc101 + boards. + + Signed-off-by: Heiko Schocher + Signed-off-by: Wolfgang Denk + +commit 5d49e0e152a8b81cc0602271e8fd259371f559b7 +Author: Grzegorz Bernacki +Date: Fri Jan 11 12:03:43 2008 +0100 + + MPC512X: Cleanup bus clock names. + + Signed-off-by: Grzegorz Bernacki + +commit 66a9455b6bf46d69cec5c88d1a600d1d9a10670d +Author: Grzegorz Bernacki +Date: Tue Jan 8 17:16:59 2008 +0100 + + MPC512X: Fixed typo in macro name. + + Signed-off-by: Grzegorz Bernacki + +commit 281ff9a45cf9eb17b8a9afc436cb783cf1f62363 +Author: Grzegorz Bernacki +Date: Tue Jan 8 17:16:15 2008 +0100 + + ads5121: Added support for FDT. + + Signed-off-by: Grzegorz Bernacki + +commit a10ff9196183e7e5f2ae3c4f5f3cbe92ae9cb719 +Author: Wolfgang Denk +Date: Sat Jan 12 01:05:50 2008 +0100 + + Coding Style cleanup; update CHANGELOG. + + Signed-off-by: Wolfgang Denk + +commit f6db945649e5e9d0c7efe33b507d243cdc86cf03 +Author: Heiko Schocher +Date: Fri Jan 11 15:15:17 2008 +0100 + + Fixed syntax error in function init_e300_core() of mpc83xx/start.S if + + Signed-off-by: Timur Tabi + Signed-off-by: Heiko Schocher + +commit fa05664cd8c7ab1ecf062aa73b992b7b58bba49c +Author: Heiko Schocher +Date: Fri Jan 11 15:15:16 2008 +0100 + + MUNICes: Set the right CFG_DEFAULT_MBAR value. + + Signed-off-by: Heiko Schocher + +commit 5fb2b2342ece8d786c6f7fdba1bc273febd3b3d2 +Author: Heiko Schocher +Date: Fri Jan 11 15:15:15 2008 +0100 + + added the config File for the MUNICes board. + + Signed-off-by: Heiko Schocher + +commit 6341d9d723b71b4c0bf86f979e4cb228c02fd09d +Author: Heiko Schocher +Date: Fri Jan 11 15:15:14 2008 +0100 + + added basic support for the MUNICes board. + + Signed-off-by: Heiko Schocher + +commit 3bb77fb09a1caabf5a292cc5b486a78b977fbe19 +Author: Wolfgang Denk +Date: Sat Jan 12 00:39:37 2008 +0100 + + Update CHANGELOG and MAINTAINERS files. + + Signed-off-by: Wolfgang Denk + +commit 5ba7390c3cb579172be66888a371707b47b5be4e +Author: Anatolij Gustschin +Date: Fri Jan 11 02:15:02 2008 +0100 + + Fix compilation problem in common/cmd_bmp.c + + common/cmd_bmp.c fails to compile if CONFIG_VIDEO_BMP_GZIP + isn't defined. This patch fix this. + + Signed-off-by: Anatolij Gustschin + +commit 5aa437baae5fe629abeab99bef793a2a1fc71b58 +Author: Heiko Schocher +Date: Fri Jan 11 01:12:09 2008 +0100 + + Fix defaultconfig for the mgcoge board. + + Signed-off-by: Heiko Schocher + +commit ac9db066b26935f31bff15c98168b19faeb603f3 +Author: Heiko Schocher +Date: Fri Jan 11 01:12:08 2008 +0100 + + Added support for the mgcoge board from keymile. + + Signed-off-by: Heiko Schocher + +commit b423d055cc2e13c4ef1f0389c3fa2988d0eed818 +Author: Heiko Schocher +Date: Fri Jan 11 01:12:07 2008 +0100 + + Enable SMC microcode relocation patch for SMC1. + + Signed-off-by: Heiko Schocher + +commit 381e4e639720d8d2efb8066c7c48ec9588cb28c7 +Author: Heiko Schocher +Date: Fri Jan 11 01:12:06 2008 +0100 + + Added support for the mgsuvd board from keymile. + + Signed-off-by: Heiko Schocher + +commit bf05293973b348f6946c9df92cd3c65ece42d0be +Author: James Yang +Date: Thu Jan 10 16:02:07 2008 -0600 + + Fix 64-bit vsprintf. + + There were some size and unsigned problems. + Also add support for "ll" size modifier in format string like glibc + + Signed-off-by: James Yang + Acked-by: Jon Loeliger + +commit 92fa37eac530860643afa26ae347af3d23d67309 +Author: Larry Johnson +Date: Wed Jan 9 12:42:35 2008 -0500 + + Remove superfluous preprocessor conditionals from LM73 driver + + (1) Remove unused symbol "CFG_EEPROM_PAGE_WRITE_ENABLE". + + (2) Use conditional Makefile.o. + + Signed-off-by: Larry Johnson + +commit efc6f447c1b940d1650c4b854c5598a595ddc3da +Author: Guennadi Liakhovetski +Date: Thu Jan 10 17:59:07 2008 +0100 + + Add support for the TK885D baseboard from TELE-DATA + + The TK885D board uses a TQM885D module from TQ, this port adds an + own configuration file and adds a last_stage_init() method to + configure the two PHYs, depending on the phy_auto_nego environment + variable. + + Signed-off-by: Guennadi Liakhovetski + +commit 0ec595243dc99edcd248bbcfbfd5a1dc860bde89 +Author: Kumar Gala +Date: Thu Jan 10 02:22:05 2008 -0600 + + Fix compiler warning + + main.c: In function 'readline_into_buffer': + main.c:927: warning: unused variable 'p_buf' + + Signed-off-by: Kumar Gala + +commit bed53753dd1d7e6bcbea4339be0fb7760214cc35 +Author: Anatolij Gustschin +Date: Fri Jan 11 14:30:01 2008 +0100 + + Add Fujitsu CoralP/Lime video driver + + Signed-off-by: Anatolij Gustschin + Signed-off-by: Rodolfo Giometti + +commit 20c450ef61ef2eb1c96f9b59ba0eb8d849bba058 +Author: Anatolij Gustschin +Date: Fri Jan 11 02:39:47 2008 +0100 + + Fix video console newline and carriage return handling + + Lines of the lenght CONSOLE_COLS or greater than CONSOLE_COLS + are not displayed correctly. This is an attempt to fix + this issue. Also add carriage return handling. + + Signed-off-by: Anatolij Gustschin + Signed-off-by: Rodolfo Giometti + +commit d5a163d6baa04f5a8edcc10ebc6fad08657d3093 +Author: Stefan Roese +Date: Fri Jan 11 15:53:58 2008 +0100 + + ppc4xx: Fix sdram init on Sequoia boards + + Clear possible errors in MCSR resulting from data-eye-search. + If not done, then we could get an interrupt later on when + exceptions are enabled. + + Signed-off-by: Stefan Roese + +commit d610a60730b7464f6f659db49d264d89a7c71061 +Author: Anatolij Gustschin +Date: Fri Jan 11 15:31:09 2008 +0100 + + ppc4xx: Rework Lime support for lwmon5 + + Rework Lime support for lwmon5 using new video driver + + Signed-off-by: Anatolij Gustschin + +commit ff41ffc93c1592e77a44bdbebd5d781739f3aae0 +Author: Matthias Fuchs +Date: Fri Jan 11 14:55:16 2008 +0100 + + ppc4xx: Update PMC440 config file + + Signed-off-by: Matthias Fuchs + +commit e3edcb36f14f0aabb6f50e96014d6877f73d64ea +Author: Matthias Fuchs +Date: Fri Jan 11 14:55:08 2008 +0100 + + ppx4xx: Fix sdram init on PMC440 boards + + Signed-off-by: Matthias Fuchs + +commit 061aad4d320dddce26247699dcf2875ee2ea1366 +Author: Dave Liu +Date: Thu Jan 10 23:09:33 2008 +0800 + + mpc83xx: Fix the bug of 266MHz data rate DDR + + The DDR doesn't work on the 266MHz data rate, + the patch fix the bug. + + Signed-off-by: Dave Liu + Signed-off-by: Kim Phillips + +commit ded08317ad9e340b887bf2eb46e9565a0f610a93 +Author: Dave Liu +Date: Thu Jan 10 23:08:26 2008 +0800 + + mpc83xx: Make the code more readable + + Format the code, make it more readable + + Signed-off-by: Dave Liu + Signed-off-by: Kim Phillips + +commit 7e74d63d1a211fbc34ec424e2dc6726601f323d0 +Author: Dave Liu +Date: Thu Jan 10 23:07:23 2008 +0800 + + mpc83xx: Reduce the latency of DDR + + Reduce the AL from 2 to 1 clock to improve the performance. + + Signed-off-by: Dave Liu + Signed-off-by: Kim Phillips + +commit 6f3931a2bed5412c20d5e5536c865fbd657f7d28 +Author: Dave Liu +Date: Thu Jan 10 23:06:05 2008 +0800 + + mpc83xx: Fix the wrong definition of MPC8315E + + According to the latest user manual of MPC8315E, + 1) The SVCOD of HRCWL is different than 837x + 2) The SCCR has changes + + Signed-off-by: Dave Liu + Signed-off-by: Kim Phillips + +commit ec2638ea08a537a1bd409db873aaaa33a053ebae +Author: Dave Liu +Date: Thu Jan 10 23:05:00 2008 +0800 + + mpc83xx: Fix the typo in mpc83xx.h + + The SPCR about TSEC priority is wrong. + + Signed-off-by: Michael Barkowski + Signed-off-by: Joe D'Abbraccio + Signed-off-by: Dave Liu + Signed-off-by: Kim Phillips + +commit c86ef2cd9ef81935049231fa89f36c7b793f2d4b +Author: Dave Liu +Date: Thu Jan 10 23:04:13 2008 +0800 + + mpc83xx: Fix the typo in global data struct + + Fix the typo in global_data.h + + Signed-off-by: Dave Liu + Signed-off-by: Kim Phillips + +commit 2c5b48fc205c3e2752910da8f39209ed075929e5 +Author: Dave Liu +Date: Thu Jan 10 23:03:03 2008 +0800 + + mpc83xx: Remove cache config from config.h + + clean up the cache config from configs.h of board + + Signed-off-by: Dave Liu + Signed-off-by: Kim Phillips + +commit fab6f556bbbbd1bb35a5433161f7f173c18df559 +Author: Anton Vorontsov +Date: Wed Jan 9 20:57:47 2008 +0300 + + mpc83xx: add support for the MPC8360E-RDK + + This is MPC8360E based board with: + - 256MB fixed SDRAM; + - 8MB Intel Strata NOR flash; + - StMICRO 64MiB NAND flash; + - two 10/100/1000 ethernet ports connected via Broadcom + BCM5481 PHYs; + - two 10/100 ethernet ports connected via National + DP83848 PHYs; + - one PCI and one miniPCI slots; + - four serial ports (two NS16550-compatible, two UCCs); + - four USB ports working through MPC8360E "FHCI" USB controller; + - Fujitsu MB86277 graphics controller; + - Analog to Digital Converter/Touchscreen controller, AD7843 + connected to SPI. + + Features not supported in this patch are: + - StMICRO 64MiB NAND flash (patch sent); + - MINT framebuffer initialization (patch is pending); + - Fetching production information from the EEPROM via I2C; + - FHCI USB; + - Two slow UCCs used as RS-485 UARTs. + + Signed-off-by: Anton Vorontsov + Signed-off-by: Kim Phillips + +commit b3d2cde7a3aa1e83b7968cdff929e52c8cc617bb +Author: Anton Vorontsov +Date: Wed Jan 9 20:57:40 2008 +0300 + + mpc83xx: add "fsl, qe" compatible fixups + + New device trees will use "fsl,qe" compatible properties. + + Signed-off-by: Anton Vorontsov + Signed-off-by: Kim Phillips + +commit 977b57583a7c34010e566a09a679ec3c1836f996 +Author: Kim Phillips +Date: Wed Jan 9 15:24:06 2008 -0600 + + mpc83xx: add missing CONFIG_HAS_ETH0 defines + + the new libfdt code only updates eth0 if CONFIG_HAS_ETH0 + is defined; add the define to the missing board configs. + + Thanks to Emilian Medve for finding this. + + Signed-off-by: Kim Phillips + +commit b830b7f1635984ba607219fcbd78597c28eeb529 +Author: Becky Bruce +Date: Thu Jan 10 14:00:28 2008 -0600 + + 86xx: Support 2GB DIMMs + + Configure the number of bits used to address the banks inside the SDRAM + device. The default register value of 0 means 2 bits to address 4 banks. + Higher capacity devices like a 2GB DIMM require 3 bits to address 8 banks. + + Signed-off-by: Becky Bruce + +commit 4d332dbeb08f5863d1ea69d91a00c5499d3a87ed +Author: Niklaus Giger +Date: Thu Jan 10 18:50:33 2008 +0100 + + ppc4xx: Make Sequoia boot vxWorks + + vxWorks expects in + TLB 0 a entry for the Machine Check interrupt + TLB 1 a entry for the RAM + TLB 2 a entry for the EBC + TLB 3 a entry for the boot flash + + After changing the baudrate to 9600 I had no problems to boot the + vxWorks image as distributed by WindRiver (Revision 2.0/1 from + June 18, 2007) + + Signed-off-by: Niklaus Giger + +commit 6d8184b00c0d1d7090e4a2f514e310d98a394f8d +Author: Larry Johnson +Date: Wed Jan 9 23:10:27 2008 -0500 + + ppc4xx: Fix dflush() to restore DVLIM register + + Signed-off-by: Larry Johnson + +commit 252f60b068d1f94190b5bcfda169db582387e15e +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Thu Jan 10 03:52:44 2008 -0500 + + Nios2: remove common/cmd_bdinfo.c unused variable. + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + Signed-off-by: Scott McNutt + +commit 422b1a01602b6e2fbf8444a1192c7ba31461fd4c +Author: Ben Warren +Date: Wed Jan 9 18:15:53 2008 -0500 + + Fix Ethernet init() return codes + + Change return values of init() functions in all Ethernet drivers to conform + to the following: + + >=0: Success + <0: Failure + + All drivers going forward should return 0 on success. Current drivers that + return 1 on success were left as-is to minimize changes. + + Signed-off-by: Ben Warren + Acked-by: Stefan Roese + Acked-by: Jean-Christophe PLAGNIOL-VILLARD + Acked-by: Kim Phillips + Acked-by: Haavard Skinnemoen + Acked-By: Timur Tabi + +commit d3a6532cbe263d992f49e86ac95bede28e96f9c8 +Author: Wolfgang Denk +Date: Thu Jan 10 00:55:14 2008 +0100 + + Coding Style cleanup; update CHANGELOG + + Signed-off-by: Wolfgang Denk + +commit 17a41e4492121ccf9fa2c10c2cb1a6d1c18d74f7 +Author: Kim Phillips +Date: Wed Jan 9 16:56:54 2008 -0600 + + Add QE brg freq and correct qe bus freq fdt update code + + Signed-off-by: Kim Phillips + Signed-off-by: Andy Fleming + +commit 890dfef06c2d169a3356359596890754dfb8ee1c +Author: Andy Fleming +Date: Wed Jan 9 16:34:51 2008 -0600 + + Remove cache config from ATUM8548 and sbc8548 configs + + These boards weren't updated by Kumar's config patch because they + weren't in the tree, yet. + + Signed-off-by: Andy Fleming + +commit b8ec2385038c094b07ec5b49336289a46b6e9cc6 +Author: Timur Tabi +Date: Mon Jan 7 13:31:19 2008 -0600 + + 85xx: add ability to upload QE firmware + + Define the layout of a binary blob that contains a QE firmware and instructions + on how to upload it. Add function qe_upload_firmware() to parse the blob and + perform the actual upload. Add command-line command "qe fw" to take a firmware + blob in memory and upload it. Update ft_cpu_setup() on 85xx to create the + 'firmware' device tree node if U-Boot has uploaded a firmware. Fully define + 'struct rsp' in immap_qe.h to include the actual RISC Special Registers. + + Signed-off-by: Timur Tabi + +commit b009f3eca99bb7b9e6ba6639a8909a138dd5e9fe +Author: Kumar Gala +Date: Tue Jan 8 01:22:21 2008 -0600 + + 85xx: Remove cache config from configs.h + + Either use the standard defines in asm/cache.h or grab the information + at runtime from the L1CFG SPR. + + Also, minor cleanup in cache.h to make the code a bit more readable. + + Signed-off-by: Kumar Gala + +commit b964e9368f45372aaf1da0c13fe56f6d81ae8e96 +Author: robert lazarski +Date: Fri Dec 21 10:39:27 2007 -0500 + + mpc85xx: Add support for ATUM8548 (updated) + + Add support for Instituto Atlantico's ATUM8548 board + + Signed-off-by: robert lazarski + Signed-off-by: Andy Fleming + +commit 7bd6104b71de9bca80ac8e0936003443bb42f2fc +Author: robert lazarski +Date: Fri Dec 21 10:36:37 2007 -0500 + + mpc85xx: Add support for ATUM8548 (updated) + + Add support for Instituto Atlantico's ATUM8548 board + + Signed-off-by: robert lazarski + +commit 9e3ed392d2c8965e24c942b58796c31c644c2f70 +Author: Joe Hamman +Date: Thu Dec 13 06:45:14 2007 -0600 + + mpc85xx: Add support for SBC8548 (updated) + + Add support for Wind River's SBC8548 reference board. + + Signed-off by: Joe Hamman + +commit 11c45ebd46d6517b51b7a92dd52a618b2f4e5586 +Author: Joe Hamman +Date: Thu Dec 13 06:45:08 2007 -0600 + + mpc85xx: Add support for SBC8548 (updated) + + Add support for Wind River's SBC8548 reference board. + + Signed-off by: Joe Hamman + Signed-off by: Andy Fleming + +commit 64d4bcb087c2ece1c4d0de8efe85e0075e5b1594 +Author: Anton Vorontsov +Date: Mon Oct 22 19:58:19 2007 +0400 + + MPC8568E-MDS: set up QE pario for UART1 + + To use UART1 on the MPC8568E-MDS, QE pario pins PC[0:3] should + be set up appropriately. + + Signed-off-by: Anton Vorontsov + +commit ad162249cb371e9e38971676f09be791e5f3cf4a +Author: Anton Vorontsov +Date: Mon Oct 22 18:12:46 2007 +0400 + + MPC8568E-MDS: reset UCCs to use them reliably + + In order to use GETH1 and GETH2 on the MPC8568E-MDS, we should reset + UCCs. + + p.s Similar code exists in the Linux kernel board file (for capability + reasons with older U-Boots), but should be removed some day. + + Signed-off-by: Anton Vorontsov + +commit 2146cf56821c3364786ca94a7306008c5824b238 +Author: Kumar Gala +Date: Wed Dec 19 01:18:15 2007 -0600 + + Reworked FSL Book-E TLB macros to be more readable + + The old macros made it difficult to know what WIMGE and perm bits + were set for a TLB entry. Actually use the bit masks for these items + since they are only a single bit. + + Also moved the macros into mmu.h out of e500.h since they aren't specific + to e500. + + Signed-off-by: Kumar Gala + +commit 1d47273d46925929f8f2c1913cd96d7257aade88 +Author: Kumar Gala +Date: Tue Dec 18 23:21:51 2007 -0600 + + Use FSL Book-E MMU macros from Linux Kernel + + Grab the FSL Book-E MAS register macros from Linux. Also added + defines for page sizes up to 4TB and removed SHAREN since it doesnt + really exist. + + Signed-off-by: Kumar Gala + +commit 02df4a270f817ef6ec39047a01b55fecdc5f3b37 +Author: Andy Fleming +Date: Wed Jan 9 13:51:32 2008 -0600 + + Fix my own merge stupidity + + Way back in August I merged Heiko's patch: + 566a494f592: [PCS440EP] upgrade the PCS440EP board + + with Jon's CONFIG_COMMANDS patches. + + This was done in commit: 6bf6f114dcdd97ec3f80c2761ed40e31229d6b78 + + However, in the process, I left out some of Heiko's good changes. + + Now Heiko's and Jon's patches are properly merged in fat_register_device() + + Signed-off-by: Andy Fleming + +commit 6636b62a6efc7f14e6e788788631ae7a7fca4537 +Author: James Yang +Date: Wed Jan 9 11:17:49 2008 -0600 + + Expose parse_line() globally. + + Add new function readline_into_buffer() that allows the + output of readline to be put into a pointer to char buffer. + + This refactoring allows other functions besides the + main command loop to also use the same input mechanism. + + Signed-off-by: James Yang + Acked-by: Jon Loeliger + +commit 7ca90513486abd4ae50bd1b7403f47cc58c5ad25 +Author: Guennadi Liakhovetski +Date: Wed Jan 9 01:15:25 2008 +0100 + + trivial: fix consequences of a bad merge + + Fix what looks like a merge artifact. + + Signed-off-by: Guennadi Liakhovetski + +commit 4785a694c0045996ccf0ac5b8edf531efc1b730e +Author: Zhang Wei +Date: Thu Jan 3 10:51:15 2008 +0800 + + Add Ctrl combo key support to usb keyboard driver. + + Ctrl combo key support is added, which is very useful to input Ctrl-C + for interrupt current job. + Also add usb_event_poll() calling to usb_kbd_testc(), which can get + key input when tstc() is called. + + Signed-off-by: Zhang Wei + +commit 10c7382bc5d5e64c47f94ac2ca78cc574442e82d +Author: Marcel Ziswiler +Date: Sun Dec 30 03:30:56 2007 +0100 + + fix various comments + + Signed-off-by: Marcel Ziswiler + +commit 7817cb2083d982923752fe0f12b67c0e7c09a027 +Author: Marcel Ziswiler +Date: Sun Dec 30 03:30:46 2007 +0100 + + fix comments with new drivers organization + + Signed-off-by: Marcel Ziswiler + +commit a9b410dc7d2a4721c408b13abfc037988150f145 +Author: Shinya Kuribayashi +Date: Fri Dec 28 12:50:59 2007 +0900 + + Remove the obsolete terse version of do_mii() + + We now have more useful version of do_mii() and everybody use it. + Gerald Van Baren says: + + > When I originally wrote the mii command 6(!) years ago, I wrote a + > verbose version that printed human readable decomposition of the flags, + > etc., and a terse one that didn't print as much stuff and thus had a + > smaller memory footprint. + > + > It sounds like the terse version has withered and died, apparently + > people are only using the verbose version (which is very understandable, + > I do myself). + + Signed-off-by: Shinya Kuribayashi + Signed-off-by: Gerald Van Baren + +commit 01c687aa6e065bd4faf80f723361e798941dd6b0 +Author: Mike Frysinger +Date: Thu Dec 27 13:42:56 2007 -0500 + + Do not reference sha1.c when building mkimage. + + remove sha1.o from mkimage linking since it isn't actually used. + + Signed-Off-By: Mike Frysinger + +commit b9173af73e524d37c812f210173cf83385c5171a +Author: Shinya Kuribayashi +Date: Thu Dec 27 15:39:54 2007 +0900 + + common/cmd_mii.c: Add sanity argc check + + If type mii command without arguments, we suffer from uninitialized argv[] + entries; for example we MIPS get stuck by TLB error. + + Signed-off-by: Shinya Kuribayashi + +commit 500856eb1707ed17d9204baa61dd59948d3b2899 +Author: Rafal Jaworowski +Date: Wed Jan 9 19:39:36 2008 +0100 + + API for external applications. + + This is an API for external (standalone) applications running on top of + U-Boot, and is meant to be more extensible and robust than the existing + jumptable mechanism. It is similar to UNIX syscall approach. See api/README + for more details. + + Included is the demo application using this new framework (api_examples). + + Please note this is still an experimental feature, and is turned off by + default. + + Signed-off-by: Rafal Jaworowski + +commit fe8dd0b2220b7c02b0d4c9c4f9967879970477b1 +Author: Jon Loeliger +Date: Wed Jan 9 12:14:55 2008 -0600 + + 86xx: Remove cache config from configs.h + + Just use the standard defines in asm/cache.h. + + Signed-off-by: Jon Loeliger + +commit 26a41790f8eba19ad450e18ae91351daf485b3e2 +Author: Rafal Jaworowski +Date: Wed Jan 9 18:05:27 2008 +0100 + + Globalize envmatch() + + The newly introduced API (routines related to env vars) will need to call + it. + + Signed-off-by: Rafal Zabdyr + +commit 1df170f8b2a99e1e2f940f9f0b56511e1e4c9e1f +Author: Jon Loeliger +Date: Fri Jan 4 12:07:27 2008 -0600 + + Convert MPC8610HPCD to use libfdt. + + Assumes the presence of the aliases node in the DTS to + locate the pci and serial nodes for fixups. + + Use consistent fdtaddr and fdtfile in environment variables. + + Signed-off-by: Jon Loeliger + +commit c9974ab0a4d3731cdb76a7599d9fe9445d764d60 +Author: Jon Loeliger +Date: Fri Jan 4 11:58:23 2008 -0600 + + 8610: Fix lingering compile warnings. + + Turn off DEBUG. + + Signed-off-by: Jon Loeliger + +commit 6007f3251c0967adc13f2ed8be1b924ddc30124d +Author: Wolfgang Denk +Date: Wed Jan 9 15:14:46 2008 +0100 + + Coding Style cleanup, update CHANGELOG + + Signed-off-by: Wolfgang Denk + +commit fc6414eca55f1fc108fb12fc8cdc43bd8b4463f9 +Author: Mike Frysinger +Date: Tue Dec 18 04:29:55 2007 -0500 + + fix easylogo on big endian dev systems + + didnt realize how out of shape easylogo actually was until i tried using it. + this patch does byte swapping as need be on the input tga header since the tga + is in little endian but the host could just as well be big endian. i didnt + bother using bswap macros or such stuff from system headers as nothing in + POSIX dictates byte swapping functionality. + + Signed-Off-By: Mike Frysinger + +commit 38d299c2db81bd889c601b5dfc12c4e83ef83333 +Author: Mike Frysinger +Date: Tue Dec 18 03:23:25 2007 -0500 + + cleanup easylogo + + - make the Makefile not suck + - include proper headers for prototypes + - fix obvious broken handling of strchr() when handling '.' in filenames + + Signed-Off-By: Mike Frysinger + +commit 883e3925d99a8dd69c5b0201cba5b1887f88f95c +Author: raptorbrino@aim.com +Date: Thu Dec 13 21:23:28 2007 -0500 + + Fix build problems under Cygwin + + This patch allows u-boot to build without error in a cygwin + environment. Cygwin does not define __u64 in it's + include/asm/types.h file. The -idirafter flag in the u-boot + build causes the inclusion of the cygwin types.h file as opposed + to u-bot/include/asm/types.h file which does define __u64. + Subsequently, sha1.c compile fails due to unknown symbol. + + Signed-off-by: Brian Miller + +commit 43ef1c381f9195504a2488f5cb909227eb97d475 +Author: Hans-Christian Egtvedt +Date: Fri Nov 30 17:29:59 2007 +0100 + + cmd_bmp: Add support for displaying gzip compressed bmps + + The existing code can show information about a gzip compressed BMP + image, but can't actually display it. + + Therefore, move the decompression code out of bmp_info() and use it in + bmp_display() as well in order to display a compressed BMP image. + + Also, clean things up a bit and fix a memory leak while we're at it. + + [hskinnemoen@atmel.com: a bit of refactoring] + Signed-off-by: Haavard Skinnemoen + +commit d197ffd8172c6fdef38733424640a9a47295d6e9 +Author: Guennadi Liakhovetski +Date: Thu Nov 29 21:15:56 2007 +0100 + + Fix and optimize MII operations on FEC (MPC8xx) controllers + + This patch fixes several issues at least on a MPC885 based system with two + FEC interfaces used in MII mode. + + 1. PHY discovery should first read PHY_PHYIDR2 register and only then + PHY_PHYIDR1 like cpu/mpc8xx/fec.c::mii_discover_phy() does it, + otherwise the values read are wrong. Also notice, that PHY discovery + cannot work on MPC88x / MPC87x in setups with both FECs active at all + in its present form, because for both interfaces the registers from FEC + 1 are used to communicate over MII. + + 2. Remove code duplication for resetting the FEC by isolating it into a + separate function. + + 3. Initialize MII on FEC 1 when communicating over FEC 2 in fec_init(). + + 4. Optimize mii_init() to only reset the FEC 1 controller once. + + 5. Fix a typo in mii_init() using index i instead of j thus potentially + leading to unpredictable results. + + Signed-off-by: Guennadi Liakhovetski + +commit 6a5e1d75bf106fa157e9ce68bcaf4b13e8a1d214 +Author: Guennadi Liakhovetski +Date: Tue Nov 20 13:14:20 2007 +0100 + + Fix endianness conversions in rtl8169 driver + + It is unclear on what platforms this driver has been tested, since + noone up to now defines CONFIG_RTL8169 in the board configuration + header. Now it has been fixed for a big-endian mpc8241 based + linkstation platform. This patch presents the necessary endianness + conversion fixes. + + Signed-off-by: Guennadi Liakhovetski + +commit 58694f9709c0c3e3178e349ae748d98cfb0c639a +Author: Zhang Wei +Date: Thu Jan 3 10:51:15 2008 +0800 + + Add Ctrl combo key support to usb keyboard driver. + + Ctrl combo key support is added, which is very useful to input Ctrl-C + for interrupt current job. + Also add usb_event_poll() calling to usb_kbd_testc(), which can get + key input when tstc() is called. + + Signed-off-by: Zhang Wei + Signed-off-by: Markus Klotzbuecher + +commit 07eb02687f008721974a2fb54cd7fdc28033ab3c +Author: Wolfgang Denk +Date: Wed Jan 9 13:43:38 2008 +0100 + + Coding Style clenaup; update CHANGELOG + + Signed-off-by: Wolfgang Denk + +commit c26acc1a43b31ddca5add42fd0360ff0eee90c80 +Author: Matthias Fuchs +Date: Thu Dec 27 17:13:11 2007 +0100 + + Remove bit swapping in Xilinx Spartan bitfile loading + + This patch removes the unnecessary bit swapping when + booting .bit files with the 'fpga loadb' command. + + Signed-off-by: Matthias Fuchs + +commit 437fc7327f0611f82937858f2d80e4cd61b40984 +Author: Matthias Fuchs +Date: Thu Dec 27 17:13:05 2007 +0100 + + Fix MSB check in Xilinx Spartan slave serial mode + + Signed-off-by: Matthias Fuchs + +commit 3bff4ffa33729a42645e328a21e8d16488872958 +Author: Matthias Fuchs +Date: Thu Dec 27 17:12:56 2007 +0100 + + Add new Xilinx Spartan FPGA types + + Signed-off-by: Matthias Fuchs + +commit 21d39d598c4e74d4e7761608c79dba2715d40a4c +Author: Matthias Fuchs +Date: Thu Dec 27 17:12:43 2007 +0100 + + Add pre and post configuration callbacks for Spartan FPGAs + + This patch adds a post configuration callback for Spartan2/3 FPGAs. + pre and post configuration callback are now optional and + not called when the function pointer is set to NULL. + + Signed-off-by: Matthias Fuchs + +commit 0133502e39ff89b67c26cb4015e0e7e8d9571184 +Author: Matthias Fuchs +Date: Thu Dec 27 17:12:34 2007 +0100 + + Improve configuration of FPGA subsystem + + This patch removes the FPGA subsystem configuration through + the CONFIG_FPGA bitmask configuration option. + + See README for the new options: + + CONFIG_FPGA, + CONFIG_FPGA_, + CONFIG_FPGA_ + + Signed-off-by: Matthias Fuchs + +commit 95c6bc7d4a3588b452baca610f8c795a83630477 +Author: Matthias Fuchs +Date: Thu Dec 27 16:55:17 2007 +0100 + + Add Epson RX8025 RTC support + + Signed-off-by: Matthias Fuchs + +commit 1208a2dfde02bedd3c5bda29a606632b8e0be058 +Author: Matthias Fuchs +Date: Thu Dec 27 16:57:23 2007 +0100 + + serial: Make default_serial_console() a weak function + + With this patch it is possible to reimplement default_serial_console() + in board specific code. This will be done in the upcomming PMC440 + U-Boot port. This also allows the lwmon board maintainer to + remove the '#if !defined(CONFIG_LWMON) ...' from common/serial.c. + + Signed-off-by: Matthias Fuchs + +commit d16471ee05ce7ac5392bc0e9fe3ff4b58a768f33 +Author: Harald Welte +Date: Wed Dec 19 14:14:47 2007 +0100 + + add 'terminal program' functionality + + This patch adds a 'cu' like serial terminal command to u-boot + using which you can access other serial ports from the system console. + + OpenMoko uses this in their Neo1973 phones to get access to the GSM + Modem and GPS chip from the bootloader. + + Signed-off-by: Harald Welte + +commit 62d4f4365341576f5a5307b2b205a5aa2e3c6be6 +Author: Harald Welte +Date: Wed Dec 19 14:12:53 2007 +0100 + + Re-introduce the 'nand read.oob' and 'nand write.oob' commands + that used to exist with the legacy NAND code + + Signed-off-by: Harald Welte + +commit f540c42d9564854b19ce9bbb70affe172529fe70 +Author: Harald Welte +Date: Wed Dec 19 14:09:58 2007 +0100 + + Fix building with CRAMFS but not JFFS2 support + + Signed-off-by: Harald Welte + +commit 23d0baf967fecdaf1804f045f6339337c5607eec +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sat Dec 22 15:52:58 2007 +0100 + + Allow CONFIG_AUTO_COMPLETE and command history CONFIG_CMDLINE_EDITING at the sametime + + Signed-off-by: Mike Frysinger + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 23776ff292966a85d811126933830bed48211826 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Tue Dec 11 10:53:12 2007 +0100 + + ARM: support board-specific ethernet PHY init + + Add until the new phylib will be arrived + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 7b74ebe723e576baedf5a8b6240589b19b845a1b +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sat Dec 8 16:34:08 2007 +0100 + + IXP: Add full baud-rate support for ixp42x, ixp45x and ixp46x + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit a2df4da31b1a1e41e3e9e1358cfc52b806046ce1 +Author: Jean-Christophe PLAGNIOL-VILLARD +Date: Sun Dec 9 11:01:10 2007 +0100 + + Add missing file in gitignore and comments + + based on Linux source tree's .gitignore files + + Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD + +commit 435dc8fcdb3bc61d3d490773a8f369f98a20c868 +Author: Wolfgang Denk +Date: Wed Jan 9 11:36:21 2008 +0100 + + Coding Style cleanup, update CHANGELOG + + Signed-off-by: Wolfgang Denk + commit b2e2142c500c48a57f18f9dd30e66c13caea0971 Author: Stefan Roese Date: Wed Jan 9 10:38:58 2008 +0100 @@ -150,6 +3262,28 @@ Date: Tue Jan 8 11:13:09 2008 +0100 Signed-off-by: Matthias Fuchs +commit c83d7ca4dadd44ae430235077f63b64a11f36f6e +Author: Wolfgang Denk +Date: Tue Jan 8 22:58:27 2008 +0100 + + Fix compile problem with new env code. + + Signed-off-by: Wolfgang Denk + +commit 6de66b35426312a21174a9bf0576a094e2904bea +Author: Markus Klotzbücher +Date: Tue Nov 27 10:23:20 2007 +0100 + + tools: fix fw_printenv tool to compile again + + This patch updates the fw_printenv/fw_setenv userspace tool to include + the correct MTD header in order to compile against current kernel + headers. Backward compatibility is preserved by introducing an option + MTD_VERSION which can be set to "old" for compilation using the old MTD + headers. Along with this a number of warnings are fixed. + + Signed-off-by: Markus Klotzbuecher + commit ad3006fe7e84667021753b74247b0bafd97ba35f Author: Gerald Van Baren Date: Mon Jan 7 23:47:32 2008 -0500 @@ -827,6 +3961,17 @@ Date: Wed Jan 2 15:54:45 2008 +0100 Signed-off-by: Wolfgang Denk +commit 47cc23cbe9a669c510183f4f049bf703ef445f3b +Author: Stefan Roese +Date: Wed Jan 2 14:05:37 2008 +0100 + + cfi_flash: Fix bug in flash_isset() to use correct 32bit function + + This bug was detected on the LWMON5 target which has 2 Intel 16bit wide + flash chips connected to a 32bit wide port. + + Signed-off-by: Stefan Roese + commit 3dfd708cc1b2a966ad454ca9ed125dd17dbadbcc Author: Wolfgang Denk Date: Wed Jan 2 12:38:43 2008 +0100 @@ -4260,6 +7405,48 @@ Date: Wed Oct 3 07:34:10 2007 +0200 Signed-off-by: Stefan Roese +commit 245a362ad3c0c1b84fccc9fec7b623eb14f6e502 +Author: Marian Balakowicz +Date: Wed Oct 24 01:37:36 2007 +0200 + + TQM5200: Call usb_cpu_init() during board init + + usb_cpu_init() configures GPS USB pins, clocks, etc. and + is required for proper operation of kernel USB subsystem. + This setup was previously done in the kernel by the fixup + code which is being removed, thus low level init must be + done by U-boot now. + + Signed-off-by: Marian Balakowicz + Signed-off-by: Markus Klotzbuecher + +commit b5af773f8d92677e06f3295b45557c9d0a487c24 +Author: Zhang Wei +Date: Thu Oct 25 17:51:27 2007 +0800 + + Fix the issue of usb_kbd driver missing the scan code of key 'z'. + + The scan code of the key 'z' is 0x1d, which should be handled. + + The change has be tested on NOVATEK USB keyboard and ULI PCI OHCI + controller. + + Signed-off-by: Zhang Wei + Signed-off-by: Markus Klotzbuecher + +commit 85ac988e86f9414fa645b0148dc66c3520a1eb84 +Author: Rodolfo Giometti +Date: Mon Oct 15 11:59:17 2007 +0200 + + PXA USB OHCI: "usb stop" implementation. + + Some USB keys need to be switched off before loading the kernel + otherwise they can remain in an undefined status which prevents them + to be correctly recognized by the kernel. + + Signed-off-by: Rodolfo Giometti + Signed-off-by: Markus Klotzbuecher + commit 31548249decf18a6b877a18436b6139dd483fe4a Author: Justin Flammia Date: Mon Oct 29 17:40:35 2007 -0400