Re: [meta-freescale] Safe to upgrade to a Community BSP?
"Val Kondratenko" <[email protected]> Fri, 25 Jun 2021 17:53:51 +0000
| Newsgroups | org.yoctoproject.lists.meta-freescale |
|---|---|
| Message-ID | <BN6P132MB0068E5484CFCB6B2527CB260E1069@BN6P132MB0068.NAMP132.PROD.OUTLOOK.COM> |
Is the following a recommended upstream u-boot? u-boot-v2021.04 from https://source.denx.de/u-boot/u-boot/ The cpuidle functionality would be in? arch/arm/mach-imx/mx7/psci-mx7.c From when/which release U-boot started support cpuidle? Is there any documentation on how to move the cpuidle functionality from kernel to u-boot? What is involved there? Thanks in advance, Val -----Original Message----- From: [email protected] <[email protected]> On Behalf Of Val Kondratenko via lists.yoctoproject.org Sent: Friday, June 11, 2021 11:12 AM To: Fabio Estevam <[email protected]> Cc: Otavio Salvador <[email protected]>; [email protected] Subject: Re: [meta-freescale] Safe to upgrade to a Community BSP? One other thing I see missing in 5.12, that was in freeescale 5.4, is the rpmsg (Remote Processor Messaging) functionality. Thanks again!!! Val -----Original Message----- From: Fabio Estevam <[email protected]> Sent: Thursday, June 10, 2021 5:12 PM To: Val Kondratenko <[email protected]> Cc: Otavio Salvador <[email protected]>; [email protected] Subject: Re: [meta-freescale] Safe to upgrade to a Community BSP? On Thu, Jun 10, 2021 at 5:19 PM Val Kondratenko <[email protected]> wrote: > > OK thanks. > > Next question - does it have full support for imx7d? Yes, imx7d is well supported in the mainline kernel. > I noticed (as I am attempting to apply patches we use), that /arch/arm/mach-imx/cpuidle-imx7d.c exists in the 5.4.X.imx version we are currently using, but is not present in 5.12. But mach-imx7d.c is. > Will I have to add files (via patches) to fully support imx7d? cpuidle is supported via PSCI implementation in U-Boot. I suggest you to use U-Boot mainline too.