x86: apl: Use memory-mapped access for VBT
authorSimon Glass <sjg@chromium.org>
Wed, 8 Jul 2020 03:32:25 +0000 (21:32 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Fri, 17 Jul 2020 06:32:24 +0000 (14:32 +0800)
commiteb2ebbcf56ec127f0e1b05b7bb22b63ee4af9dff
tree5f59c5ebf2a04df62647ddfb9c832751998a7c38
parent31b410a68c706a12b36773d025a649c23cdfdb72
x86: apl: Use memory-mapped access for VBT

Use the new binman memory-mapping function to access the VBT, to simplify
the code.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/cpu/apollolake/fsp_s.c
arch/x86/lib/fsp2/fsp_silicon_init.c