- Nov 29, 2006
-
-
Stefan Roese authored
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>
-
- Nov 28, 2006
-
-
Stefan Roese authored
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>
-
Stefan Roese authored
Signed-off-by:
Stefan Roese <sr@denx.de>
-
Stefan Roese authored
Signed-off-by:
Stefan Roese <sr@denx.de>
-
- Nov 27, 2006
-
-
Wolfgang Denk authored
-
Wolfgang Denk authored
-
Wolfgang Denk authored
-
Wolfgang Denk authored
-
Wolfgang Denk authored
-
Wolfgang Denk authored
-
Stefan Roese authored
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>
-
Stefan Roese authored
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>
-
Stefan Roese authored
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>
-
Stefan Roese authored
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>
-
Wolfgang Denk authored
-
Stefan Roese authored
Signed-off-by:
Stefan Roese <sr@denx.de>
-
Stefan Roese authored
Signed-off-by:
Stefan Roese <sr@denx.de>
-
Stefan Roese authored
Signed-off-by:
Stefan Roese <sr@denx.de>
-
Stefan Roese authored
Signed-off-by:
Stefan Roese <sr@denx.de>
-
Stefan Roese authored
Signed-off-by:
Stefan Roese <sr@denx.de>
-
Stefan Roese authored
-
Wolfgang Denk authored
-
- Nov 23, 2006
-
-
Wolfgang Denk authored
- fix off-by-one error in board/tqm5200/cam5200_flash.c error message - simplify "udate" definitions
-
- Nov 22, 2006
-
-
Stefan Roese authored
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>
-
- Nov 20, 2006
-
-
Stefan Roese authored
Signed-off-by:
Stefan Roese <sr@denx.de>
-
Wolfgang Denk authored
-
Wolfgang Denk authored
-
- Nov 13, 2006
-
-
Stefan Roese authored
* 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>
-
- Nov 12, 2006
-
-
Wolfgang Denk authored
-
Wolfgang Denk authored
-
- Nov 11, 2006
-
-
Bartlomiej Sieka authored
-
Bartlomiej Sieka authored
group is enabled for USB earlier (in cpu_init_f() instead of usb_lowlevel_init()).
-
- Nov 10, 2006
-
-
Stefan Roese authored
-
- Nov 06, 2006
-
-
Wolfgang Denk authored
at least on G2 cores. This fixes get_ram_size() problems on MPC5200 Rev. B boards.
-
- Nov 02, 2006
-
-
Wolfgang Denk authored
-
Wolfgang Denk authored
-
- Nov 01, 2006
-
-
Bartlomiej Sieka authored
- add watchdog support - enable GPIO_WKUP_7 pin for input - code cleanup
-
Bartlomiej Sieka authored
* 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.
-
Bartlomiej Sieka authored
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.
-
Bartlomiej Sieka authored
-