Tool/software:
How is the sequence of a power-off starting from a "poweroff" command to power-down of the voltages of the PMIC?
Here is what I presume is happening:
- linux kernel will issue a PSCI system off command to the implementation in TF-A.
- TF-A will send a message to a sci server.
- ??
Open questions:
- Where can I find the source code for this sci server (for the J722S/AM67A)
- As the binary is taken from the ti-linux-firmware repository (I presume), that implemenation can just be something generic. But OTOH the power off is really board specific (i.e. depends on the PMIC, its configuation, etc.) So I further presume, that cannot be part of the generic firmware. Thus, where is that stored?
- Is there a message sequence flow of all the involved components?
Thanks,
-michael