]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: quark: Add Cache-As-RAM initialization
authorBin Meng <bmeng.cn@gmail.com>
Mon, 2 Feb 2015 14:35:26 +0000 (22:35 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 10:59:10 +0000 (12:59 +0200)
commite2612bd5ecae11ed0b0f0c1a51476768f912b896
tree70aac427966fd6e62821c01d4f8a7d026d8131f4
parentb6e9bb0ab088ff93fab78798d5202a9425ae9c32
x86: quark: Add Cache-As-RAM initialization

Quark SoC contains an embedded 512KiB SRAM (eSRAM) that is
initialized by hardware. eSRAM is the ideal place to be used
for Cache-As-RAM (CAR) before system memory is available.

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