1. 27 7月, 2020 1 次提交
    • Y
      Move eSDHC adapter card identification to board files · 39913ace
      Yangbo Lu 提交于
      The eSDHC adapter card identification and multiplexing configuration
      through FPGA had been implemented in both common mmc driver and
      fsl_esdhc driver. However it is proper to move these code to board
      files and do it during board initialization. The FPGA registers are
      also board specific.
      
      This patch is to move eSDHC adapter card identification and
      multiplexing configuration from mmc driver to specific board files.
      And the option CONFIG_FSL_ESDHC_ADAPTER_IDENT is no longer needed.
      Signed-off-by: NYangbo Lu <yangbo.lu@nxp.com>
      [Rebased, Removed T1040QDS change as board does not exist]
      Signed-off-by: NPriyanka Jain <priyanka.jain@nxp.com>
      39913ace
  2. 11 7月, 2020 1 次提交
  3. 19 5月, 2020 1 次提交
  4. 04 5月, 2020 1 次提交
  5. 29 4月, 2020 1 次提交
    • T
      Convert CONFIG_PHYLIB et al to Kconfig · 306881a0
      Tom Rini 提交于
      This converts the following to Kconfig:
         CONFIG_PHYLIB
         CONFIG_BITBANGMII
         CONFIG_MV88E6352_SWITCH
         CONFIG_MV88E61XX_SWITCH
         CONFIG_PHYLIB_10G
         CONFIG_PHY_AQUANTIA
         CONFIG_PHY_ATHEROS
         CONFIG_PHY_BROADCOM
         CONFIG_PHY_CORTINA
         CONFIG_PHY_DAVICOM
         CONFIG_PHY_ET1011C
         CONFIG_PHY_LXT
         CONFIG_PHY_MARVELL
         CONFIG_PHY_MICREL
         CONFIG_PHY_NATSEMI
         CONFIG_PHY_REALTEK
         CONFIG_RTL8211X_PHY_FORCE_MASTER
         CONFIG_PHY_SMSC
         CONFIG_PHY_TERANETICS
         CONFIG_PHY_TI
         CONFIG_PHY_VITESSE
         CONFIG_PHY_XILINX
      Signed-off-by: NTom Rini <trini@konsulko.com>
      306881a0
  6. 16 1月, 2020 1 次提交
    • Y
      powerpc/mpc85xx: drop eSDHC periperhal clock code · c2a8b4f8
      Yangbo Lu 提交于
      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: NYangbo Lu <yangbo.lu@nxp.com>
      c2a8b4f8
  7. 04 12月, 2019 1 次提交
  8. 21 11月, 2019 1 次提交
    • T
      env: Finish migration of common ENV options · a09fea1d
      Tom Rini 提交于
      - In ARMv8 NXP Layerscape platforms we also need to make use of
        CONFIG_SYS_RELOC_GD_ENV_ADDR now, do so.
      - On ENV_IS_IN_REMOTE, CONFIG_ENV_OFFSET is never used, drop the define
        to 0.
      - Add Kconfig entry for ENV_ADDR.
      - Make ENV_ADDR / ENV_OFFSET depend on the env locations that use it.
      - Add ENV_xxx_REDUND options that depend on their primary option and
        SYS_REDUNDAND_ENVIRONMENT
      - On a number of PowerPC platforms, use SPL_ENV_ADDR not CONFIG_ENV_ADDR
        for the pre-main-U-Boot environment location.
      - On ENV_IS_IN_SPI_FLASH, check not for CONFIG_ENV_ADDR being set but
        rather it being non-zero, as it will now be zero by default.
      - Rework the env_offset absolute in env/embedded.o to not use
        CONFIG_ENV_OFFSET as it was the only use of ENV_OFFSET within
        ENV_IS_IN_FLASH.
      - Migrate all platforms.
      
      Cc: Wolfgang Denk <wd@denx.de>
      Cc: Joe Hershberger <joe.hershberger@ni.com>
      Cc: Patrick Delaunay <patrick.delaunay@st.com>
      Cc: uboot-stm32@st-md-mailman.stormreply.com
      Signed-off-by: NTom Rini <trini@konsulko.com>
      Acked-by: NJoe Hershberger <joe.hershberger@ni.com>
      Reviewed-by: NSimon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
      a09fea1d
  9. 20 6月, 2019 2 次提交
  10. 15 6月, 2019 3 次提交
  11. 27 5月, 2019 1 次提交
  12. 30 4月, 2019 1 次提交
  13. 26 3月, 2019 2 次提交
  14. 03 3月, 2019 1 次提交
  15. 07 2月, 2019 1 次提交
  16. 07 12月, 2018 1 次提交
  17. 25 10月, 2018 1 次提交
  18. 20 10月, 2018 1 次提交
  19. 06 10月, 2018 1 次提交
  20. 18 8月, 2018 2 次提交
  21. 27 7月, 2018 1 次提交
  22. 24 7月, 2018 1 次提交
  23. 23 7月, 2018 1 次提交
  24. 11 7月, 2018 2 次提交
  25. 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
  26. 09 4月, 2018 2 次提交
  27. 16 3月, 2018 1 次提交
    • T
      Convert all of CONFIG_CONS_INDEX to Kconfig · 6f6b7cfa
      Tom Rini 提交于
      This converts the following to Kconfig:
         CONFIG_CONS_INDEX
      
      We have existing entries for this option in a number of places, with
      different guards on them.  They're also sometimes used for things not
      directly inside of the serial driver.  First, introduce a new symbol to
      guard the use of CONFIG_CONS_INDEX, so that in the case where we don't
      need this for the serial driver, but for some other use, we can still do
      it.  Next, consolidate all of these into the single entry in
      drivers/serial/Kconfig.  Finally, introduce CONS_INDEX_[023456] so that
      we can imply a correct value here to make the defconfig side of this
      smaller.
      Signed-off-by: NAdam Ford <aford173@gmail.com>
      [trini: Rework a lot of the logic here, such that I took authorship from
      Adam, but kept his S-o-B line]
      Signed-off-by: NTom Rini <trini@konsulko.com>
      6f6b7cfa
  28. 24 2月, 2018 1 次提交
  29. 15 2月, 2018 1 次提交
  30. 11 2月, 2018 1 次提交
    • T
      configs: Migrate CONFIG_SYS_TEXT_BASE · 278b90ce
      Tom Rini 提交于
      On the NIOS2 and Xtensa architectures, we do not have
      CONFIG_SYS_TEXT_BASE set.  This is a strict migration of the current
      values into the defconfig and removing them from the headers.
      
      I did not attempt to add more default values in and for now will leave
      that to maintainers.
      Signed-off-by: NTom Rini <trini@konsulko.com>
      278b90ce
  31. 11 1月, 2018 2 次提交
  32. 13 12月, 2017 1 次提交