Re: [U-Boot] [PATCH v2 1/3] efi: Fix truncation of constant value

2018-08-17 Thread Eugeniu Rosca
On Fri, Aug 17, 2018 at 06:48:52AM -0600, Simon Glass wrote: > I believe Alex should pick these up. > > Regards, > Simon Thanks, Simon! I then look forward for some feedback from Alex. Best regards, Eugeniu. ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [PATCH v2 1/3] efi: Fix truncation of constant value

2018-08-17 Thread Simon Glass
Hi, On 8 August 2018 at 14:41, Eugeniu Rosca wrote: > Hello Tom, Alexander, > > On Wed, Aug 01, 2018 at 01:25:54PM +0200, Eugeniu Rosca wrote: >> Hello Tom, Simon, Alexander, Heinrich, >> >> On Wed, Jul 25, 2018 at 03:30:16PM +0200, Eugeniu Rosca wrote: >> > Hello Alexander, >> > >> > Heinrich wa

Re: [U-Boot] [PATCH v2 1/3] efi: Fix truncation of constant value

2018-08-08 Thread Eugeniu Rosca
Hello Tom, Alexander, On Wed, Aug 01, 2018 at 01:25:54PM +0200, Eugeniu Rosca wrote: > Hello Tom, Simon, Alexander, Heinrich, > > On Wed, Jul 25, 2018 at 03:30:16PM +0200, Eugeniu Rosca wrote: > > Hello Alexander, > > > > Heinrich was kind to have a look at [1] and already provided his > > Revie

Re: [U-Boot] [PATCH v2 1/3] efi: Fix truncation of constant value

2018-08-01 Thread Eugeniu Rosca
Hello Tom, Simon, Alexander, Heinrich, On Wed, Jul 25, 2018 at 03:30:16PM +0200, Eugeniu Rosca wrote: > Hello Alexander, > > Heinrich was kind to have a look at [1] and already provided his > Reviewed-by. Could you please state your further expectations to accept > the patches? > > [1] https://p

Re: [U-Boot] [PATCH v2 1/3] efi: Fix truncation of constant value

2018-07-25 Thread Eugeniu Rosca
Hello Alexander, Heinrich was kind to have a look at [1] and already provided his Reviewed-by. Could you please state your further expectations to accept the patches? [1] https://patchwork.ozlabs.org/patch/944004/ Thanks, Eugeniu. ___ U-Boot mailing li

Re: [U-Boot] [PATCH v2 1/3] efi: Fix truncation of constant value

2018-07-16 Thread Heinrich Schuchardt
On 07/16/2018 08:12 AM, Eugeniu Rosca wrote: Hi Heinrich, Thanks for your review comments. See my reply below. On Mon, Jul 16, 2018 at 07:52:20AM +0200, Heinrich Schuchardt wrote: [--snip--] diff --git a/include/efi.h b/include/efi.h index 0fe15e65c06c..eb2a569fe010 100644 --- a/include/efi.

Re: [U-Boot] [PATCH v2 1/3] efi: Fix truncation of constant value

2018-07-15 Thread Eugeniu Rosca
Hi Heinrich, Thanks for your review comments. See my reply below. On Mon, Jul 16, 2018 at 07:52:20AM +0200, Heinrich Schuchardt wrote: [--snip--] > > diff --git a/include/efi.h b/include/efi.h > > index 0fe15e65c06c..eb2a569fe010 100644 > > --- a/include/efi.h > > +++ b/include/efi.h > > @@ -162,

Re: [U-Boot] [PATCH v2 1/3] efi: Fix truncation of constant value

2018-07-15 Thread Heinrich Schuchardt
On 07/14/2018 10:53 PM, Eugeniu Rosca wrote: > Starting with commit 867a6ac86dd8 ("efi: Add start-up library code"), > sparse constantly complains about truncated constant value in efi.h: > > include/efi.h:176:35: warning: cast truncates bits from constant value > (8000 becomes 0) >

[U-Boot] [PATCH v2 1/3] efi: Fix truncation of constant value

2018-07-14 Thread Eugeniu Rosca
Starting with commit 867a6ac86dd8 ("efi: Add start-up library code"), sparse constantly complains about truncated constant value in efi.h: include/efi.h:176:35: warning: cast truncates bits from constant value (8000 becomes 0) This can get quite noisy, preventing real issues to be no