summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/qoriq-ppc.inc
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@freescale.com>2015-08-12 22:42:14 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-04-19 15:03:15 -0300
commita761c4288f79e26a5c96b806d7ce575d4e0bb691 (patch)
treef7883d618f4fb9fac53282f22f8677f95d5bb4e8 /conf/machine/include/qoriq-ppc.inc
parent5bfe096de99133b61d5c19c8fd6701c611e36d47 (diff)
downloadmeta-freescale-a761c4288f79e26a5c96b806d7ce575d4e0bb691.tar.gz
Reorg the qoriq include files
* update qoriq-base.inc to ensure common bits of QorIQ ARM and QorIQ PPC are there * add qoriq-ppc.inc to manage the common bits of QorIQ PPC targets * update qoriq-arm.inc to ensure QorIQ ARM specific bits are there Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine/include/qoriq-ppc.inc')
-rw-r--r--conf/machine/include/qoriq-ppc.inc16
1 files changed, 16 insertions, 0 deletions
diff --git a/conf/machine/include/qoriq-ppc.inc b/conf/machine/include/qoriq-ppc.inc
new file mode 100644
index 00000000..6b772102
--- /dev/null
+++ b/conf/machine/include/qoriq-ppc.inc
@@ -0,0 +1,16 @@
1require conf/machine/include/qoriq-base.inc
2
3# providers of QorIQ PPC targets
4PREFERRED_PROVIDER_u-boot ?= "u-boot-qoriq"
5PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-qoriq"
6PREFERRED_PROVIDER_virtual/kernel ?= "linux-qoriq"
7
8UBOOT_ENTRYPOINT = "0x80008000"
9
10MKUBIFS_ARGS ??= "-m 512 -e 15360 -c 3600"
11UBINIZE_ARGS ??= "-m 512 -p 16KiB -s 512"
12
13SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
14SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}"
15
16MACHINEOVERRIDES .= ":qoriq-ppc"