Re: [U-Boot] [PATCH v2 02/13] efi.h: Do not use config options

2018-06-19 Thread Simon Glass
Hi Bin, On 15 June 2018 at 03:51, Bin Meng wrote: > Hi Simon, > > On Thu, Jun 14, 2018 at 8:58 PM, Simon Glass wrote: >> Hi Alex, >> >> On 13 June 2018 at 04:17, Alexander Graf wrote: >>> >>> >>> On 13.06.18 03:29, Simon Glass wrote: Hi Bin, Alex, On 12 June 2018 at 09:36, Bin

Re: [U-Boot] [PATCH v2 02/13] efi.h: Do not use config options

2018-06-15 Thread Bin Meng
Hi Simon, On Thu, Jun 14, 2018 at 8:58 PM, Simon Glass wrote: > Hi Alex, > > On 13 June 2018 at 04:17, Alexander Graf wrote: >> >> >> On 13.06.18 03:29, Simon Glass wrote: >>> Hi Bin, Alex, >>> >>> On 12 June 2018 at 09:36, Bin Meng wrote: From: Alexander Graf Currently efi.h

Re: [U-Boot] [PATCH v2 02/13] efi.h: Do not use config options

2018-06-14 Thread Alexander Graf
On 06/14/2018 02:58 PM, Simon Glass wrote: Hi Alex, On 13 June 2018 at 04:17, Alexander Graf wrote: On 13.06.18 03:29, Simon Glass wrote: Hi Bin, Alex, On 12 June 2018 at 09:36, Bin Meng wrote: From: Alexander Graf Currently efi.h determines a few bits of its environment according to

Re: [U-Boot] [PATCH v2 02/13] efi.h: Do not use config options

2018-06-14 Thread Simon Glass
Hi Alex, On 13 June 2018 at 04:17, Alexander Graf wrote: > > > On 13.06.18 03:29, Simon Glass wrote: >> Hi Bin, Alex, >> >> On 12 June 2018 at 09:36, Bin Meng wrote: >>> From: Alexander Graf >>> >>> Currently efi.h determines a few bits of its environment according to >>> config options. This

Re: [U-Boot] [PATCH v2 02/13] efi.h: Do not use config options

2018-06-13 Thread Alexander Graf
On 13.06.18 03:29, Simon Glass wrote: > Hi Bin, Alex, > > On 12 June 2018 at 09:36, Bin Meng wrote: >> From: Alexander Graf >> >> Currently efi.h determines a few bits of its environment according to >> config options. This falls apart with the efi stub support which may >> result in efi.h

Re: [U-Boot] [PATCH v2 02/13] efi.h: Do not use config options

2018-06-12 Thread Simon Glass
Hi Bin, Alex, On 12 June 2018 at 09:36, Bin Meng wrote: > From: Alexander Graf > > Currently efi.h determines a few bits of its environment according to > config options. This falls apart with the efi stub support which may > result in efi.h getting pulled into the stub as well as real U-Boot >

[U-Boot] [PATCH v2 02/13] efi.h: Do not use config options

2018-06-12 Thread Bin Meng
From: Alexander Graf Currently efi.h determines a few bits of its environment according to config options. This falls apart with the efi stub support which may result in efi.h getting pulled into the stub as well as real U-Boot code. In that case, one may be 32bit while the other one is 64bit.