Re: [U-Boot] [PATCH 0/3] Clean up make process for EFI payload

2017-09-05 Thread Heinrich Schuchardt
On 09/05/2017 04:23 PM, Andy Shevchenko wrote: > On Tue, 2017-09-05 at 03:19 +0200, Heinrich Schuchardt wrote: >> Currently we have a single EFI application that we can deliver >> integrated into U-Boot. It is a hello world application that >> can be called with 'bootefi hello'. >> >> The Makefiles

Re: [U-Boot] [PATCH 0/3] Clean up make process for EFI payload

2017-09-05 Thread Andy Shevchenko
On Tue, 2017-09-05 at 03:19 +0200, Heinrich Schuchardt wrote: > Currently we have a single EFI application that we can deliver > integrated into U-Boot. It is a hello world application that > can be called with 'bootefi hello'. > > The Makefiles do not easily accomodate further EFI payloads > like

[U-Boot] [PATCH 0/3] Clean up make process for EFI payload

2017-09-04 Thread Heinrich Schuchardt
Currently we have a single EFI application that we can deliver integrated into U-Boot. It is a hello world application that can be called with 'bootefi hello'. The Makefiles do not easily accomodate further EFI payloads like a unit test for the EFI API or an EFI shell. This patch series changes M