Skip to content
Snippets Groups Projects
  1. Feb 20, 2020
  2. Jan 24, 2020
  3. Jan 17, 2020
  4. Jan 16, 2020
    • Yangbo Lu's avatar
      Add global variable sdhc_per_clk for arm/powerpc · ac76dd08
      Yangbo Lu authored
      
      The QorIQ eSDHC controller supports two reference clocks. They are
      platform clock and periperhal clock. The global variable sdhc_clk
      has already been used for platform clock.
      This patch is to add another global variable sdhc_per_clk for
      periperhal clock, which provides higher frequency and is required
      to be used for SD UHS and eMMC HS200/HS400 speed modes.
      
      Signed-off-by: default avatarYangbo Lu <yangbo.lu@nxp.com>
      ac76dd08
    • Yangbo Lu's avatar
      powerpc/mpc85xx: drop eSDHC periperhal clock code · c2a8b4f8
      Yangbo Lu authored
      
      The below patch added eSDHC periperhal clock code initially.
      2d9ca2c7 mmc: fsl_esdhc: Add peripheral clock support
      
      The purpose was to fix up device tree properties "peripheral-frequency"
      so that linux could get the periperhal clock by it.
      However the implementation on both u-boot and linux was only
      for a Freescale SDK release. The linux part implementation had never
      been upstreamed. These code should not have been exist on u-boot
      mainline.
      
      Let's remove the powerpc part changes but keep the changes in
      fsl_esdhc driver. The changes in fsl_esdhc driver could be utilized
      to support SD UHS and eMMC HS200/HS400 speed modes for current
      Layerscape ARM platforms.
      
      Signed-off-by: default avatarYangbo Lu <yangbo.lu@nxp.com>
      c2a8b4f8
  5. Jan 08, 2020
  6. Nov 27, 2019
  7. Nov 08, 2019
  8. Jun 20, 2019
  9. May 21, 2019
  10. May 20, 2019
  11. Mar 02, 2019
    • Heinrich Schuchardt's avatar
      powerpc: enabled building with CONFIG_DM=y · 70eb8253
      Heinrich Schuchardt authored
      
      Moving to the driver model requires CONFIG_DM to be enabled. Currently
      several boards like kmeter1_defconfig produce a build error when CONFIG_DM
      is enabled:
      
      In file included from include/common.h:35,
                       from ./arch/powerpc/include/asm/fsl_lbc.h:10,
                       from include/mpc83xx.h:10,
                       from ./arch/powerpc/include/asm/ppc.h:27,
                       from ./arch/powerpc/include/asm/u-boot.h:18,
                       from include/dm/of.h:10,
                       from include/dm/ofnode.h:12,
                       from include/dm/device.h:13,
                       from include/linux/mtd/mtd.h:26,
                       from drivers/mtd/mtdconcat.c:25:
      include/image.h: In function ‘image_check_target_arch’:
      include/image.h:846:3: error: #error "please define IH_ARCH_DEFAULT in
                             your arch asm/u-boot.h"
       # error "please define IH_ARCH_DEFAULT in your arch asm/u-boot.h"
         ^~~~~
      include/image.h:848:31: error: ‘IH_ARCH_DEFAULT’ undeclared (first use in
                              this function); did you mean ‘IH_ARCH_COUNT’?
        return image_check_arch(hdr, IH_ARCH_DEFAULT);
      
      The error can be avoided by moving the definition of IH_ARCH_DEFAULT before
      
           #include <asm/ppc.h>
      
      Signed-off-by: default avatarHeinrich Schuchardt <xypron.glpk@gmx.de>
      Reviewed-by: default avatarPrabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
      70eb8253
  12. Nov 27, 2018
  13. Nov 26, 2018
  14. Oct 29, 2018
  15. Sep 18, 2018
  16. Sep 11, 2018
  17. Jul 10, 2018
  18. 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
  19. Apr 06, 2018
  20. Mar 16, 2018
Loading