MX5: Add initial support for MX53 processorAdd initial support for Freescale MX53 processor,- Add the iomux support and the pin definition,- Add the regs definition, clean up some unused def fro
MX5: Add initial support for MX53 processorAdd initial support for Freescale MX53 processor,- Add the iomux support and the pin definition,- Add the regs definition, clean up some unused def from mx51,- Add the low level init support, make use the freq input of setup_pll macroSigned-off-by: Jason Liu <r64343@freescale.com>
show more ...
imx: Get fec mac address from fuseThe patch is to support getting FEC MAC address from fuse bank.Signed-off-by: Jason Liu <r64343@freescale.com>Tested-by: Stefano Babic <sbabic@denx.de>
mx51evk: support new relocation schemeThis patch is to fix build breakage and support new relocationscheme for mx51evk.- Correct IRAM base address and add size definition The IRAM starts from
mx51evk: support new relocation schemeThis patch is to fix build breakage and support new relocationscheme for mx51evk.- Correct IRAM base address and add size definition The IRAM starts from 0x1FFE0000 on final revsion i.mx51 than 0x1FFE8000 which is for older revision.- Include imx-regs.h in mx51evk.h Definitions like CSD0_BASE_ADDR and IRAM_BASE_ADDR can be referred to.- Define CONFIG_SYS_INIT_RAM_ADDR and CONFIG_SYS_INIT_RAM_SIZE They are used to define init RAM layout.- Remove comment for CONFIG_SYS_GBL_DATA_SIZE which has been buried by Wolfgang's commit below 25ddd1fb: Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated valueSigned-off-by: Shawn Guo <shawn.gsc@gmail.com>
MX51: Add IPU driver for video supportThe patch is a porting of the IPU Linux driverdeveloped by Freescale to have framebufferfunctionalities in u-boot. The port is based onkernel 2.6.31 commit
MX51: Add IPU driver for video supportThe patch is a porting of the IPU Linux driverdeveloped by Freescale to have framebufferfunctionalities in u-boot. The port is based onkernel 2.6.31 commit cc4fe714041805997b601fe8e5dd585d8a99297f,as delivered by Freescale [i.MX BSP].Most features are dropped from the original driver andonly LCD support is the goal of this porting.Signed-off-by: Stefano Babic <sbabic@denx.de>
MX5: rename mx51 to mx5Rename mx51 to mx5 in order to support more mx51like-style SOCs such as MX53 and the followings.Signed-off-by: Jason Liu <r64343@freescale.com>
1234