summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/ls1043ardb-32b.conf33
1 files changed, 33 insertions, 0 deletions
diff --git a/conf/machine/ls1043ardb-32b.conf b/conf/machine/ls1043ardb-32b.conf
new file mode 100644
index 00000000..75514137
--- /dev/null
+++ b/conf/machine/ls1043ardb-32b.conf
@@ -0,0 +1,33 @@
1#@TYPE: Machine
2#@NAME: NXP LS1043ARDB-32B
3#@SOC: LSCH2
4#@DESCRIPTION: Machine configuration for running LS1043A in 32B mode
5#@MAINTAINER: Ting Liu <ting.liu@nxp.com>
6
7MACHINEOVERRIDES =. "fsl-lsch2:fsl-lsch2-32b:ls1043a:"
8
9require conf/machine/include/qoriq-arm.inc
10require conf/machine/include/arm/arch-arm64.inc
11
12DEFAULTTUNE = "armv7ahf-neon"
13
14UBOOT_CONFIG ??= "nand sdcard nor"
15UBOOT_CONFIG[nor] = "ls1043ardb_aarch32_config,,u-boot-dtb.bin"
16UBOOT_CONFIG[nand] = "ls1043ardb_aarch32_nand_config,,u-boot-with-spl-pbl.bin"
17UBOOT_CONFIG[sdcard] = "ls1043ardb_aarch32_sdcard_config,,u-boot-with-spl-pbl.bin"
18UBOOT_CONFIG[secure-boot] = "ls1043ardb_aarch32_SECURE_BOOT_defconfig,,u-boot-dtb.bin"
19
20QE_UCODE = "iram_Type_A_LS1021a_r1.0.bin"
21
22KERNEL_DEVICETREE ?= "freescale/fsl-ls1043a-rdb.dtb freescale/fsl-ls1043a-rdb-usdpaa.dtb"
23KERNEL_DEFCONFIG ?= "${S}/arch/arm/configs/ls_aarch32_defconfig"
24
25SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyAMA0"
26SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}"
27
28EXTRA_IMAGEDEPENDS += "rcw fm-ucode qe-ucode"
29USE_VT = "0"
30
31require conf/multilib.conf
32MULTILIBS ?= "multilib:lib64"
33DEFAULTTUNE_virtclass-multilib-lib64 ?= "aarch64"