summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeLines
* ENGR00124908 CSPI: make spi_get_cfg platform specificJason Liu2010-07-07-52/+62
| | | | | | | CSPI: make spi_get_cfg platform specific move the spi_get_cfg out of the cspi/ecspi driver Signed-off-by:Jason Liu <r64343@freescale.com>
* ENGR00124819 Uboot reading/writing sd card failsAnish Trivedi2010-07-01-1/+5
| | | | | | | Updated MMC_PARTITION_SWITCH function to not return failure for partition 0 Signed-off-by: Anish trivedi <anish@freescale.com>
* ENGR00124710 MX53 Uboot: Add MFG tool supportLily Zhang2010-06-28-0/+225
| | | | | | Add MFG tool support for MX53 EVK Signed-off-by: Lily Zhang <r58066@freescale.com>
* ENGR00124652 UBOOT: MX53 env fails to load when booting from 2nd slotAnish Trivedi2010-06-24-0/+12
| | | | | | Added dynamic check for which sd slot used for boot Signed-off-by: Anish Trivedi <anish@freescale.com>
* ENGR00123782 Fix boot partition problem for emmcAnish Trivedi2010-06-24-134/+129
| | | | | | Enable boot partition in BOOT_CONFIG byte of EXT_CSD Signed-off-by: Anish Trivedi <anish@freescale.com>
* ENGR00122651: Add dwc_ahsata supportTerry Lv2010-06-24-46/+1559
| | | | | | Add dwc_ahsata support. Signed-off-by: Terry Lv <r65388@freescale.com>
* ENGR00124391 mx35: update mfg config filePeter Chen2010-06-17-50/+47
| | | | | | | The old config has big env size, and the u-boot.bin will larger than 1MB, the new one will less than 500KB Signed-off-by: Peter Chen <b29397@freescale.com>
* ENGR00123484 mx28:support saving environment into sd1Aisheng.Dong2010-06-08-118/+276
| | | | | | | | | Original uboot did not support sd1 and can only save environment into sd0 even actually you're booting from sd1. This patch adds the capability of saving environment into sd1 when you're booting from sd1. Signed-off-by: Aisheng.Dong <b29396@freescale.com>
* ENGR00124195 Uboot:Pass EVK RevB board ID to kernelJason Liu2010-06-07-0/+3
| | | | | | | | | Pass EVK RevB board ID to kernel by system_rev[11:8] 2 -->RevB, 1--->ARM2, 0--->RevA, Signed-off-by:Jason Liu <r64343@freescale.com>
* ENGR00124100: Add support for saving env data to active mmc deviceTerry Lv2010-06-02-5/+13
| | | | | | Add support for saving env data to active mmc device. Signed-off-by: Terry Lv <r65388@freescale.com>
* ENGR00123551: Add mx25 splash screen supportTerry Lv2010-05-31-14/+373
| | | | | | | | Add mx25 splash screen support. Signed-off-by: Terry Lv <r65388@freescale.com> Signed-off-by: Renato Frias <renato.frias@freescale.com> Signed-off-by: Terry Lv <r65388@freescale.com>
* ENGR00123870 MX53: Set AXI_B clock to 200MhzJason Liu2010-05-26-7/+3
| | | | | | | | The clock for axi_b is set to 100Mhz which will cause IPU module has insufficient clock rate. This patch will increase axi_b clock to 200M and keep it not change when do clk config in uboot Signed-off-by:Jason Liu <r64343@freescale.com>
* ENGR00123641 MX53: Add DDR3 CPU board supportJason Liu2010-05-20-3/+301
| | | | | | | | Add DDR3 CPU board support, DDR3 clock 400Mhz Create one config file for it since the DDR3 init script is much different wtih DDR2. Signed-off-by:Jason Liu <r64343@freescale.com>
* ENGR00123630 Set ddr clk clock according to the board IDrel_imx_2.6.31_10.05.02imx_v2009.08_10.05.02Jason Liu2010-05-19-23/+35
| | | | | | | | | | Set DDR clock to 400Mhz on MX53-EVK with DDR2 1GByte RevB Set DDR clock to 300Mhz on MX53-EVK with DDR2 2GByte RevA1 Remove the clock dump during boot, user can use clk command to get the clock information. Using help clk to get the command help Signed-off-by:Jason Liu <r64343@freescale.com>
* ENGR00123488 MX53 Board IdentificationJason Liu2010-05-14-3/+167
| | | | | | | | | | | | | | | | The CPU_ID0 analog voltage level is obtained by reading ADC channel 12 of the LTC2495 and the CPU_ID1 analog voltage level is obtained by reading ADC channel 13. The ADC data register value read from the LTC2495 is a 24 bit value. For example, an ADC value that reads between 0xB3CF3E and 0xB9E79E indicates a 130k ohm resistor is populated on the daughtercard, which corresponds to ID level 20 By using CPU_ID0, CPU_ID1 to identify the board for example: CPU_ID0 = 21, CPU_ID1 = 15, MX53-EVK with DDR2 1GByte RevB Signed-off-by:Jason Liu <r64343@freescale.com>
* ENGR00123418: Add peripheral clock setup supportTerry Lv2010-05-14-66/+292
| | | | | | Add peripheral clock setup support. Signed-off-by: Terry Lv <r65388@freescale.com>
* ENGR00123278: Support clock operation functionsTerry Lv2010-05-11-4/+461
| | | | | | Support clock operation functions. Signed-off-by: Terry Lv <r65388@freescale.com>
* ENGR00123265 UBOOT:Preserve NAND bad block indicationJason Liu2010-05-07-4/+103
| | | | | | Preserve NAND bad block indication Signed-off-by:Jason Liu <r64343@freescale.com>
* ENGR00122980: Change default env dev to mmc for bbgTerry Lv2010-04-29-39/+22
| | | | | | | As customer usually mmc to save env data. Change default env device to mmc for bbg. Signed-off-by: Terry Lv <r65388@freescale.com>
* ENGR00122643: Integrate linear PMICTerry Lv2010-04-20-2/+128
| | | | | | Integrate linear PMIC. Signed-off-by: Terry Lv <r65388@freescale.com>
* ENGR00122342: missing mx23 evk machine ID settingTerry Lv2010-04-16-83/+3610
| | | | | | Change stmp378x to mx23evk in u-boot. Signed-off-by: Terry Lv <r65388@freescale.com>
* ENGR00122395: fix license declaration issue in fsl_esdhc.hrel_imx_2.6.31_10.04.01imx_v2009.08_10.04.01Terry Lv2010-04-12-2/+1
| | | | | | fix license declaration issue in fsl_esdhc.h. Signed-off-by: Terry Lv <r65388@freescale.com>
* ENGR00122030 Mfg Firmware support fot imx25Yan Wang2010-04-07-0/+272
| | | | | | Add mfg firmware support for imx25 Signed-off-by:Yan Wang<r65094@freescale.com>
* ENGR00122217 Missed iomem_valid_addr in updater configrationWallace Wang2010-04-02-0/+14
| | | | | | | 1. Add definition for iomem_valid_addr 2. Add definition for CONFIG_ENV_IS_IN_FLASH Signed-off-by: Wallace Wang <r59996@freescale.com>
* ENGR00122203 UBOOT: Add MX53 ARM2 board supportJason2010-04-01-37/+354
| | | | | | | | Both EVK and ARM2 board using the same machine id. Currently, use system_rev to diff ARM2 board. DDR freq for ARM2 has been set to 400M, but 300M on EVK. Signed-off-by:Jason Liu <r64343@freescale.com>
* ENGR00122085 MX35 Add Uboot Firmware supportWallace Wang2010-03-31-0/+253
| | | | | | Build Mfg firmware for mx35 3stack Signed-off-by: Wallace Wang <r59996@freescale.com>
* ENGR00119033: System can not find MMC/SD card in SD slot 1Terry Lv2010-03-30-331/+441
| | | | | | | System can not find MMC/SD card in SD slot 1 when booting from Uboot. Signed-off-by: Terry Lv <r65388@freescale.com>
* ENGR00122050: mmc can't read data whose size exceeds 32MTerry Lv2010-03-26-80/+83
| | | | | | mmc can't read data whose size exceeds 32M. Signed-off-by: Terry Lv <r65388@freescale.com>
* ENGR00122046 Update DDR init script for MX53 EVKrel_imx_2.6.31_10.03.00Jason2010-03-26-2/+2
| | | | | | | | | | | | | Update DDR init script according to compass: http://compass.freescale.net/go/216805297 FCP 7 KB 25-Mar-2010 setmem /32 0x53fa8570 = 0x00180000 -> setmem /32 0x53fa8570 = 0x00200000 setmem /32 0x53fa8578 = 0x00180000 -> setmem /32 0x53fa8578 = 0x00200000 Signed-off-by:Jason Liu <r64343@freescale.com>
* ENGR00121976 UBOOT: some fix for SD/MMC cardJason2010-03-25-23/+170
| | | | | | | | | -Update eSDHC clock setting, -Fix the GPT timer setting, -Fix the boot option pars, -Remove mdelay() function call to improve the performance Signed-off-by:Jason Liu <r64343@freescale.com>
* ENGR00121832: Some code reconstructure for u-bootTerry Lv2010-03-22-93/+9
| | | | | | | | 1. Remove board specific code in mxc_i2c.c. 2. Remove board specific code in mxc_fec.c. 3. Move imx_spi_nor.h to include/asm-arm. Signed-off-by: Terry Lv <r65388@freescale.com>
* ENGR00121779 Support a single kernel image on MX5x partsDinh Nguyen2010-03-19-0/+7
| | | | | | | | | This change is required by kernel change ENGR00121762 (enables a single kernel image on MX5x parts using run-time phys_offset). Load address and Entry points are set for MX53 parts(0x7xxxxxxx). So the bootloader must add the offset 0x20000000 for MX51 parts. Signed-off-by: Lily Zhang <r58066@freescale.com>
* ENGR00121774 DDR 300Mhz support for MX53 ubootJason2010-03-19-65/+64
| | | | | | | -update DDR script for 300MHZ support, this script got from Yaniv -increase VDDA to 1.25V Signed-off-by:Jason Liu <r64343@freescale.com>
* ENGR00121731: Add mmu, l1cache, l2cache support for mx53Terry Lv2010-03-19-0/+274
| | | | | | Add mmu, l1cache, l2cache support for mx53. Signed-off-by: Terry Lv <r65388@freescale.com>
* ENGR00121202 Add uboot support for MX53Jason2010-03-17-3/+4007
| | | | | | Add uboot support for MX53 Signed-off-by:Jason Liu <r64343@freescale.com>
* ENGR000121601: FEC not work in mx28 u-bootTerry Lv2010-03-16-1/+23
| | | | | | FEC not work in mx28 u-boot. Signed-off-by: Terry Lv <r65388@freescale.com>
* ENGR00121379: MX28 U-BOOT enhancementsTerry Lv2010-03-12-1724/+310
| | | | | | MX28 U-BOOT enhancements. Signed-off-by: Terry Lv <r65388@freescale.com>
* ENGR00121504 Revert ENGR00120191 to restore M4IF valuesLily Zhang2010-03-11-8/+8
| | | | | | | | | | CR 00120191 is used to adjust IPU/VPU priority for memory access in order to improve video performance. However this change caused video playback and record unstable (See CR 00120697, CR 00121478). It's decided to remove CR 00121504 change for the stability. Signed-off-by: Lily Zhang <r58066@freescale.com>
* ENGR00121314: Fix mx23 and mx28 u-boot build errorTerry Lv2010-03-05-0/+1
| | | | | | | mx23 and mx28 u-boot build fails. The reason is that cache-cp15.c is changed to cache-cp15.h. Signed-off-by: Terry Lv <r65388@freescale.com>
* ENGR00121079: Unable to get IP address in ubootTerry Lv2010-03-04-3/+31
| | | | | | | | It was found that the failure is caused by sending DCHP Discover request with empty "Parameter Request List" option. Signed-off-by: Terry Lv <r65388@freescale.com>
* ENGR00120520: Enable MMU for mx51 and mx35Terry Lv2010-03-04-143/+552
| | | | | | | MMU enable code is missed in mx51 and mx35 u-boot. So add these codes. Signed-off-by: Terry Lv <r65388@freescale.com>
* ENGR00121029 Add MX51-BBG Uboot Firmware supportFrank Li2010-02-22-0/+240
| | | | | | Build Mfg firmware for mx51-bbg Signed-off-by: Frank Li <frank.li@freescale.com>
* ENGR00120830: Add eMMC and eSD fast boot supportTerry Lv2010-02-08-34/+307
| | | | | | | Add eMMC and eSD fast boot support. Signed-off-by: Terry Lv <r65388@freescale.com> Signed-off-by: Brian Liu <b14843@freescale.com>
* ENGR00120476: Add fuse support for mx51Terry Lv2010-01-27-1/+511
| | | | | | Add fuse support for mx51. Signed-off-by: Terry Lv <r65388@freescale.com>
* ENGR00120206 iMX28 Enable Ethernet and MMC boot supportrel_imx_2.6.31_10.02.00Frank Li2010-01-25-131/+10505
| | | | | | Enable Ethernet and MMC boot support for imx28-evk Signed-off-by: Frank Li <frank.li@freescale.com>
* ENGR00120202 MX51: enable L2 cacheLily Zhang2010-01-18-7/+52
| | | | | | Enable L2 cache in MX51 for uboot and kernel Signed-off-by: Lily Zhang <r58066@freescale.com>
* ENGR00120208: Change recovery mode boot_cmd strategyTerry Lv2010-01-18-9/+17
| | | | | | | | | | The new strategy will be: bootargs_android_recovery and bootcmd_android_recovery will be checked. If they exists, their values will be used by bootargs_android and bootcmd_android, or the default vaules will be used. Signed-off-by: Terry Lv <r65388@freescale.com>
* ENGR00120207: Change recovery mode combo keysTerry Lv2010-01-18-2/+2
| | | | | | Change recovery mode combo keys. Signed-off-by: Terry Lv <r65388@freescale.com>
* ENGR00120203: Add fec_addr check for mx51Terry Lv2010-01-18-1/+6
| | | | | | | As mx51 also uses FEC, we need to write FEC mac addr to register for kernel. Thus fec_addr also need to be checked. Signed-off-by: Terry Lv <r65388@freescale.com>
* ENGR00120191 MX51: Update the M4IF settingLily Zhang2010-01-17-6/+6
| | | | | | New M4IF settings benefit to video performance improvement. Signed-off-by: Lily Zhang <r58066@freescale.com>