Re: [PATCH 3/8] qemu: arm64: Add support for efi firmware management protocol routines

2020-05-18 Thread Grant Likely
On 09/05/2020 11:04, Heinrich Schuchardt wrote: On 5/6/20 5:04 PM, Grant Likely wrote: On 05/05/2020 18:57, Heinrich Schuchardt wrote: On 05.05.20 19:23, Grant Likely wrote: On 05/05/2020 18:04, Heinrich Schuchardt wrote: On 05.05.20 13:15, Grant Likely wrote: On 01/05/2020 10:33,

Re: [PATCH 3/8] qemu: arm64: Add support for efi firmware management protocol routines

2020-05-10 Thread Sughosh Ganu
On Sat, 9 May 2020 at 15:34, Heinrich Schuchardt wrote: > On 5/6/20 5:04 PM, Grant Likely wrote: > > > > > > On 05/05/2020 18:57, Heinrich Schuchardt wrote: > >> On 05.05.20 19:23, Grant Likely wrote: > >>> > >>> > >>> On 05/05/2020 18:04, Heinrich Schuchardt wrote: > On 05.05.20 13:15,

Re: [PATCH 3/8] qemu: arm64: Add support for efi firmware management protocol routines

2020-05-09 Thread Heinrich Schuchardt
On 5/6/20 5:04 PM, Grant Likely wrote: > > > On 05/05/2020 18:57, Heinrich Schuchardt wrote: >> On 05.05.20 19:23, Grant Likely wrote: >>> >>> >>> On 05/05/2020 18:04, Heinrich Schuchardt wrote: On 05.05.20 13:15, Grant Likely wrote: > > > On 01/05/2020 10:33, Heinrich Schuchardt

Re: [PATCH 3/8] qemu: arm64: Add support for efi firmware management protocol routines

2020-05-07 Thread Akashi Takahiro
On Thu, May 07, 2020 at 10:47:47PM +0200, Heinrich Schuchardt wrote: > On 5/7/20 4:33 AM, Akashi Takahiro wrote: > > On Fri, May 01, 2020 at 11:33:42AM +0200, Heinrich Schuchardt wrote: > >> On 4/30/20 9:13 PM, Sughosh Ganu wrote: > >>> > >>> On Fri, 1 May 2020 at 00:09, Heinrich Schuchardt >>>

Re: [PATCH 3/8] qemu: arm64: Add support for efi firmware management protocol routines

2020-05-07 Thread Heinrich Schuchardt
On 5/7/20 4:33 AM, Akashi Takahiro wrote: > On Fri, May 01, 2020 at 11:33:42AM +0200, Heinrich Schuchardt wrote: >> On 4/30/20 9:13 PM, Sughosh Ganu wrote: >>> >>> On Fri, 1 May 2020 at 00:09, Heinrich Schuchardt >> > wrote: >>> >>> On 4/30/20 7:36 PM, Sughosh Ganu

Re: [PATCH 3/8] qemu: arm64: Add support for efi firmware management protocol routines

2020-05-06 Thread Akashi Takahiro
On Fri, May 01, 2020 at 11:33:42AM +0200, Heinrich Schuchardt wrote: > On 4/30/20 9:13 PM, Sughosh Ganu wrote: > > > > On Fri, 1 May 2020 at 00:09, Heinrich Schuchardt > > wrote: > > > > On 4/30/20 7:36 PM, Sughosh Ganu wrote: > > > Add support for the

Re: [PATCH 3/8] qemu: arm64: Add support for efi firmware management protocol routines

2020-05-06 Thread Grant Likely
On 05/05/2020 18:57, Heinrich Schuchardt wrote: On 05.05.20 19:23, Grant Likely wrote: On 05/05/2020 18:04, Heinrich Schuchardt wrote: On 05.05.20 13:15, Grant Likely wrote: On 01/05/2020 10:33, Heinrich Schuchardt wrote: On 4/30/20 9:13 PM, Sughosh Ganu wrote: On Fri, 1 May 2020 at

