From 2ff587659537dbdc31829739bcbb72731fab5ef9 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Wed, 8 Jul 2015 10:26:08 -0700 Subject: intel-quark: Introduce new BSP for Quark/X1000 SOC This new BSP is for the Quark/X1000 and related series that need the limited no-lock-prefix. Signed-off-by: Saul Wold --- conf/machine/include/intel-quark-common.inc | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 conf/machine/include/intel-quark-common.inc (limited to 'conf/machine/include') diff --git a/conf/machine/include/intel-quark-common.inc b/conf/machine/include/intel-quark-common.inc new file mode 100644 index 00000000..e2d34d70 --- /dev/null +++ b/conf/machine/include/intel-quark-common.inc @@ -0,0 +1,7 @@ +# +# Common configuration for all MACHINES of the intel-corei7-64 type +# + +DEFAULTTUNE ?= "i586-nlp-32" +require conf/machine/include/tune-i586-nlp.inc +require conf/machine/include/x86-base.inc -- cgit v1.2.3-54-g00ecf