On Wed, Nov 17, 2021 at 11:46:11AM +0000, Yogesh Siraswar via
lists.yoctoproject.org wrote:
> This patch adds support for J721e HS SR1.1
> HS SR1.1 requires updated sysfw binary. Both SR1.0 and SR1.1 sysfw
> binary will be generated. sysfw.itb will point to SR1.1
>
> This patch requires J7 SR 1.1 support in K3 Image gen.
>
> Signed-off-by: Yogesh Siraswar <[email protected]>
> ---
> conf/machine/j7-hs-evm-k3r5-sr1-1.conf | 11 +++++++++++
> conf/machine/j7-hs-evm.conf | 8 ++++++++
> conf/multiconfig/k3r5-sr1-1.conf | 3 +++
> recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb | 1 +
> 4 files changed, 23 insertions(+)
> create mode 100644 conf/machine/j7-hs-evm-k3r5-sr1-1.conf
> create mode 100644 conf/multiconfig/k3r5-sr1-1.conf
>
> diff --git a/conf/machine/j7-hs-evm-k3r5-sr1-1.conf
> b/conf/machine/j7-hs-evm-k3r5-sr1-1.conf
> new file mode 100644
> index 00000000..e05b5c9d
> --- /dev/null
> +++ b/conf/machine/j7-hs-evm-k3r5-sr1-1.conf
> @@ -0,0 +1,11 @@
> +#@TYPE: Machine
> +#@NAME: J7 SR1.1 HS EVM (R5F)
> +#@DESCRIPTION: Machine configuration for the TI J7 SR1.1 HS EVM (R5F core)
> +
> +# Booting SR1.1 requires different SYSFW, the rest is handled at runtime
> +
> +require conf/machine/am65xx-hs-evm-k3r5.conf
Copy/paste error here ^ - it's j7 not am65xx
> +SOC_FAMILY_append = ":k3r5-sr1-1"
> +
> +SYSFW_SOC = "j721e_sr1_1"
> +SYSFW_SYMLINK = "sysfw.itb"
> diff --git a/conf/machine/j7-hs-evm.conf b/conf/machine/j7-hs-evm.conf
> index 70e14754..ab0fa474 100644
> --- a/conf/machine/j7-hs-evm.conf
> +++ b/conf/machine/j7-hs-evm.conf
> @@ -19,4 +19,12 @@ SPL_BINARYNAME = "tispl.bin"
> UBOOT_BINARY = "u-boot.img_HS"
> IMAGE_BOOT_FILES = "${UBOOT_BINARY}"
>
> +BBMULTICONFIG += "k3r5-sr1-1"
> +
> +# Use default IMAGE_BOOT_FILES_LEGACY files
> +# Since default sysfw.itb on J7 is for SR1.1, add a version for SR1.0
> +IMAGE_BOOT_FILES += "sysfw-j7-hs-evm.itb"
> +do_image_wic[mcdepends] += "mc::k3r5-sr1-1:ti-sci-fw:do_deploy"
> +do_image_tar[mcdepends] += "mc::k3r5-sr1-1:ti-sci-fw:do_deploy"
> +
> TI_SECURE_DEV_PKG = "${TI_SECURE_DEV_PKG_K3}"
> diff --git a/conf/multiconfig/k3r5-sr1-1.conf
> b/conf/multiconfig/k3r5-sr1-1.conf
> new file mode 100644
> index 00000000..2dc93b2f
> --- /dev/null
> +++ b/conf/multiconfig/k3r5-sr1-1.conf
> @@ -0,0 +1,3 @@
> +require k3r5.conf
> +
> +MACHINE_append = "-sr1-1"
> diff --git a/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb
> b/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb
> index 4f1dd145..6d48bf23 100644
> --- a/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb
> +++ b/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb
> @@ -25,6 +25,7 @@ SYSFW_PREFIX = "ti-sci-firmware"
> SYSFW_PREFIX_j7-evm-k3r5 = "ti-fs-firmware"
> SYSFW_PREFIX_j7200-evm-k3r5 = "ti-fs-firmware"
> SYSFW_PREFIX_j7-hs-evm-k3r5 = "ti-fs-firmware"
> +SYSFW_PREFIX_j7-hs-evm-k3r5-sr1-1 = "ti-fs-firmware"
> SYSFW_PREFIX_j7200-hs-evm-k3r5 = "ti-fs-firmware"
>
> SYSFW_SUFFIX ?= "unknown"
> --
> 2.17.1
>
>
>
>
--
Regards,
Denys Dmytriyenko <[email protected]>
PGP: 0x420902729A92C964 - https://denix.org/0x420902729A92C964
Fingerprint: 25FC E4A5 8A72 2F69 1186 6D76 4209 0272 9A92 C964
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#14164):
https://lists.yoctoproject.org/g/meta-ti/message/14164
Mute This Topic: https://lists.yoctoproject.org/mt/87117389/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-