diff options
| author | Subrahmanya Lingappa <[email protected]> | 2024-08-06 10:29:32 +0530 |
|---|---|---|
| committer | Anup Patel <[email protected]> | 2024-12-06 09:26:32 +0530 |
| commit | 13f55f33a1d361784fd250b9e3897918b7ae82d4 (patch) | |
| tree | 4846b41045c97c55861414f913d44621f06efbbc /platform | |
| parent | 3676324b0e13b97f2f56507434034833877afc08 (diff) | |
lib: utils/suspend: Add RPMI system suspend driver
Add RPMI based system suspend driver.
To test this, execute the follwoing in Linux:
$ echo mem > /sys/power/state
To wake up, execute the following command on qemu monitor terminal:
(qemu) system_wakeup
Signed-off-by: Subrahmanya Lingappa <[email protected]>
Signed-off-by: Anup Patel <[email protected]>
Diffstat (limited to 'platform')
| -rw-r--r-- | platform/generic/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/generic/configs/defconfig b/platform/generic/configs/defconfig index ec439d74..54300fb5 100644 --- a/platform/generic/configs/defconfig +++ b/platform/generic/configs/defconfig @@ -45,6 +45,7 @@ CONFIG_FDT_SERIAL_UART8250=y CONFIG_FDT_SERIAL_XILINX_UARTLITE=y CONFIG_SERIAL_SEMIHOSTING=y CONFIG_FDT_SUSPEND=y +CONFIG_FDT_SUSPEND_RPMI=y CONFIG_FDT_TIMER=y CONFIG_FDT_TIMER_MTIMER=y CONFIG_FDT_TIMER_PLMT=y |
