Re: [PATCH 1/2] x86: apl: fsp_bindings: Add support for u64 parameters

2020-08-02 Thread Bin Meng
On Sun, Jul 26, 2020 at 10:54 PM Simon Glass wrote: > > On Wed, 22 Jul 2020 at 01:29, Bernhard Messerklinger > wrote: > > > > Add FSP_UINT64 read support as preparation for FSP-M and FSP-S parameter > > update. > > > > Signed-off-by: Bernhard Messerklinger > > > > --- > > > > arch/x86/cpu/apol

Re: [PATCH 1/2] x86: apl: fsp_bindings: Add support for u64 parameters

2020-07-26 Thread Simon Glass
On Wed, 22 Jul 2020 at 01:29, Bernhard Messerklinger wrote: > > Add FSP_UINT64 read support as preparation for FSP-M and FSP-S parameter > update. > > Signed-off-by: Bernhard Messerklinger > > --- > > arch/x86/cpu/apollolake/fsp_bindings.c| 28 +++ > .../asm/arch-apollol

[PATCH 1/2] x86: apl: fsp_bindings: Add support for u64 parameters

2020-07-22 Thread Bernhard Messerklinger
Add FSP_UINT64 read support as preparation for FSP-M and FSP-S parameter update. Signed-off-by: Bernhard Messerklinger --- arch/x86/cpu/apollolake/fsp_bindings.c| 28 +++ .../asm/arch-apollolake/fsp_bindings.h| 1 + 2 files changed, 29 insertions(+) diff --git