[U-Boot] [PATCH 02/13] x86: Move mrccache.[c|h] to a common place

Simon Glass sjg at chromium.org
Sun Oct 18 23:38:27 CEST 2015


On 18 October 2015 at 14:26, Simon Glass <sjg at chromium.org> wrote:
> On 11 October 2015 at 22:37, Bin Meng <bmeng.cn at gmail.com> wrote:
>> mrccache implementation can be common for all boards. Move it
>> from ivybridge cpu directory to the common lib directory.
>>
>> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
>> ---
>>
>>  arch/x86/cpu/ivybridge/Makefile                      | 1 -
>>  arch/x86/cpu/ivybridge/sdram.c                       | 2 +-
>>  arch/x86/include/asm/{arch-ivybridge => }/mrccache.h | 0
>>  arch/x86/lib/Makefile                                | 1 +
>>  arch/x86/{cpu/ivybridge => lib}/mrccache.c           | 3 +--
>>  configs/chromebook_link_defconfig                    | 1 +
>>  configs/chromebox_panther_defconfig                  | 1 +
>>  7 files changed, 5 insertions(+), 4 deletions(-)
>>  rename arch/x86/include/asm/{arch-ivybridge => }/mrccache.h (100%)
>>  rename arch/x86/{cpu/ivybridge => lib}/mrccache.c (98%)
>
> Acked-by: Simon Glass <sjg at chromium.org>

Applied to u-boot-x86, thanks!


More information about the U-Boot mailing list