mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 09:02:00 +00:00
8bbc2a135b
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>
14 lines
234 B
Makefile
14 lines
234 B
Makefile
# Platform specific code goes here
|
|
obj-y += ce4100/
|
|
obj-y += efi/
|
|
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/
|
|
obj-y += ts5500/
|
|
obj-y += uv/
|