On 9/8/2023 8:02 AM, Chirag Shilwant wrote:
- Add A53 and R5 machine configurations for am62xx-sip-evm.
Can you keep the name consistent with the convention https://git.ti.com/cgit/ti-u-boot/ti-u-boot/commit/?h=ti-u-boot-2023.04&id=600ab30716936aa7f91dd11a9b1b8f8a184122e0 s/am62xx-sip-evm/am62xxsip-evm
Signed-off-by: Chirag Shilwant <[email protected]> --- meta-ti-bsp/conf/machine/am62xx-sip-evm-k3r5.conf | 11 +++++++++++ meta-ti-bsp/conf/machine/am62xx-sip-evm.conf | 13 +++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 meta-ti-bsp/conf/machine/am62xx-sip-evm-k3r5.conf create mode 100644 meta-ti-bsp/conf/machine/am62xx-sip-evm.conf diff --git a/meta-ti-bsp/conf/machine/am62xx-sip-evm-k3r5.conf b/meta-ti-bsp/conf/machine/am62xx-sip-evm-k3r5.conf new file mode 100644 index 00000000..472da1cc --- /dev/null +++ b/meta-ti-bsp/conf/machine/am62xx-sip-evm-k3r5.conf @@ -0,0 +1,11 @@ +#@TYPE: Machine +#@NAME: AM62XX SIP EVM (R5F) +#@DESCRIPTION: Machine configuration for the TI AM62xx SIP EVM (R5F core) + +require conf/machine/include/k3r5.inc + +SYSFW_SOC = "am62x" +SYSFW_CONFIG = "evm" +SYSFW_SUFFIX = "hs-fs" + +UBOOT_MACHINE = "am62x_evm_r5_defconfig"
This is am62x config. Please converge config name from second patch and use am62xsip_sk_r5.config
diff --git a/meta-ti-bsp/conf/machine/am62xx-sip-evm.conf b/meta-ti-bsp/conf/machine/am62xx-sip-evm.conf new file mode 100644 index 00000000..dc4f3b77 --- /dev/null +++ b/meta-ti-bsp/conf/machine/am62xx-sip-evm.conf @@ -0,0 +1,13 @@ +#@TYPE: Machine +#@NAME: AM62XX SIP EVM +#@DESCRIPTION: Machine configuration for the TI AM62XX SIP EVM + +require conf/machine/include/am62xx.inc + +KERNEL_DEVICETREE_PREFIX = "ti/k3-am625" + +KERNEL_DEVICETREE = " \ + ti/k3-am625-sk.dtb \ +" + +UBOOT_MACHINE = "am62x_evm_a53_defconfig"
same comment here . This is not the correct config for am62xxsip
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#16935): https://lists.yoctoproject.org/g/meta-ti/message/16935 Mute This Topic: https://lists.yoctoproject.org/mt/101235764/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/leave/6695321/21656/1393940836/xyzzy [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
