iMX8QM SCFW board_set_voltage

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

iMX8QM SCFW board_set_voltage

369件の閲覧回数
aso
Contributor III

Hello,

Currently, I am checking the PMIC voltage on a custom board using iMX8QM.
We have built SCFW with debug log output enabled and checked the UART output log.
Here, the following voltage setting logs are fired in rapid succession.
This seems to occur when the CPU load is high, such as when Linux is booting or an application is running.

board_set_voltage (A72, 1000, 1100)
board_set_voltage (A72, 1000, 1000)
board_set_voltage (A72, 1000, 1000)
board_set_voltage (A53, 1100, 1100)
board_set_voltage (A53, 1000, 1100)
board_set_voltage (A53, 1000, 1000)

The log is output by SCFW, but who is requesting the voltage setting?
I think the following are possible.

・Linux Kernel
・ ATF
・ SECO
・ SCFW itself

I want to set the voltage from Linux using the following tools
I am in trouble because someone rewrites the setting value.

 https://source.codeaurora.org/external/imxsupport/scfw_cli/

My operating environment is as follows.
・Linux 4.19.35_1.1.0
・L4.19.35_1.1.0_SCFWKIT-1.2.7.1

Thanks.

ラベル(1)
0 返答(返信)