aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/ls1043ardb-32b.conf5
-rw-r--r--conf/machine/ls1043ardb.conf5
-rw-r--r--conf/machine/ls1046ardb-32b.conf5
-rw-r--r--conf/machine/ls1046ardb.conf5
-rw-r--r--conf/machine/ls1088ardb.conf5
-rw-r--r--conf/machine/ls2088ardb.conf5
6 files changed, 30 insertions, 0 deletions
diff --git a/conf/machine/ls1043ardb-32b.conf b/conf/machine/ls1043ardb-32b.conf
index 0b059886..539a4e44 100644
--- a/conf/machine/ls1043ardb-32b.conf
+++ b/conf/machine/ls1043ardb-32b.conf
@@ -11,6 +11,11 @@ require conf/machine/include/arm/arch-arm64.inc
DEFAULTTUNE = "armv7ahf-neon"
+KERNEL_CLASSES = " kernel-itbimage "
+KERNEL_IMAGETYPES = "itbImage"
+
+UBOOT_ENTRYPOINT = "0x80008000"
+
UBOOT_CONFIG ??= "nand sdcard nor"
UBOOT_CONFIG[nor] = "ls1043ardb_config,,u-boot-dtb.bin"
UBOOT_CONFIG[nand] = "ls1043ardb_nand_config,,u-boot-with-spl-pbl.bin"
diff --git a/conf/machine/ls1043ardb.conf b/conf/machine/ls1043ardb.conf
index 5b4e0cb0..e5e622a3 100644
--- a/conf/machine/ls1043ardb.conf
+++ b/conf/machine/ls1043ardb.conf
@@ -10,6 +10,11 @@ MACHINEOVERRIDES =. "fsl-lsch2:ls1043a:"
require conf/machine/include/qoriq-arm64.inc
require conf/machine/include/arm/arch-arm64.inc
+KERNEL_CLASSES = " kernel-itbimage "
+KERNEL_IMAGETYPES = "itbImage"
+
+UBOOT_ENTRYPOINT = "0x80080000"
+
UBOOT_CONFIG ??= "nand sdcard nor"
UBOOT_CONFIG[nor] = "ls1043ardb_config,,u-boot-dtb.bin"
UBOOT_CONFIG[nand] = "ls1043ardb_nand_config,,u-boot-with-spl-pbl.bin"
diff --git a/conf/machine/ls1046ardb-32b.conf b/conf/machine/ls1046ardb-32b.conf
index 32386f73..2493bbb3 100644
--- a/conf/machine/ls1046ardb-32b.conf
+++ b/conf/machine/ls1046ardb-32b.conf
@@ -11,6 +11,11 @@ require conf/machine/include/arm/arch-arm64.inc
DEFAULTTUNE = "armv7ahf-neon"
+KERNEL_CLASSES = " kernel-itbimage "
+KERNEL_IMAGETYPES = "itbImage"
+
+UBOOT_ENTRYPOINT = "0x80008000"
+
UBOOT_CONFIG ??= "emmc sdcard qspi-secure-boot qspi"
UBOOT_CONFIG[emmc] = "ls1046ardb_emmc_defconfig,,u-boot-with-spl-pbl.bin"
UBOOT_CONFIG[sdcard] = "ls1046ardb_sdcard_config,,u-boot-with-spl-pbl.bin"
diff --git a/conf/machine/ls1046ardb.conf b/conf/machine/ls1046ardb.conf
index cb7d1869..f3ecd6d3 100644
--- a/conf/machine/ls1046ardb.conf
+++ b/conf/machine/ls1046ardb.conf
@@ -9,6 +9,11 @@ MACHINEOVERRIDES =. "fsl-lsch2:ls1046a:"
require conf/machine/include/qoriq-arm64.inc
require conf/machine/include/arm/arch-arm64.inc
+KERNEL_CLASSES = " kernel-itbimage "
+KERNEL_IMAGETYPES = "itbImage"
+
+UBOOT_ENTRYPOINT = "0x80080000"
+
UBOOT_CONFIG ??= "emmc sdcard qspi-secure-boot qspi"
UBOOT_CONFIG[emmc] = "ls1046ardb_emmc_defconfig,,u-boot-with-spl-pbl.bin"
UBOOT_CONFIG[sdcard] = "ls1046ardb_sdcard_config,,u-boot-with-spl-pbl.bin"
diff --git a/conf/machine/ls1088ardb.conf b/conf/machine/ls1088ardb.conf
index b6435502..9771ba29 100644
--- a/conf/machine/ls1088ardb.conf
+++ b/conf/machine/ls1088ardb.conf
@@ -9,6 +9,11 @@ require conf/machine/include/arm/arch-arm64.inc
MACHINEOVERRIDES =. "fsl-lsch3:ls1088a:"
+KERNEL_CLASSES = " kernel-itbimage "
+KERNEL_IMAGETYPES = "itbImage"
+
+UBOOT_ENTRYPOINT = "0x80080000"
+
UBOOT_CONFIG ??= "secure-boot sdcard-qspi qspi"
UBOOT_CONFIG[secure-boot] = "ls1088ardb_qspi_SECURE_BOOT_defconfig,,u-boot-dtb.bin"
UBOOT_CONFIG[qspi] = "ls1088ardb_qspi_defconfig,,u-boot-dtb.bin"
diff --git a/conf/machine/ls2088ardb.conf b/conf/machine/ls2088ardb.conf
index 1621cab0..8d878f03 100644
--- a/conf/machine/ls2088ardb.conf
+++ b/conf/machine/ls2088ardb.conf
@@ -9,6 +9,11 @@ require conf/machine/include/arm/arch-arm64.inc
MACHINEOVERRIDES =. "fsl-lsch3:ls2088a:"
+KERNEL_CLASSES = " kernel-itbimage "
+KERNEL_IMAGETYPES = "itbImage"
+
+UBOOT_ENTRYPOINT = "0x80080000"
+
UBOOT_CONFIG ??= "secure-boot nor"
UBOOT_CONFIG[nor] = "ls2080ardb_defconfig,,u-boot-dtb.bin"
UBOOT_CONFIG[secure-boot] = "ls2080ardb_SECURE_BOOT_defconfig,,u-boot-dtb.bin"