Nate,
GCC generates assembly code that uses `RBP` to store `Private` local variable
for below C code in PeiCore/Dispatcher.c
```c
if (StackOffsetPositive) {
SecCoreData = (CONST EFI_SEC_PEI_HAND_OFF *)((UINTN)(VOID *)SecCoreData
+ StackOffset);
Private = (PEI_CORE_INSTA
immer, Vincent
Subject: [edk2-devel] [RFC] Remove PI spec TemporaryRamSupport PPI from PEI Core
Short summary: Despite being part of the Platorm Initialization
Specificication, this proposal would remove support for the TemporaryRamSupport
PPI from PEI Core. Arguably, this would mean the PEI Core
On 04/24/19 09:51, Jordan Justen wrote:
> Short summary: Despite being part of the Platorm Initialization
> Specificication, this proposal would remove support for the
> TemporaryRamSupport PPI from PEI Core. Arguably, this would mean the
> PEI Core does not support the PI spec, but we do not curre
Short summary: Despite being part of the Platorm Initialization
Specificication, this proposal would remove support for the
TemporaryRamSupport PPI from PEI Core. Arguably, this would mean the
PEI Core does not support the PI spec, but we do not currently know if
any platforms require this PPI.
Ma