1. 27 12月, 2017 1 次提交
  2. 13 12月, 2017 1 次提交
  3. 07 12月, 2017 2 次提交
  4. 16 11月, 2017 1 次提交
  5. 27 10月, 2017 1 次提交
  6. 09 10月, 2017 1 次提交
  7. 11 9月, 2017 11 次提交
  8. 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
  9. 12 8月, 2017 1 次提交
  10. 10 8月, 2017 1 次提交
  11. 12 7月, 2017 1 次提交
  12. 02 6月, 2017 1 次提交
  13. 24 5月, 2017 3 次提交
  14. 25 4月, 2017 1 次提交
  15. 18 4月, 2017 5 次提交
  16. 29 3月, 2017 3 次提交
  17. 14 3月, 2017 3 次提交
  18. 10 3月, 2017 1 次提交
    • T
      ARM: Migrate errata to Kconfig · 8dda2e2f
      Tom Rini 提交于
      This moves all of the current ARM errata from various header files and in to
      Kconfig.  This allows for a minor amount of cleanup as we had some instances
      where both a general common header file was enabling errata as well as the
      board config.  We now just select these once at the higher level in Kconfig
      Signed-off-by: NTom Rini <trini@konsulko.com>
      8dda2e2f
  19. 01 2月, 2017 1 次提交