Re: [U-Boot] [PATCH v2 4/8] x86: Tidy up selection of building the EFI stub

2016-09-29 Thread Bin Meng
Hi Alex, On Thu, Sep 29, 2016 at 4:06 PM, Alexander Graf wrote: > On 09/29/2016 09:28 AM, Bin Meng wrote: >> >> Hi Alex, >> >> On Thu, Sep 29, 2016 at 3:13 PM, Alexander Graf wrote: >>> >>> On 09/29/2016 07:37 AM, Bin Meng wrote: Hi Alex, On

Re: [U-Boot] [PATCH v2 4/8] x86: Tidy up selection of building the EFI stub

2016-09-29 Thread Alexander Graf
On 09/29/2016 09:28 AM, Bin Meng wrote: Hi Alex, On Thu, Sep 29, 2016 at 3:13 PM, Alexander Graf wrote: On 09/29/2016 07:37 AM, Bin Meng wrote: Hi Alex, On Thu, Sep 29, 2016 at 1:08 PM, Alexander Graf wrote: Am 29.09.2016 um 05:37 schrieb Bin Meng

Re: [U-Boot] [PATCH v2 4/8] x86: Tidy up selection of building the EFI stub

2016-09-29 Thread Bin Meng
Hi Alex, On Thu, Sep 29, 2016 at 3:13 PM, Alexander Graf wrote: > On 09/29/2016 07:37 AM, Bin Meng wrote: >> >> Hi Alex, >> >> On Thu, Sep 29, 2016 at 1:08 PM, Alexander Graf wrote: >>> >>> >>> Am 29.09.2016 um 05:37 schrieb Bin Meng : >>> >>>

Re: [U-Boot] [PATCH v2 4/8] x86: Tidy up selection of building the EFI stub

2016-09-29 Thread Alexander Graf
On 09/29/2016 07:37 AM, Bin Meng wrote: Hi Alex, On Thu, Sep 29, 2016 at 1:08 PM, Alexander Graf wrote: Am 29.09.2016 um 05:37 schrieb Bin Meng : Hi Simon, On Wed, Sep 28, 2016 at 10:43 PM, Simon Glass wrote: Hi Bin, On 27 September

Re: [U-Boot] [PATCH v2 4/8] x86: Tidy up selection of building the EFI stub

2016-09-28 Thread Bin Meng
Hi Alex, On Thu, Sep 29, 2016 at 1:08 PM, Alexander Graf wrote: > > > Am 29.09.2016 um 05:37 schrieb Bin Meng : > > Hi Simon, > > On Wed, Sep 28, 2016 at 10:43 PM, Simon Glass wrote: > > Hi Bin, > > > On 27 September 2016 at 19:23, Bin Meng

Re: [U-Boot] [PATCH v2 4/8] x86: Tidy up selection of building the EFI stub

2016-09-28 Thread Alexander Graf
> Am 29.09.2016 um 05:37 schrieb Bin Meng : > > Hi Simon, > >> On Wed, Sep 28, 2016 at 10:43 PM, Simon Glass wrote: >> Hi Bin, >> >>> On 27 September 2016 at 19:23, Bin Meng wrote: >>> Hi Simon, >>> On Wed, Sep 28, 2016 at

Re: [U-Boot] [PATCH v2 4/8] x86: Tidy up selection of building the EFI stub

2016-09-28 Thread Bin Meng
Hi Simon, On Wed, Sep 28, 2016 at 10:43 PM, Simon Glass wrote: > Hi Bin, > > On 27 September 2016 at 19:23, Bin Meng wrote: >> Hi Simon, >> >> On Wed, Sep 28, 2016 at 1:55 AM, Simon Glass wrote: >>> Hi Bin, >>> >>> On 26 September 2016

Re: [U-Boot] [PATCH v2 4/8] x86: Tidy up selection of building the EFI stub

2016-09-28 Thread Simon Glass
Hi Bin, On 27 September 2016 at 19:23, Bin Meng wrote: > Hi Simon, > > On Wed, Sep 28, 2016 at 1:55 AM, Simon Glass wrote: >> Hi Bin, >> >> On 26 September 2016 at 20:44, Bin Meng wrote: >>> Hi Simon, >>> >>> On Tue, Sep 27, 2016 at

Re: [U-Boot] [PATCH v2 4/8] x86: Tidy up selection of building the EFI stub

2016-09-27 Thread Bin Meng
Hi Simon, On Wed, Sep 28, 2016 at 1:55 AM, Simon Glass wrote: > Hi Bin, > > On 26 September 2016 at 20:44, Bin Meng wrote: >> Hi Simon, >> >> On Tue, Sep 27, 2016 at 8:35 AM, Simon Glass wrote: >>> Hi Bin, >>> >>> On 26 September 2016

Re: [U-Boot] [PATCH v2 4/8] x86: Tidy up selection of building the EFI stub

2016-09-27 Thread Simon Glass
Hi Bin, On 26 September 2016 at 20:44, Bin Meng wrote: > Hi Simon, > > On Tue, Sep 27, 2016 at 8:35 AM, Simon Glass wrote: >> Hi Bin, >> >> On 26 September 2016 at 02:50, Bin Meng wrote: >>> Hi Simon, >>> >>> On Mon, Sep 26, 2016 at

Re: [U-Boot] [PATCH v2 4/8] x86: Tidy up selection of building the EFI stub

2016-09-26 Thread Bin Meng
Hi Simon, On Tue, Sep 27, 2016 at 8:35 AM, Simon Glass wrote: > Hi Bin, > > On 26 September 2016 at 02:50, Bin Meng wrote: >> Hi Simon, >> >> On Mon, Sep 26, 2016 at 5:27 AM, Simon Glass wrote: >>> At present we use a CONFIG option in

Re: [U-Boot] [PATCH v2 4/8] x86: Tidy up selection of building the EFI stub

2016-09-26 Thread Simon Glass
Hi Bin, On 26 September 2016 at 02:50, Bin Meng wrote: > Hi Simon, > > On Mon, Sep 26, 2016 at 5:27 AM, Simon Glass wrote: >> At present we use a CONFIG option in efi.h to determine whether we are >> building the EFI stub or not. This means that the same

Re: [U-Boot] [PATCH v2 4/8] x86: Tidy up selection of building the EFI stub

2016-09-26 Thread Bin Meng
Hi Simon, On Mon, Sep 26, 2016 at 5:27 AM, Simon Glass wrote: > At present we use a CONFIG option in efi.h to determine whether we are > building the EFI stub or not. This means that the same header cannot be > used for EFI_LOADER support. The CONFIG option will be enabled for

[U-Boot] [PATCH v2 4/8] x86: Tidy up selection of building the EFI stub

2016-09-25 Thread Simon Glass
At present we use a CONFIG option in efi.h to determine whether we are building the EFI stub or not. This means that the same header cannot be used for EFI_LOADER support. The CONFIG option will be enabled for the whole build, even when not building the stub. Use a different define instead, set