summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/qoriq-arm.inc
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/include/qoriq-arm.inc')
-rw-r--r--conf/machine/include/qoriq-arm.inc29
1 files changed, 13 insertions, 16 deletions
diff --git a/conf/machine/include/qoriq-arm.inc b/conf/machine/include/qoriq-arm.inc
index f93a0b21..1ec8917a 100644
--- a/conf/machine/include/qoriq-arm.inc
+++ b/conf/machine/include/qoriq-arm.inc
@@ -1,21 +1,18 @@
1require conf/machine/include/soc-family.inc 1require conf/machine/include/qoriq-base.inc
2 2
3# Freescale BSP default providers 3DEFAULTTUNE ?= "cortexa7hf-neon"
4PREFERRED_PROVIDER_u-boot_ls102xa ?= "u-boot-ls1"
5PREFERRED_PROVIDER_virtual/bootloader_ls102xa ?= "u-boot-ls1"
6PREFERRED_PROVIDER_virtual/kernel_ls102xa ?= "linux-ls1"
7PREFERRED_PROVIDER_cryptodev_ls102xa = "cryptodev-qoriq"
8PREFERRED_PROVIDER_cryptodev-module_ls102xa = "cryptodev-qoriq-module"
9PREFERRED_PROVIDER_cryptodev-tests_ls102xa = "cryptodev-qoriq-tests"
10PREFERRED_PROVIDER_openssl_ls102xa = "openssl-qoriq"
11 4
12# Define the default image type 5# providers of QorIQ ARM targets
13IMAGE_CLASSES ?= "image_types_uboot" 6PREFERRED_PROVIDER_u-boot ?= "u-boot-ls1"
14KERNEL_IMAGETYPE ?= "uImage" 7PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-ls1"
8PREFERRED_PROVIDER_virtual/kernel ?= "linux-ls1"
15 9
16UBOOT_ENTRYPOINT_ls102xa = "0x80008000" 10UBOOT_ENTRYPOINT = "0x80008000"
17 11
18MACHINE_FEATURES = "pci ext2 ext3 serial" 12MKUBIFS_ARGS ??= "-m 512 -e 15360 -c 3600"
19MACHINE_EXTRA_RRECOMMENDS = "udev-extraconf" 13UBINIZE_ARGS ??= "-m 512 -p 16KiB -s 512"
20 14
21DEFAULTTUNE_ls102xa ?= "cortexa7hf-neon" 15SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0 115200;ttyLP0 115200;ttyAMA0"
16SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}"
17
18MACHINEOVERRIDES .= ":qoriq-arm"