Hi Krzysztof, Bartek,
I recall that you have been working on some cpuidle code for Exynos(4?).
I have a question regarding CPUIdle driver for Odroid XU4.
I use the board with LISA tests for EAS, but missing at
least idle state 0 cause errors (please see the log below).
Currently the system does not report any idle driver and the state 0
is missing in: /sys/devices/system/cpu/cpu0/cpuidle/state0/
I am using driver CONFIG_ARM_BIG_LITTLE_CPUIDLE but the
boot stops silently while trying to init the cpu idle devices in there.
I carry on with a workaround that just removes idle state[1] and set
state_count=1 in the big and little structures.
Could you tell me if it needs some out-of-tree patches or maybe special
bootloader or it is not possible at all to have this driver working
properly? Or maybe I should use different driver on that board?
----------------->8--------------------------------
EXCEPTION (KeyError): 'No idle state with index 0'
----------------------------------------
################################################################################
[2020-06-08 17:53:51,333][EXEKALL] INFO Artifacts dir:
/data/llu/lisa/results/20200608_17:47:19_02627c97a1de40588d800f5b777eb9e3
[2020-06-08 17:53:51,334][EXEKALL] INFO Result summary:
EnergyModelWakeMigration[board=odroidxu4]:test_task_placement
UUID=b264d606c7164c8192eae59eb26d5104 EXCEPTION (KeyError): 'No idle
state with index 0'
OneSmallTask[board=odroidxu4]:test_task_placement
UUID=c95afb9d5ab84d4f9f945e8e9b87aaea EXCEPTION (KeyError): 'No idle
state with index 0'
RampDown[board=odroidxu4]:test_task_placement
UUID=6b9d7be94a43441c94d87543d612fde0 EXCEPTION (KeyError): 'No idle
state with index 0'
RampUp[board=odroidxu4]:test_task_placement
UUID=7a60af8c17344214bd8602ac24767976 EXCEPTION (KeyError): 'No idle
state with index 0'
ThreeSmallTasks[board=odroidxu4]:test_task_placement
UUID=25ec227753ce4ac3b409c88e7a8f9d78 EXCEPTION (KeyError): 'No idle
state with index 0'
TwoBigTasks[board=odroidxu4]:test_task_placement
UUID=9e8b9148685748ed9d632912fc83f4ba EXCEPTION (KeyError): 'No idle
state with index 0'
TwoBigThreeSmall[board=odroidxu4]:test_task_placement
UUID=a0c98621f160400fb5487d8db1c69f95 EXCEPTION (KeyError): 'No idle
state with index 0'
----------------8<--------------------------------------------------
I appreciate your advice.
Regards,
Lukasz