From: Chunrong Guo <[email protected]> Signed-off-by: Chunrong Guo <[email protected]> --- conf/machine/ls1088ardb-pb.conf | 31 +++++++++++++++++++++++++++++++ conf/machine/ls1088ardb_pb.conf | 31 ------------------------------- 2 files changed, 31 insertions(+), 31 deletions(-) create mode 100644 conf/machine/ls1088ardb-pb.conf delete mode 100644 conf/machine/ls1088ardb_pb.conf
diff --git a/conf/machine/ls1088ardb-pb.conf b/conf/machine/ls1088ardb-pb.conf new file mode 100644 index 0000000..0dca364 --- /dev/null +++ b/conf/machine/ls1088ardb-pb.conf @@ -0,0 +1,31 @@ +#@TYPE: Machine +#@NAME: NXP LS1088ARDB +#@SOC: LSCH3 +#@DESCRIPTION: Machine configuration for running LS1088ARDB in 64-bit mode +#@MAINTAINER: Chunrong Guo <[email protected]> + +require conf/machine/include/qoriq-arm64.inc +require conf/machine/include/arm/arch-arm64.inc + +MACHINEOVERRIDES =. "fsl-lsch3:ls1088a:" + +KERNEL_CLASSES = " kernel-fitimage " +KERNEL_IMAGETYPES = "fitImage" + +UBOOT_DTB_LOADADDRESS = "0x90000000" +UBOOT_ENTRYPOINT = "0x80080000" + +UBOOT_CONFIG ??= "qspi-secure-boot sdcard-qspi-secure-boot sdcard-qspi qspi" +UBOOT_CONFIG[qspi-secure-boot] = "ls1088ardb_pb_qspi_SECURE_BOOT_defconfig,,u-boot-dtb.bin" +UBOOT_CONFIG[qspi] = "ls1088ardb_pb_qspi_defconfig,,u-boot-dtb.bin" +UBOOT_CONFIG[sdcard-qspi] = "ls1088ardb_pb_sdcard_qspi_defconfig,,u-boot-with-spl.bin" +UBOOT_CONFIG[sdcard-qspi-secure-boot] = "ls1088ardb_pb_sdcard_qspi_SECURE_BOOT_defconfig,,u-boot-with-spl.bin" + +KERNEL_DEVICETREE ?= "freescale/fsl-ls1088a-rdb.dtb" +KERNEL_DEFCONFIG ?= "defconfig" + +SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyAMA0" +SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" + +EXTRA_IMAGEDEPENDS += "mc-utils rcw management-complex ppa" +USE_VT = "0" diff --git a/conf/machine/ls1088ardb_pb.conf b/conf/machine/ls1088ardb_pb.conf deleted file mode 100644 index 0dca364..0000000 --- a/conf/machine/ls1088ardb_pb.conf +++ /dev/null @@ -1,31 +0,0 @@ -#@TYPE: Machine -#@NAME: NXP LS1088ARDB -#@SOC: LSCH3 -#@DESCRIPTION: Machine configuration for running LS1088ARDB in 64-bit mode -#@MAINTAINER: Chunrong Guo <[email protected]> - -require conf/machine/include/qoriq-arm64.inc -require conf/machine/include/arm/arch-arm64.inc - -MACHINEOVERRIDES =. "fsl-lsch3:ls1088a:" - -KERNEL_CLASSES = " kernel-fitimage " -KERNEL_IMAGETYPES = "fitImage" - -UBOOT_DTB_LOADADDRESS = "0x90000000" -UBOOT_ENTRYPOINT = "0x80080000" - -UBOOT_CONFIG ??= "qspi-secure-boot sdcard-qspi-secure-boot sdcard-qspi qspi" -UBOOT_CONFIG[qspi-secure-boot] = "ls1088ardb_pb_qspi_SECURE_BOOT_defconfig,,u-boot-dtb.bin" -UBOOT_CONFIG[qspi] = "ls1088ardb_pb_qspi_defconfig,,u-boot-dtb.bin" -UBOOT_CONFIG[sdcard-qspi] = "ls1088ardb_pb_sdcard_qspi_defconfig,,u-boot-with-spl.bin" -UBOOT_CONFIG[sdcard-qspi-secure-boot] = "ls1088ardb_pb_sdcard_qspi_SECURE_BOOT_defconfig,,u-boot-with-spl.bin" - -KERNEL_DEVICETREE ?= "freescale/fsl-ls1088a-rdb.dtb" -KERNEL_DEFCONFIG ?= "defconfig" - -SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1 115200;ttyAMA0" -SERIAL_CONSOLES_CHECK ?= "${SERIAL_CONSOLES}" - -EXTRA_IMAGEDEPENDS += "mc-utils rcw management-complex ppa" -USE_VT = "0" -- 2.7.4 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
