mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-06 23:51:28 +00:00
grunt: Add CONFIG_VSTORE
Add a slot of secure temporary storage to support suspend/resume. Signed-off-by: Daniel Kurtz <djkurtz@chromium.org> BUG=b:72188897 TEST=On grunt w/ S3-enabled coreboot: powerd_dbus_suspend --wakeup_timeout=10 => Device resumes throught coreboot to kernel BRANCH=none Change-Id: I37410a3e66fc6eee32e559069a33e904880cddc9 Reviewed-on: https://chromium-review.googlesource.com/875418 Commit-Ready: Daniel Kurtz <djkurtz@chromium.org> Tested-by: Daniel Kurtz <djkurtz@chromium.org> Reviewed-by: Edward Hill <ecgh@chromium.org> Reviewed-by: Jett Rink <jettrink@chromium.org> Reviewed-by: Justin TerAvest <teravest@chromium.org>
This commit is contained in:
@@ -23,6 +23,13 @@
|
||||
#define CONFIG_SPI_FLASH_REGS
|
||||
#define CONFIG_SPI_FLASH_W25Q80 /* Internal SPI flash type. */
|
||||
|
||||
/*
|
||||
* Enable 1 slot of secure temporary storage to support
|
||||
* suspend/resume with read/write memory training.
|
||||
*/
|
||||
#define CONFIG_VSTORE
|
||||
#define CONFIG_VSTORE_SLOT_COUNT 1
|
||||
|
||||
#define CONFIG_ADC
|
||||
#define CONFIG_BACKLIGHT_LID
|
||||
#define CONFIG_BACKLIGHT_LID_ACTIVE_LOW
|
||||
|
||||
Reference in New Issue
Block a user