x86: Move cache-as-RAM code into a common location
authorSimon Glass <sjg@chromium.org>
Sat, 12 Mar 2016 05:06:53 +0000 (22:06 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Thu, 17 Mar 2016 02:27:24 +0000 (10:27 +0800)
commit1223d737a38dab7f05e7d62a3c931e28aa1e1495
tree060f7cdd1fdfd59d2de13c3154c23066be7a2704
parent342727ace6fd3dd5c96bb9342eabe96614ed208a
x86: Move cache-as-RAM code into a common location

This cache-as-RAM (CAR) code is common to several Intel chips. Create a new
intel_common directory and move it in there.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/cpu/Makefile
arch/x86/cpu/intel_common/Makefile [new file with mode: 0644]
arch/x86/cpu/intel_common/car.S [new file with mode: 0644]
arch/x86/cpu/ivybridge/Makefile
arch/x86/cpu/ivybridge/car.S [deleted file]