Re: [U-Boot] [RFC 0/6] efi_loader: support runtime variable access via cache

2019-06-05 Thread Heinrich Schuchardt
On 6/5/19 6:21 AM, AKASHI Takahiro wrote: > EBBR v1.0 section 2.5.3 says > Even when SetVariable() is not supported during runtime services, > firmware should cache variable names and values in EfiRuntimeServicesData > memory so that GetVariable() and GetNextVeriableName() can behave as > s

[U-Boot] [RFC 0/6] efi_loader: support runtime variable access via cache

2019-06-04 Thread AKASHI Takahiro
EBBR v1.0 section 2.5.3 says Even when SetVariable() is not supported during runtime services, firmware should cache variable names and values in EfiRuntimeServicesData memory so that GetVariable() and GetNextVeriableName() can behave as specified. This is an experimental patch set and the