]> git.ipfire.org Git - people/ms/u-boot.git/commit - include/configs/x86-common.h
x86: Write configuration tables in last_stage_init()
authorBin Meng <bmeng.cn@gmail.com>
Fri, 24 Apr 2015 10:10:04 +0000 (18:10 +0800)
committerSimon Glass <sjg@chromium.org>
Thu, 30 Apr 2015 00:51:49 +0000 (18:51 -0600)
commit5e2400e8f873a1b7ee840554e4157c5f7900a863
tree6b8d0e88c670f7e739408ebb9d767b0dfe63467d
parente3e7fa2cd16646f331ddc4f611bcc91bb54a7075
x86: Write configuration tables in last_stage_init()

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@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
arch/x86/cpu/cpu.c
arch/x86/include/asm/tables.h [new file with mode: 0644]
arch/x86/lib/Makefile
arch/x86/lib/tables.c [new file with mode: 0644]
include/configs/x86-common.h