Re: [U-Boot] [PATCH v2 14/21] efi_loader: efi variable support

2017-09-12 Thread Rob Clark
On Tue, Sep 12, 2017 at 8:30 AM, Simon Glass wrote: > Hi Rob, > > On 10 September 2017 at 05:21, Rob Clark wrote: >> Add EFI variable support, mapping to u-boot environment variables. >> Variables are pretty important for setting up boot order, among other >> things. If the board supports saveen

Re: [U-Boot] [PATCH v2 14/21] efi_loader: efi variable support

2017-09-12 Thread Simon Glass
Hi Rob, On 10 September 2017 at 05:21, Rob Clark wrote: > Add EFI variable support, mapping to u-boot environment variables. > Variables are pretty important for setting up boot order, among other > things. If the board supports saveenv, then it will be called in > ExitBootServices() to persist

[U-Boot] [PATCH v2 14/21] efi_loader: efi variable support

2017-09-10 Thread Rob Clark
Add EFI variable support, mapping to u-boot environment variables. Variables are pretty important for setting up boot order, among other things. If the board supports saveenv, then it will be called in ExitBootServices() to persist variables set by the efi payload. (For example, fallback.efi conf