Re: [PATCH 9/9] cmd: test_enter_suspend: Add test_enter_suspend command

2023-10-19 Thread Thomas Richard
On 10/16/23 20:14, Heinrich Schuchardt wrote: > On 10/16/23 16:11, Thomas Richard wrote: >> From: Gregory CLEMENT >> >> Add test_enter_suspend command using PSCI. >> This command is only to test suspend sequence from U-Boot. >> The resume will not work. >> >> Signed-off-by: Gregory CLEMENT >> Sig

Re: [PATCH 9/9] cmd: test_enter_suspend: Add test_enter_suspend command

2023-10-16 Thread Heinrich Schuchardt
On 10/16/23 16:11, Thomas Richard wrote: From: Gregory CLEMENT Add test_enter_suspend command using PSCI. This command is only to test suspend sequence from U-Boot. The resume will not work. Signed-off-by: Gregory CLEMENT Signed-off-by: Thomas Richard --- cmd/Kconfig | 7 +++

[PATCH 9/9] cmd: test_enter_suspend: Add test_enter_suspend command

2023-10-16 Thread Thomas Richard
From: Gregory CLEMENT Add test_enter_suspend command using PSCI. This command is only to test suspend sequence from U-Boot. The resume will not work. Signed-off-by: Gregory CLEMENT Signed-off-by: Thomas Richard --- cmd/Kconfig | 7 +++ cmd/boot.c | 8