Re: [RFC 01/14] efi_loader: define OsIndicationsSupported flags

2020-03-18 Thread Heinrich Schuchardt
On 3/18/20 2:18 AM, AKASHI Takahiro wrote: On Tue, Mar 17, 2020 at 08:03:21AM +0100, Heinrich Schuchardt wrote: On 3/17/20 3:12 AM, AKASHI Takahiro wrote: These flags are expected to be set in OsIndicationsSupported variable if corresponding features are supported. See UEFI specification,

Re: [RFC 01/14] efi_loader: define OsIndicationsSupported flags

2020-03-17 Thread AKASHI Takahiro
On Tue, Mar 17, 2020 at 08:03:21AM +0100, Heinrich Schuchardt wrote: > On 3/17/20 3:12 AM, AKASHI Takahiro wrote: > > These flags are expected to be set in OsIndicationsSupported variable > > if corresponding features are supported. See UEFI specification, > > section 8.5.4. > > > > In

Re: [RFC 01/14] efi_loader: define OsIndicationsSupported flags

2020-03-17 Thread Heinrich Schuchardt
On 3/17/20 3:12 AM, AKASHI Takahiro wrote: These flags are expected to be set in OsIndicationsSupported variable if corresponding features are supported. See UEFI specification, section 8.5.4. In particular, capsule-related flags will be used in my capsule update patch. Signed-off-by: AKASHI

[RFC 01/14] efi_loader: define OsIndicationsSupported flags

2020-03-16 Thread AKASHI Takahiro
These flags are expected to be set in OsIndicationsSupported variable if corresponding features are supported. See UEFI specification, section 8.5.4. In particular, capsule-related flags will be used in my capsule update patch. Signed-off-by: AKASHI Takahiro --- include/efi_api.h | 11