As of commit [1] there will be a separate defconfig to build u-boot for j721e-evm and j721e-sk.
Hence, introduce new yocto machine configs for j721e-sk. [1]: https://source.denx.de/u-boot/u-boot/-/commit/c9507f07a1d6c92bd1f73fd64384f8c5994be9c2 Signed-off-by: Aniket Limaye <[email protected]> --- meta-ti-bsp/conf/machine/j721e-sk-k3r5.conf | 11 +++++++++++ meta-ti-bsp/conf/machine/j721e-sk.conf | 16 ++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 meta-ti-bsp/conf/machine/j721e-sk-k3r5.conf create mode 100644 meta-ti-bsp/conf/machine/j721e-sk.conf diff --git a/meta-ti-bsp/conf/machine/j721e-sk-k3r5.conf b/meta-ti-bsp/conf/machine/j721e-sk-k3r5.conf new file mode 100644 index 00000000..45eaabb6 --- /dev/null +++ b/meta-ti-bsp/conf/machine/j721e-sk-k3r5.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: J721e SK (R5F) +#@DESCRIPTION: Machine configuration for the TI J721e SK (R5F core) + +require conf/machine/include/k3r5.inc + +SYSFW_SOC = "j721e" +SYSFW_CONFIG = "evm" +SYSFW_SUFFIX = "gp" + +UBOOT_MACHINE = "j721e_sk_r5_defconfig" diff --git a/meta-ti-bsp/conf/machine/j721e-sk.conf b/meta-ti-bsp/conf/machine/j721e-sk.conf new file mode 100644 index 00000000..a7a9578d --- /dev/null +++ b/meta-ti-bsp/conf/machine/j721e-sk.conf @@ -0,0 +1,16 @@ +#@TYPE: Machine +#@NAME: J721e SK +#@DESCRIPTION: Machine configuration for the TI J721e SK + +require conf/machine/include/j721e.inc + +KERNEL_DEVICETREE_PREFIX = " \ + ti/k3-j721e-sk \ + ti/k3-fpdlink \ +" + +KERNEL_DEVICETREE = " \ + ti/k3-j721e-sk.dtb \ +" + +UBOOT_MACHINE = "j721e_sk_a72_config" -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#17717): https://lists.yoctoproject.org/g/meta-ti/message/17717 Mute This Topic: https://lists.yoctoproject.org/mt/106591518/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
