summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorDarren Hart <dvhart@linux.intel.com>2014-03-10 22:14:46 -0700
committerDarren Hart <dvhart@linux.intel.com>2014-03-12 13:44:34 -0700
commitfb2cbbc2de5c2fdaa32844624f7938725b2579cf (patch)
tree9ce1773edb86e969c9939c03636263e93bc96052 /conf
parenteed1b6c29d6ee45d10930848ddc5635dd4ebf9cf (diff)
downloadmeta-intel-fb2cbbc2de5c2fdaa32844624f7938725b2579cf.tar.gz
intel-common: Add a README
Add a README describing the intel-core* (intel-common) BSPs and the Linux kernel package architecture. Includes a list of currently tested BSPs compatible with the intel-common BSPs. Update the top-level README with a reference to this new README for the intel-common BSPs. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/README39
1 files changed, 39 insertions, 0 deletions
diff --git a/conf/machine/README b/conf/machine/README
new file mode 100644
index 00000000..c68afc7f
--- /dev/null
+++ b/conf/machine/README
@@ -0,0 +1,39 @@
1The intel-* BSPs, also known as the intel-common BSPs, provide a few
2carefully selected tune options and generic hardware support to cover
3the majority of current Intel CPUs and devices. The naming follows the
4convention of intel-<TUNE>-<BITS>, where TUNE is the gcc cpu-type (used
5with mtune and march typically) and BITS is either 32 bit or 64 bit.
6
7intel-core2-32
8This BSP is optimized for the Core2 family of CPUs as well as all Atom
9CPUs prior to the Silvermont core.
10
11intel-corei7-64
12This BSP is optimized for Nehalem and later Core and Xeon CPUs as well
13as Silvermont and later Atom CPUs, such as the Baytrail SoCs.
14
15These BSPs use what we call the intel-common Linux kernel package
16architecture. This includes core2-32-intel-common and
17corei7-64-intel-common. These kernel packages can also be used by any of
18the BSPs in meta-intel that choose to include the
19intel-common-pkgarch.inc file. To minimize the proliferation of vendor
20trees, reduce the sources we must support, and consolidate QA efforts,
21all BSP maintainers are encouraged to make use of the intel-common Linux
22kernel package architecture.
23
24Of the BSPs presently included in meta-intel, the following have passed
25initial testing with the intel-common BSPs (rather than the named BSP):
26
27For intel-corei7-64:
28 crystalforest-server
29 crystalforest-gladden
30 haswell-wc
31 romley
32 sugarbay
33
34For intel-core2-32:
35 <currently under test>
36
37If you are interested in a BSP not listed here, chances are we are
38currently working on resolving some configuration issues with it. Please
39check the bugzilla and check in with us on the meta-intel mailing list.