All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bin Meng <bmeng.cn@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 3/3] x86: galileo: Enable mrc cache
Date: Mon, 12 Oct 2015 01:30:43 -0700	[thread overview]
Message-ID: <1444638643-13055-3-git-send-email-bmeng.cn@gmail.com> (raw)
In-Reply-To: <1444638643-13055-1-git-send-email-bmeng.cn@gmail.com>

Now that we have added MRC cache on quark support codes,
enable it on Intel Galileo board.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
---

 arch/x86/dts/galileo.dts  | 4 ++++
 configs/galileo_defconfig | 1 +
 2 files changed, 5 insertions(+)

diff --git a/arch/x86/dts/galileo.dts b/arch/x86/dts/galileo.dts
index a4e1676..b49b1f5 100644
--- a/arch/x86/dts/galileo.dts
+++ b/arch/x86/dts/galileo.dts
@@ -132,6 +132,10 @@
 			reg = <0>;
 			compatible = "winbond,w25q64", "spi-flash";
 			memory-map = <0xff800000 0x00800000>;
+			rw-mrc-cache {
+				label = "rw-mrc-cache";
+				reg = <0x00010000 0x00010000>;
+			};
 		};
 	};
 
diff --git a/configs/galileo_defconfig b/configs/galileo_defconfig
index d1808a5..1e1ce95 100644
--- a/configs/galileo_defconfig
+++ b/configs/galileo_defconfig
@@ -2,6 +2,7 @@ CONFIG_X86=y
 CONFIG_VENDOR_INTEL=y
 CONFIG_DEFAULT_DEVICE_TREE="galileo"
 CONFIG_TARGET_GALILEO=y
+CONFIG_ENABLE_MRC_CACHE=y
 CONFIG_GENERATE_PIRQ_TABLE=y
 # CONFIG_CMD_IMLS is not set
 # CONFIG_CMD_FLASH is not set
-- 
1.8.2.1

  parent reply	other threads:[~2015-10-12  8:30 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-12  8:30 [U-Boot] [PATCH 1/3] x86: ivybridge: Fix saving mrc cache and enable it Bin Meng
2015-10-12  8:30 ` [U-Boot] [PATCH 2/3] x86: quark: Implement mrc cache Bin Meng
2015-10-18 20:27   ` Simon Glass
2015-10-18 21:39     ` Simon Glass
2015-10-12  8:30 ` Bin Meng [this message]
2015-10-18 20:27   ` [U-Boot] [PATCH 3/3] x86: galileo: Enable " Simon Glass
2015-10-18 21:39     ` Simon Glass
2015-10-18 20:27 ` [U-Boot] [PATCH 1/3] x86: ivybridge: Fix saving mrc cache and enable it Simon Glass
2015-10-19  2:44   ` Bin Meng
2015-10-19  2:51     ` Simon Glass
2015-10-19  2:55       ` Bin Meng

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1444638643-13055-3-git-send-email-bmeng.cn@gmail.com \
    --to=bmeng.cn@gmail.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.