summaryrefslogtreecommitdiffstats
path: root/BaseTools/Conf/tools_def.template
diff options
context:
space:
mode:
authorRay Ni <ray.ni@intel.com>2022-05-08 13:22:49 +0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2022-06-10 12:15:49 +0000
commitccc269756f773d35aab67ccb935fa9548f30cff3 (patch)
tree9e8d7b9463e9f506b9dbdc92bdb19834d14d9a04 /BaseTools/Conf/tools_def.template
parent283ab9437aadc5c70a9df8bd751954045250e024 (diff)
downloadedk2-ccc269756f773d35aab67ccb935fa9548f30cff3.tar.gz
edk2-ccc269756f773d35aab67ccb935fa9548f30cff3.tar.bz2
edk2-ccc269756f773d35aab67ccb935fa9548f30cff3.zip
MpInitLib: Move the Above1Mb vector allocation to MpInitLibInitialize
The AP vector consists of 2 parts: 1. the initial 16-bit code that should be under 1MB and page aligned. 2. the 32-bit/64-bit code that can be anywhere in the memory with any alignment. The need of part #2 is because the memory under 1MB is temporary "stolen" for use and will "give" back after all AP wake up. The range of memory is not marked as code page in page table. CPU may trigger exception as soon as NX is enabled. The part #2 memory allocation can be done in the MpInitLibInitialize. Signed-off-by: Ray Ni <ray.ni@intel.com> Reviewed-by: Eric Dong <eric.dong@intel.com>
Diffstat (limited to 'BaseTools/Conf/tools_def.template')
0 files changed, 0 insertions, 0 deletions