Home
last modified time | relevance | path

Searched refs:DxeIpl (Results 1 – 25 of 72) sorted by relevance

123

/device/linaro/bootloader/edk2/DuetPkg/
DPostBuild.sh65 echo Compressing DxeIpl.efi ...
66 $BASETOOLS_DIR/LzmaCompress -e -o $BUILD_DIR/FV/DxeIpl.z $BUILD_DIR/$PROCESSOR/DxeIpl.efi
73 …$BUILD_DIR/FV/Efildr32 $BUILD_DIR/$PROCESSOR/EfiLoader.efi $BUILD_DIR/FV/DxeIpl.z $BUILD_DIR/FV/Dx…
89 …$BUILD_DIR/FV/Efildr64 $BUILD_DIR/$PROCESSOR/EfiLoader.efi $BUILD_DIR/FV/DxeIpl.z $BUILD_DIR/FV/Dx…
DPostBuild.bat57 echo Compressing DxeIpl.efi ...
58 %BASETOOLS_DIR%\LzmaCompress -e -o %BUILD_DIR%\FV\DxeIpl.z %BUILD_DIR%\%PROCESSOR%\DxeIpl.efi
65 …LD_DIR%\FV\Efildr32 %BUILD_DIR%\%PROCESSOR%\EfiLoader.efi %BUILD_DIR%\FV\DxeIpl.z %BUILD_DIR%\FV\D…
72 …LD_DIR%\FV\Efildr64 %BUILD_DIR%\%PROCESSOR%\EfiLoader.efi %BUILD_DIR%\FV\DxeIpl.z %BUILD_DIR%\FV\D…
DDuetPkgX64.dsc161 DuetPkg/DxeIpl/DxeIpl.inf {
DDuetPkgIa32.dsc160 DuetPkg/DxeIpl/DxeIpl.inf {
/device/linaro/bootloader/edk2/DuetPkg/DxeIpl/
DDxeIpl.inf13 # DxeIpl.inf
21 BASE_NAME = DxeIpl
46 DxeIpl.h
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Ppi/
DEdkFrameworkPpiLib.inf53 DxeIpl/DxeIpl.h
54 DxeIpl/DxeIpl.c
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Ppi/DxeIpl/
DDxeIpl.c25 #include EFI_PPI_DEFINITION (DxeIpl)
/device/linaro/bootloader/edk2/IntelFspPkg/FspDxeIpl/
DFspDxeIpl.inf30 DxeIpl.h
31 DxeIpl.c
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/
DPeiCore.uni7 // 3) Handoff control to DxeIpl to load DXE core and enter DXE phase.
26 … "3) Handsoff control to DxeIpl to load DXE core and enters DXE phase.<BR>"
DPeiMain.inf7 # 3) Handoff control to DxeIpl to load DXE core and enter DXE phase.
DPeiMain.h283 EFI_DXE_IPL_PPI *DxeIpl; member
/device/linaro/bootloader/edk2/MdeModulePkg/Core/DxeIplPeim/
DDxeIpl.inf21 BASE_NAME = DxeIpl
22 MODULE_UNI_FILE = DxeIpl.uni
36 DxeIpl.h
DDxeIplExtra.uni2 // DxeIpl Localized Strings and Content
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/
DEdkIIGluePeim.h79 #include EFI_PPI_DEFINITION (DxeIpl)
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/PeiMain/
DPeiMain.c444 (VOID **)&TempPtr.DxeIpl in PeiCore()
463 Status = TempPtr.DxeIpl->Entry ( in PeiCore()
464 TempPtr.DxeIpl, in PeiCore()
/device/linaro/bootloader/edk2/EmbeddedPkg/TemplateSec/
DTemplateSec.inf3 # Component description file for DxeIpl module
/device/linaro/bootloader/edk2/OvmfPkg/ResetVector/Ia32/
DPageTables64.asm54 ; more permanent location by DxeIpl.
/device/linaro/bootloader/edk2/ArmVirtPkg/
DArmVirtQemu.fdf112 INF MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
DArmVirtQemu.dsc247 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf {
/device/linaro/bootloader/edk2/MdeModulePkg/
DMdeModulePkg.uni337 …"For the DxeIpl and the DxeCore are both X64, set NX for stack feature also require PcdDxeIplBuild…
338 …"For the DxeIpl and the DxeCore are both IA32 (PcdDxeIplSwitchToLongMode is FALSE), set NX for sta…
823 …dulePkgTokenSpaceGuid_PcdDxeIplSwitchToLongMode_PROMPT #language en-US "DxeIpl switch to long mod…
825 …nSpaceGuid_PcdDxeIplSwitchToLongMode_HELP #language en-US "Indicates if DxeIpl should switch to l…
826 … "TRUE - DxeIpl will load a 64-bit DxeCore and switch to long mode to hand over to DxeCore.<BR>\n"
827 … "FALSE - DxeIpl will load a 32-bit DxeCore and perform stack switch to hand over to DxeCore.<BR>"
829 #string STR_gEfiMdeModulePkgTokenSpaceGuid_PcdDxeIplBuildPageTables_PROMPT #language en-US "DxeIpl
831 … #language en-US "Indicates if DxeIpl should rebuild page tables. This flag only makes sense in th…
832 … "TRUE - DxeIpl will rebuild page tables.<BR>\n"
833 … "FALSE - DxeIpl will not rebuild page tables.<BR>"
DMdeModulePkg.dec794 ## Indicates if DxeIpl should switch to long mode to enter DXE phase.
797 # TRUE - DxeIpl will load a 64-bit DxeCore and switch to long mode to hand over to DxeCore.<BR>
798 …# FALSE - DxeIpl will load a 32-bit DxeCore and perform stack switch to hand over to DxeCore.<BR>
799 # @Prompt DxeIpl switch to long mode.
802 ## Indicates if DxeIpl should rebuild page tables. This flag only
803 # makes sense in the case where the DxeIpl and the DxeCore are both X64.<BR><BR>
804 # TRUE - DxeIpl will rebuild page tables.<BR>
805 # FALSE - DxeIpl will not rebuild page tables.<BR>
806 # @Prompt DxeIpl rebuild page tables.
1640 …# For the DxeIpl and the DxeCore are both X64, set NX for stack feature also require PcdDxeIplBui…
[all …]
/device/linaro/bootloader/edk2/CorebootPayloadPkg/
DCorebootPayloadPkg.fdf58 INF MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
/device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/VExpress/
DArmVExpress-FVP-AArch64.dsc220 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf {
DArmVExpress-FVP-AArch64.fdf241 INF MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf
/device/linaro/bootloader/edk2/EmulatorPkg/
DEmulatorPkg.fdf134 INF MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf

123