Re: [PATCH] firmware: zynqmp: fix loading for PMU FWv1.1

2023-06-26 Thread Sascha Hauer
On Fri, Jun 23, 2023 at 01:42:56PM +0200, Steffen Trumtrar wrote: > FPGA programming on ZynqMP is done by the PMU. The SoC just hands a > file to the PMU and lets it load this file to the FPGA. > > The bitstream that is sent to the FPGA consists of two headers, the > optional struct bs_header and

Re: [PATCH] firmware: zynqmp: fix loading for PMU FWv1.1

2023-06-23 Thread Michael Tretter
On Fri, 23 Jun 2023 13:42:56 +0200, Steffen Trumtrar wrote: > FPGA programming on ZynqMP is done by the PMU. The SoC just hands a > file to the PMU and lets it load this file to the FPGA. > > The bitstream that is sent to the FPGA consists of two headers, the > optional struct bs_header and a

[PATCH] firmware: zynqmp: fix loading for PMU FWv1.1

2023-06-23 Thread Steffen Trumtrar
FPGA programming on ZynqMP is done by the PMU. The SoC just hands a file to the PMU and lets it load this file to the FPGA. The bitstream that is sent to the FPGA consists of two headers, the optional struct bs_header and a binary-header. See comment in driver: (...) * Bitstream can be