1. 11 5月, 2018 1 次提交
    • M
      arm: zynq: Remove checkboard and enable DISPLAY_CPUINFO · 0b4b82ad
      Michal Simek 提交于
      Now that showing silicon version is part of the CPU
      info display, let's remove checkboard().
      
      Note that the generic show_board_info() will still
      show the DT 'model' property. For instance:
      
      U-Boot 2018.05-rc2-00025-g611b3ee0159b (Apr 19 2018 - 11:23:12 +0200)
      
      CPU:   Zynq 7z045
      Silicon: v1.0
      Model: Zynq ZC706 Development Board
      I2C:   ready
      
      Based on patches from Ariel D'Alessandro <ariel@vanguardiasur.com.ar>,
      and Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
      
      mini configuration doesn't need to show this information.
      Signed-off-by: NMichal Simek <michal.simek@xilinx.com>
      0b4b82ad
  2. 28 4月, 2018 1 次提交
  3. 12 4月, 2018 1 次提交
  4. 23 3月, 2018 1 次提交
  5. 01 3月, 2018 1 次提交
  6. 02 2月, 2018 1 次提交
  7. 30 1月, 2018 4 次提交
  8. 15 12月, 2017 1 次提交
  9. 28 11月, 2017 3 次提交
  10. 11 10月, 2017 1 次提交
    • T
      cmd: Toggle the default value of CONFIG_CMD_IMLS · ad12dc18
      Tuomas Tynkkynen 提交于
      Having this as a 'default y' is rather annoying because it doesn't
      actually compile unless other options are defined in the board header:
      
      ../cmd/bootm.c: In function 'do_imls_nor':
      ../cmd/bootm.c:330:7: error: 'CONFIG_SYS_MAX_FLASH_BANKS' undeclared (first use in this function); did you mean 'CONFIG_SYS_MAX_FLASH_SECT'?
         i < CONFIG_SYS_MAX_FLASH_BANKS; ++i, ++info) {
      
      Make it 'default n' so people who develop new boards that start from a
      blank defconfig have one less compilation failure to debug.
      Signed-off-by: NTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>
      ad12dc18
  11. 04 10月, 2017 1 次提交
  12. 28 8月, 2017 1 次提交
  13. 15 8月, 2017 1 次提交
  14. 12 8月, 2017 1 次提交
  15. 02 8月, 2017 1 次提交
    • A
      zynq: Add Z-Turn board · 584dc409
      Alexander Graf 提交于
      The Z-Turn board is a low cost development board based on the
      Xilinx Zynq SoC. While it's powerful and quite versatile, it
      so far lacked upstream support.
      
      This patch adds basic support for the Z-Turn. It does however
      for now miss enablement for MIO51 reset which means that USB
      and ethernet don't work. For that either FSBL or SPL need to
      be adjusted. The SPL part will follow later.
      Signed-off-by: NAlexander Graf <agraf@suse.de>
      Signed-off-by: NMichal Simek <michal.simek@xilinx.com>
      584dc409
  16. 26 7月, 2017 1 次提交
  17. 22 5月, 2017 1 次提交
  18. 13 2月, 2017 1 次提交
    • M
      flash: complete CONFIG_SYS_NO_FLASH move with renaming · e856bdcf
      Masahiro Yamada 提交于
      We repeated partial moves for CONFIG_SYS_NO_FLASH, but this is
      not completed. Finish this work by the tool.
      
      During this move, let's rename it to CONFIG_MTD_NOR_FLASH.
      Actually, we have more instances of "#ifndef CONFIG_SYS_NO_FLASH"
      than those of "#ifdef CONFIG_SYS_NO_FLASH".  Flipping the logic will
      make the code more readable.  Besides, negative meaning symbols do
      not fit in obj-$(CONFIG_...) style Makefiles.
      
      This commit was created as follows:
      
      [1] Edit "default n" to "default y" in the config entry in
          common/Kconfig.
      
      [2] Run "tools/moveconfig.py -y -r HEAD SYS_NO_FLASH"
      
      [3] Rename the instances in defconfigs by the following:
        find . -path './configs/*_defconfig' | xargs sed -i \
        -e '/CONFIG_SYS_NO_FLASH=y/d' \
        -e 's/# CONFIG_SYS_NO_FLASH is not set/CONFIG_MTD_NOR_FLASH=y/'
      
      [4] Change the conditionals by the following:
        find . -name '*.[ch]' | xargs sed -i \
        -e 's/ifndef CONFIG_SYS_NO_FLASH/ifdef CONFIG_MTD_NOR_FLASH/' \
        -e 's/ifdef CONFIG_SYS_NO_FLASH/ifndef CONFIG_MTD_NOR_FLASH/' \
        -e 's/!defined(CONFIG_SYS_NO_FLASH)/defined(CONFIG_MTD_NOR_FLASH)/' \
        -e 's/defined(CONFIG_SYS_NO_FLASH)/!defined(CONFIG_MTD_NOR_FLASH)/'
      
      [5] Modify the following manually
        - Rename the rest of instances
        - Remove the description from README
        - Create the new Kconfig entry in drivers/mtd/Kconfig
        - Remove the old Kconfig entry from common/Kconfig
        - Remove the garbage comments from include/configs/*.h
      Signed-off-by: NMasahiro Yamada <yamada.masahiro@socionext.com>
      e856bdcf
  19. 10 2月, 2017 1 次提交
  20. 31 1月, 2017 1 次提交
  21. 24 1月, 2017 1 次提交
  22. 22 1月, 2017 1 次提交
  23. 10 1月, 2017 1 次提交
  24. 30 12月, 2016 1 次提交
  25. 15 10月, 2016 1 次提交
  26. 12 10月, 2016 1 次提交
  27. 27 9月, 2016 1 次提交
    • T
      dfu: Migrate to Kconfig · 6828e602
      Tom Rini 提交于
      Introduce a hidden USB_FUNCTION_DFU Kconfig option and select it for
      CMD_DFU (as we must have the DFU command enabled to do anything DFU).
      Make all of the entries in drivers/dfu/Kconfig depend on CMD_DFU and add
      options for all of the back end choices that DFU can make use of.
      
      Cc: Lukasz Majewski <l.majewski@samsung.com>
      Signed-off-by: NTom Rini <trini@konsulko.com>
      Acked-by: NLukasz Majewski <l.majewski@samsung.com>
      6828e602
  28. 17 9月, 2016 1 次提交
  29. 02 8月, 2016 1 次提交
  30. 22 7月, 2016 5 次提交
  31. 10 6月, 2016 1 次提交