1. 29 7月, 2020 2 次提交
  2. 26 6月, 2020 1 次提交
  3. 05 6月, 2020 2 次提交
    • T
      Convert CONFIG_CMD_ASKENV et al to Kconfig · e985eb14
      Tom Rini 提交于
      This converts the following to Kconfig:
         CONFIG_CMD_ASKENV
         CONFIG_CMD_BMP
         CONFIG_CMD_BOOTD
         CONFIG_CMD_CACHE
         CONFIG_CMD_CRC32
         CONFIG_CMD_DHCP
         CONFIG_CMD_ENV
         CONFIG_CMD_EXPORTENV
         CONFIG_CMD_EXT2
         CONFIG_CMD_EXT4
         CONFIG_CMD_FLASH
         CONFIG_CMD_FS_GENERIC
         CONFIG_CMD_FUSE
         CONFIG_CMD_GPIO
         CONFIG_CMD_GPT
         CONFIG_CMD_GREPENV
         CONFIG_CMD_I2C
         CONFIG_CMD_IMLS
         CONFIG_CMD_IMPORTENV
         CONFIG_CMD_LOADB
         CONFIG_CMD_LOADS
         CONFIG_CMD_MEMINFO
         CONFIG_CMD_MII
         CONFIG_CMD_MTDPARTS
         CONFIG_CMD_NAND
         CONFIG_CMD_NAND_TRIMFFS
         CONFIG_CMD_NFS
         CONFIG_CMD_PCA953X
         CONFIG_CMD_PCA953X_INFO
         CONFIG_CMD_PCI
         CONFIG_CMD_PING
         CONFIG_CMD_READ
         CONFIG_CMD_SF
         CONFIG_CMD_SPI
         CONFIG_CMD_SPL
         CONFIG_CMD_SPL_WRITE_SIZE
         CONFIG_CMD_TIME
         CONFIG_CMD_TRACE
         CONFIG_CMD_UBI
         CONFIG_CMD_UBIFS
         CONFIG_CMD_UNZIP
         CONFIG_FS_EXT4
      Signed-off-by: NTom Rini <trini@konsulko.com>
      e985eb14
    • T
      serial: Convert ARM_DCC to Kconfig · c2a38411
      Tom Rini 提交于
      The symbol "CONFIG_ARM_DCC" is used to control building
      drivers/serial/arm_dcc.c.  Provide a simple Kconfig entry for this.
      
      Cc: Luca Ceresoli <luca@lucaceresoli.net>
      Cc: Michal Simek <monstr@monstr.eu>
      Cc: Tom McLeod <tom.mcleod@opalkelly.com>
      Cc: Mike Looijmans <mike.looijmans@topic.nl>
      Signed-off-by: NTom Rini <trini@konsulko.com>
      Reviewed-by: NLuca Ceresoli <luca@lucaceresoli.net>
      c2a38411
  4. 09 5月, 2020 1 次提交
  5. 08 5月, 2020 1 次提交
    • M
      cmd: mem: Remove CONFIG_SYS_MEMTEST_SCRATCH mapping · e519f03a
      Michal Simek 提交于
      There is no real need to exactly define space for saving patterns for
      alternate memory test. It is much easier to allocate space on the stack and
      use it instead of trying to find out space where pattern should be saved.
      
      For example if you want to test the whole DDR memory you can't save patter
      to DDR and you need to find it out. On Xilinx devices DDR or OCM addresses
      were chosen but that means that OCM needs to be mapped and U-Boot has
      access permission there.
      
      It is easier to remove this limitation and simply save it on stack because
      it is very clear that memory test can't rewrite U-Boot and U-Boot has also
      full access to memory where runs from.
      Signed-off-by: NMichal Simek <michal.simek@xilinx.com>
      Reviewed-by: NSimon Glass <sjg@chromium.org>
      Reviewed-by: NStefan Roese <sr@denx.de>
      Reviewed-by: NHeiko Schocher <hs@denx.de>
      e519f03a
  6. 27 4月, 2020 1 次提交
  7. 14 1月, 2020 3 次提交
  8. 08 10月, 2019 3 次提交
  9. 26 8月, 2019 2 次提交
  10. 30 7月, 2019 1 次提交
  11. 05 5月, 2019 1 次提交
  12. 30 4月, 2019 1 次提交
  13. 16 4月, 2019 1 次提交
  14. 14 2月, 2019 2 次提交
  15. 26 1月, 2019 1 次提交
  16. 26 9月, 2018 1 次提交
  17. 18 8月, 2018 1 次提交
  18. 17 8月, 2018 1 次提交
    • T
      configs: Migrate CONFIG_NR_DRAM_BANKS · 86cf1c82
      Tom Rini 提交于
      We have the following cases:
      - CONFIG_NR_DRAM_BANKS was defined, migrate normally
      - CONFIG_NR_DRAM_BANKS_MAX was defined and then used for
        CONFIG_NR_DRAM_BANKS after a check, just migrate it over now.
      - CONFIG_NR_DRAM_BANKS was very oddly defined on p2771-0000-* (to 1024 +
        2), set this to 8.
      Signed-off-by: NTom Rini <trini@konsulko.com>
      86cf1c82
  19. 23 7月, 2018 1 次提交
  20. 19 7月, 2018 1 次提交
  21. 11 7月, 2018 1 次提交
  22. 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
  23. 14 4月, 2018 1 次提交
    • J
      xilinx: Only enable dist boot pxe when DHCP is enabled · 86271b3f
      Joe Hershberger 提交于
      Otherwise, we see this:
      In file included from include/configs/zynq-common.h:183:0,
                       from include/config.h:5,
                       from include/common.h:21,
                       from env/common.c:11:
      include/config_distro_bootcmd.h:319:2: error: expected ?}? before ?BOOT_TARGET_DEVICES_references_PXE_without_CONFIG_CMD_DHCP_or_PXE?
        BOOT_TARGET_DEVICES_references_PXE_without_CONFIG_CMD_DHCP_or_PXE
        ^
      include/config_distro_bootcmd.h:319:2: note: in definition of macro ?BOOTENV_DEV_NAME_PXE?
      Signed-off-by: NJoe Hershberger <joe.hershberger@ni.com>
      86271b3f
  24. 12 4月, 2018 1 次提交
  25. 09 4月, 2018 3 次提交
  26. 23 3月, 2018 1 次提交
  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. 01 3月, 2018 3 次提交