Re: [PATCH] docs: expand firmware descriptor to allow flash without NVRAM

2022-01-25 Thread Daniel P . Berrangé
On Tue, Jan 25, 2022 at 08:50:54AM +0100, Gerd Hoffmann wrote: > Hi, > > > > { 'struct' : 'FirmwareMappingFlash', > > > - 'data' : { 'executable' : 'FirmwareFlashFile', > > > - 'nvram-template' : 'FirmwareFlashFile' } } > > > + 'data' : { 'mode': 'FirmwareFlashMode', >

Re: [PATCH] docs: expand firmware descriptor to allow flash without NVRAM

2022-01-24 Thread Gerd Hoffmann
Hi, > > { 'struct' : 'FirmwareMappingFlash', > > - 'data' : { 'executable' : 'FirmwareFlashFile', > > - 'nvram-template' : 'FirmwareFlashFile' } } > > + 'data' : { 'mode': 'FirmwareFlashMode', > > + 'executable' : 'FirmwareFlashFile', > > +

Re: [PATCH] docs: expand firmware descriptor to allow flash without NVRAM

2022-01-22 Thread Philippe Mathieu-Daudé via
+Gerd & David. On 21/1/22 16:34, Daniel P. Berrangé wrote: The current firmware descriptor schema for flash requires that both the executable to NVRAM template paths be provided. This is fine for the most common usage of EDK2 builds in virtualization where the separate _CODE and _VARS files are

[PATCH] docs: expand firmware descriptor to allow flash without NVRAM

2022-01-21 Thread Daniel P . Berrangé
The current firmware descriptor schema for flash requires that both the executable to NVRAM template paths be provided. This is fine for the most common usage of EDK2 builds in virtualization where the separate _CODE and _VARS files are provided. With confidential computing technology like AMD SEV