coreboot/src
Patrick Rudolph d72d52a7e4 mb/emulation/qemu-i440fx|q35: Fix stack size
Current implementation works by luck as DCACHE area is actually RAM and
stack can grow and use that RAM outside of the area.

* Set DCACHE_BSP_STACK_SIZE to 0x4000.
* Add an assert to make sure it is set to a sane value on all platforms.

Change-Id: I71f9d74d89e4129cdc4a850acc4fc1ac90e5f628
Signed-off-by: Patrick Rudolph <siro@das-labor.org>
Reviewed-on: https://review.coreboot.org/29611
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2018-11-14 08:24:14 +00:00
..
acpi
arch mb/emulation/qemu-i440fx|q35: Fix stack size 2018-11-14 08:24:14 +00:00
commonlib src: Remove unneeded whitespace 2018-10-23 15:52:09 +00:00
console console: Set default loglevel to 8 (SPEW) for CONFIG_CHROMEOS 2018-10-18 12:50:41 +00:00
cpu mb/emulation/qemu-i440fx|q35: Switch to C_ENVIRONMENT_BOOTBLOCK 2018-11-12 15:57:34 +00:00
device src: Remove unneeded whitespace 2018-10-23 15:52:09 +00:00
drivers drivers/elog: Add Ramstage helper to add boot count 2018-11-13 17:22:44 +00:00
ec ec/google/chromeec: Configure EC_SYNC_IRQ as level triggered 2018-11-12 05:41:57 +00:00
include src: Remove unneeded include "{arch,cpu}/cpu.h" 2018-11-12 09:22:18 +00:00
lib src/lib/edid: avoid buffer overflow 2018-11-06 14:07:58 +00:00
mainboard mb/emulation/qemu-i440fx|q35: Fix stack size 2018-11-14 08:24:14 +00:00
northbridge src: Remove unneeded include "{arch,cpu}/cpu.h" 2018-11-12 09:22:18 +00:00
security security/vboot: Add selection for firmware slots used by VBOOT 2018-11-08 16:19:37 +00:00
soc soc/intel/cannonlake: Remove SmbusEnable 2018-11-13 16:32:33 +00:00
southbridge src: Remove unneeded include "{arch,cpu}/cpu.h" 2018-11-12 09:22:18 +00:00
superio src: Add missing include <stdint.h> 2018-11-01 11:25:07 +00:00
vendorcode security/vboot: Add selection for firmware slots used by VBOOT 2018-11-08 16:19:37 +00:00
Kconfig reset: Finalize move to new API 2018-10-31 15:29:42 +00:00