Re: [PATCH 3/8] qemu: arm64: Add support for efi firmware management protocol routines

2020-05-05 Thread Heinrich Schuchardt
On 05.05.20 19:23, Grant Likely wrote: > > > On 05/05/2020 18:04, Heinrich Schuchardt wrote: >> On 05.05.20 13:15, Grant Likely wrote: >>> >>> >>> On 01/05/2020 10:33, Heinrich Schuchardt wrote: On 4/30/20 9:13 PM, Sughosh Ganu wrote: > > On Fri, 1 May 2020 at 00:09, Heinrich

Re: [PATCH 3/8] qemu: arm64: Add support for efi firmware management protocol routines

2020-05-05 Thread Grant Likely
On 05/05/2020 18:04, Heinrich Schuchardt wrote: On 05.05.20 13:15, Grant Likely wrote: On 01/05/2020 10:33, Heinrich Schuchardt wrote: On 4/30/20 9:13 PM, Sughosh Ganu wrote: On Fri, 1 May 2020 at 00:09, Heinrich Schuchardt mailto:xypron.g...@gmx.de>> wrote: On 4/30/20 7:36 PM,

Re: [PATCH 3/8] qemu: arm64: Add support for efi firmware management protocol routines

2020-05-05 Thread Heinrich Schuchardt
On 05.05.20 13:15, Grant Likely wrote: > > > On 01/05/2020 10:33, Heinrich Schuchardt wrote: >> On 4/30/20 9:13 PM, Sughosh Ganu wrote: >>> >>> On Fri, 1 May 2020 at 00:09, Heinrich Schuchardt >> > wrote: >>> >>> On 4/30/20 7:36 PM, Sughosh Ganu wrote: >>> >

Re: [PATCH 3/8] qemu: arm64: Add support for efi firmware management protocol routines

2020-05-05 Thread Grant Likely
On 01/05/2020 10:33, Heinrich Schuchardt wrote: On 4/30/20 9:13 PM, Sughosh Ganu wrote: On Fri, 1 May 2020 at 00:09, Heinrich Schuchardt mailto:xypron.g...@gmx.de>> wrote: On 4/30/20 7:36 PM, Sughosh Ganu wrote: > Add support for the get_image_info and set_image routines, which

Re: [PATCH 3/8] qemu: arm64: Add support for efi firmware management protocol routines

2020-05-01 Thread Heinrich Schuchardt
On 4/30/20 9:13 PM, Sughosh Ganu wrote: > > On Fri, 1 May 2020 at 00:09, Heinrich Schuchardt > wrote: > > On 4/30/20 7:36 PM, Sughosh Ganu wrote: > > Add support for the get_image_info and set_image routines, which are > > part of the efi firmware management

Re: [PATCH 3/8] qemu: arm64: Add support for efi firmware management protocol routines

2020-04-30 Thread Sughosh Ganu
On Fri, 1 May 2020 at 00:09, Heinrich Schuchardt wrote: > On 4/30/20 7:36 PM, Sughosh Ganu wrote: > > Add support for the get_image_info and set_image routines, which are > > part of the efi firmware management protocol. > > > > The current implementation uses the set_image routine for updating

Re: [PATCH 3/8] qemu: arm64: Add support for efi firmware management protocol routines

2020-04-30 Thread Heinrich Schuchardt
On 4/30/20 7:36 PM, Sughosh Ganu wrote: > Add support for the get_image_info and set_image routines, which are > part of the efi firmware management protocol. > > The current implementation uses the set_image routine for updating the > u-boot binary image for the qemu arm64 platform. This is

[PATCH 3/8] qemu: arm64: Add support for efi firmware management protocol routines

2020-04-30 Thread Sughosh Ganu
Add support for the get_image_info and set_image routines, which are part of the efi firmware management protocol. The current implementation uses the set_image routine for updating the u-boot binary image for the qemu arm64 platform. This is supported using the capsule-on-disk feature of the