1. 23 2月, 2018 1 次提交
    • A
      ARM: Kconfig: Move TI_SECURE_DEVICE to a common area · 5fbed8f2
      Andrew F. Davis 提交于
      TI_SECURE_DEVICE is used by both OMAP2+ and Keystone2 family devices,
      and so when ARCH_OMAP2PLUS was used to gate off the OMAP2+ Kconfig
      Keystone2 family devices lost this config option.
      
      Move this option out of mach-omap2 Kconfig to a spot accessible by both
      families. We picked arch/arm/Kconfig over the TI specific board/ti/
      location as this option is not specific to our boards but rather our
      architecture.
      
      Plus at some point this option can be changed to just
      SECURE_DEVICE, as having secure parts is not exclusive to TI and
      so other vendors can interpret this option as needed by their device
      configurations.
      
      Fixes: a93fbf4a ("ARM: omap2+: rename config to ARCH_OMAP2PLUS and consolidate Kconfig")
      Signed-off-by: NAndrew F. Davis <afd@ti.com>
      Reviewed-by: NLokesh Vutla <lokeshvutla@ti.com>
      5fbed8f2
  2. 21 10月, 2017 1 次提交
  3. 02 9月, 2017 1 次提交
  4. 13 8月, 2017 1 次提交
    • P
      spl: add hierarchical defaults for SPL_LDSCRIPT · b529993e
      Philipp Tomsich 提交于
      With SPL_LDSCRIPT moved to Kconfig (and this being a 'string' config
      node), all the lingering definitions in header files will cause
      warnings/errors due to the redefinition of the configuration item.
      
      As we don't want to pollute the defconfig files (and values should
      usually be identical for entire architectures), the defaults are moved
      into Kconfig.  Kconfig will always pick the first default that
      matches, so please keep these values at the end of each file (to allow
      any board-specific Kconfig, which will be included earlier) to
      override with an unconditional default setting.
      Signed-off-by: NPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
      Reviewed-by: NSimon Glass <sjg@chromium.org>
      b529993e
  5. 10 8月, 2017 1 次提交
  6. 23 7月, 2017 1 次提交
  7. 10 6月, 2017 1 次提交
  8. 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
  9. 12 5月, 2017 3 次提交
  10. 10 5月, 2017 1 次提交
  11. 28 4月, 2017 1 次提交
  12. 09 4月, 2017 1 次提交
  13. 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
  14. 02 10月, 2016 1 次提交
  15. 28 5月, 2016 1 次提交