[PATCH v3 1/7] x86: Move coreboot-table detection to common 32/64-bit code
Bin Meng
bmeng.cn at gmail.com
Fri May 1 12:31:21 CEST 2020
On Fri, May 1, 2020 at 6:25 PM Bin Meng <bmeng.cn at gmail.com> wrote:
>
> On Fri, May 1, 2020 at 11:22 AM Simon Glass <sjg at chromium.org> wrote:
> >
> > At present this function is only available in 32-bit code. Move it to the
> > common cpu file so it can be used by 64-bit U-Boot too.
> >
> > Signed-off-by: Simon Glass <sjg at chromium.org>
> > ---
> >
> > Changes in v3:
> > - Add new patch to make coreboot detection work in 64-bit code
> >
> > Changes in v2: None
> >
> > arch/x86/cpu/cpu.c | 25 +++++++++++++++++++++++++
> > arch/x86/cpu/i386/cpu.c | 26 +-------------------------
> > 2 files changed, 26 insertions(+), 25 deletions(-)
> >
>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
> Tested-by: Bin Meng <bmeng.cn at gmail.com>
applied to u-boot-x86, thanks!
More information about the U-Boot
mailing list