soc/amd/piasso/fch: use common pm_set_power_failure_state functionality
The functionality to restore the previous power state after power was lost that could previously be enabled by selecting MAINBOARD_POWER_RESTORE in the mainboard's Kconfig can now be achieved by selecting POWER_STATE_PREVIOUS_AFTER_FAILURE in the mainboard's Kconfig instead. Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: Iab9578ebea89651dc2389bf6ca93ca3f3507eb47 Reviewed-on: https://review.coreboot.org/c/coreboot/+/52302 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Raul Rangel <rrangel@chromium.org>
This commit is contained in:
@@ -331,14 +331,6 @@ config DISABLE_KEYBOARD_RESET_PIN
|
||||
functionality isn't disabled, configuring it as an output and driving
|
||||
it as 0 will cause a reset.
|
||||
|
||||
config MAINBOARD_POWER_RESTORE
|
||||
def_bool n
|
||||
help
|
||||
This option determines what state to go to once power is restored
|
||||
after having been lost in S0. Select this option to automatically
|
||||
return to S0. Otherwise the system will remain in S5 once power
|
||||
is restored.
|
||||
|
||||
config FSP_TEMP_RAM_SIZE
|
||||
hex
|
||||
default 0x40000
|
||||
|
Reference in New Issue
Block a user