[U-Boot] [PATCH v2 06/18] x86: Unify reserve_arch() for all x86 boards

Bin Meng bmeng.cn at gmail.com
Mon May 23 09:01:06 CEST 2016


On Thu, May 19, 2016 at 12:00 PM, Simon Glass <sjg at chromium.org> wrote:
> On 11 May 2016 at 08:45, Bin Meng <bmeng.cn at gmail.com> wrote:
>> Instead of asking each platform to provide reserve_arch(),
>> supply it in arch/x86/cpu/cpu.c in a unified way.
>>
>> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
>> ---
>>
>> Changes in v2: None
>>
>>  arch/x86/cpu/baytrail/valleyview.c |  8 --------
>>  arch/x86/cpu/broadwell/sdram.c     |  5 -----
>>  arch/x86/cpu/cpu.c                 | 12 ++++++++++++
>>  arch/x86/cpu/ivybridge/sdram.c     |  5 -----
>>  arch/x86/cpu/quark/quark.c         |  9 ---------
>>  5 files changed, 12 insertions(+), 27 deletions(-)
>
> Reviewed-by: Simon Glass <sjg at chromium.org>

applied to u-boot-x86, thanks!


More information about the U-Boot mailing list