Re: [PATCH v1 24/43] x86: apl: Use memory-mapped access for VBT

2020-06-30 Thread Bin Meng
On Mon, Jun 15, 2020 at 11:58 AM Simon Glass wrote: > > Use the new binman memory-mapping function to access the VBT, to simplify > the code. > > Signed-off-by: Simon Glass > --- > > arch/x86/cpu/apollolake/fsp_s.c | 19 +-- > arch/x86/lib/fsp2/fsp_silicon_init.c | 1 + >

[PATCH v1 24/43] x86: apl: Use memory-mapped access for VBT

2020-06-14 Thread Simon Glass
Use the new binman memory-mapping function to access the VBT, to simplify the code. Signed-off-by: Simon Glass --- arch/x86/cpu/apollolake/fsp_s.c | 19 +-- arch/x86/lib/fsp2/fsp_silicon_init.c | 1 + 2 files changed, 6 insertions(+), 14 deletions(-) diff --git