summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@freescale.com>2014-09-04 12:33:14 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2014-09-15 09:35:13 -0300
commitda738059d3b1e9c82cc897624fbeeb22a9cd11b2 (patch)
tree6d79847da6be37172793c8d10fb6adbdcfc92a15 /conf
parentbfe1692c584a034b3fd5ab76361cff64181fb791 (diff)
downloadmeta-fsl-arm-da738059d3b1e9c82cc897624fbeeb22a9cd11b2.tar.gz
ls-base.inc: Add base configuration for Layerspace1 support
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> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/include/ls-base.inc17
1 files changed, 17 insertions, 0 deletions
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 @@
1require conf/machine/include/soc-family.inc
2
3# Freescale BSP default providers
4PREFERRED_PROVIDER_u-boot_ls102xa ?= "u-boot-ls1"
5PREFERRED_PROVIDER_virtual/bootloader_ls102xa ?= "u-boot-ls1"
6PREFERRED_PROVIDER_virtual/kernel_ls102xa ?= "linux-ls1"
7
8# Define the default image type
9IMAGE_CLASSES ?= "image_types_uboot"
10KERNEL_IMAGETYPE ?= "uImage"
11
12UBOOT_ENTRYPOINT_ls102xa = "0x80008000"
13
14MACHINE_FEATURES = "pci ext2 ext3 serial"
15MACHINE_EXTRA_RRECOMMENDS = "udev-extraconf"
16
17DEFAULTTUNE_ls102xa = "cortexa7hf-neon"