Re: [PATCH 02/16] hw/uefi: add include/hw/uefi/var-service-edk2.h

2023-11-16 Thread Laszlo Ersek
On 11/15/23 16:12, Gerd Hoffmann wrote: > A bunch of #defines and structs copied over from edk2, > mostly needed to decode and encode the messages in the > communication buffer. > > Signed-off-by: Gerd Hoffmann > --- > include/hw/uefi/var-service-edk2.h | 184 + > 1 f

[PATCH 02/16] hw/uefi: add include/hw/uefi/var-service-edk2.h

2023-11-15 Thread Gerd Hoffmann
A bunch of #defines and structs copied over from edk2, mostly needed to decode and encode the messages in the communication buffer. Signed-off-by: Gerd Hoffmann --- include/hw/uefi/var-service-edk2.h | 184 + 1 file changed, 184 insertions(+) create mode 100644 inclu