mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
SEC, PEI_CORE and PEIM type modules generally execute in place from memory that is not writable. This means that it is not generally possible to use an entrypoint implementation that stores a dynamically generated stack cookie into a global variable. For PEIMs in particular, there may be other options, such as a DEPEX on the permanent memory PPI, but the current dynamic implementations of the stack checking library entrypoints for PEI_CORE and PEIM modules must not be used as-is. So remove them, and update the readme accordingly. Signed-off-by: Ard Biesheuvel <ardb@kernel.org> |
||
|---|---|---|
| .. | ||
| AArch64 | ||
| DxeCore | ||
| IA32 | ||
| StandaloneMmCore/X64 | ||
| StandaloneMmDriver | ||
| UefiApplication | ||
| UefiDriver | ||
| X64 | ||
| DxeCoreEntryPoint.inf | ||
| StandaloneMmCoreEntryPoint.inf | ||
| StandaloneMmDriverEntryPoint.inf | ||
| UefiApplicationEntryPoint.inf | ||
| UefiDriverEntryPoint.inf | ||