[PATCH] sunxi: board: provide CPU idle states to loaded OS

Andrey Skvortsov andrej.skvortzov at gmail.com
Thu Sep 14 22:22:34 CEST 2023


Hi Andre,

On 23-09-11 23:15, Andre Przywara wrote:
> On Wed, 6 Sep 2023 23:53:51 +0300
> Andrey Skvortsov <andrej.skvortzov at gmail.com> wrote:
> 
> > > > > > When using SCPI as the PSCI backend, firmware can wake up the CPUs and
> > > > > > cluster from sleep, so CPU idle states are available for loaded OS to
> > > > > > use. TF-A modifies DTB to advertise available CPU idle states, when
> > > > > > SCPI is detected. This change copies nodes added by TF-A to any new
> > > > > > dtb that is used for loaded OS.    
> > > > > 
> > > > > Why do you need that, exactly? Why not just use $fdtcontroladdr for the
> > > > > kernel? We now keep the U-Boot copy of the .dts files in sync with the
> > > > > kernel. If you need to modify the DT in U-Boot, for instance by applying
> > > > > overlays, you can copy that DTB into a better suitable location first:    
> > > > > => fdt move $fdtcontroladdr $fdt_addr_r    
> > > > > 
> > > > > In any case, there shall be only one DT, that one in the U-Boot image. Why
> > > > > do you need to load another one for the kernel?    
> > > > 
> > > > extlinux is used by distributions (sometimes with device-specific changes especially  
> > > 
> > > What distros are that? I guess some special ones, targeting embedded
> > > devices, like the Pinephone?  
> > 
> > It's more likely universal operating system. In my particular case
> > this is Mobian (several device-specific packages on top of
> > Debian). It's very-very close to Debian with a goal to be
> > pure Debian in the near future.
> > 
> > Rhino Linux is using extlinux as well and will benefit for this change
> > as well.
> 
> We seem to have a very different understanding of "universal operating
> systems" ;-)
> You seem to talk about specific distros for embedded devices, whereas I
> think of Ubuntu/Debian/Fedora/Arch/you-name-it.

I was talking about Debian (The universal operating system ;-)
initially. Even if PinePhone in my case runs Mobian,
it uses the same packages and scripts and repositories from Debian. The
difference is quite small (kernel and some other small changes).

> And I still don't understand what a particular distribution has to do
> with that: this is purely a question of boot firmware and who provides
> the DTB.
> > 
> > > > for platforms not fully supported by mainline yet),  
> > > 
> > > Do you need any changes to the DT? Do you need to apply overlays?
> > > If you run on a non-mainlined platform, you could still put your DT
> > > into the U-Boot tree, then you wouldn't need to load another DTB, which
> > > also simplifies the deployment on the kernel/distro side.  
> > 
> > Currently Mobian linux kernel for sunxi-devices contains 36 extra patches with DT
> 
> That does not sound good. Why are those patches not upstream?

Agree, I ask the same question. Some of the patches were posted for
review and stalled, some of them haven't been posted. I'm preparing
table to track current status of the patches. Maybe ping some of them.

There are some big and complex changes like wlan/bt driver, that it's hard to
upstream in the current shape.

> > modifications (add/remove nodes, modify existing properties). One of
> > them unconditionally adds cpuidle states to DT, that I'm trying to fix
> > upstream here with the proposed change.
> 
> That's very honourable, but not every patch that works(TM) is the right
> approach to take upstream.

Sure, this one will probably stay in our patches until all DT changes
are upstream.

> > Mobian doesn't provide
> > device-specific bootloader (u-boot) and there is on-going work on
> > making device-independent universal images.
> 
> With "universal image" you mean a single rootfs, and a single kernel for
> every device? Of course, this is how Linux works everywhere, and the
> arm64 kernel was a single-image kernel from day one (same as x86). And
> taking the DTs out there and into firmware is just even more
> consequential.
> 

> > 
> > Regardless proposed change. Changes to dtb nodes already copied in
> > u-boot on the fly in boot/image-fdt.c:image_setup_libfdt. For example,
> > created optee nodes are copied there.
> 
> Yes, that is an example, just not a particularly good one. This seems
> to originate from 2019, again building on the idea that you need to load
> a DTB for the kernel from somewhere. I don't like to proliferate those
> ideas anymore.
> 
> > I've just put platform specific
> > changes into platform specific ft_board_setup, that was made
> > apparently exactly for that.
> 
> Not really, that's for platform specific runtime *adjustments*, like
> adding a unique MAC address, or adding simplefb DT nodes.

Thanks again for taking time and explaining your position. I agree, that in
a long term dtb should be provided by u-boot. In that case proposed
change will not be needed. Hopefully we'll get all changes upstream
and could use $fdtcontroladdr some day.

-- 
Best regards,
Andrey Skvortsov


More information about the U-Boot mailing list