Re: [RFC 02/14] efi_loader: define System Resource Table macros

2020-03-18 Thread Heinrich Schuchardt
On 3/17/20 8:06 AM, Heinrich Schuchardt wrote: On 3/17/20 3:12 AM, AKASHI Takahiro wrote: Some of those values will be used in an implementation of UEFI firmware management protocol as part of my capsule update patch. Signed-off-by: AKASHI Takahiro Reviewed-by: Heinrich Schuchardt Merged

Re: [RFC 02/14] efi_loader: define System Resource Table macros

2020-03-17 Thread Heinrich Schuchardt
On 3/17/20 3:12 AM, AKASHI Takahiro wrote: Some of those values will be used in an implementation of UEFI firmware management protocol as part of my capsule update patch. Signed-off-by: AKASHI Takahiro Reviewed-by: Heinrich Schuchardt --- include/efi_api.h | 27 ++

[RFC 02/14] efi_loader: define System Resource Table macros

2020-03-16 Thread AKASHI Takahiro
Some of those values will be used in an implementation of UEFI firmware management protocol as part of my capsule update patch. Signed-off-by: AKASHI Takahiro --- include/efi_api.h | 27 +++ 1 file changed, 27 insertions(+) diff --git a/include/efi_api.h b/include/efi_ap