]> git.ipfire.org Git - people/ms/u-boot.git/commit
x86: Move mrccache.[c|h] to a common place
authorBin Meng <bmeng.cn@gmail.com>
Mon, 12 Oct 2015 04:37:36 +0000 (21:37 -0700)
committerSimon Glass <sjg@chromium.org>
Wed, 21 Oct 2015 13:46:26 +0000 (07:46 -0600)
commitf6220f1a86109f88950fd42e3af54314de24365a
tree4749256576c9bb19a1f71ecc0ca1b09bbe07a854
parente2d76e95d3f048a171ccd65ea0bd954ccc2b15e0
x86: Move mrccache.[c|h] to a common place

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@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
arch/x86/cpu/ivybridge/Makefile
arch/x86/cpu/ivybridge/sdram.c
arch/x86/include/asm/mrccache.h [moved from arch/x86/include/asm/arch-ivybridge/mrccache.h with 100% similarity]
arch/x86/lib/Makefile
arch/x86/lib/mrccache.c [moved from arch/x86/cpu/ivybridge/mrccache.c with 98% similarity]
configs/chromebook_link_defconfig
configs/chromebox_panther_defconfig