Re: [PATCH v3 01/17] x86: Update the bootparam header

2020-09-21 Thread Bin Meng
On Sun, Sep 6, 2020 at 4:51 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 Wallner > --- > > (no

[PATCH v3 01/17] x86: Update the bootparam header

2020-09-05 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 +++