[coreboot-gerrit] Change in coreboot[master]: soc/intel/cannonlake: Reduce STACK_SIZE to 4KiB

Subrata Banik (Code Review) gerrit at coreboot.org
Thu May 17 07:01:28 CEST 2018


Subrata Banik has uploaded this change for review. ( https://review.coreboot.org/26345


Change subject: soc/intel/cannonlake: Reduce STACK_SIZE to 4KiB
......................................................................

soc/intel/cannonlake: Reduce STACK_SIZE to 4KiB

In past CNL stack_size has to increase due to vbt implementation.
Now as locate_vbt() moves things into .bss and rather using stack
its okay to reduce CNL stack_size requirement.

TEST=Build and boot cannonlake rvp till OS.

Change-Id: I5369afd0d1d66e25d210416730a2c1c91ca8e94a
Signed-off-by: Subrata Banik <subrata.banik at intel.com>
---
M src/soc/intel/cannonlake/Kconfig
1 file changed, 0 insertions(+), 4 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/45/26345/1

diff --git a/src/soc/intel/cannonlake/Kconfig b/src/soc/intel/cannonlake/Kconfig
index ea399b8..10db5f5 100644
--- a/src/soc/intel/cannonlake/Kconfig
+++ b/src/soc/intel/cannonlake/Kconfig
@@ -227,10 +227,6 @@
 	hex
 	default 0x8000
 
-config STACK_SIZE
-	hex
-	default 0x2000
-
 choice
 	prompt "Cache-as-ram implementation"
 	default USE_CANNONLAKE_CAR_NEM_ENHANCED if MAINBOARD_HAS_CHROMEOS

-- 
To view, visit https://review.coreboot.org/26345
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I5369afd0d1d66e25d210416730a2c1c91ca8e94a
Gerrit-Change-Number: 26345
Gerrit-PatchSet: 1
Gerrit-Owner: Subrata Banik <subrata.banik at intel.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180517/8d8e00fd/attachment-0001.html>


More information about the coreboot-gerrit mailing list