[U-Boot] [PATCH v2 2/3] x86: Save mtrr support flag in global data

Simon Glass sjg at chromium.org
Sat Jan 24 00:55:26 CET 2015


On 22 January 2015 at 08:05, Simon Glass <sjg at chromium.org> wrote:
> 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)

Applied to u-boot-x86, thanks!


More information about the U-Boot mailing list