1. 05 8月, 2015 32 次提交
  2. 04 8月, 2015 3 次提交
  3. 02 8月, 2015 5 次提交
    • P
      imx: mx6ul_14x14_evk add basic board support · f0ff57b0
      Peng Fan 提交于
      1. Add USDHC, I2C, UART, 74LV, USB, QSPI support.
      2. Support SPL
      3. CONFIG_MX6UL_14X14_EVK_EMMC_REWORK is introduced, this board default
         supports sd for usdhc2, but can do hardware rework to make usdhc2 support
         emmc.
      
      Boot Log:
      U-Boot SPL 2015.07-rc3-00124-g35d727b (Jul 20 2015 - 18:40:59)
      reading u-boot.img
      reading u-boot.img
      
      U-Boot 2015.07-rc3-00124-g35d727b (Jul 20 2015 - 18:40:59 +0800)
      
      CPU:   Freescale i.MX6UL rev1.0 792 MHz (running at 396 MHz)
      CPU:   Commercial temperature grade (0C to 95C)CPU:   Thermal invalid data, fuse: 0x0
       - invalid sensor device
       Reset cause: POR
       Board: MX6UL 14x14 EVK
       I2C:   ready
       DRAM:  512 MiB
       MMC:   FSL_SDHC: 0, FSL_SDHC: 1
       *** Warning - bad CRC, using default environment
      
       In:    serial
       Out:   serial
       Err:   serial
       Net:   CPU Net Initialization Failed
       No ethernet found.
       Hit any key to stop autoboot:  0
      Signed-off-by: NPeng Fan <Peng.Fan@freescale.com>
      f0ff57b0
    • P
      imx:mx6ul add dram spl configuration and header file · a462c346
      Peng Fan 提交于
      1. Define two structures mx6ul_iomux_ddr_regs and mx6ul_iomux_grp_regs.
      2. Add a new function mx6ul_dram_iocfg to configure dram io.
      3. Refactor MMDC1 macro, discard "#ifdef CONFIG_MX6SX". Since
         only mmdc0 channel exists on i.MX6SX/UL, redefine MMDC1 macro support
         runtime check, but not hardcoding #ifdef macros.
      4. Introduce mx6ul-ddr.h, which includes the register address for DRAM
         IO configuration.
      Signed-off-by: NPeng Fan <Peng.Fan@freescale.com>
      a462c346
    • P
      imx: mx6 add PAD_CTL_SPEED_LOW for i.MX6SX/UL · 63ee5687
      Peng Fan 提交于
      PAD_CTL_SPEED_LOW for i.MX6SX/UL is (0 << 6)
      Signed-off-by: NYe.Li <B37916@freescale.com>
      Signed-off-by: NPeng Fan <Peng.Fan@freescale.com>
      63ee5687
    • P
      imx: mx6ul update soc related settings · db1c217c
      Peng Fan 提交于
      1.Update WDOG settings.
      2.No need to gate/ungate all PFDs for i.MX6UL.
      Signed-off-by: NPeng Fan <Peng.Fan@freescale.com>
      Signed-off-by: NYe.Li <B37916@freescale.com>
      db1c217c
    • P
      imx: mx6ul select SYS_L2CACHE_OFF · a2c74aaf
      Peng Fan 提交于
      i.MX6UL features an Cortex-A7 core, it does not have PL310 as other i.MX6
      chips. To Cortex-A7 core, If D-Cache is enabled, L2 Cache is enabled.
      There is on specific switch for on/off L2 Cache, so default select
      SYS_L2CACHE_OFF.
      Signed-off-by: NPeng Fan <Peng.Fan@freescale.com>
      a2c74aaf