Skip to content

Commit 0897b8b

Browse files
perezpriCommit Bot
authored andcommitted
ap_pwrseq: Increase AP_PWRSEQ_STACK_SIZE
This is required to avoid stack overflow when triggering system shutdown. BUG=b:225756599 TEST=Boot SOC to OS; issue command 'shutdown -h now'; System should power down to G3. BRANCH=none Signed-off-by: Perez Priego, Bernardo <bernardo.perez.priego@intel.com> Change-Id: If7b67443b8d67ab1ff91e8b095cbcd4b28d3cabd Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3541339 Reviewed-by: Andrew McRae <amcrae@google.com> Reviewed-by: Li1 Feng <li1.feng@intel.com> Commit-Queue: Andrew McRae <amcrae@google.com>
1 parent 8fdeca9 commit 0897b8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

zephyr/subsys/ap_pwrseq/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ config AP_PWRSEQ_AUTOSTART
3232

3333
config AP_PWRSEQ_STACK_SIZE
3434
int "AP pwrseq stack size (in bytes)"
35-
default 800
35+
default 1024
3636
help
3737
This option specifies the size of the stack used by the
3838
AP power sequencing state machine thread handler.

0 commit comments

Comments
 (0)