]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:35:14 +0000 (22:35 +0200)
commit05eb5d8db81d242a7f0b7f6fa084e27aacfdcd6d
tree157fded466eb8f607b67bcad9bbc96334d12479b
parentdc7673930d18b7d1590b4f4ef0efd032b1120398
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