[U-Boot] [PATCH 2/4] x86: Write configuration tables in last_stage_init()

Simon Glass sjg at chromium.org
Fri Apr 24 05:02:45 CEST 2015


On 21 April 2015 at 19:56, Bin Meng <bmeng.cn at gmail.com> wrote:
> We can write the configuration table in last_stage_init() for all x86
> boards, but not with coreboot since coreboot already has them.
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
>  arch/x86/cpu/cpu.c            | 10 +++++++++
>  arch/x86/include/asm/tables.h | 49 +++++++++++++++++++++++++++++++++++++++++++
>  arch/x86/lib/Makefile         |  1 +
>  arch/x86/lib/tables.c         | 30 ++++++++++++++++++++++++++
>  include/configs/x86-common.h  |  1 +
>  5 files changed, 91 insertions(+)
>  create mode 100644 arch/x86/include/asm/tables.h
>  create mode 100644 arch/x86/lib/tables.c

Acked-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list