Hy,
After porting the SCFW to our own board i would test the Voltage Change of VDD_MEMC dureing low power mode.
I add a debug message to the function "void board_lpm(sc_pm_power_mode_t mode)" and use the command "echo mem > /sys/power/state" to get the system in low power mode.
But i do not see the debug message so i think the function "board_lpm" was not called.
What can i do to make the scfw call the "board_lpm" function?