Re: [PATCH 1/2] x86: Add an enum name for the GNVS firmware type

2022-03-04 Thread Bin Meng
Hi Simon, On Fri, Mar 4, 2022 at 10:38 AM Simon Glass wrote: > > Hi Bin, > > On Thu, 3 Mar 2022 at 01:49, Bin Meng wrote: > > > > Hi Simon, > > > > On Tue, Mar 1, 2022 at 6:18 AM Simon Glass wrote: > > > > > > This enum is currently anonymous. Add a name so it can be used in the > > > code. >

Re: [PATCH 1/2] x86: Add an enum name for the GNVS firmware type

2022-03-03 Thread Simon Glass
Hi Bin, On Thu, 3 Mar 2022 at 01:49, Bin Meng wrote: > > Hi Simon, > > On Tue, Mar 1, 2022 at 6:18 AM Simon Glass wrote: > > > > This enum is currently anonymous. Add a name so it can be used in the > > code. > > > > Signed-off-by: Simon Glass > > --- > > > > arch/x86/include/asm/intel_gnvs.h

Re: [PATCH 1/2] x86: Add an enum name for the GNVS firmware type

2022-03-03 Thread Bin Meng
Hi Simon, On Tue, Mar 1, 2022 at 6:18 AM Simon Glass wrote: > > This enum is currently anonymous. Add a name so it can be used in the > code. > > Signed-off-by: Simon Glass > --- > > arch/x86/include/asm/intel_gnvs.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

[PATCH 1/2] x86: Add an enum name for the GNVS firmware type

2022-02-28 Thread Simon Glass
This enum is currently anonymous. Add a name so it can be used in the code. Signed-off-by: Simon Glass --- arch/x86/include/asm/intel_gnvs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/include/asm/intel_gnvs.h b/arch/x86/include/asm/intel_gnvs.h index