[meta-freescale] [meta-fsl-arm][PATCH v4 1/6] ls-base.inc: Add base configuration for Layerspace1 support

John Weber rjohnweber at gmail.com
Thu Sep 4 19:39:57 PDT 2014


Hi Zhenhua -

Just a picky thing here but I thought you might want commits from Freescale 
using the right product name.  It's Layerscape, not Layerspace.  You might want 
to correct your shortlog.  :-)

John

On 9/3/14, 11:33 PM, Zhenhua Luo wrote:
> 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 at 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"



More information about the meta-freescale mailing list