Re: [PATCH v2 01/16] x86: Update the bootparam header

2020-09-20 Thread Bin Meng
Hi Andy, On Tue, Sep 8, 2020 at 10:06 PM Andy Shevchenko wrote: > > On Tue, Sep 01, 2020 at 04:23:45PM +0800, Bin Meng wrote: > > On Sun, Aug 30, 2020 at 5:42 AM Simon Glass wrote: > > > > > > This header is missing a few of the newer features from the specification. > > > Add these as well as a

Re: [PATCH v2 01/16] x86: Update the bootparam header

2020-09-08 Thread Andy Shevchenko
On Tue, Sep 01, 2020 at 04:23:45PM +0800, Bin Meng wrote: > On Sun, Aug 30, 2020 at 5:42 AM Simon Glass wrote: > > > > This header is missing a few of the newer features from the specification. > > Add these as well as a link to the spec. Also use the BIT() macros where > > appropriate. > > +/**

Re: [PATCH v2 01/16] x86: Update the bootparam header

2020-09-01 Thread Bin Meng
+Andy Shevchenko On Sun, Aug 30, 2020 at 5:42 AM Simon Glass wrote: > > This header is missing a few of the newer features from the specification. > Add these as well as a link to the spec. Also use the BIT() macros where > appropriate. > > Signed-off-by: Simon Glass > Reviewed-by: Wolfgang Wall

[PATCH v2 01/16] x86: Update the bootparam header

2020-08-29 Thread Simon Glass
This header is missing a few of the newer features from the specification. Add these as well as a link to the spec. Also use the BIT() macros where appropriate. Signed-off-by: Simon Glass Reviewed-by: Wolfgang Wallner --- (no changes since v1) arch/x86/include/asm/bootparam.h | 25 +++