mbox series

[U-Boot,0/5] ARM: zynq: Boot variables cleanup

Message ID cover.1568201315.git.michal.simek@xilinx.com
Headers show
Series ARM: zynq: Boot variables cleanup | expand

Message

Michal Simek Sept. 11, 2019, 11:28 a.m. UTC
Hi,

for quite a long time Xilinx was using private boot method. Pretty long time
ago we have enabled distribution boot method and provided time to do
transition to it. Right now it is good time to remove old methods and move
to distro boot fully.
It is also the part of unification between Xilinx Zynq/ZynqMP and Versal
SoCs to use the same boot methods.
This series convert Zynq.

Variable modeboot is still setup because Topic boards and Syzygy are using it.

Thanks,
Michal


Michal Simek (5):
  ARM: zynq: Specify MMC controller number for boot sequence
  ARM: zynq: Enable USB1 as secondary boot device
  ARM: zynq: Fix NOR boot mode
  ARM: zynq: Use {} around variables for qspi and nand boot cmds
  ARM: zynq: Remove all Xilinx private commands

 board/xilinx/zynq/board.c     |  2 +-
 include/configs/zynq-common.h | 66 +++++------------------------------
 2 files changed, 10 insertions(+), 58 deletions(-)

Comments

Michal Simek Oct. 8, 2019, 7:47 a.m. UTC | #1
st 11. 9. 2019 v 13:28 odesílatel Michal Simek <michal.simek@xilinx.com> napsal:
>
> Hi,
>
> for quite a long time Xilinx was using private boot method. Pretty long time
> ago we have enabled distribution boot method and provided time to do
> transition to it. Right now it is good time to remove old methods and move
> to distro boot fully.
> It is also the part of unification between Xilinx Zynq/ZynqMP and Versal
> SoCs to use the same boot methods.
> This series convert Zynq.
>
> Variable modeboot is still setup because Topic boards and Syzygy are using it.
>
> Thanks,
> Michal
>
>
> Michal Simek (5):
>   ARM: zynq: Specify MMC controller number for boot sequence
>   ARM: zynq: Enable USB1 as secondary boot device
>   ARM: zynq: Fix NOR boot mode
>   ARM: zynq: Use {} around variables for qspi and nand boot cmds
>   ARM: zynq: Remove all Xilinx private commands
>
>  board/xilinx/zynq/board.c     |  2 +-
>  include/configs/zynq-common.h | 66 +++++------------------------------
>  2 files changed, 10 insertions(+), 58 deletions(-)
>
> --
> 2.17.1
>

Applied all.
M