merged. Bruce
In message: [linux-yocto][yocto-kernel-cache][yocto-6.12][PATCH] ti-am6xx: rename ti-am62 to ti-am6xx on 21/11/2025 Xulin Sun wrote: > In order to support more TI AM SOCs like AM64x/AM65x in one directory, > rename the ti-am62 to ti-am6xx. And add machine ti-am62ax first. > > Signed-off-by: Xulin Sun <[email protected]> > --- > .../ti-am62ax-preempt-rt.scc} | 6 +++--- > .../ti-am62ax-standard.scc} | 4 ++-- > .../ti-am6xx-preempt-rt.cfg} | 0 > bsp/{ti-am62/ti-am62.cfg => ti-am6xx/ti-am6xx.cfg} | 0 > bsp/{ti-am62/ti-am62.scc => ti-am6xx/ti-am6xx.scc} | 2 +- > 5 files changed, 6 insertions(+), 6 deletions(-) > rename bsp/{ti-am62/ti-am62-preempt-rt.scc => > ti-am6xx/ti-am62ax-preempt-rt.scc} (54%) > rename bsp/{ti-am62/ti-am62-standard.scc => ti-am6xx/ti-am62ax-standard.scc} > (70%) > rename bsp/{ti-am62/ti-am62-preempt-rt.cfg => > ti-am6xx/ti-am6xx-preempt-rt.cfg} (100%) > rename bsp/{ti-am62/ti-am62.cfg => ti-am6xx/ti-am6xx.cfg} (100%) > rename bsp/{ti-am62/ti-am62.scc => ti-am6xx/ti-am6xx.scc} (90%) > > diff --git a/bsp/ti-am62/ti-am62-preempt-rt.scc > b/bsp/ti-am6xx/ti-am62ax-preempt-rt.scc > similarity index 54% > rename from bsp/ti-am62/ti-am62-preempt-rt.scc > rename to bsp/ti-am6xx/ti-am62ax-preempt-rt.scc > index db4f19fa..8d3eaad0 100755 > --- a/bsp/ti-am62/ti-am62-preempt-rt.scc > +++ b/bsp/ti-am6xx/ti-am62ax-preempt-rt.scc > @@ -1,9 +1,9 @@ > # SPDX-License-Identifier: MIT > -define KMACHINE ti-am62 > +define KMACHINE ti-am62ax > define KTYPE preempt-rt > define KARCH arm64 > > include ktypes/preempt-rt > > -include ti-am62.scc > -kconf hardware ti-am62-preempt-rt.cfg > +include ti-am6xx.scc > +kconf hardware ti-am6xx-preempt-rt.cfg > diff --git a/bsp/ti-am62/ti-am62-standard.scc > b/bsp/ti-am6xx/ti-am62ax-standard.scc > similarity index 70% > rename from bsp/ti-am62/ti-am62-standard.scc > rename to bsp/ti-am6xx/ti-am62ax-standard.scc > index 2b5f1bdb..48103b37 100644 > --- a/bsp/ti-am62/ti-am62-standard.scc > +++ b/bsp/ti-am6xx/ti-am62ax-standard.scc > @@ -1,8 +1,8 @@ > # SPDX-License-Identifier: MIT > -define KMACHINE ti-am62 > +define KMACHINE ti-am62ax > define KTYPE standard > define KARCH arm64 > > include ktypes/standard/standard.scc > > -include ti-am62.scc > +include ti-am6xx.scc > diff --git a/bsp/ti-am62/ti-am62-preempt-rt.cfg > b/bsp/ti-am6xx/ti-am6xx-preempt-rt.cfg > similarity index 100% > rename from bsp/ti-am62/ti-am62-preempt-rt.cfg > rename to bsp/ti-am6xx/ti-am6xx-preempt-rt.cfg > diff --git a/bsp/ti-am62/ti-am62.cfg b/bsp/ti-am6xx/ti-am6xx.cfg > similarity index 100% > rename from bsp/ti-am62/ti-am62.cfg > rename to bsp/ti-am6xx/ti-am6xx.cfg > diff --git a/bsp/ti-am62/ti-am62.scc b/bsp/ti-am6xx/ti-am6xx.scc > similarity index 90% > rename from bsp/ti-am62/ti-am62.scc > rename to bsp/ti-am6xx/ti-am6xx.scc > index aaa73492..4c8e3862 100644 > --- a/bsp/ti-am62/ti-am62.scc > +++ b/bsp/ti-am6xx/ti-am6xx.scc > @@ -8,4 +8,4 @@ include arch/arm/32bit-compat.scc > include features/optee/optee.scc > include features/tsn/tsn.scc > > -kconf hardware ti-am62.cfg > +kconf hardware ti-am6xx.cfg > -- > 2.34.1 >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#16011): https://lists.yoctoproject.org/g/linux-yocto/message/16011 Mute This Topic: https://lists.yoctoproject.org/mt/116405750/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
