Re: [U-Boot] [PATCH v14 0/4] efi_loader: Code refactoring and improvement

2018-11-24 Thread Simon Glass
Hi Heinrich, On Mon, 19 Nov 2018 at 12:46, Heinrich Schuchardt wrote: > > On 11/19/18 2:49 AM, Simon Glass wrote: > > Hi Heinrich, > > > > On Sun, 18 Nov 2018 at 08:20, Simon Glass wrote: > >> > >> Hi Alex, > >> > >> On Wed, 14 Nov 2018 at 16:11, Simon Glass wrote: > >>> > >>> This collects the

Re: [U-Boot] [PATCH v14 0/4] efi_loader: Code refactoring and improvement

2018-11-19 Thread Heinrich Schuchardt
On 11/19/18 2:49 AM, Simon Glass wrote: > Hi Heinrich, > > On Sun, 18 Nov 2018 at 08:20, Simon Glass wrote: >> >> Hi Alex, >> >> On Wed, 14 Nov 2018 at 16:11, Simon Glass wrote: >>> >>> This collects the patches previously sent to break up the very large >>> functions in efi_loader into smaller

Re: [U-Boot] [PATCH v14 0/4] efi_loader: Code refactoring and improvement

2018-11-18 Thread Simon Glass
Hi Heinrich, On Sun, 18 Nov 2018 at 08:20, Simon Glass wrote: > > Hi Alex, > > On Wed, 14 Nov 2018 at 16:11, Simon Glass wrote: > > > > This collects the patches previously sent to break up the very large > > functions in efi_loader into smaller pieces. Now that the other sandbox > > stuff is ap

Re: [U-Boot] [PATCH v14 0/4] efi_loader: Code refactoring and improvement

2018-11-18 Thread Simon Glass
Hi Alex, On Wed, 14 Nov 2018 at 16:11, Simon Glass wrote: > > This collects the patches previously sent to break up the very large > functions in efi_loader into smaller pieces. Now that the other sandbox > stuff is applied, perhaps it is time to apply these patches. > > This also adds a few new

[U-Boot] [PATCH v14 0/4] efi_loader: Code refactoring and improvement

2018-11-14 Thread Simon Glass
This collects the patches previously sent to break up the very large functions in efi_loader into smaller pieces. Now that the other sandbox stuff is applied, perhaps it is time to apply these patches. This also adds a few new patches to fix more recent breakages. Unfortunately we still cannot ena