diff options
Diffstat (limited to 'meta-ti-bsp/conf/machine')
-rw-r--r-- | meta-ti-bsp/conf/machine/am335x-hs-evm.conf | 1 | ||||
-rw-r--r-- | meta-ti-bsp/conf/machine/am437x-hs-evm.conf | 1 | ||||
-rw-r--r-- | meta-ti-bsp/conf/machine/am57xx-hs-evm.conf | 1 | ||||
-rw-r--r-- | meta-ti-bsp/conf/machine/include/ti-soc.inc | 3 |
4 files changed, 6 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/am335x-hs-evm.conf b/meta-ti-bsp/conf/machine/am335x-hs-evm.conf index 652496c2..562befe9 100644 --- a/meta-ti-bsp/conf/machine/am335x-hs-evm.conf +++ b/meta-ti-bsp/conf/machine/am335x-hs-evm.conf | |||
@@ -11,6 +11,7 @@ UBOOT_CONFIG[uart] = "am335x_hs_evm_uart_config" | |||
11 | UBOOT_CONFIG[mmc] = "am335x_hs_evm_config" | 11 | UBOOT_CONFIG[mmc] = "am335x_hs_evm_config" |
12 | 12 | ||
13 | # FIT image for legacy secure devices | 13 | # FIT image for legacy secure devices |
14 | KERNEL_BASE_CLASS = "kernel_legacyhs" | ||
14 | KERNEL_CLASSES += " kernel-fitimage-legacyhs" | 15 | KERNEL_CLASSES += " kernel-fitimage-legacyhs" |
15 | KERNEL_IMAGETYPES += " fitImage" | 16 | KERNEL_IMAGETYPES += " fitImage" |
16 | 17 | ||
diff --git a/meta-ti-bsp/conf/machine/am437x-hs-evm.conf b/meta-ti-bsp/conf/machine/am437x-hs-evm.conf index fde38d39..35b8d0a4 100644 --- a/meta-ti-bsp/conf/machine/am437x-hs-evm.conf +++ b/meta-ti-bsp/conf/machine/am437x-hs-evm.conf | |||
@@ -12,6 +12,7 @@ OPTEEFLAVOR = "am43xx" | |||
12 | EXTRA_IMAGEDEPENDS += "optee-os" | 12 | EXTRA_IMAGEDEPENDS += "optee-os" |
13 | 13 | ||
14 | # FIT image for legacy secure devices | 14 | # FIT image for legacy secure devices |
15 | KERNEL_BASE_CLASS = "kernel_legacyhs" | ||
15 | KERNEL_CLASSES += " kernel-fitimage-legacyhs" | 16 | KERNEL_CLASSES += " kernel-fitimage-legacyhs" |
16 | KERNEL_IMAGETYPES += " fitImage" | 17 | KERNEL_IMAGETYPES += " fitImage" |
17 | 18 | ||
diff --git a/meta-ti-bsp/conf/machine/am57xx-hs-evm.conf b/meta-ti-bsp/conf/machine/am57xx-hs-evm.conf index fcdc5c0b..e06c9728 100644 --- a/meta-ti-bsp/conf/machine/am57xx-hs-evm.conf +++ b/meta-ti-bsp/conf/machine/am57xx-hs-evm.conf | |||
@@ -13,6 +13,7 @@ OPTEEPAGER = "y" | |||
13 | EXTRA_IMAGEDEPENDS += "optee-os" | 13 | EXTRA_IMAGEDEPENDS += "optee-os" |
14 | 14 | ||
15 | # FIT image for legacy secure devices | 15 | # FIT image for legacy secure devices |
16 | KERNEL_BASE_CLASS = "kernel_legacyhs" | ||
16 | KERNEL_CLASSES += " kernel-fitimage-legacyhs" | 17 | KERNEL_CLASSES += " kernel-fitimage-legacyhs" |
17 | KERNEL_IMAGETYPES += " fitImage" | 18 | KERNEL_IMAGETYPES += " fitImage" |
18 | 19 | ||
diff --git a/meta-ti-bsp/conf/machine/include/ti-soc.inc b/meta-ti-bsp/conf/machine/include/ti-soc.inc index e3a50fdd..56ea9e47 100644 --- a/meta-ti-bsp/conf/machine/include/ti-soc.inc +++ b/meta-ti-bsp/conf/machine/include/ti-soc.inc | |||
@@ -11,3 +11,6 @@ UBOOT_RD_ENTRYPOINT = "0x84000000" | |||
11 | 11 | ||
12 | # TI platforms all use devicetrees with overlays | 12 | # TI platforms all use devicetrees with overlays |
13 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "kernel-devicetree" | 13 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "kernel-devicetree" |
14 | |||
15 | # All machines should start off pointing at the default base kernel class | ||
16 | KERNEL_BASE_CLASS = "kernel" | ||