All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-fsl-arm][PATCH v4 1/6] ls-base.inc: Add base configuration for Layerspace1 support
@ 2014-09-04  4:33 Zhenhua Luo
  2014-09-04  4:33 ` [meta-fsl-arm][PATCH v4 2/6] u-boot-ls1: Add recipe for Layerscape1 support Zhenhua Luo
                   ` (6 more replies)
  0 siblings, 7 replies; 13+ messages in thread
From: Zhenhua Luo @ 2014-09-04  4:33 UTC (permalink / raw)
  To: meta-freescale

The base configuration file includes following major settings:
* Freescale LS1 default providers
* Default image type
* Default tune type
* Default machine features

Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
---
 conf/machine/include/ls-base.inc | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 conf/machine/include/ls-base.inc

diff --git a/conf/machine/include/ls-base.inc b/conf/machine/include/ls-base.inc
new file mode 100644
index 0000000..752a341
--- /dev/null
+++ b/conf/machine/include/ls-base.inc
@@ -0,0 +1,17 @@
+require conf/machine/include/soc-family.inc
+
+# Freescale BSP default providers
+PREFERRED_PROVIDER_u-boot_ls102xa ?= "u-boot-ls1"
+PREFERRED_PROVIDER_virtual/bootloader_ls102xa ?= "u-boot-ls1"
+PREFERRED_PROVIDER_virtual/kernel_ls102xa ?= "linux-ls1"
+
+# Define the default image type
+IMAGE_CLASSES ?= "image_types_uboot"
+KERNEL_IMAGETYPE ?= "uImage"
+
+UBOOT_ENTRYPOINT_ls102xa = "0x80008000"
+
+MACHINE_FEATURES = "pci ext2 ext3 serial"
+MACHINE_EXTRA_RRECOMMENDS = "udev-extraconf"
+
+DEFAULTTUNE_ls102xa = "cortexa7hf-neon"
-- 
1.9.3



^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2014-09-10 14:34 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-04  4:33 [meta-fsl-arm][PATCH v4 1/6] ls-base.inc: Add base configuration for Layerspace1 support Zhenhua Luo
2014-09-04  4:33 ` [meta-fsl-arm][PATCH v4 2/6] u-boot-ls1: Add recipe for Layerscape1 support Zhenhua Luo
2014-09-04  4:33 ` [meta-fsl-arm][PATCH v4 3/6] linux-ls1: Add kernel recipes " Zhenhua Luo
2014-09-04  4:33 ` [meta-fsl-arm][PATCH v4 4/6] rcw: add " Zhenhua Luo
2014-09-04  4:33 ` [meta-fsl-arm][PATCH v4 5/6] ls1021aqds.conf: Add machine conf for ls1021aqds Zhenhua Luo
2014-09-04  4:33 ` [meta-fsl-arm][PATCH v4 6/6] ls1021aqtwr.conf: Add machine conf for ls1021atwr Zhenhua Luo
2014-09-04 18:00 ` [meta-fsl-arm][PATCH v4 1/6] ls-base.inc: Add base configuration for Layerspace1 support Otavio Salvador
2014-09-05  1:58   ` zhenhua.luo
2014-09-05  2:00     ` Otavio Salvador
2014-09-10  3:08       ` zhenhua.luo
2014-09-10 14:33         ` zhenhua.luo
2014-09-05  2:39 ` John Weber
2014-09-05  3:10   ` zhenhua.luo

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.