1. 10 Dec, 2020 1 commit
  2. 24 Jan, 2020 1 commit
  3. 17 Jan, 2020 1 commit
  4. 16 Jan, 2020 1 commit
    • Yangbo Lu's avatar
      Drop CONFIG_FSL_ESDHC_USE_PERIPHERAL_CLK usage · f1bce084
      Yangbo Lu authored
      
      
      The eSDHC reference clocks should be provided by speed.c in arch/.
      And we do not need CONFIG_FSL_ESDHC_USE_PERIPHERAL_CLK option to
      select which clock to use. Because we can make the driver to select
      the periperhal clock which is better (provides higher frequency)
      automatically if its value is provided by speed.c.
      
      This patch is to drop this option and make driver to select clock
      automatically. Also fix peripheral clock calculation issue in
      fsl_lsch2_speed.c/fsl_lsch3_speed.c.
      Signed-off-by: default avatarYangbo Lu <yangbo.lu@nxp.com>
      f1bce084
  5. 02 Dec, 2019 1 commit
  6. 27 Nov, 2019 1 commit
  7. 08 Nov, 2019 1 commit
  8. 12 Sep, 2019 1 commit
  9. 19 Jun, 2019 1 commit
  10. 27 Sep, 2018 1 commit
  11. 07 May, 2018 1 commit
    • 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
  12. 03 Feb, 2017 1 commit
  13. 18 Jan, 2017 1 commit
  14. 06 May, 2016 1 commit
  15. 06 Apr, 2016 1 commit
  16. 30 Nov, 2015 1 commit
  17. 29 Oct, 2015 1 commit
  18. 20 Jul, 2015 1 commit
  19. 23 Apr, 2015 2 commits
  20. 24 Feb, 2015 1 commit
  21. 03 Jul, 2014 1 commit
    • York Sun's avatar
      ARMv8/FSL_LSCH3: Add FSL_LSCH3 SoC · 2f78eae5
      York Sun authored
      
      
      Freescale LayerScape with Chassis Generation 3 is a set of SoCs with
      ARMv8 cores and 3rd generation of Chassis. We use different MMU setup
      to support memory map and cache attribute for these SoCs. MMU and cache
      are enabled very early to bootst performance, especially for early
      development on emulators. After u-boot relocates to DDR, a new MMU
      table with QBMan cache access is created in DDR. SMMU pagesize is set
      in SMMU_sACR register. Both DDR3 and DDR4 are supported.
      Signed-off-by: default avatarYork Sun <yorksun@freescale.com>
      Signed-off-by: default avatarVarun Sethi <Varun.Sethi@freescale.com>
      Signed-off-by: default avatarArnab Basu <arnab.basu@freescale.com>
      2f78eae5