From: "tip-bot for Bryan O'Donoghue" <tipbot@zytor.com>
To: linux-tip-commits@vger.kernel.org
Cc: tglx@linutronix.de, hpa@zytor.com, mingo@kernel.org,
dvhart@linux.intel.com, andy.shevchenko@gmail.com,
boon.leong.ong@intel.com, andy.schevchenko@gmail.com,
linux-kernel@vger.kernel.org, pure.logic@nexus-software.ie
Subject: [tip:x86/platform] x86/intel/quark: Add Intel Quark platform support
Date: Wed, 18 Feb 2015 16:28:18 -0800 [thread overview]
Message-ID: <tip-8bbc2a135b63bee6b41fa90f415521a97995a49f@git.kernel.org> (raw)
In-Reply-To: <1422635379-12476-3-git-send-email-pure.logic@nexus-software.ie>
Commit-ID: 8bbc2a135b63bee6b41fa90f415521a97995a49f
Gitweb: http://git.kernel.org/tip/8bbc2a135b63bee6b41fa90f415521a97995a49f
Author: Bryan O'Donoghue <pure.logic@nexus-software.ie>
AuthorDate: Fri, 30 Jan 2015 16:29:39 +0000
Committer: Ingo Molnar <mingo@kernel.org>
CommitDate: Wed, 18 Feb 2015 23:22:55 +0100
x86/intel/quark: Add Intel Quark platform support
Add Intel Quark platform support. Quark needs to pull down all
unlocked IMRs to ensure agreement with the EFI memory map post
boot.
This patch adds an entry in Kconfig for Quark as a platform and
makes IMR support mandatory if selected.
Suggested-by: Thomas Gleixner <tglx@linutronix.de>
Suggested-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Tested-by: Ong, Boon Leong <boon.leong.ong@intel.com>
Signed-off-by: Bryan O'Donoghue <pure.logic@nexus-software.ie>
Reviewed-by: Andy Shevchenko <andy.schevchenko@gmail.com>
Reviewed-by: Darren Hart <dvhart@linux.intel.com>
Reviewed-by: Ong, Boon Leong <boon.leong.ong@intel.com>
Cc: dvhart@infradead.org
Link: http://lkml.kernel.org/r/1422635379-12476-3-git-send-email-pure.logic@nexus-software.ie
Signed-off-by: Ingo Molnar <mingo@kernel.org>
---
arch/x86/Kconfig | 16 ++++++++++++++++
arch/x86/platform/Makefile | 1 +
2 files changed, 17 insertions(+)
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 5e28e2b..1f97c7f 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -486,6 +486,22 @@ config X86_INTEL_MID
Intel MID platforms are based on an Intel processor and chipset which
consume less power than most of the x86 derivatives.
+config X86_INTEL_QUARK
+ bool "Intel Quark platform support"
+ depends on X86_32
+ depends on X86_EXTENDED_PLATFORM
+ depends on X86_PLATFORM_DEVICES
+ depends on X86_TSC
+ depends on PCI
+ depends on PCI_GOANY
+ depends on X86_IO_APIC
+ select IOSF_MBI
+ select INTEL_IMR
+ ---help---
+ Select to include support for Quark X1000 SoC.
+ Say Y here if you have a Quark based system such as the Arduino
+ compatible Intel Galileo.
+
config X86_INTEL_LPSS
bool "Intel Low Power Subsystem Support"
depends on ACPI
diff --git a/arch/x86/platform/Makefile b/arch/x86/platform/Makefile
index 85afde1..a62e0be 100644
--- a/arch/x86/platform/Makefile
+++ b/arch/x86/platform/Makefile
@@ -5,6 +5,7 @@ obj-y += geode/
obj-y += goldfish/
obj-y += iris/
obj-y += intel-mid/
+obj-y += intel-quark/
obj-y += olpc/
obj-y += scx200/
obj-y += sfi/
prev parent reply other threads:[~2015-02-19 0:28 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-30 16:29 [PATCH v8 0/2] x86: Add IMR support to Quark/Galileo Bryan O'Donoghue
2015-01-30 16:29 ` [PATCH v8 1/2] x86: Add Isolated Memory Regions for Quark X1000 Bryan O'Donoghue
2015-02-02 16:08 ` Ong, Boon Leong
2015-02-06 15:58 ` Bryan O'Donoghue
2015-02-19 0:28 ` [tip:x86/platform] x86/intel/quark: " tip-bot for Bryan O'Donoghue
2015-01-30 16:29 ` [PATCH v8 2/2] x86, quark: Add Intel Quark platform support Bryan O'Donoghue
2015-02-19 0:28 ` tip-bot for Bryan O'Donoghue [this message]
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=tip-8bbc2a135b63bee6b41fa90f415521a97995a49f@git.kernel.org \
--to=tipbot@zytor.com \
--cc=andy.schevchenko@gmail.com \
--cc=andy.shevchenko@gmail.com \
--cc=boon.leong.ong@intel.com \
--cc=dvhart@linux.intel.com \
--cc=hpa@zytor.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-tip-commits@vger.kernel.org \
--cc=mingo@kernel.org \
--cc=pure.logic@nexus-software.ie \
--cc=tglx@linutronix.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox