1. 26 8月, 2021 1 次提交
  2. 03 2月, 2021 1 次提交
    • S
      common: Drop asm/global_data.h from common header · 401d1c4f
      Simon Glass 提交于
      Move this out of the common header and include it only where needed.  In
      a number of cases this requires adding "struct udevice;" to avoid adding
      another large header or in other cases replacing / adding missing header
      files that had been pulled in, very indirectly.   Finally, we have a few
      cases where we did not need to include <asm/global_data.h> at all, so
      remove that include.
      Signed-off-by: NSimon Glass <sjg@chromium.org>
      Signed-off-by: NTom Rini <trini@konsulko.com>
      401d1c4f
  3. 19 5月, 2020 2 次提交
  4. 25 4月, 2020 1 次提交
    • O
      arm: asm/cache.c: Introduce arm_reserve_mmu · 6184858b
      Ovidiu Panait 提交于
      As a preparation for turning reserve_mmu into an arch-specific variant,
      introduce arm_reserve_mmu on ARM. It implements the default routine for
      reserving memory for MMU TLB and needs to be weakly defined in order to allow
      for machines to override it.
      
      Without this decoupling, after introducing arch_reserve_mmu, there would be two
      weak definitions for it, one in common/board_f.c and one in
      arch/arm/lib/cache.c.
      Signed-off-by: NOvidiu Panait <ovpanait@gmail.com>
      Reviewed-by: NSimon Glass <sjg@chromium.org>
      6184858b
  5. 25 1月, 2020 1 次提交
  6. 18 1月, 2020 1 次提交
  7. 24 10月, 2019 2 次提交
  8. 08 10月, 2019 2 次提交
  9. 24 1月, 2019 2 次提交
  10. 16 10月, 2018 2 次提交
  11. 26 9月, 2018 2 次提交
  12. 15 6月, 2018 1 次提交
  13. 31 5月, 2018 2 次提交
  14. 11 5月, 2018 1 次提交
  15. 07 5月, 2018 1 次提交
    • T
      SPDX: Convert all of our single license tags to Linux Kernel style · 83d290c5
      Tom Rini 提交于
      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: NTom Rini <trini@konsulko.com>
      83d290c5
  16. 23 3月, 2018 1 次提交
  17. 30 1月, 2018 2 次提交
  18. 28 11月, 2017 2 次提交
  19. 02 8月, 2017 2 次提交
  20. 20 6月, 2017 3 次提交
  21. 16 7月, 2016 1 次提交
  22. 06 6月, 2016 1 次提交
  23. 16 3月, 2016 1 次提交
  24. 27 1月, 2016 2 次提交
  25. 19 8月, 2015 1 次提交
  26. 29 4月, 2015 2 次提交