coreboot/src/arch
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
..
arm selfboot: remove bounce buffers 2018-10-11 17:42:41 +00:00
arm64 selfboot: create selfboot_check function, remove check param 2018-10-25 16:57:51 +00:00
mips selfboot: remove bounce buffers 2018-10-11 17:42:41 +00:00
power8 selfboot: remove bounce buffers 2018-10-11 17:42:41 +00:00
riscv riscv: add support for supervisor binary interface (SBI) 2018-11-05 09:04:01 +00:00
x86 mb/emulation/qemu-i440fx|q35: Fix stack size 2018-11-14 08:24:14 +00:00