diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2022-07-29 18:21:01 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-29 18:21:01 -0300 |
commit | 8b801b824e696babbe1569e8f53657f83694ce71 (patch) | |
tree | fcf9d6ff9237b85bc4109199366baede27d1e7a7 /classes/imx-boot-container.bbclass | |
parent | 10f4c0df3437696a3be3851cdc909b3d5dc94b41 (diff) | |
parent | b511d2ad3ba4b8175b68eca8410ff8cb1c7d2792 (diff) | |
download | meta-freescale-8b801b824e696babbe1569e8f53657f83694ce71.tar.gz |
Merge pull request #1153 from Freescale/backport-1141-to-kirkstone
[Backport kirkstone] Secure boot rework
Diffstat (limited to 'classes/imx-boot-container.bbclass')
-rw-r--r-- | classes/imx-boot-container.bbclass | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/classes/imx-boot-container.bbclass b/classes/imx-boot-container.bbclass index 711bbd9e..a420b4c4 100644 --- a/classes/imx-boot-container.bbclass +++ b/classes/imx-boot-container.bbclass | |||
@@ -20,6 +20,9 @@ | |||
20 | # by variable UBOOT_PROVIDES_BOOT_CONTAINER, which is defined in the | 20 | # by variable UBOOT_PROVIDES_BOOT_CONTAINER, which is defined in the |
21 | # base machine include file (imx-base.inc), and is set to "1" when the | 21 | # base machine include file (imx-base.inc), and is set to "1" when the |
22 | # 'imx-boot-container' is present in MACHINEOVERRIDES. | 22 | # 'imx-boot-container' is present in MACHINEOVERRIDES. |
23 | # | ||
24 | # NOTE: A backwards-compatible symlink is added for 'flash.bin', named | ||
25 | # 'imx-boot', during the deployment task. | ||
23 | 26 | ||
24 | # Define ATF binary file to be deployed to the U-Boot build folder | 27 | # Define ATF binary file to be deployed to the U-Boot build folder |
25 | ATF_MACHINE_NAME = "bl31-${ATF_PLATFORM}.bin" | 28 | ATF_MACHINE_NAME = "bl31-${ATF_PLATFORM}.bin" |