[U-Boot] [RFC PATCH v2 3/9] x86: quark: Add Memory Reference Code (MRC) main routines

Simon Glass sjg at chromium.org
Fri Feb 6 21:26:52 CET 2015


On 5 February 2015 at 17:51, Simon Glass <sjg at chromium.org> wrote:
> On 5 February 2015 at 08:42, Bin Meng <bmeng.cn at gmail.com> wrote:
>> Add the main routines for Quark Memory Reference Code (MRC).
>>
>> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
>>
>> ---
>> The are 24 checkpatch warnings in this patch, which is:
>>
>> warning: arch/x86/cpu/quark/mrc.c,43: line over 80 characters
>> ...
>>
>> I intentionally leave it as is now, as fixing these warnings
>> make the mrc initialization table a little bit harder to read.
>>
>> Changes in v2:
>> - Fixed issues per review comments. See the following link for details.
>>   http://lists.denx.de/pipermail/u-boot/2015-February/204023.html
>>
>>  arch/x86/cpu/quark/mrc.c              | 204 ++++++++++++++++++++++++++++++++++
>>  arch/x86/include/asm/arch-quark/mrc.h | 187 +++++++++++++++++++++++++++++++
>>  2 files changed, 391 insertions(+)
>>  create mode 100644 arch/x86/cpu/quark/mrc.c
>>  create mode 100644 arch/x86/include/asm/arch-quark/mrc.h
>
> Acked-by: Simon Glass <sjg at chromium.org>

Applied to u-boot-x86, thanks!


More information about the U-Boot mailing list