1. 15 6月, 2019 1 次提交
  2. 18 5月, 2019 1 次提交
  3. 30 4月, 2019 1 次提交
  4. 26 3月, 2019 1 次提交
  5. 14 2月, 2019 2 次提交
  6. 07 2月, 2019 1 次提交
  7. 08 1月, 2019 1 次提交
  8. 29 11月, 2018 1 次提交
  9. 04 9月, 2018 1 次提交
  10. 18 8月, 2018 1 次提交
  11. 06 8月, 2018 1 次提交
  12. 19 7月, 2018 1 次提交
  13. 04 6月, 2018 1 次提交
  14. 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
  15. 28 4月, 2018 1 次提交
  16. 12 4月, 2018 1 次提交
  17. 23 3月, 2018 1 次提交
  18. 01 3月, 2018 3 次提交
  19. 02 2月, 2018 1 次提交
  20. 30 1月, 2018 5 次提交
  21. 15 12月, 2017 1 次提交
  22. 28 11月, 2017 4 次提交
  23. 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
  24. 04 10月, 2017 1 次提交
  25. 28 8月, 2017 1 次提交
  26. 15 8月, 2017 1 次提交
  27. 12 8月, 2017 1 次提交
  28. 26 7月, 2017 1 次提交
  29. 19 6月, 2017 1 次提交
  30. 22 5月, 2017 1 次提交