1. 26 7月, 2014 1 次提交
  2. 20 6月, 2014 3 次提交
  3. 07 6月, 2014 3 次提交
  4. 04 3月, 2014 3 次提交
  5. 22 2月, 2014 1 次提交
  6. 25 1月, 2014 1 次提交
  7. 19 12月, 2013 6 次提交
    • L
      ARM: AM43xx: GP_EVM: Add support for DDR3 · b5e01eec
      Lokesh Vutla 提交于
      GP EVM has 1GB DDR3 attached(Part no: MT41K512M8RH).
      Adding details for the same.
      Below is the brief description of DDR3 init sequence(SW leveling):
      -> Enable VTT regulator
      -> Configure VTP
      -> Configure DDR IO settings
      -> Disable initialization and refreshes until EMIF registers are programmed.
      -> Program Timing registers
      -> Program leveling registers
      -> Program PHY control and Temp alert and ZQ config registers.
      -> Enable initialization and refreshes and configure SDRAM CONFIG register
      Signed-off-by: NLokesh Vutla <lokeshvutla@ti.com>
      b5e01eec
    • L
      ARM: AM43xx: EPOS_EVM: Add support for LPDDR2 · d3daba10
      Lokesh Vutla 提交于
      AM4372 EPOS EVM has 1GB LPDDR2(Part no: MT42L256M32D2LG-25 WT:A)
      Adding LPDDR2 init sequence and register details for the same.
      Below is the brief description of LPDDR2 init sequence:
      -> Configure VTP
      -> Configure DDR IO settings
      -> Disable initialization and refreshes until EMIF registers are programmed.
      -> Program Timing registers
      -> Program PHY control and Temp alert and ZQ config registers.
      -> Enable initialization and refreshes and configure SDRAM CONFIG register
      -> Wait till initialization is complete and the configure MR registers.
      Signed-off-by: NLokesh Vutla <lokeshvutla@ti.com>
      d3daba10
    • L
      ARM: AM43xx: clocks: Update DPLL details · cf04d032
      Lokesh Vutla 提交于
      Updating the Multiplier and Dividers value for all DPLLs.
      Safest OPP is read from DEV ATTRIBUTE register. Accoring to the value
      returned the MPU DPLL is locked.
      At different OPPs follwoing are the MPU locked frequencies.
      OPP50	300MHz
      OPP100	600MHz
      OPP120	720MHz
      OPPTB	800MHz
      OPPNT	1000MHz
      According to the latest DM following is the OPP table dependencies:
      	VDD_CORE 	VDD_MPU
      	OPP50		OPP50
      	OPP50 		OPP100
      	OPP100		OPP50
      	OPP100		OPP100
      	OPP100		OPP120
      So at different OPPs of MPU it is safest to lock CORE at OPP_NOM.
      Following are the DPLL locking frequencies at OPP NOM:
      Core locks at 1000MHz
      Per locks at 960MHz
      LPDDR2 locks at 266MHz
      DDR3 locks at 400MHz
      
      Touching AM33xx files also to get DPLL values specific to board but no
      functionality difference.
      Signed-off-by: NLokesh Vutla <lokeshvutla@ti.com>
      cf04d032
    • S
      ARM: AM43XX: Add CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG support · f4af163e
      Sekhar Nori 提交于
      CONFIG_ENV_VARS_UBOOT_CONFIG, CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG and
      CONFIG_BOARD_LATE_INIT is already set. Adding support to detect the
      board. These variables are used by findfdt.
      Signed-off-by: NSekhar Nori <nsekhar@ti.com>
      Signed-off-by: NLokesh Vutla <lokeshvutla@ti.com>
      f4af163e
    • S
      ARM: AM43XX: board: add support for reading onboard EEPROM · 9f1a8cd3
      Sekhar Nori 提交于
      Add support for reading onboard EEPROM to enable
      board detection.
      Signed-off-by: NSekhar Nori <nsekhar@ti.com>
      Signed-off-by: NLokesh Vutla <lokeshvutla@ti.com>
      9f1a8cd3
    • L
      ARM: AM43xx: Adapt to ti_armv7_common.h config file · 369cbe1e
      Lokesh Vutla 提交于
      Use ti_armv7_common.h config file to inclde the common
      configs.
      Signed-off-by: NLokesh Vutla <lokeshvutla@ti.com>
      369cbe1e
  8. 15 8月, 2013 2 次提交