[U-Boot] [PATCH v2 2/3] x86: Save mtrr support flag in global data
Simon Glass
sjg at chromium.org
Thu Jan 22 16:05:35 CET 2015
On 21 January 2015 at 20:29, Bin Meng <bmeng.cn at gmail.com> wrote:
> CPUID (EAX 01H) returns MTRR support flag in EDX bit 12. Probe this
> flag in x86_cpu_init_f() and save it in global data.
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
>
> ---
>
> Changes in v2:
> - Use space instead of tab to indent in arch_global_data
>
> arch/x86/cpu/cpu.c | 7 +++++++
> arch/x86/include/asm/global_data.h | 13 +++++++------
> 2 files changed, 14 insertions(+), 6 deletions(-)
Acked-by: Simon Glass <sjg at chromium.org>
(for reference, normally we would do this sort of clean-up in a separate patch)
Regards,
Simon
More information about the U-Boot
mailing list