From 657d3918fe7831c1a7722869b025478746540657 Mon Sep 17 00:00:00 2001 From: qhuang8 Date: Tue, 28 Nov 2006 07:59:59 +0000 Subject: =?UTF-8?q?=E2=80=A2=09Set=20the=20default=20value=20of=20PcdDxeIp?= =?UTF-8?q?lSwitchToLongMode=20to=20TRUE.=20=E2=80=A2=09Make=20access=20to?= =?UTF-8?q?=20PcdDxeIplSwitchToLongMode=20to=20Ia32=20specific=20code.=20?= =?UTF-8?q?=E2=80=A2=09Introduce=20another=20feature=20flag=20named=20PcdD?= =?UTF-8?q?xeIplBuildShareCodeHobs=20to=20define=20whether=20to=20build=20?= =?UTF-8?q?hobs=20to=20DXE=20core=20to=20share=20code.=20=E2=80=A2=09Remov?= =?UTF-8?q?e=20the=20#progma=20bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2026 6f19259b-4bc3-4df7-8a09-765794883524 --- EdkModulePkg/EdkModulePkg.spd | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'EdkModulePkg/EdkModulePkg.spd') diff --git a/EdkModulePkg/EdkModulePkg.spd b/EdkModulePkg/EdkModulePkg.spd index 9e083f9..0472f2d 100644 --- a/EdkModulePkg/EdkModulePkg.spd +++ b/EdkModulePkg/EdkModulePkg.spd @@ -1247,14 +1247,23 @@ FALSE Whether VGA decoding is enabled on this platform so we should avoid those aliased resources - + PcdDxeIplSwitchToLongMode 0x0001003b gEfiEdkModulePkgTokenSpaceGuid BOOLEAN FEATURE_FLAG - FALSE + TRUE If this feature is enabled, then the DXE IPL will load a 64-bit DxeCore. + + PcdDxeIplBuildShareCodeHobs + 0x0001003c + gEfiEdkModulePkgTokenSpaceGuid + BOOLEAN + FEATURE_FLAG + FALSE + If this feature is enabled, DXE IPL will build a series of HOBs to share code with DXE Core. + \ No newline at end of file -- cgit v1.1