[coreboot-gerrit] Change in coreboot[master]: soc/intel/cannonlake: Increase stack size to 8k

John Zhao (Code Review) gerrit at coreboot.org
Thu Oct 12 04:17:43 CEST 2017


Hello John Zhao,

I'd like you to do a code review. Please visit

    https://review.coreboot.org/21977

to review the following change.


Change subject: soc/intel/cannonlake: Increase stack size to 8k
......................................................................

soc/intel/cannonlake: Increase stack size to 8k

Stack overrun is observed after enabling vbt. Increase the
stack size from 4k to 8k to resolve the stack overrun issue.

TEST=No stack overrun is observed and it boots to OS properly.

Change-Id: I7e458b4489cea32449f197621ec81009ea7dd0bd
Signed-off-by: John Zhao <john.zhao at intel.com>
---
M src/soc/intel/cannonlake/Kconfig
1 file changed, 4 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/77/21977/1

diff --git a/src/soc/intel/cannonlake/Kconfig b/src/soc/intel/cannonlake/Kconfig
index 774fe41..1f98858 100644
--- a/src/soc/intel/cannonlake/Kconfig
+++ b/src/soc/intel/cannonlake/Kconfig
@@ -152,4 +152,8 @@
 	hex
 	default 0x4000
 
+config STACK_SIZE
+	hex
+	default 0x2000
+
 endif

-- 
To view, visit https://review.coreboot.org/21977
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I7e458b4489cea32449f197621ec81009ea7dd0bd
Gerrit-Change-Number: 21977
Gerrit-PatchSet: 1
Gerrit-Owner: John Zhao <john.zhao at intel.corp-partner.google.com>
Gerrit-Reviewer: John Zhao <john.zhao at intel.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20171012/150ce09d/attachment.html>


More information about the coreboot-gerrit mailing list