Re: [PATCH 10/12] binman: btool: Add Xilinx Bootgen btool

2023-07-02 Thread Simon Glass
Hi Lukas, On Fri, 30 Jun 2023 at 13:28, Lukas Funke wrote: > > On 30.06.2023 06:18, Simon Glass wrote: > > Hi, > > > > On Thu, 29 Jun 2023 at 15:59, wrote: > >> > >> From: Lukas Funke > >> > >> Add the Xilinx Bootgen as bintool. Xilinx Bootgen is used to create > >> bootable SPL (FSBL in Xilinx

Re: [PATCH 10/12] binman: btool: Add Xilinx Bootgen btool

2023-06-30 Thread Lukas Funke
On 30.06.2023 06:18, Simon Glass wrote: Hi, On Thu, 29 Jun 2023 at 15:59, wrote: From: Lukas Funke Add the Xilinx Bootgen as bintool. Xilinx Bootgen is used to create bootable SPL (FSBL in Xilinx terms) images for Zynq/ZynqMP devices. The btool creates a signed version of the SPL. Signed-o

Re: [PATCH 10/12] binman: btool: Add Xilinx Bootgen btool

2023-06-29 Thread Simon Glass
Hi, On Thu, 29 Jun 2023 at 15:59, wrote: > > From: Lukas Funke > > Add the Xilinx Bootgen as bintool. Xilinx Bootgen is used to create > bootable SPL (FSBL in Xilinx terms) images for Zynq/ZynqMP devices. The > btool creates a signed version of the SPL. > > Signed-off-by: Lukas Funke > --- > >

[PATCH 10/12] binman: btool: Add Xilinx Bootgen btool

2023-06-29 Thread lukas . funke-oss
From: Lukas Funke Add the Xilinx Bootgen as bintool. Xilinx Bootgen is used to create bootable SPL (FSBL in Xilinx terms) images for Zynq/ZynqMP devices. The btool creates a signed version of the SPL. Signed-off-by: Lukas Funke --- tools/binman/btool/bootgen.py | 82 ++