summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorChunrong Guo <chunrong.guo@nxp.com>2018-04-17 14:48:27 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2018-04-25 18:58:26 -0300
commit002f2a1f7429dba24d8e964d0cc4436e9d2ce2c3 (patch)
treebb5a53df1a4b7d8deb9599b5a7446196e7f17a32 /conf
parenta1901571aebad6d4d9433693d85a707eae9191f0 (diff)
downloadmeta-freescale-002f2a1f7429dba24d8e964d0cc4436e9d2ce2c3.tar.gz
ls1043ardb-be: add machine config
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/ls1043ardb-be.conf40
1 files changed, 40 insertions, 0 deletions
diff --git a/conf/machine/ls1043ardb-be.conf b/conf/machine/ls1043ardb-be.conf
new file mode 100644
index 00000000..92743b76
--- /dev/null
+++ b/conf/machine/ls1043ardb-be.conf
@@ -0,0 +1,40 @@
1#@TYPE: Machine
2#@NAME: Freescale LS1043ARDB
3#@SOC: LSCH2
4#@DESCRIPTION: Machine configuration for running LS1043A in 64-bit mode
5#@MAINTAINER: Chunrong Guo <nxa13725@nxp.com>
6
7DEFAULTTUNE = "aarch64_be"
8
9require conf/machine/include/qoriq-arm64.inc
10require conf/machine/include/arm/arch-arm64.inc
11
12MACHINEOVERRIDES =. "fsl-lsch2:ls1043a:"
13
14KERNEL_CLASSES = " kernel-itbimage "
15KERNEL_IMAGETYPES = "itbImage"
16
17DTB_LOAD = "0x90000000"
18UBOOT_ENTRYPOINT = "0x80080000"
19
20UBOOT_CONFIG ??= "nand sdcard nor"
21UBOOT_CONFIG[nor] = "ls1043ardb_config,,u-boot-dtb.bin"
22UBOOT_CONFIG[nand] = "ls1043ardb_nand_config,,u-boot-with-spl-pbl.bin"
23UBOOT_CONFIG[sdcard] = "ls1043ardb_sdcard_config,,u-boot-with-spl-pbl.bin"
24UBOOT_CONFIG[secure-boot] = "ls1043ardb_SECURE_BOOT_defconfig,,u-boot-dtb.bin"
25UBOOT_CONFIG[nand-secure-boot] = "ls1043ardb_nand_SECURE_BOOT_defconfig,,u-boot-with-spl-pbl.bin"
26UBOOT_CONFIG[nand-spl-secure-boot] = "ls1043ardb_nand_SECURE_BOOT_defconfig,,spl/u-boot-spl.bin"
27UBOOT_CONFIG[nand-dtb-secure-boot] = "ls1043ardb_nand_SECURE_BOOT_defconfig,,u-boot-dtb.bin"
28UBOOT_CONFIG[sdcard-secure-boot] = "ls1043ardb_sdcard_SECURE_BOOT_defconfig,,u-boot-with-spl-pbl.bin"
29UBOOT_CONFIG[sdcard-spl-secure-boot] = "ls1043ardb_sdcard_SECURE_BOOT_defconfig,,spl/u-boot-spl.bin"
30UBOOT_CONFIG[sdcard-dtb-secure-boot] = "ls1043ardb_sdcard_SECURE_BOOT_defconfig,,u-boot-dtb.bin"
31
32QE_UCODE = "iram_Type_A_LS1021a_r1.0.bin"
33LE_UBOOT_FOR_ARMBE_TARGET = "1"
34
35KERNEL_DEVICETREE ?= "freescale/fsl-ls1043a-rdb-sdk.dtb freescale/fsl-ls1043a-rdb-usdpaa.dtb"
36KERNEL_DEFCONFIG ?= "defconfig"
37
38EXTRA_IMAGEDEPENDS += "fm-ucode ppa rcw qe-ucode"
39
40USE_VT = "0"