[U-Boot] [PATCH 16/69] x86: Move cache-as-RAM code into a common location

Bin Meng bmeng.cn at gmail.com
Fri Mar 11 06:05:31 CET 2016


On Mon, Mar 7, 2016 at 10:27 AM, Simon Glass <sjg at chromium.org> wrote:
> 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 at chromium.org>
> ---
>
>  arch/x86/cpu/Makefile                          | 1 +
>  arch/x86/cpu/intel_common/Makefile             | 7 +++++++
>  arch/x86/cpu/{ivybridge => intel_common}/car.S | 0
>  arch/x86/cpu/ivybridge/Makefile                | 1 -
>  4 files changed, 8 insertions(+), 1 deletion(-)
>  create mode 100644 arch/x86/cpu/intel_common/Makefile
>  rename arch/x86/cpu/{ivybridge => intel_common}/car.S (100%)
>

Reviewed-by: Bin Meng <bmeng.cn at gmail.com>


More information about the U-Boot mailing list