
čt 3. 10. 2019 v 12:33 odesílatel Michal Simek michal.simek@xilinx.com napsal:
Hi,
The following patch series implements a common function to get the dtb for of_board configuration. Additionally provides a virtual defconfig for Zynq and ZynqMP architectures with of_board configuration enabled.
In future this should go in a way where we could remove all board specific defconfigs for Zynq/ZynqMP boards.
Thanks, Michal
Ibai Erkiaga (5): arm64: versal: Move common board dtb search arm64: xilinx: Enable generic of_board_dtb arm64: zynqmp: Introduce virtual defconfig ARM: zynq: Introduce virtual defconfig arm64: versal: remove debug uart for versal virt
arch/arm/mach-versal/Kconfig | 5 -- arch/arm/mach-versal/cpu.c | 21 ------ board/xilinx/Kconfig | 8 ++ board/xilinx/common/board.c | 14 ++++ configs/xilinx_versal_virt_defconfig | 5 -- configs/xilinx_zynqmp_virt_defconfig | 108 +++++++++++++++++++++++++++ configs/zynq_virt_defconfig | 79 ++++++++++++++++++++ 7 files changed, 209 insertions(+), 31 deletions(-) create mode 100644 configs/xilinx_zynqmp_virt_defconfig create mode 100644 configs/zynq_virt_defconfig
-- 2.17.1
There is nothing controversy with this that's why I have applied it for MW and let's see if something needs to be fixed. It is clear that there will be some patches for adding defconfig options to be generic as much as possible. M