mbox series

[U-Boot,0/5] xilinx: Introduce Zynq/ZynqMP virtual defconfig

Message ID cover.1570098813.git.michal.simek@xilinx.com
Headers show
Series xilinx: Introduce Zynq/ZynqMP virtual defconfig | expand

Message

Michal Simek Oct. 3, 2019, 10:33 a.m. UTC
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

Comments

Michal Simek Oct. 8, 2019, 8:04 a.m. UTC | #1
č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