- Dec 21, 2006
-
-
Heiko Schocher authored
Signed-off-by:
Heiko Schocher <hs@denx.de>
-
- Dec 08, 2006
-
-
Andrei Safronov authored
-
- Nov 30, 2006
-
-
Wolfgang Denk authored
-
Wolfgang Denk authored
-
- Nov 29, 2006
-
-
Grant Likely authored
The soc node of the mpc52xx needs to be loaded with the IPB bus frequency, not the XLB frequency. This patch depends on the previous patches for MPC52xx device tree support Signed-off-by:
Grant Likely <grant.likely@secretlab.ca> Signed-off-by:
Sylvain Munaut <tnt@246tNt.com>
-
Stefan Roese authored
This patch adds support for the Prodrive P3M750 (PPC750 & MV64460) and the P3M7448 (MPC7448 & MV64460) PMC modules. Both modules are quite similar and share the same board directory "prodrive/p3mx" and the same config file "p3mx.h". Signed-off-by:
Stefan Roese <sr@denx.de>
-
Stefan Roese authored
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>
-
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>
-
Joakim Tjernlund authored
Signed-off-by:
Timur Tabi <timur@freescale.com>
-
Joakim Tjernlund authored
Signed-off-by:
Timur Tabi <timur@freescale.com>
-
Kim Phillips authored
Dave for mpc8360emds, and me for mpc8349emds.
-
Kim Phillips authored
give initial values for reg_num, shift, p_cmxucr in ucc_set_clk_src since they are passed by reference to ucc_get_cmxucr_reg and assigned.
-
Timur Tabi authored
Implement various code style fixes and similar changes. Signed-off-by:
Timur Tabi <timur@freescale.com>
-
- 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
-