1. 10 6月, 2017 1 次提交
  2. 05 6月, 2017 1 次提交
    • T
      t81xx: Migrate TI81XX/TI816X/TI814X symbols to Kconfig · 8bb687fd
      Tom Rini 提交于
      The symbol CONFIG_TI81XX is used for the parts that are common to the
      TI816x and TI814x SoCs and are not part of CONFIG_ARCH_OMAP2PLUS nor
      CONFIG_AM33XX.  It however has so few uses that we can just modify the
      code to check for both and drop the symbol. The symbols CONFIG_TI816X
      and CONFIG_TI814X are for the repective SoCs.
      Signed-off-by: NTom Rini <trini@konsulko.com>
      8bb687fd
  3. 12 5月, 2017 1 次提交
  4. 08 5月, 2017 2 次提交
  5. 21 3月, 2017 1 次提交
  6. 10 3月, 2017 2 次提交
  7. 29 1月, 2017 2 次提交
  8. 24 1月, 2017 1 次提交
  9. 08 1月, 2017 1 次提交
    • A
      am335x: configs: Use ISW_ENTRY_ADDR to set SPL_TEXT_BASE · 4d82c4b5
      Andrew F. Davis 提交于
      The SPL load address changes based on boot type in HS devices,
      ISW_ENTRY_ADDR is used to set this address for AM43xx based SoCs
      for similar reasons. Add this same logic for AM33xx devices.
      
      Also make the default value for ISW_ENTRY_ADDR correct for GP
      devices based on SoC, HS devices already pick the correct
      value in their defconfig.
      Signed-off-by: NAndrew F. Davis <afd@ti.com>
      4d82c4b5
  10. 22 11月, 2016 1 次提交
    • T
      arm: Introduce arch/arm/mach-omap2 for OMAP2 derivative platforms · 983e3700
      Tom Rini 提交于
      This moves what was in arch/arm/cpu/armv7/omap-common in to
      arch/arm/mach-omap2 and moves
      arch/arm/cpu/armv7/{am33xx,omap3,omap4,omap5} in to arch/arm/mach-omap2
      as subdirectories.  All refernces to the former locations are updated to
      the current locations.  For the logic to decide what our outputs are,
      consolidate the tests into a single config.mk rather than including 4.
      Signed-off-by: NTom Rini <trini@konsulko.com>
      983e3700
  11. 02 10月, 2016 1 次提交
  12. 17 9月, 2016 3 次提交
  13. 28 5月, 2016 2 次提交