[U-Boot] [PATCH 0/5] zynq: Fun with board and CPU info display

Ezequiel Garcia ezequiel at vanguardiasur.com.ar
Wed Jan 17 13:56:21 UTC 2018


This series aims at adding support for CPU information display.
While here, following suggestions from Michal, the FPGA
initialization is cleaned up.

Ezequiel Garcia (5):
  zynq: Define macros for the device names
  zynq: Rework FPGA initialization
  zynq: Support CPU info display
  zynq: board: Remove checkboard
  configs: zynq: Enable DISPLAY_CPUINFO

 arch/arm/mach-zynq/cpu.c                    | 87 ++++++++++++++++++++++++++++-
 arch/arm/mach-zynq/include/mach/sys_proto.h |  3 +
 board/xilinx/zynq/board.c                   | 76 +------------------------
 configs/syzygy_hub_defconfig                |  1 -
 configs/topic_miami_defconfig               |  1 -
 configs/topic_miamilite_defconfig           |  1 -
 configs/topic_miamiplus_defconfig           |  1 -
 configs/zynq_cc108_defconfig                |  1 -
 configs/zynq_cse_qspi_defconfig             |  1 -
 configs/zynq_microzed_defconfig             |  1 -
 configs/zynq_picozed_defconfig              |  1 -
 configs/zynq_z_turn_defconfig               |  1 -
 configs/zynq_zc702_defconfig                |  1 -
 configs/zynq_zc706_defconfig                |  1 -
 configs/zynq_zc770_xm010_defconfig          |  1 -
 configs/zynq_zc770_xm011_defconfig          |  1 -
 configs/zynq_zc770_xm012_defconfig          |  1 -
 configs/zynq_zc770_xm013_defconfig          |  1 -
 configs/zynq_zed_defconfig                  |  1 -
 configs/zynq_zybo_defconfig                 |  1 -
 include/zynqpl.h                            | 32 +++++++----
 21 files changed, 112 insertions(+), 103 deletions(-)

-- 
2.15.1



More information about the U-Boot mailing list