summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [PATCH] common/cmd_elf.c: Enable loadaddr as parameter in bootvx commandStefan Roese2006-11-291-7/+5
| | | | | | | | | In the bootvx command the load address was only read from the env variable "loadaddr" and not optionally passed as paramter as described in the help. This is fixed with this patch. The behaviour is now the same as in the bootelf command. Signed-off-by: Stefan Roese <sr@denx.de>
* [PATCH] include/ppc440.h minor error affecting interruptsStefan Roese2006-11-291-18/+18
| | | | | | | | | | Fixed include/ppc440.c for UIC address Bug Corrects bug affecting the addresses for the universal interrupt controller UIC2 and UIC3 on the PPC440 Epx, GRx, and SPE chips. Signed-off-by: Jeff Mann <mannj@embeddedplanet.com> Signed-off-by: Stefan Roese <sr@denx.de>
* [PATCH] Enable the IceCube/lite5200 variants to pass a device tree to Linux.Stefan Roese2006-11-283-0/+53
| | | | | | | | This patch adds the code and configuration necessary to boot with an arch/powerpc Linux kernel. Signed-off-by: Grant Likely <grant.likely@gmail.com> Acked-by: Jon Loeliger <jdl@freescale.com>
* [PATCH] PPC4xx: 440SP Rev. C detection addedStefan Roese2006-11-282-0/+5
| | | | Signed-off-by: Stefan Roese <sr@denx.de>
* [PATCH] nand: Fix patch merge problemStefan Roese2006-11-281-2/+2
| | | | Signed-off-by: Stefan Roese <sr@denx.de>
* Merge with /home/sr/git/u-boot/denx-alpr-merge-testWolfgang Denk2006-11-2731-56/+1913
|\
| * [PATCH] 4xx: Fix problem with board specific reset code (now for real)Stefan Roese2006-11-271-1/+2
| | | | | | | | Signed-off-by: Stefan Roese <sr@denx.de>
| * [PATCH] alpr: remove unused board specific flash driverStefan Roese2006-11-271-70/+0
| | | | | | | | Signed-off-by: Stefan Roese <sr@denx.de>
| * [PATCH] 4xx: Fix problem with board specific reset codeStefan Roese2006-11-271-0/+3
| | | | | | | | Signed-off-by: Stefan Roese <sr@denx.de>
| * [PATCH] Remove testing 4xx enet PHY setupStefan Roese2006-11-272-17/+2
| | | | | | | | Signed-off-by: Stefan Roese <sr@denx.de>
| * [PATCH] Update Prodrive ALPR board support (440GX)Stefan Roese2006-11-279-138/+171
| | | | | | | | Signed-off-by: Stefan Roese <sr@denx.de>
| * Merge with /home/stefan/git/u-boot/denxStefan Roese2006-11-2710-115/+291
| |\
| * \ Merge with /home/stefan/git/u-boot/denxStefan Roese2006-11-10562-2266/+27990
| |\ \
| * | | CFG_NAND_QUIET_TEST added to not warn upon missing NAND deviceStefan Roese2006-10-072-0/+5
| | | | | | | | | | | | | | | | Patch by Stefan Roese, 07 Oct 2006
| * | | Update ALPR code (NAND support working now)Stefan Roese2006-10-078-284/+218
| | | | | | | | | | | | | | | | Patch by Stefan Roese, 07 Oct 2006
| * | | Remove compile warnings in fpga codeStefan Roese2006-10-072-2/+5
| | | | | | | | | | | | | | | | Patch by Stefan Roese, 07 Oct 2006
| * | | Add CONFIG_BOARD_RESET to configure board specific reset functionStefan Roese2006-10-076-12/+25
| | | | | | | | | | | | | | | | Patch by Stefan Roese, 07 Oct 2006
| * | | Merge with /home/stefan/git/u-boot/denxStefan Roese2006-09-18476-7521/+11265
| |\ \ \
| * | | | Add initial support for the ALPR board from ProdriveStefan Roese2006-08-1514-1/+1603
| | | | | | | | | | | | | | | | | | | | | | | | | NAND needs some additional testing Patch by Heiko Schocher, 15 Aug 2006
| * | | | Add FPGA Altera Cyclone 2 supportStefan Roese2006-08-157-1/+372
| | | | | | | | | | | | | | | | | | | | Patch by Heiko Schocher, 15 Aug 2006
* | | | | Update CHANGELOGWolfgang Denk2006-11-271-0/+63
| | | | |
* | | | | Merge with /home/sr/git/u-boot/4xx-enetWolfgang Denk2006-11-271-4/+4
|\ \ \ \ \
| * | | | | [PATCH] 4xx_enet.c: Correct the setting of zmiifer registerStefan Roese2006-11-271-4/+4
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch below corrects the setting of the zmiifer register, it was overwritting the register rather than ORing the settings. Signed-off-by: Neil Wilson <NWilson@airspan.com> Signed-off-by: Stefan Roese <sr@denx.de>
* | | | | Merge with /home/sr/git/u-boot/nand-envWolfgang Denk2006-11-272-2/+2
|\ \ \ \ \
| * | | | | [PATCH] Select NAND embedded environment from board configurationStefan Roese2006-11-272-2/+2
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The current NAND Bootloader setup forces the environment variables to be in line with the bootloader. This change enables the configuration to be made in the board include file instead so that it can be individually enabled. Signed-off-by: Nick Spence <nick.spence@freescale.com> Signed-off-by: Stefan Roese <sr@denx.de>
* | | | | Merge with /home/sr/git/u-boot/nand-timeoutWolfgang Denk2006-11-271-4/+4
|\ \ \ \ \
| * | | | | [PATCH] nand_wait() timeout fixesStefan Roese2006-11-271-4/+4
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Two fixes for the nand_wait() function in drivers/nand/nand_base.c: 1. Use correct timeouts. The original timeouts in Linux source are 400ms and 20ms not 40s and 20s 2. Return correct error value in case of timeout. 0 is interpreted as OK. Signed-off-by: Rui Sousa <rui.sousa@laposte.net> Signed-off-by: Stefan Roese <sr@denx.de>
* | | | | Merge with /home/sr/git/u-boot/denx-ofWolfgang Denk2006-11-271-32/+22
|\ \ \ \ \
| * | | | | [PATCH] Allow CONFIG_OF_FLAT_TREE to boot a non-arch/powerpc kernelStefan Roese2006-11-271-32/+22
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch allows an arch/ppc kernel to be booted by just passing 1 or 2 arguments to bootm. It removes the getenv("disable_of") test that used to be used for this purpose. Signed-off-by: Grant Likely <grant.likely@secretlab.ca> Acked-by: Jon Loeliger <jdl@freescale.com>
* | | | | Minor code cleanup. Update CHANGELOG.Wolfgang Denk2006-11-273-8/+41
|/ / / /
* | | | Merge with /home/sr/git/u-boot/denxWolfgang Denk2006-11-271-11/+12
|\ \ \ \
| * | | | [PATCH] PPC4xx start.S: Fix for processor errataStefan Roese2006-11-221-11/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed cpu/ppc4xx/start.S for 440EPx Errata: further corrects PPC440EPx errata 1.12: 440_33 by moving patch up in code. Signed-off-by: Jeff Mann <mannj@embeddedplanet.com> Signed-off-by: Stefan Roese <sr@denx.de>
* | | | | Updates for TQM5200 modules:Wolfgang Denk2006-11-233-37/+13
|/ / / / | | | | | | | | | | | | | | | | - fix off-by-one error in board/tqm5200/cam5200_flash.c error message - simplify "udate" definitions
* | | | [PATCH] Update AMCC Sequoia config file to support 64MByte NOR FLASHStefan Roese2006-11-201-6/+6
| | | | | | | | | | | | | | | | Signed-off-by: Stefan Roese <sr@denx.de>
* | | | Update CHANGELOGWolfgang Denk2006-11-201-0/+22
| | | |
* | | | Merge with /home/sr/git/u-boot/cfi-updateWolfgang Denk2006-11-202-58/+164
|\ \ \ \
| * | | | [PATCH] CFI driver AMD Command Set Top boot geometry reversal, etc. [Updated]Stefan Roese2006-11-132-58/+164
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Adds support for AMD command set Top Boot flash geometry reversal * Adds support for reading JEDEC Manufacturer ID and Device ID * Adds support for displaying command set, manufacturer id and device ids (flinfo) * Makes flinfo output to be consistent when CFG_FLASH_EMPTY_INFO defined * Removes outdated change history (refer to git log instead) Signed-off-by: Tolunay Orkun <listmember@orkun.us> Signed-off-by: Stefan Roese <sr@denx.de>
* | | | Update CHANGELOGWolfgang Denk2006-11-121-0/+65
| | | |
* | | | Merge with /home/tur/proj/v38b/u-bootWolfgang Denk2006-11-121-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Disable the watchdog in the default config for the V38B board.Bartlomiej Sieka2006-11-111-1/+1
| | | |
| * | | Change the GPIO pin multiplexing configuration for V38B. The USB GPIO pinBartlomiej Sieka2006-11-111-1/+1
| | | | | | | | | | | | | | | | | | | | group is enabled for USB earlier (in cpu_init_f() instead of usb_lowlevel_init()).
* | | | Sequential accesses to non-existent memory must be synchronized,Wolfgang Denk2006-11-063-1/+37
| | | | | | | | | | | | | | | | | | | | | | | | at least on G2 cores. This fixes get_ram_size() problems on MPC5200 Rev. B boards.
* | | | Merge with /home/tur/proj/uboot_linux_v38b/u-bootWolfgang Denk2006-11-0213-262/+198
|\ \ \ \ | |/ / /
| * | | Finish up support for MarelV38B boardBartlomiej Sieka2006-11-011-48/+56
| | | | | | | | | | | | | | | | | | | | | | | | - add watchdog support - enable GPIO_WKUP_7 pin for input - code cleanup
| * | | - Fix issues related to the use of ELDK 4 when compiling for MarelV38B:Bartlomiej Sieka2006-11-012-66/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * remove warnings when compiling ethaddr.c * adjust linker script (fixes a crash resulting from incorrect definition of __u_boot_cmd_start) - Some MarelV38B code cleanup.
| * | | - Add MPC5XXX register definition MPC5XXX_WU_GPIO_DATA_I and change theBartlomiej Sieka2006-11-018-40/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MPC5XXX_WU_GPIO_DATA macro to MPC5XXX_WU_GPIO_DATA_O (per MPC5200 User's Manual). Replace the uses of MPC5XXX_WU_GPIO_DATA with MPC5XXX_WU_GPIO_DATA_O for affected boards. - Add defintions for some MPC5XXX GPIO pins.
| * | | Changed MarelV38B board make target to lowercase. Config file cleanup.Bartlomiej Sieka2006-11-012-108/+83
| | | |
* | | | Release U-Boot 1.1.6Wolfgang Denk2006-11-022-1/+46
|/ / /
* | | Merge with /home/sr/git/u-boot/nand-ladisWolfgang Denk2006-10-298-217/+230
|\ \ \
| * | | [PATCH] omap925.c: Remove unused functionsStefan Roese2006-10-282-38/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ladislav Michl <ladis@linux-mips.org> Signed-off-by: Stefan Roese <sr@denx.de>
OpenPOWER on IntegriCloud