summaryrefslogtreecommitdiff
path: root/include/configs/mx53_loco.h
AgeCommit message (Collapse)Author
2011-09-23ENGR00157468: Fix default environment's "mmc dev" type errorTerry Lv
Some semicolons are missed after "mmc dev 0". They need to be added to make default environment work. Signed-off-by: Terry Lv <r65388@freescale.com>
2011-09-01ENGR00154666-1: Align u-boot mmc command with communityTerry Lv
Modifications on config files. 1. Remove CONFIG_BOOT_PARTITION_ACCESS. 2. Change all mmc read command in default env configs. Signed-off-by: Terry Lv <r65388@freescale.com>
2011-08-12ENGR00154396: U_BOOT: Env config adjustment.Terry Lv
Change env size to 8K and change gpmi nand env offset to 2M. This will reduce boot time and fix gpmi nand env problem. Signed-off-by: Terry Lv <r65388@freescale.com>
2011-05-19ENGR00143570 mx53: change the default environment settingLily Zhang
Change the default environment setting as sd boot for mx53 loco, mx53 smd and mx53 ard boards. Signed-off-by: Lily Zhang <r58066@freescale.com>
2011-04-11ENGR00141335-3: Add CONFIG_EMMC_DDR_PORT_DETECT to mx53 and mx50config filesTerry Lv
Add CONFIG_EMMC_DDR_PORT_DETECT to mx53 and mx50 config files. For fastboot, please note that the bit width of card should match the dip settings. For example, if mmcinfo shows eMMC 4.4 card is 8Bit DDR, then dip settings should be 8bit DDR. Then fastboot can work. Otherwise, fastboot will fail. Signed-off-by: Terry Lv <r65388@freescale.com>
2011-02-14ENGR00139120: Correct CONFIG_CMD_MMC to CONFIG_CMD_IIM for iimTerry Lv
Correct CONFIG_CMD_MMC to CONFIG_CMD_IIM for iim. Signed-off-by: Terry Lv <r65388@freescale.com>
2011-01-11ENGR00137358: Add saving environment to sata device supportTerry Lv
Add saving environment to sata device support. Signed-off-by: Terry Lv <r65388@freescale.com>
2010-12-30ENGR00137497-2 MX53: Add LOCO board supportLily Zhang
Add MX53 LOCO board support The following functions are tested in the board: - Micro SD boot - MMC/SD read/write. - clk command - fuse command Signed-off-by: Lily Zhang <r58066@freescale.com>