]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
x86: Do CPU identification in the early phase
authorBin Meng <bmeng.cn@gmail.com>
Sun, 9 Nov 2014 14:18:56 +0000 (22:18 +0800)
committerSimon Glass <sjg@chromium.org>
Fri, 21 Nov 2014 06:24:10 +0000 (07:24 +0100)
commit52f952bf5ecebc1de01269557591bad4ac62a01a
tree7a4c120112d12c48ef2e8f881dd4f67f79e04d86
parentf67cd51e654ba6498230314b6e82b4dbbd4bfca7
x86: Do CPU identification in the early phase

The CPU identification happens in x86_cpu_init_f() and corresponding
fields are saved in the global data for later use.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/cpu/cpu.c
arch/x86/include/asm/cpu.h
arch/x86/include/asm/global_data.h