1. 21 9月, 2013 3 次提交
    • L
      ARM: DRA7: Enable saveenv command · d3d33daf
      Lokesh Vutla 提交于
      dra7xx_evm has eMMC and the default environment can be stored in it.
      So enabling saveenv command and the configs to store environment in eMMC.
      
      Tested on DRA752 ES1.0
      Signed-off-by: NLokesh Vutla <lokeshvutla@ti.com>
      d3d33daf
    • S
      am335x:Handle worst case scenario for Errata 1.0.24 · 52f7d844
      Steve Kipisz 提交于
      In Errata 1.0.24, if the board is running at OPP50 and has a warm reset,
      the boot ROM sets the frequencies for OPP100. This patch attempts to
      drop the frequencies back to OPP50 as soon as possible in the SPL. Then
      later the voltages and frequencies up set higher.
      
      Cc: Enric Balletbo i Serra <eballetbo@iseebcn.com>
      Cc: Lars Poeschel <poeschel@lemonage.de>
      Signed-off-by: NSteve Kipisz <s-kipisz2@ti.com>
      [trini: Adapt to current framework]
      Signed-off-by: NTom Rini <trini@ti.com>
      52f7d844
    • T
      am335x_evm: am33xx_spl_board_init function and scale core frequency · 9721027a
      Tom Rini 提交于
      Add a am33xx_spl_board_init (and enable the PMICs) that we may see,
      depending on the board we are running on.  In all cases, we see if we
      can rely on the efuse_sma register to tell us the maximum speed.  In the
      case of Beaglebone White, we need to make sure we are on AC power, and
      are on later than rev A1, and then we can ramp up to the PG1.0 maximum
      of 720Mhz.  In the case of Beaglebone Black, we are either on PG2.0 that
      supports 1GHz or PG2.1.  As PG2.0 may or may not have efuse_sma set, we
      cannot rely on this probe.  In the case of the GP EVM, EVM SK and IDK we
      need to rely on the efuse_sma if we are on PG2.1, and the defaults for
      PG1.0/2.0.
      Signed-off-by: NTom Rini <trini@ti.com>
      9721027a
  2. 20 9月, 2013 5 次提交
  3. 19 9月, 2013 4 次提交
  4. 14 9月, 2013 2 次提交
  5. 12 9月, 2013 3 次提交
  6. 11 9月, 2013 4 次提交
  7. 09 9月, 2013 4 次提交
  8. 07 9月, 2013 15 次提交