diff options
author | Zhiguang Liu <zhiguang.liu@intel.com> | 2023-01-09 11:34:22 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2023-02-07 04:16:36 +0000 |
commit | 8a763b533bb1b10af2831f6c35d6545bdd5c69d1 (patch) | |
tree | a6dd924e0c995723195f6d085e4cd6c27fb336e3 /CONTRIBUTING.md | |
parent | aef0061ac22fb14d631aa0398d2cb496b2f7b8c8 (diff) | |
download | edk2-8a763b533bb1b10af2831f6c35d6545bdd5c69d1.tar.gz edk2-8a763b533bb1b10af2831f6c35d6545bdd5c69d1.tar.bz2 edk2-8a763b533bb1b10af2831f6c35d6545bdd5c69d1.zip |
MdeModulePkg: Disambiguate the meaning of PcdDxeIplSwitchToLongMode
Literally, the meaning of PcdDxeIplSwitchToLongMode is clear, indicating
whether need switch to long mode when loading DxeCore.
However, the comments in dec are confusing for the case where PEI core and
DXE core are both in 64-bit. This patch makes it clear.
PcdDxeIplSwitchToLongMode is true only when PEI core is 32-bit, and switch
to long mode to load 64-bit DXE core. In other cases, this PCD is false.
This also aligns with current usage in OvmfPkg.
Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Ray Ni <ray.ni@intel.com>
Signed-off-by: Zhiguang Liu <zhiguang.liu@intel.com>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
Reviewed-by: Ray Ni <ray.ni@intel.com>
Diffstat (limited to 'CONTRIBUTING.md')
0 files changed, 0 insertions, 0 deletions