diff options
-rw-r--r-- | meta-ti-bsp/conf/machine/am64xx-evm.conf | 12 | ||||
-rw-r--r-- | meta-ti-bsp/conf/machine/include/am64xx.inc | 13 |
2 files changed, 13 insertions, 12 deletions
diff --git a/meta-ti-bsp/conf/machine/am64xx-evm.conf b/meta-ti-bsp/conf/machine/am64xx-evm.conf index 67f1be5b..c6ba2a87 100644 --- a/meta-ti-bsp/conf/machine/am64xx-evm.conf +++ b/meta-ti-bsp/conf/machine/am64xx-evm.conf | |||
@@ -5,15 +5,3 @@ | |||
5 | require conf/machine/include/am64xx.inc | 5 | require conf/machine/include/am64xx.inc |
6 | 6 | ||
7 | UBOOT_MACHINE = "am64x_evm_a53_defconfig" | 7 | UBOOT_MACHINE = "am64x_evm_a53_defconfig" |
8 | |||
9 | # Since default tiboot3.bin on AM64x is for SR2.0 HS-FS, add a version for GP | ||
10 | BBMULTICONFIG += "k3r5-gp" | ||
11 | IMAGE_BOOT_FILES += "tiboot3-am64x-gp-evm.bin" | ||
12 | do_image_wic[mcdepends] += "mc::k3r5-gp:ti-sci-fw:do_deploy" | ||
13 | do_image_tar[mcdepends] += "mc::k3r5-gp:ti-sci-fw:do_deploy" | ||
14 | |||
15 | # Since default tiboot3.bin on AM64x is for SR2.0 HS-FS, add a version for SR2.0 HS-SE | ||
16 | BBMULTICONFIG += "k3r5-sr2-hs-se" | ||
17 | IMAGE_BOOT_FILES += "tiboot3-am64x_sr2-hs-evm.bin" | ||
18 | do_image_wic[mcdepends] += "mc::k3r5-sr2-hs-se:ti-sci-fw:do_deploy" | ||
19 | do_image_tar[mcdepends] += "mc::k3r5-sr2-hs-se:ti-sci-fw:do_deploy" | ||
diff --git a/meta-ti-bsp/conf/machine/include/am64xx.inc b/meta-ti-bsp/conf/machine/include/am64xx.inc index 4d26732c..055f6036 100644 --- a/meta-ti-bsp/conf/machine/include/am64xx.inc +++ b/meta-ti-bsp/conf/machine/include/am64xx.inc | |||
@@ -14,10 +14,23 @@ KERNEL_DEVICETREE = " \ | |||
14 | ti/k3-am642-evm-nand.dtbo \ | 14 | ti/k3-am642-evm-nand.dtbo \ |
15 | " | 15 | " |
16 | 16 | ||
17 | # Default tiboot3.bin on AM64x is for SR2.0 HS-FS | ||
17 | BBMULTICONFIG = "k3r5-sr2-hs-fs" | 18 | BBMULTICONFIG = "k3r5-sr2-hs-fs" |
18 | do_image_wic[mcdepends] = "mc::k3r5-sr2-hs-fs:ti-sci-fw:do_deploy" | 19 | do_image_wic[mcdepends] = "mc::k3r5-sr2-hs-fs:ti-sci-fw:do_deploy" |
19 | do_image_tar[mcdepends] = "mc::k3r5-sr2-hs-fs:ti-sci-fw:do_deploy" | 20 | do_image_tar[mcdepends] = "mc::k3r5-sr2-hs-fs:ti-sci-fw:do_deploy" |
20 | 21 | ||
22 | # Since default tiboot3.bin on AM64x is for SR2.0 HS-FS, add a version for GP | ||
23 | BBMULTICONFIG += "k3r5-gp" | ||
24 | IMAGE_BOOT_FILES += "tiboot3-am64x-gp-evm.bin" | ||
25 | do_image_wic[mcdepends] += "mc::k3r5-gp:ti-sci-fw:do_deploy" | ||
26 | do_image_tar[mcdepends] += "mc::k3r5-gp:ti-sci-fw:do_deploy" | ||
27 | |||
28 | # Since default tiboot3.bin on AM64x is for SR2.0 HS-FS, add a version for SR2.0 HS-SE | ||
29 | BBMULTICONFIG += "k3r5-sr2-hs-se" | ||
30 | IMAGE_BOOT_FILES += "tiboot3-am64x_sr2-hs-evm.bin" | ||
31 | do_image_wic[mcdepends] += "mc::k3r5-sr2-hs-se:ti-sci-fw:do_deploy" | ||
32 | do_image_tar[mcdepends] += "mc::k3r5-sr2-hs-se:ti-sci-fw:do_deploy" | ||
33 | |||
21 | TFA_BOARD = "lite" | 34 | TFA_BOARD = "lite" |
22 | OPTEEMACHINE = "k3-am64x" | 35 | OPTEEMACHINE = "k3-am64x" |
23 | OPTEEOUTPUTMACHINE = "k3" | 36 | OPTEEOUTPUTMACHINE = "k3" |