commit | ee9e4ae5bfbbb05ea34a2c2753c5517bcd3fb421 | [log] [tgz] |
---|---|---|
author | Andrey Petrov <andrey.petrov@intel.com> | Mon Feb 08 17:17:05 2016 -0800 |
committer | Aaron Durbin <adurbin@chromium.org> | Thu Feb 11 06:21:46 2016 +0100 |
tree | bbd1d105cac7abdf5673ed842665bc506d041c3f | |
parent | a02bb653fdfdd0e1c0426d3573a979594a93eb58 [diff] |
arch/x86: Reserve space for stack in CAR layout Some platforms may want to use C code in bootblock so they need writable memory and CAR can be used for it. This change reserves memory in CAR that can be used by bootblock and other CAR stages. Change-Id: I8dec768cf8763dbe235f0ba1339079ebc49cbd9a Signed-off-by: Andrey Petrov <andrey.petrov@intel.com> Reviewed-on: https://review.coreboot.org/13640 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Tested-by: build bot (Jenkins)