Message ID | 20240617083351.4120728-1-c-shilwant@ti.com |
---|---|
State | Superseded |
Delegated to: | Ryan Eatmon |
Headers | show |
Series | [meta-ti,master/scarthgap] conf: machine: Update am62xxsip-evm for multi-BSP support | expand |
On 6/17/2024 3:33 AM, Chirag Shilwant wrote: > Update am62xxsip-evm machine configuration to support > TI kernel 6.1 & ti-u-boot-2024.04 uboot is 2023.04... ---------^ > Signed-off-by: Chirag Shilwant <c-shilwant@ti.com> > --- > meta-ti-bsp/conf/machine/am62xxsip-evm-k3r5.conf | 4 ++++ > meta-ti-bsp/conf/machine/am62xxsip-evm.conf | 2 ++ > 2 files changed, 6 insertions(+) > > diff --git a/meta-ti-bsp/conf/machine/am62xxsip-evm-k3r5.conf b/meta-ti-bsp/conf/machine/am62xxsip-evm-k3r5.conf > index c35edc6e..55bc530b 100644 > --- a/meta-ti-bsp/conf/machine/am62xxsip-evm-k3r5.conf > +++ b/meta-ti-bsp/conf/machine/am62xxsip-evm-k3r5.conf > @@ -9,3 +9,7 @@ SYSFW_CONFIG = "evm" > SYSFW_SUFFIX = "hs-fs" > > UBOOT_MACHINE = "am62xsip_evm_r5_defconfig" > + > +UBOOT_MACHINE:bsp-ti-6_1 = "am62x_evm_r5_defconfig" > + > +UBOOT_CONFIG_FRAGMENTS:bsp-ti-6_1 = "am62xsip_sk_r5.config" > diff --git a/meta-ti-bsp/conf/machine/am62xxsip-evm.conf b/meta-ti-bsp/conf/machine/am62xxsip-evm.conf > index 38fe04c9..8104329e 100644 > --- a/meta-ti-bsp/conf/machine/am62xxsip-evm.conf > +++ b/meta-ti-bsp/conf/machine/am62xxsip-evm.conf > @@ -14,3 +14,5 @@ KERNEL_DEVICETREE = " \ > " > > UBOOT_MACHINE = "am62xsip_evm_a53_defconfig" > + > +UBOOT_MACHINE:bsp-ti-6_1 = "am62x_evm_a53_defconfig"
On Mon, Jun 17, 2024 at 02:03:51PM +0530, Chirag Shilwant via lists.yoctoproject.org wrote: > Update am62xxsip-evm machine configuration to support > TI kernel 6.1 & ti-u-boot-2024.04 Should it be ti-u-boot-2023.04 here? Otherwise looks good to me. Do you know if there are any changes needed for the mainline U-boot? Or should it work with the same defconfigs as ti-u-boot-2024.04? > Signed-off-by: Chirag Shilwant <c-shilwant@ti.com> > --- > meta-ti-bsp/conf/machine/am62xxsip-evm-k3r5.conf | 4 ++++ > meta-ti-bsp/conf/machine/am62xxsip-evm.conf | 2 ++ > 2 files changed, 6 insertions(+) > > diff --git a/meta-ti-bsp/conf/machine/am62xxsip-evm-k3r5.conf b/meta-ti-bsp/conf/machine/am62xxsip-evm-k3r5.conf > index c35edc6e..55bc530b 100644 > --- a/meta-ti-bsp/conf/machine/am62xxsip-evm-k3r5.conf > +++ b/meta-ti-bsp/conf/machine/am62xxsip-evm-k3r5.conf > @@ -9,3 +9,7 @@ SYSFW_CONFIG = "evm" > SYSFW_SUFFIX = "hs-fs" > > UBOOT_MACHINE = "am62xsip_evm_r5_defconfig" > + > +UBOOT_MACHINE:bsp-ti-6_1 = "am62x_evm_r5_defconfig" > + > +UBOOT_CONFIG_FRAGMENTS:bsp-ti-6_1 = "am62xsip_sk_r5.config" > diff --git a/meta-ti-bsp/conf/machine/am62xxsip-evm.conf b/meta-ti-bsp/conf/machine/am62xxsip-evm.conf > index 38fe04c9..8104329e 100644 > --- a/meta-ti-bsp/conf/machine/am62xxsip-evm.conf > +++ b/meta-ti-bsp/conf/machine/am62xxsip-evm.conf > @@ -14,3 +14,5 @@ KERNEL_DEVICETREE = " \ > " > > UBOOT_MACHINE = "am62xsip_evm_a53_defconfig" > + > +UBOOT_MACHINE:bsp-ti-6_1 = "am62x_evm_a53_defconfig" > -- > 2.34.1
diff --git a/meta-ti-bsp/conf/machine/am62xxsip-evm-k3r5.conf b/meta-ti-bsp/conf/machine/am62xxsip-evm-k3r5.conf index c35edc6e..55bc530b 100644 --- a/meta-ti-bsp/conf/machine/am62xxsip-evm-k3r5.conf +++ b/meta-ti-bsp/conf/machine/am62xxsip-evm-k3r5.conf @@ -9,3 +9,7 @@ SYSFW_CONFIG = "evm" SYSFW_SUFFIX = "hs-fs" UBOOT_MACHINE = "am62xsip_evm_r5_defconfig" + +UBOOT_MACHINE:bsp-ti-6_1 = "am62x_evm_r5_defconfig" + +UBOOT_CONFIG_FRAGMENTS:bsp-ti-6_1 = "am62xsip_sk_r5.config" diff --git a/meta-ti-bsp/conf/machine/am62xxsip-evm.conf b/meta-ti-bsp/conf/machine/am62xxsip-evm.conf index 38fe04c9..8104329e 100644 --- a/meta-ti-bsp/conf/machine/am62xxsip-evm.conf +++ b/meta-ti-bsp/conf/machine/am62xxsip-evm.conf @@ -14,3 +14,5 @@ KERNEL_DEVICETREE = " \ " UBOOT_MACHINE = "am62xsip_evm_a53_defconfig" + +UBOOT_MACHINE:bsp-ti-6_1 = "am62x_evm_a53_defconfig"
Update am62xxsip-evm machine configuration to support TI kernel 6.1 & ti-u-boot-2024.04 Signed-off-by: Chirag Shilwant <c-shilwant@ti.com> --- meta-ti-bsp/conf/machine/am62xxsip-evm-k3r5.conf | 4 ++++ meta-ti-bsp/conf/machine/am62xxsip-evm.conf | 2 ++ 2 files changed, 6 insertions(+)