Re: [edk2-devel] [PATCH 0/4] Remove AP waking vector in Reset Vector

2023-07-09 Thread Ni, Ray
Reviewed-by: Ray Ni > -Original Message- > From: devel@edk2.groups.io On Behalf Of Zhiguang Liu > Sent: Monday, July 10, 2023 11:17 AM > To: devel@edk2.groups.io > Cc: Liu, Zhiguang > Subject: [edk2-devel] [PATCH 0/4] Remove AP waking vector in Reset Vect

[edk2-devel] [PATCH 0/4] Remove AP waking vector in Reset Vector

2023-07-09 Thread Zhiguang Liu
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4494 Today for SEC core(not VTF-0), GenFv finds free 4K aligned space in FV for AP waking vector and JMP to 4G-30h in the waking vector. There is no usage of this today. Remove the logic to avoid confusing and save spaces in reset vector. Zhigu