Re: [PATCH v2 14/14] qemu: arm64: Add documentation for capsule update

2020-12-21 Thread Sughosh Ganu
On Mon, 21 Dec 2020 at 23:21, Heinrich Schuchardt wrote: > On 12/21/20 6:12 PM, Sughosh Ganu wrote: > > On Mon, 21 Dec 2020 at 18:28, Heinrich Schuchardt > > wrote: > > > >> On 12/21/20 12:43 PM, Sughosh Ganu wrote: > >>> Add documentation highlighting the steps for using the uefi capsule > >>>

Re: [PATCH v2 14/14] qemu: arm64: Add documentation for capsule update

2020-12-21 Thread Heinrich Schuchardt
On 12/21/20 6:12 PM, Sughosh Ganu wrote: On Mon, 21 Dec 2020 at 18:28, Heinrich Schuchardt wrote: On 12/21/20 12:43 PM, Sughosh Ganu wrote: Add documentation highlighting the steps for using the uefi capsule update feature for updating the u-boot firmware image. Signed-off-by: Sughosh Ganu

Re: [PATCH v2 14/14] qemu: arm64: Add documentation for capsule update

2020-12-21 Thread Sughosh Ganu
On Mon, 21 Dec 2020 at 18:28, Heinrich Schuchardt wrote: > On 12/21/20 12:43 PM, Sughosh Ganu wrote: > > Add documentation highlighting the steps for using the uefi capsule > > update feature for updating the u-boot firmware image. > > > > Signed-off-by: Sughosh Ganu > > --- > > > > Changes sinc

Re: [PATCH v2 14/14] qemu: arm64: Add documentation for capsule update

2020-12-21 Thread Heinrich Schuchardt
On 12/21/20 12:43 PM, Sughosh Ganu wrote: Add documentation highlighting the steps for using the uefi capsule update feature for updating the u-boot firmware image. Signed-off-by: Sughosh Ganu --- Changes since V1: * Change the documentation to reflect the usage of overlays for embedding th

[PATCH v2 14/14] qemu: arm64: Add documentation for capsule update

2020-12-21 Thread Sughosh Ganu
Add documentation highlighting the steps for using the uefi capsule update feature for updating the u-boot firmware image. Signed-off-by: Sughosh Ganu --- Changes since V1: * Change the documentation to reflect the usage of overlays for embedding the public key certs at runtime * Fix the build