Searched refs:DxeCore (Results 1 – 25 of 26) sorted by relevance
12
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/BdsDxe/ |
D | BdsDxe.uni | 4 // When DxeCore dispatching all DXE driver, this module will produce architecture protocol 5 // gEfiBdsArchProtocolGuid. After DxeCore finish dispatching, DxeCore will invoke Entry 22 … DxeCore dispatching all DXE driver, this module will produce architecture protocol gEfiBdsArchPro…
|
D | BdsDxe.inf | 4 # When DxeCore dispatching all DXE driver, this module will produce architecture protocol 5 # gEfiBdsArchProtocolGuid. After DxeCore finish dispatching, DxeCore will invoke Entry
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/ |
D | DxeCoreMemoryAllocationLib.uni | 4 // The implementation borrows the DxeCore Memory Allocation services as the primitive 6 // It is assumed that this library instance must be linked with DxeCore in this package. 22 …DxeCore Memory Allocation services as the primitive for memory allocation instead of using UEFI bo…
|
D | DxeCoreMemoryAllocationLib.inf | 3 # The implementation borrows the DxeCore Memory Allocation services as the primitive 5 # It is assumed that this library instance must be linked with DxeCore in this package.
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/ |
D | BdsDxe.uni | 4 // When DxeCore dispatching all DXE driver, this module will produce architecture protocol 5 // gEfiBdsArchProtocolGuid. After DxeCore finish dispatching, DxeCore will invoke Entry 32 … DxeCore dispatching all DXE driver, this module will produce architecture protocol gEfiBdsArchPro…
|
D | BdsDxe.inf | 4 # When DxeCore dispatching all DXE driver, this module will produce architecture protocol 5 # gEfiBdsArchProtocolGuid. After DxeCore finish dispatching, DxeCore will invoke Entry
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCorePerformanceLib/ |
D | DxeCorePerformanceLib.uni | 2 // Performance library instance mainly for DxeCore usage. 9 // This library is mainly used by DxeCore to start performance logging to ensure that 25 …MODULE_ABSTRACT #language en-US "Performance library instance mainly for DxeCore usage" 27 …to logging performance data in DXE phase. This library is mainly used by DxeCore to start performa…
|
D | DxeCorePerformanceLib.inf | 2 # Performance library instance mainly for DxeCore usage. 9 # This library is mainly used by DxeCore to start performance logging to ensure that
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/ |
D | DxeMain.inf | 19 BASE_NAME = DxeCore 20 MODULE_UNI_FILE = DxeCore.uni 197 # EVENT_TYPE_RELATIVE_TIMER ## PRODUCES # DxeCore signals timer event. 198 # EVENT_TYPE_PERIODIC_TIMER ## PRODUCES # DxeCore signals timer event.
|
D | DxeCoreExtra.uni | 2 // DxeCore Localized Strings and Content
|
/device/linaro/bootloader/edk2/DuetPkg/DxeIpl/ |
D | DxeInit.c | 251 …gHob->DxeCore.MemoryAllocationHeader.MemoryBaseAddress, gHob->DxeCore.MemoryAllocationHeader.Memor… in DxeInit()
|
D | HobGeneration.c | 751 gHob->DxeCore.MemoryAllocationHeader.MemoryBaseAddress = DxeCoreImageBase; in PrepareHobDxeCore() 752 gHob->DxeCore.MemoryAllocationHeader.MemoryLength = DxeCoreLength; in PrepareHobDxeCore() 753 gHob->DxeCore.EntryPoint = (EFI_PHYSICAL_ADDRESS)(UINTN)DxeCoreEntryPoint; in PrepareHobDxeCore()
|
D | HobGeneration.h | 77 EFI_HOB_MEMORY_ALLOCATION_MODULE DxeCore; member
|
/device/linaro/bootloader/edk2/DuetPkg/Library/DxeCoreReportStatusCodeLibFromHob/ |
D | DxeCoreReportStatusCodeLibFromHob.inf | 2 # Report status code library for DxeCore.
|
/device/linaro/bootloader/edk2/DuetPkg/ |
D | PostBuild.sh | 75 $BASETOOLS_DIR/LzmaCompress -e -o $BUILD_DIR/FV/DxeMain.z $BUILD_DIR/$PROCESSOR/DxeCore.efi
|
D | PostBuild.bat | 36 @%BASETOOLS_DIR%\LzmaCompress -e -o %BUILD_DIR%\FV\DxeMain.z %BUILD_DIR%\%PROCESSOR%\DxeCore.efi
|
D | DuetPkgIa32.dsc | 166 # Enable debug output for DxeCore module, this is a sample for how to enable debug output
|
D | DuetPkgX64.dsc | 167 # Enable debug output for DxeCore module, this is a sample for how to enable debug output
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/DxeIplPeim/ |
D | DxeIpl.inf | 127 # MEMORY_ALLOCATION ## SOMETIMES_PRODUCES # MEMORY_ALLOCATION_MODULE for DxeCore
|
/device/linaro/bootloader/edk2/MdeModulePkg/ |
D | MdeModulePkg.uni | 264 … flag is to control which memory types of alloc info will be recorded by DxeCore & SmmCore.<BR><BR… 313 …"For the DxeIpl and the DxeCore are both X64, set NX for stack feature also require PcdDxeIplBuild… 314 …"For the DxeIpl and the DxeCore are both IA32 (PcdDxeIplSwitchToLongMode is FALSE), set NX for sta… 791 …nter DXE phase. It is assumed that 64-bit DxeCore is built in firmware if it is true; otherwise 32… 792 … "TRUE - DxeIpl will load a 64-bit DxeCore and switch to long mode to hand over to DxeCore.<BR>\n" 793 … "FALSE - DxeIpl will load a 32-bit DxeCore and perform stack switch to hand over to DxeCore.<BR>" 797 … tables. This flag only makes sense in the case where the DxeIpl and the DxeCore are both X64.<BR>… 857 … "If this PCD is TRUE, DxeCore publishs PropertiesTable.\n" 858 … "DxeCore evaluates if all runtime drivers has 4K aligned PE sections. If all\n" 859 … "PE sections in runtime drivers are 4K aligned, DxeCore sets BIT0 in\n" [all …]
|
D | MdeModulePkg.dec | 708 # It is assumed that 64-bit DxeCore is built in firmware if it is true; otherwise 32-bit DxeCore 710 # TRUE - DxeIpl will load a 64-bit DxeCore and switch to long mode to hand over to DxeCore.<BR> 711 …# FALSE - DxeIpl will load a 32-bit DxeCore and perform stack switch to hand over to DxeCore.<BR> 716 # makes sense in the case where the DxeIpl and the DxeCore are both X64.<BR><BR> 952 …## This flag is to control which memory types of alloc info will be recorded by DxeCore & SmmCore.… 1397 # If this PCD is TRUE, DxeCore publishs PropertiesTable. 1398 # DxeCore evaluates if all runtime drivers has 4K aligned PE sections. If all 1399 # PE sections in runtime drivers are 4K aligned, DxeCore sets BIT0 in 1400 # PropertiesTable. Or DxeCore clears BIT0 in PropertiesTable. 1401 # If this PCD is FALSE, DxeCore does not publish PropertiesTable. [all …]
|
/device/linaro/bootloader/edk2/MdePkg/ |
D | MdePkg.uni | 125 …nSpaceGuid_PcdStatusCodeValueDxeCoreEntry_PROMPT #language en-US "Progress Code for DxeCore Entry" 127 …StatusCodeValueDxeCoreEntry_HELP #language en-US "Status code value for DxeCore entry. EFI_SOFTWA… 129 …odeValueDxeCoreHandoffToBds_PROMPT #language en-US "Progress Code for Handoff from DxeCore to BDS" 131 …reHandoffToBds_HELP #language en-US "Status code value for handoff from DxeCore to BDS. EFI_SOFTW…
|
D | MdePkg.dec | 1796 ## Status code value for DxeCore entry. 1798 # @Prompt Progress Code for DxeCore Entry. 1802 ## Status code value for handoff from DxeCore to BDS. 1804 # @Prompt Progress Code for Handoff from DxeCore to BDS.
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/ |
D | PlatformPkgIA32.dsc | 548 …tchToLongMode is TRUE, DxeIpl will load a 64-bit DxeCore and switch to long mode to hand over to D…
|
D | PlatformPkgGccX64.dsc | 548 …tchToLongMode is TRUE, DxeIpl will load a 64-bit DxeCore and switch to long mode to hand over to D…
|
12