Skip to content
Snippets Groups Projects
  1. Feb 09, 2020
  2. Jan 24, 2020
  3. Jan 17, 2020
  4. Dec 03, 2019
  5. Dec 02, 2019
  6. Aug 21, 2019
  7. Aug 20, 2019
  8. Aug 11, 2019
  9. Aug 02, 2019
  10. Jul 29, 2019
  11. Jul 19, 2019
  12. Jun 14, 2019
  13. May 26, 2019
  14. May 18, 2019
    • Trevor Woerner's avatar
      CONFIG_SYS_[DI]CACHE_OFF: convert to Kconfig · a0aba8a2
      Trevor Woerner authored
      
      CONFIG_SYS_[DI]CACHE_OFF had been partially converted to Kconfig
      parameters; only for the ARC architecture. This patch turns these two
      parameters into Kconfig items everywhere else they are found.
      
      All of the include/configs/* and defconfig changes in this patch are
      for arm machines only. The Kconfig changes for arc, nds32, riscv,
      and xtensa have been included since these symbols are found in code
      under arch/{arc,nds32,riscv,xtensa}, however, no currently-defined
      include/configs/* or defconfigs for these architectures exist which
      include these symbols.
      
      These results have been confirmed with tools/moveconfig.py.
      
      Acked-by: default avatarAlexey Brodkin <abrodkin@snopsys.com>
      Signed-off-by: default avatarTrevor Woerner <trevor@toganlabs.com>
      [trini: Re-migrate for a few more boards]
      Signed-off-by: default avatarTom Rini <trini@konsulko.com>
      a0aba8a2
  15. May 04, 2019
  16. Apr 30, 2019
  17. Apr 09, 2019
    • Stefan Roese's avatar
      arm: at91: Remove CONFIG_AT91_HW_WDT_TIMEOUT · 05d4b8e4
      Stefan Roese authored
      
      This patch removes the CONFIG_AT91_HW_WDT_TIMEOUT as its not needed any
      more. The WD timeout value can be provided via the "timeout-sec" DT
      property. If not provided this way, the default value of 2 seconds will
      be used.
      
      Signed-off-by: default avatarStefan Roese <sr@denx.de>
      Cc: Heiko Schocher <hs@denx.de>
      Cc: Andreas Bießmann <andreas@biessmann.org>
      Cc: Eugen Hristev <eugen.hristev@microchip.com>
      05d4b8e4
  18. Mar 25, 2019
  19. Feb 23, 2019
  20. Feb 14, 2019
  21. Feb 02, 2019
  22. Jan 25, 2019
  23. Jan 24, 2019
  24. Nov 27, 2018
  25. Sep 22, 2018
  26. Sep 20, 2018
  27. Sep 11, 2018
  28. Aug 17, 2018
  29. Aug 10, 2018
  30. Jul 22, 2018
  31. Jun 27, 2018
  32. May 29, 2018
  33. May 24, 2018
  34. May 23, 2018
  35. May 07, 2018
    • Tom Rini's avatar
      SPDX: Convert all of our single license tags to Linux Kernel style · 83d290c5
      Tom Rini authored
      
      When U-Boot started using SPDX tags we were among the early adopters and
      there weren't a lot of other examples to borrow from.  So we picked the
      area of the file that usually had a full license text and replaced it
      with an appropriate SPDX-License-Identifier: entry.  Since then, the
      Linux Kernel has adopted SPDX tags and they place it as the very first
      line in a file (except where shebangs are used, then it's second line)
      and with slightly different comment styles than us.
      
      In part due to community overlap, in part due to better tag visibility
      and in part for other minor reasons, switch over to that style.
      
      This commit changes all instances where we have a single declared
      license in the tag as both the before and after are identical in tag
      contents.  There's also a few places where I found we did not have a tag
      and have introduced one.
      
      Signed-off-by: default avatarTom Rini <trini@konsulko.com>
      83d290c5
  36. Apr 28, 2018
Loading