Series Reviewed-by: Feng Tian <feng.t...@intel.com>

Thanks
Feng

-----Original Message-----
From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Jeff Fan
Sent: Friday, November 4, 2016 10:19 AM
To: edk2-devel@lists.01.org
Subject: [edk2] [PATCH 0/3] Display new stack base and size

Dump new stack base and size could help developer to fix stack crash issue. 
Normally, stack is changed by EnablePaging64()/DisablePaging64()/SwitchStack().
But these APIs have no knowledge of stack size. It's better to let caller 
display the stack base and size informations. Some modules alreadys displayed 
stack information. This serial of patches are to fix those modules missing it.

We also fixed one bug in DxeIplPeim, local BaseOfStack is overwritten wrongly. 

https://bugzilla.tianocore.org/show_bug.cgi?id=186

Jeff Fan (3):
  MdeModulePkg: Display new stack base and size
  UefiCpuPkg: Display new stack base and size
  MdeModulePkg/DxeIplPeim: UINTN used wrongly for EFI_PHYSICAL_ADDRESS

 MdeModulePkg/Core/DxeIplPeim/Ia32/DxeLoadFunc.c   | 19 ++++++++++++++++++-
 MdeModulePkg/Universal/CapsulePei/UefiCapsule.c   |  8 ++++++++
 MdeModulePkg/Universal/CapsulePei/X64/X64Entry.c  |  8 ++++++++
 UefiCpuPkg/SecCore/SecMain.c                      | 10 +++++++++-
 UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume.c |  7 +++++++
 5 files changed, 50 insertions(+), 2 deletions(-)

--
2.9.3.windows.2

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to