├── .github └── CODEOWNERS ├── .gitignore ├── AUTHORS ├── Bin ├── Hash2DxeCrypto.efi ├── LICENSE.Hash2DxeCrypto ├── LICENSE.OVMF ├── LICENSE.Pkcs7VerifyDxe ├── Makefile ├── OVMF.fd ├── Pkcs7VerifyDxe.efi ├── README └── flash ├── Conf └── SELoader.conf ├── Env.mk ├── Key ├── efi_sb_keys │ ├── DB.key │ ├── DB.pem │ ├── KEK.key │ ├── KEK.pem │ ├── PK.key │ ├── PK.pem │ ├── ms-DB.pem │ └── ms-KEK.pem └── mok_sb_keys │ ├── shim_cert.key │ ├── shim_cert.pem │ ├── vendor_cert.key │ └── vendor_cert.pem ├── LICENSE ├── LICENSE.edk2 ├── MAINTAINERS ├── Makefile ├── NEWS ├── README ├── Rules.mk ├── Src ├── Efi │ ├── BuildInfo.c.in │ ├── Include │ │ ├── BaseLibrary.h │ │ ├── Edk2 │ │ │ ├── AArch64 │ │ │ │ └── ProcessorBind.h │ │ │ ├── Arm │ │ │ │ └── ProcessorBind.h │ │ │ ├── Base.h │ │ │ ├── Ebc │ │ │ │ └── ProcessorBind.h │ │ │ ├── Guid │ │ │ │ ├── Acpi.h │ │ │ │ ├── Apriori.h │ │ │ │ ├── AprioriFileName.h │ │ │ │ ├── CapsuleReport.h │ │ │ │ ├── Cper.h │ │ │ │ ├── DebugImageInfoTable.h │ │ │ │ ├── DxeServices.h │ │ │ │ ├── EventGroup.h │ │ │ │ ├── EventLegacyBios.h │ │ │ │ ├── FileInfo.h │ │ │ │ ├── FileSystemInfo.h │ │ │ │ ├── FileSystemVolumeLabelInfo.h │ │ │ │ ├── FirmwareContentsSigned.h │ │ │ │ ├── FirmwareFileSystem2.h │ │ │ │ ├── FirmwareFileSystem3.h │ │ │ │ ├── FmpCapsule.h │ │ │ │ ├── GlobalVariable.h │ │ │ │ ├── Gpt.h │ │ │ │ ├── GraphicsInfoHob.h │ │ │ │ ├── HardwareErrorVariable.h │ │ │ │ ├── HiiFormMapMethodGuid.h │ │ │ │ ├── HiiKeyBoardLayout.h │ │ │ │ ├── HiiPlatformSetupFormset.h │ │ │ │ ├── HobList.h │ │ │ │ ├── ImageAuthentication.h │ │ │ │ ├── MdePkgTokenSpace.h │ │ │ │ ├── MemoryAllocationHob.h │ │ │ │ ├── MemoryAttributesTable.h │ │ │ │ ├── MemoryOverwriteControl.h │ │ │ │ ├── Mps.h │ │ │ │ ├── PcAnsi.h │ │ │ │ ├── PropertiesTable.h │ │ │ │ ├── SalSystemTable.h │ │ │ │ ├── SmBios.h │ │ │ │ ├── StatusCodeDataTypeId.h │ │ │ │ ├── SystemResourceTable.h │ │ │ │ ├── VectorHandoffTable.h │ │ │ │ └── WinCertificate.h │ │ │ ├── Ia32 │ │ │ │ └── ProcessorBind.h │ │ │ ├── IndustryStandard │ │ │ │ ├── Acpi.h │ │ │ │ ├── Acpi10.h │ │ │ │ ├── Acpi20.h │ │ │ │ ├── Acpi30.h │ │ │ │ ├── Acpi40.h │ │ │ │ ├── Acpi50.h │ │ │ │ ├── Acpi51.h │ │ │ │ ├── Acpi60.h │ │ │ │ ├── Acpi61.h │ │ │ │ ├── AcpiAml.h │ │ │ │ ├── AlertStandardFormatTable.h │ │ │ │ ├── Atapi.h │ │ │ │ ├── Bluetooth.h │ │ │ │ ├── Bmp.h │ │ │ │ ├── DebugPort2Table.h │ │ │ │ ├── DebugPortTable.h │ │ │ │ ├── Dhcp.h │ │ │ │ ├── DmaRemappingReportingTable.h │ │ │ │ ├── ElTorito.h │ │ │ │ ├── Emmc.h │ │ │ │ ├── HighPrecisionEventTimerTable.h │ │ │ │ ├── Hsti.h │ │ │ │ ├── Http11.h │ │ │ │ ├── IScsiBootFirmwareTable.h │ │ │ │ ├── Ipmi.h │ │ │ │ ├── IpmiNetFnApp.h │ │ │ │ ├── IpmiNetFnBridge.h │ │ │ │ ├── IpmiNetFnChassis.h │ │ │ │ ├── IpmiNetFnFirmware.h │ │ │ │ ├── IpmiNetFnGroupExtension.h │ │ │ │ ├── IpmiNetFnSensorEvent.h │ │ │ │ ├── IpmiNetFnStorage.h │ │ │ │ ├── IpmiNetFnTransport.h │ │ │ │ ├── LegacyBiosMpTable.h │ │ │ │ ├── LowPowerIdleTable.h │ │ │ │ ├── Mbr.h │ │ │ │ ├── MemoryMappedConfigurationSpaceAccessTable.h │ │ │ │ ├── MemoryOverwriteRequestControlLock.h │ │ │ │ ├── Nvme.h │ │ │ │ ├── Pal.h │ │ │ │ ├── Pci.h │ │ │ │ ├── Pci22.h │ │ │ │ ├── Pci23.h │ │ │ │ ├── Pci30.h │ │ │ │ ├── PciCodeId.h │ │ │ │ ├── PciExpress21.h │ │ │ │ ├── PciExpress30.h │ │ │ │ ├── PciExpress31.h │ │ │ │ ├── PeImage.h │ │ │ │ ├── Sal.h │ │ │ │ ├── Scsi.h │ │ │ │ ├── Sd.h │ │ │ │ ├── SdramSpd.h │ │ │ │ ├── SdramSpdDdr3.h │ │ │ │ ├── SdramSpdDdr4.h │ │ │ │ ├── SdramSpdLpDdr.h │ │ │ │ ├── SerialPortConsoleRedirectionTable.h │ │ │ │ ├── SmBios.h │ │ │ │ ├── SmBus.h │ │ │ │ ├── TcgPhysicalPresence.h │ │ │ │ ├── TcgStorageCore.h │ │ │ │ ├── TcgStorageOpal.h │ │ │ │ ├── TcpaAcpi.h │ │ │ │ ├── Tls1.h │ │ │ │ ├── Tpm12.h │ │ │ │ ├── Tpm20.h │ │ │ │ ├── Tpm2Acpi.h │ │ │ │ ├── TpmPtp.h │ │ │ │ ├── TpmTis.h │ │ │ │ ├── UefiTcgPlatform.h │ │ │ │ ├── Usb.h │ │ │ │ ├── WatchdogActionTable.h │ │ │ │ ├── WatchdogResourceTable.h │ │ │ │ ├── WindowsSmmSecurityMitigationTable.h │ │ │ │ └── WindowsUxCapsule.h │ │ │ ├── Ipf │ │ │ │ ├── IpfMacro.i │ │ │ │ └── ProcessorBind.h │ │ │ ├── Library │ │ │ │ ├── BaseLib.h │ │ │ │ ├── BaseMemoryLib.h │ │ │ │ ├── CacheMaintenanceLib.h │ │ │ │ ├── CpuLib.h │ │ │ │ ├── DebugLib.h │ │ │ │ ├── DebugPrintErrorLevelLib.h │ │ │ │ ├── DevicePathLib.h │ │ │ │ ├── DxeCoreEntryPoint.h │ │ │ │ ├── DxeServicesLib.h │ │ │ │ ├── DxeServicesTableLib.h │ │ │ │ ├── ExtendedSalLib.h │ │ │ │ ├── ExtractGuidedSectionLib.h │ │ │ │ ├── FileHandleLib.h │ │ │ │ ├── HobLib.h │ │ │ │ ├── HstiLib.h │ │ │ │ ├── IoLib.h │ │ │ │ ├── MemoryAllocationLib.h │ │ │ │ ├── OrderedCollectionLib.h │ │ │ │ ├── PalLib.h │ │ │ │ ├── PcdLib.h │ │ │ │ ├── PciCf8Lib.h │ │ │ │ ├── PciExpressLib.h │ │ │ │ ├── PciLib.h │ │ │ │ ├── PciSegmentLib.h │ │ │ │ ├── PeCoffExtraActionLib.h │ │ │ │ ├── PeCoffGetEntryPointLib.h │ │ │ │ ├── PeCoffLib.h │ │ │ │ ├── PeiCoreEntryPoint.h │ │ │ │ ├── PeiServicesLib.h │ │ │ │ ├── PeiServicesTablePointerLib.h │ │ │ │ ├── PeimEntryPoint.h │ │ │ │ ├── PerformanceLib.h │ │ │ │ ├── PostCodeLib.h │ │ │ │ ├── PrintLib.h │ │ │ │ ├── ReportStatusCodeLib.h │ │ │ │ ├── ResourcePublicationLib.h │ │ │ │ ├── RngLib.h │ │ │ │ ├── S3BootScriptLib.h │ │ │ │ ├── S3IoLib.h │ │ │ │ ├── S3PciLib.h │ │ │ │ ├── S3SmbusLib.h │ │ │ │ ├── S3StallLib.h │ │ │ │ ├── SalLib.h │ │ │ │ ├── SerialPortLib.h │ │ │ │ ├── SmbusLib.h │ │ │ │ ├── SmiHandlerProfileLib.h │ │ │ │ ├── SmmLib.h │ │ │ │ ├── SmmMemLib.h │ │ │ │ ├── SmmPeriodicSmiLib.h │ │ │ │ ├── SmmServicesTableLib.h │ │ │ │ ├── SynchronizationLib.h │ │ │ │ ├── TimerLib.h │ │ │ │ ├── UefiApplicationEntryPoint.h │ │ │ │ ├── UefiBootServicesTableLib.h │ │ │ │ ├── UefiDecompressLib.h │ │ │ │ ├── UefiDriverEntryPoint.h │ │ │ │ ├── UefiLib.h │ │ │ │ ├── UefiRuntimeLib.h │ │ │ │ ├── UefiRuntimeServicesTableLib.h │ │ │ │ ├── UefiScsiLib.h │ │ │ │ └── UefiUsbLib.h │ │ │ ├── Pi │ │ │ │ ├── PiBootMode.h │ │ │ │ ├── PiDependency.h │ │ │ │ ├── PiDxeCis.h │ │ │ │ ├── PiFirmwareFile.h │ │ │ │ ├── PiFirmwareVolume.h │ │ │ │ ├── PiHob.h │ │ │ │ ├── PiI2c.h │ │ │ │ ├── PiMultiPhase.h │ │ │ │ ├── PiPeiCis.h │ │ │ │ ├── PiS3BootScript.h │ │ │ │ ├── PiSmmCis.h │ │ │ │ ├── PiSmmCommunicationAcpiTable.h │ │ │ │ └── PiStatusCode.h │ │ │ ├── PiDxe.h │ │ │ ├── PiPei.h │ │ │ ├── PiSmm.h │ │ │ ├── Ppi │ │ │ │ ├── BlockIo.h │ │ │ │ ├── BlockIo2.h │ │ │ │ ├── BootInRecoveryMode.h │ │ │ │ ├── Capsule.h │ │ │ │ ├── CpuIo.h │ │ │ │ ├── Decompress.h │ │ │ │ ├── DeviceRecoveryModule.h │ │ │ │ ├── DxeIpl.h │ │ │ │ ├── EndOfPeiPhase.h │ │ │ │ ├── FirmwareVolume.h │ │ │ │ ├── FirmwareVolumeInfo.h │ │ │ │ ├── FirmwareVolumeInfo2.h │ │ │ │ ├── Graphics.h │ │ │ │ ├── GuidedSectionExtraction.h │ │ │ │ ├── I2cMaster.h │ │ │ │ ├── IsaHc.h │ │ │ │ ├── LoadFile.h │ │ │ │ ├── LoadImage.h │ │ │ │ ├── MasterBootMode.h │ │ │ │ ├── MemoryDiscovered.h │ │ │ │ ├── MpServices.h │ │ │ │ ├── Pcd.h │ │ │ │ ├── PcdInfo.h │ │ │ │ ├── PciCfg2.h │ │ │ │ ├── PiPcd.h │ │ │ │ ├── PiPcdInfo.h │ │ │ │ ├── ReadOnlyVariable2.h │ │ │ │ ├── RecoveryModule.h │ │ │ │ ├── ReportStatusCodeHandler.h │ │ │ │ ├── Reset.h │ │ │ │ ├── Reset2.h │ │ │ │ ├── S3Resume2.h │ │ │ │ ├── SecPlatformInformation.h │ │ │ │ ├── SecPlatformInformation2.h │ │ │ │ ├── Security2.h │ │ │ │ ├── Smbus2.h │ │ │ │ ├── Stall.h │ │ │ │ ├── StatusCode.h │ │ │ │ ├── SuperIo.h │ │ │ │ ├── TemporaryRamDone.h │ │ │ │ ├── TemporaryRamSupport.h │ │ │ │ └── VectorHandoffInfo.h │ │ │ ├── Protocol │ │ │ │ ├── AbsolutePointer.h │ │ │ │ ├── AcpiSystemDescriptionTable.h │ │ │ │ ├── AcpiTable.h │ │ │ │ ├── AdapterInformation.h │ │ │ │ ├── Arp.h │ │ │ │ ├── AtaPassThru.h │ │ │ │ ├── AuthenticationInfo.h │ │ │ │ ├── Bds.h │ │ │ │ ├── Bis.h │ │ │ │ ├── BlockIo.h │ │ │ │ ├── BlockIo2.h │ │ │ │ ├── BlockIoCrypto.h │ │ │ │ ├── BluetoothConfig.h │ │ │ │ ├── BluetoothHc.h │ │ │ │ ├── BluetoothIo.h │ │ │ │ ├── BootManagerPolicy.h │ │ │ │ ├── BusSpecificDriverOverride.h │ │ │ │ ├── Capsule.h │ │ │ │ ├── ComponentName.h │ │ │ │ ├── ComponentName2.h │ │ │ │ ├── Cpu.h │ │ │ │ ├── CpuIo2.h │ │ │ │ ├── DebugPort.h │ │ │ │ ├── DebugSupport.h │ │ │ │ ├── Decompress.h │ │ │ │ ├── DeferredImageLoad.h │ │ │ │ ├── DeviceIo.h │ │ │ │ ├── DevicePath.h │ │ │ │ ├── DevicePathFromText.h │ │ │ │ ├── DevicePathToText.h │ │ │ │ ├── DevicePathUtilities.h │ │ │ │ ├── Dhcp4.h │ │ │ │ ├── Dhcp6.h │ │ │ │ ├── DiskInfo.h │ │ │ │ ├── DiskIo.h │ │ │ │ ├── DiskIo2.h │ │ │ │ ├── Dns4.h │ │ │ │ ├── Dns6.h │ │ │ │ ├── DriverBinding.h │ │ │ │ ├── DriverConfiguration.h │ │ │ │ ├── DriverConfiguration2.h │ │ │ │ ├── DriverDiagnostics.h │ │ │ │ ├── DriverDiagnostics2.h │ │ │ │ ├── DriverFamilyOverride.h │ │ │ │ ├── DriverHealth.h │ │ │ │ ├── DriverSupportedEfiVersion.h │ │ │ │ ├── DxeSmmReadyToLock.h │ │ │ │ ├── Eap.h │ │ │ │ ├── EapConfiguration.h │ │ │ │ ├── EapManagement.h │ │ │ │ ├── EapManagement2.h │ │ │ │ ├── Ebc.h │ │ │ │ ├── EdidActive.h │ │ │ │ ├── EdidDiscovered.h │ │ │ │ ├── EdidOverride.h │ │ │ │ ├── EraseBlock.h │ │ │ │ ├── ExtendedSalBootService.h │ │ │ │ ├── ExtendedSalServiceClasses.h │ │ │ │ ├── FirmwareManagement.h │ │ │ │ ├── FirmwareVolume2.h │ │ │ │ ├── FirmwareVolumeBlock.h │ │ │ │ ├── FormBrowser2.h │ │ │ │ ├── Ftp4.h │ │ │ │ ├── GraphicsOutput.h │ │ │ │ ├── GuidedSectionExtraction.h │ │ │ │ ├── Hash.h │ │ │ │ ├── Hash2.h │ │ │ │ ├── HiiConfigAccess.h │ │ │ │ ├── HiiConfigKeyword.h │ │ │ │ ├── HiiConfigRouting.h │ │ │ │ ├── HiiDatabase.h │ │ │ │ ├── HiiFont.h │ │ │ │ ├── HiiImage.h │ │ │ │ ├── HiiImageDecoder.h │ │ │ │ ├── HiiImageEx.h │ │ │ │ ├── HiiPackageList.h │ │ │ │ ├── HiiString.h │ │ │ │ ├── Http.h │ │ │ │ ├── HttpUtilities.h │ │ │ │ ├── I2cBusConfigurationManagement.h │ │ │ │ ├── I2cEnumerate.h │ │ │ │ ├── I2cHost.h │ │ │ │ ├── I2cIo.h │ │ │ │ ├── I2cMaster.h │ │ │ │ ├── IScsiInitiatorName.h │ │ │ │ ├── IdeControllerInit.h │ │ │ │ ├── IncompatiblePciDeviceSupport.h │ │ │ │ ├── Ip4.h │ │ │ │ ├── Ip4Config.h │ │ │ │ ├── Ip4Config2.h │ │ │ │ ├── Ip6.h │ │ │ │ ├── Ip6Config.h │ │ │ │ ├── IpSec.h │ │ │ │ ├── IpSecConfig.h │ │ │ │ ├── IsaHc.h │ │ │ │ ├── Kms.h │ │ │ │ ├── LegacyRegion2.h │ │ │ │ ├── LoadFile.h │ │ │ │ ├── LoadFile2.h │ │ │ │ ├── LoadedImage.h │ │ │ │ ├── ManagedNetwork.h │ │ │ │ ├── McaInitPmi.h │ │ │ │ ├── Metronome.h │ │ │ │ ├── MonotonicCounter.h │ │ │ │ ├── MpService.h │ │ │ │ ├── Mtftp4.h │ │ │ │ ├── Mtftp6.h │ │ │ │ ├── NetworkInterfaceIdentifier.h │ │ │ │ ├── NvmExpressPassthru.h │ │ │ │ ├── Pcd.h │ │ │ │ ├── PcdInfo.h │ │ │ │ ├── PciEnumerationComplete.h │ │ │ │ ├── PciHostBridgeResourceAllocation.h │ │ │ │ ├── PciHotPlugInit.h │ │ │ │ ├── PciHotPlugRequest.h │ │ │ │ ├── PciIo.h │ │ │ │ ├── PciOverride.h │ │ │ │ ├── PciPlatform.h │ │ │ │ ├── PciRootBridgeIo.h │ │ │ │ ├── PiPcd.h │ │ │ │ ├── PiPcdInfo.h │ │ │ │ ├── Pkcs7Verify.h │ │ │ │ ├── PlatformDriverOverride.h │ │ │ │ ├── PlatformToDriverConfiguration.h │ │ │ │ ├── PxeBaseCode.h │ │ │ │ ├── PxeBaseCodeCallBack.h │ │ │ │ ├── RamDisk.h │ │ │ │ ├── RealTimeClock.h │ │ │ │ ├── RegularExpressionProtocol.h │ │ │ │ ├── ReportStatusCodeHandler.h │ │ │ │ ├── Reset.h │ │ │ │ ├── Rest.h │ │ │ │ ├── Rng.h │ │ │ │ ├── Runtime.h │ │ │ │ ├── S3SaveState.h │ │ │ │ ├── S3SmmSaveState.h │ │ │ │ ├── ScsiIo.h │ │ │ │ ├── ScsiPassThru.h │ │ │ │ ├── ScsiPassThruExt.h │ │ │ │ ├── SdMmcPassThru.h │ │ │ │ ├── Security.h │ │ │ │ ├── Security2.h │ │ │ │ ├── SecurityPolicy.h │ │ │ │ ├── SerialIo.h │ │ │ │ ├── ServiceBinding.h │ │ │ │ ├── Shell.h │ │ │ │ ├── ShellDynamicCommand.h │ │ │ │ ├── ShellParameters.h │ │ │ │ ├── SimpleFileSystem.h │ │ │ │ ├── SimpleNetwork.h │ │ │ │ ├── SimplePointer.h │ │ │ │ ├── SimpleTextIn.h │ │ │ │ ├── SimpleTextInEx.h │ │ │ │ ├── SimpleTextOut.h │ │ │ │ ├── SmartCardEdge.h │ │ │ │ ├── SmartCardReader.h │ │ │ │ ├── Smbios.h │ │ │ │ ├── SmbusHc.h │ │ │ │ ├── SmmAccess2.h │ │ │ │ ├── SmmBase2.h │ │ │ │ ├── SmmCommunication.h │ │ │ │ ├── SmmConfiguration.h │ │ │ │ ├── SmmControl2.h │ │ │ │ ├── SmmCpu.h │ │ │ │ ├── SmmCpuIo2.h │ │ │ │ ├── SmmEndOfDxe.h │ │ │ │ ├── SmmGpiDispatch2.h │ │ │ │ ├── SmmIoTrapDispatch2.h │ │ │ │ ├── SmmPciRootBridgeIo.h │ │ │ │ ├── SmmPeriodicTimerDispatch2.h │ │ │ │ ├── SmmPowerButtonDispatch2.h │ │ │ │ ├── SmmReadyToLock.h │ │ │ │ ├── SmmReportStatusCodeHandler.h │ │ │ │ ├── SmmStandbyButtonDispatch2.h │ │ │ │ ├── SmmStatusCode.h │ │ │ │ ├── SmmSwDispatch2.h │ │ │ │ ├── SmmSxDispatch2.h │ │ │ │ ├── SmmUsbDispatch2.h │ │ │ │ ├── StatusCode.h │ │ │ │ ├── StorageSecurityCommand.h │ │ │ │ ├── SuperIo.h │ │ │ │ ├── SuperIoControl.h │ │ │ │ ├── Supplicant.h │ │ │ │ ├── TapeIo.h │ │ │ │ ├── Tcg2Protocol.h │ │ │ │ ├── TcgService.h │ │ │ │ ├── Tcp4.h │ │ │ │ ├── Tcp6.h │ │ │ │ ├── Timer.h │ │ │ │ ├── Timestamp.h │ │ │ │ ├── Tls.h │ │ │ │ ├── TlsConfig.h │ │ │ │ ├── TrEEProtocol.h │ │ │ │ ├── Udp4.h │ │ │ │ ├── Udp6.h │ │ │ │ ├── UgaDraw.h │ │ │ │ ├── UgaIo.h │ │ │ │ ├── UnicodeCollation.h │ │ │ │ ├── Usb2HostController.h │ │ │ │ ├── UsbFunctionIo.h │ │ │ │ ├── UsbHostController.h │ │ │ │ ├── UsbIo.h │ │ │ │ ├── UserCredential.h │ │ │ │ ├── UserCredential2.h │ │ │ │ ├── UserManager.h │ │ │ │ ├── Variable.h │ │ │ │ ├── VariableWrite.h │ │ │ │ ├── VlanConfig.h │ │ │ │ ├── WatchdogTimer.h │ │ │ │ ├── WiFi.h │ │ │ │ └── WiFi2.h │ │ │ ├── Uefi.h │ │ │ ├── Uefi │ │ │ │ ├── UefiAcpiDataTable.h │ │ │ │ ├── UefiBaseType.h │ │ │ │ ├── UefiGpt.h │ │ │ │ ├── UefiInternalFormRepresentation.h │ │ │ │ ├── UefiMultiPhase.h │ │ │ │ ├── UefiPxe.h │ │ │ │ └── UefiSpec.h │ │ │ └── X64 │ │ │ │ └── ProcessorBind.h │ │ ├── Efi.h │ │ ├── EfiLibrary.h │ │ ├── GnuEfi.h │ │ ├── Mok2Verify.h │ │ ├── MokVerify.h │ │ └── SELoader.h │ ├── Lib │ │ ├── BaseLibrary │ │ │ ├── Makefile │ │ │ ├── MemCmp.c │ │ │ ├── MemCpy.c │ │ │ ├── MemDup.c │ │ │ ├── MemMove.c │ │ │ ├── MemSet.c │ │ │ ├── StrAppend.c │ │ │ ├── StrCaseCmp.c │ │ │ ├── StrChr.c │ │ │ ├── StrCmp.c │ │ │ ├── StrCpy.c │ │ │ ├── StrDup.c │ │ │ ├── StrEndsWith.c │ │ │ ├── StrLen.c │ │ │ ├── StrStr.c │ │ │ ├── StrnChr.c │ │ │ ├── StrnCpy.c │ │ │ ├── StrnLen.c │ │ │ ├── StrrChr.c │ │ │ └── StrrStr.c │ │ ├── Console.c │ │ ├── Device.c │ │ ├── DevicePath.c │ │ ├── EfiLibrary.c │ │ ├── File.c │ │ ├── Hash.c │ │ ├── Image.c │ │ ├── Internal.h │ │ ├── Makefile │ │ ├── Memory.c │ │ ├── Mok2Verify.c │ │ ├── MokVerify.c │ │ ├── Pkcs7Verify.c │ │ ├── Protocol.c │ │ ├── ResetSystem.c │ │ ├── Sap.c │ │ ├── Sap2.c │ │ ├── SecurityPolicy.c │ │ ├── Signature.c │ │ ├── Stall.c │ │ ├── UefiSecureBoot.c │ │ └── Variable.c │ ├── Makefile │ └── SELoader.c └── Makefile ├── TODO └── Version.mk /.github/CODEOWNERS: -------------------------------------------------------------------------------- 1 | * @jiazhang0 2 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/.gitignore -------------------------------------------------------------------------------- /AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/AUTHORS -------------------------------------------------------------------------------- /Bin/Hash2DxeCrypto.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Bin/Hash2DxeCrypto.efi -------------------------------------------------------------------------------- /Bin/LICENSE.Hash2DxeCrypto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Bin/LICENSE.Hash2DxeCrypto -------------------------------------------------------------------------------- /Bin/LICENSE.OVMF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Bin/LICENSE.OVMF -------------------------------------------------------------------------------- /Bin/LICENSE.Pkcs7VerifyDxe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Bin/LICENSE.Pkcs7VerifyDxe -------------------------------------------------------------------------------- /Bin/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Bin/Makefile -------------------------------------------------------------------------------- /Bin/OVMF.fd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Bin/OVMF.fd -------------------------------------------------------------------------------- /Bin/Pkcs7VerifyDxe.efi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Bin/Pkcs7VerifyDxe.efi -------------------------------------------------------------------------------- /Bin/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Bin/README -------------------------------------------------------------------------------- /Bin/flash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Bin/flash -------------------------------------------------------------------------------- /Conf/SELoader.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Conf/SELoader.conf -------------------------------------------------------------------------------- /Env.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Env.mk -------------------------------------------------------------------------------- /Key/efi_sb_keys/DB.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Key/efi_sb_keys/DB.key -------------------------------------------------------------------------------- /Key/efi_sb_keys/DB.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Key/efi_sb_keys/DB.pem -------------------------------------------------------------------------------- /Key/efi_sb_keys/KEK.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Key/efi_sb_keys/KEK.key -------------------------------------------------------------------------------- /Key/efi_sb_keys/KEK.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Key/efi_sb_keys/KEK.pem -------------------------------------------------------------------------------- /Key/efi_sb_keys/PK.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Key/efi_sb_keys/PK.key -------------------------------------------------------------------------------- /Key/efi_sb_keys/PK.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Key/efi_sb_keys/PK.pem -------------------------------------------------------------------------------- /Key/efi_sb_keys/ms-DB.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Key/efi_sb_keys/ms-DB.pem -------------------------------------------------------------------------------- /Key/efi_sb_keys/ms-KEK.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Key/efi_sb_keys/ms-KEK.pem -------------------------------------------------------------------------------- /Key/mok_sb_keys/shim_cert.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Key/mok_sb_keys/shim_cert.key -------------------------------------------------------------------------------- /Key/mok_sb_keys/shim_cert.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Key/mok_sb_keys/shim_cert.pem -------------------------------------------------------------------------------- /Key/mok_sb_keys/vendor_cert.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Key/mok_sb_keys/vendor_cert.key -------------------------------------------------------------------------------- /Key/mok_sb_keys/vendor_cert.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Key/mok_sb_keys/vendor_cert.pem -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/LICENSE -------------------------------------------------------------------------------- /LICENSE.edk2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/LICENSE.edk2 -------------------------------------------------------------------------------- /MAINTAINERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/MAINTAINERS -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Makefile -------------------------------------------------------------------------------- /NEWS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/NEWS -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/README -------------------------------------------------------------------------------- /Rules.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Rules.mk -------------------------------------------------------------------------------- /Src/Efi/BuildInfo.c.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/BuildInfo.c.in -------------------------------------------------------------------------------- /Src/Efi/Include/BaseLibrary.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/BaseLibrary.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/AArch64/ProcessorBind.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/AArch64/ProcessorBind.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Arm/ProcessorBind.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Arm/ProcessorBind.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Base.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Base.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Ebc/ProcessorBind.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Ebc/ProcessorBind.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Guid/Acpi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Guid/Acpi.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Guid/Apriori.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Guid/Apriori.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Guid/AprioriFileName.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Guid/AprioriFileName.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Guid/CapsuleReport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Guid/CapsuleReport.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Guid/Cper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Guid/Cper.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Guid/DebugImageInfoTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Guid/DebugImageInfoTable.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Guid/DxeServices.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Guid/DxeServices.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Guid/EventGroup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Guid/EventGroup.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Guid/EventLegacyBios.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Guid/EventLegacyBios.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Guid/FileInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Guid/FileInfo.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Guid/FileSystemInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Guid/FileSystemInfo.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Guid/FileSystemVolumeLabelInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Guid/FileSystemVolumeLabelInfo.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Guid/FirmwareContentsSigned.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Guid/FirmwareContentsSigned.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Guid/FirmwareFileSystem2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Guid/FirmwareFileSystem2.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Guid/FirmwareFileSystem3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Guid/FirmwareFileSystem3.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Guid/FmpCapsule.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Guid/FmpCapsule.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Guid/GlobalVariable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Guid/GlobalVariable.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Guid/Gpt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Guid/Gpt.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Guid/GraphicsInfoHob.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Guid/GraphicsInfoHob.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Guid/HardwareErrorVariable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Guid/HardwareErrorVariable.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Guid/HiiFormMapMethodGuid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Guid/HiiFormMapMethodGuid.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Guid/HiiKeyBoardLayout.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Guid/HiiKeyBoardLayout.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Guid/HiiPlatformSetupFormset.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Guid/HiiPlatformSetupFormset.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Guid/HobList.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Guid/HobList.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Guid/ImageAuthentication.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Guid/ImageAuthentication.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Guid/MdePkgTokenSpace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Guid/MdePkgTokenSpace.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Guid/MemoryAllocationHob.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Guid/MemoryAllocationHob.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Guid/MemoryAttributesTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Guid/MemoryAttributesTable.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Guid/MemoryOverwriteControl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Guid/MemoryOverwriteControl.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Guid/Mps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Guid/Mps.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Guid/PcAnsi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Guid/PcAnsi.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Guid/PropertiesTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Guid/PropertiesTable.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Guid/SalSystemTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Guid/SalSystemTable.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Guid/SmBios.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Guid/SmBios.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Guid/StatusCodeDataTypeId.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Guid/StatusCodeDataTypeId.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Guid/SystemResourceTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Guid/SystemResourceTable.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Guid/VectorHandoffTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Guid/VectorHandoffTable.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Guid/WinCertificate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Guid/WinCertificate.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Ia32/ProcessorBind.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Ia32/ProcessorBind.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/IndustryStandard/Acpi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/IndustryStandard/Acpi.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/IndustryStandard/Acpi10.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/IndustryStandard/Acpi10.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/IndustryStandard/Acpi20.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/IndustryStandard/Acpi20.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/IndustryStandard/Acpi30.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/IndustryStandard/Acpi30.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/IndustryStandard/Acpi40.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/IndustryStandard/Acpi40.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/IndustryStandard/Acpi50.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/IndustryStandard/Acpi50.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/IndustryStandard/Acpi51.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/IndustryStandard/Acpi51.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/IndustryStandard/Acpi60.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/IndustryStandard/Acpi60.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/IndustryStandard/Acpi61.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/IndustryStandard/Acpi61.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/IndustryStandard/AcpiAml.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/IndustryStandard/AcpiAml.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/IndustryStandard/AlertStandardFormatTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/IndustryStandard/AlertStandardFormatTable.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/IndustryStandard/Atapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/IndustryStandard/Atapi.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/IndustryStandard/Bluetooth.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/IndustryStandard/Bluetooth.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/IndustryStandard/Bmp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/IndustryStandard/Bmp.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/IndustryStandard/DebugPort2Table.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/IndustryStandard/DebugPort2Table.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/IndustryStandard/DebugPortTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/IndustryStandard/DebugPortTable.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/IndustryStandard/Dhcp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/IndustryStandard/Dhcp.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/IndustryStandard/DmaRemappingReportingTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/IndustryStandard/DmaRemappingReportingTable.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/IndustryStandard/ElTorito.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/IndustryStandard/ElTorito.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/IndustryStandard/Emmc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/IndustryStandard/Emmc.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/IndustryStandard/HighPrecisionEventTimerTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/IndustryStandard/HighPrecisionEventTimerTable.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/IndustryStandard/Hsti.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/IndustryStandard/Hsti.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/IndustryStandard/Http11.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/IndustryStandard/Http11.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/IndustryStandard/IScsiBootFirmwareTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/IndustryStandard/IScsiBootFirmwareTable.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/IndustryStandard/Ipmi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/IndustryStandard/Ipmi.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/IndustryStandard/IpmiNetFnApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/IndustryStandard/IpmiNetFnApp.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/IndustryStandard/IpmiNetFnBridge.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/IndustryStandard/IpmiNetFnBridge.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/IndustryStandard/IpmiNetFnChassis.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/IndustryStandard/IpmiNetFnChassis.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/IndustryStandard/IpmiNetFnFirmware.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/IndustryStandard/IpmiNetFnFirmware.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/IndustryStandard/IpmiNetFnGroupExtension.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/IndustryStandard/IpmiNetFnGroupExtension.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/IndustryStandard/IpmiNetFnSensorEvent.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/IndustryStandard/IpmiNetFnSensorEvent.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/IndustryStandard/IpmiNetFnStorage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/IndustryStandard/IpmiNetFnStorage.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/IndustryStandard/IpmiNetFnTransport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/IndustryStandard/IpmiNetFnTransport.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/IndustryStandard/LegacyBiosMpTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/IndustryStandard/LegacyBiosMpTable.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/IndustryStandard/LowPowerIdleTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/IndustryStandard/LowPowerIdleTable.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/IndustryStandard/Mbr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/IndustryStandard/Mbr.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/IndustryStandard/MemoryMappedConfigurationSpaceAccessTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/IndustryStandard/MemoryMappedConfigurationSpaceAccessTable.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/IndustryStandard/MemoryOverwriteRequestControlLock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/IndustryStandard/MemoryOverwriteRequestControlLock.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/IndustryStandard/Nvme.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/IndustryStandard/Nvme.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/IndustryStandard/Pal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/IndustryStandard/Pal.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/IndustryStandard/Pci.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/IndustryStandard/Pci.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/IndustryStandard/Pci22.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/IndustryStandard/Pci22.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/IndustryStandard/Pci23.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/IndustryStandard/Pci23.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/IndustryStandard/Pci30.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/IndustryStandard/Pci30.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/IndustryStandard/PciCodeId.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/IndustryStandard/PciCodeId.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/IndustryStandard/PciExpress21.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/IndustryStandard/PciExpress21.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/IndustryStandard/PciExpress30.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/IndustryStandard/PciExpress30.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/IndustryStandard/PciExpress31.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/IndustryStandard/PciExpress31.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/IndustryStandard/PeImage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/IndustryStandard/PeImage.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/IndustryStandard/Sal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/IndustryStandard/Sal.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/IndustryStandard/Scsi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/IndustryStandard/Scsi.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/IndustryStandard/Sd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/IndustryStandard/Sd.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/IndustryStandard/SdramSpd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/IndustryStandard/SdramSpd.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/IndustryStandard/SdramSpdDdr3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/IndustryStandard/SdramSpdDdr3.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/IndustryStandard/SdramSpdDdr4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/IndustryStandard/SdramSpdDdr4.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/IndustryStandard/SdramSpdLpDdr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/IndustryStandard/SdramSpdLpDdr.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/IndustryStandard/SerialPortConsoleRedirectionTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/IndustryStandard/SerialPortConsoleRedirectionTable.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/IndustryStandard/SmBios.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/IndustryStandard/SmBios.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/IndustryStandard/SmBus.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/IndustryStandard/SmBus.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/IndustryStandard/TcgPhysicalPresence.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/IndustryStandard/TcgPhysicalPresence.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/IndustryStandard/TcgStorageCore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/IndustryStandard/TcgStorageCore.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/IndustryStandard/TcgStorageOpal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/IndustryStandard/TcgStorageOpal.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/IndustryStandard/TcpaAcpi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/IndustryStandard/TcpaAcpi.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/IndustryStandard/Tls1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/IndustryStandard/Tls1.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/IndustryStandard/Tpm12.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/IndustryStandard/Tpm12.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/IndustryStandard/Tpm20.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/IndustryStandard/Tpm20.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/IndustryStandard/Tpm2Acpi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/IndustryStandard/Tpm2Acpi.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/IndustryStandard/TpmPtp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/IndustryStandard/TpmPtp.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/IndustryStandard/TpmTis.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/IndustryStandard/TpmTis.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/IndustryStandard/UefiTcgPlatform.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/IndustryStandard/UefiTcgPlatform.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/IndustryStandard/Usb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/IndustryStandard/Usb.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/IndustryStandard/WatchdogActionTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/IndustryStandard/WatchdogActionTable.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/IndustryStandard/WatchdogResourceTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/IndustryStandard/WatchdogResourceTable.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/IndustryStandard/WindowsSmmSecurityMitigationTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/IndustryStandard/WindowsSmmSecurityMitigationTable.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/IndustryStandard/WindowsUxCapsule.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/IndustryStandard/WindowsUxCapsule.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Ipf/IpfMacro.i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Ipf/IpfMacro.i -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Ipf/ProcessorBind.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Ipf/ProcessorBind.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Library/BaseLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Library/BaseLib.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Library/BaseMemoryLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Library/BaseMemoryLib.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Library/CacheMaintenanceLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Library/CacheMaintenanceLib.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Library/CpuLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Library/CpuLib.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Library/DebugLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Library/DebugLib.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Library/DebugPrintErrorLevelLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Library/DebugPrintErrorLevelLib.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Library/DevicePathLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Library/DevicePathLib.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Library/DxeCoreEntryPoint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Library/DxeCoreEntryPoint.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Library/DxeServicesLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Library/DxeServicesLib.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Library/DxeServicesTableLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Library/DxeServicesTableLib.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Library/ExtendedSalLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Library/ExtendedSalLib.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Library/ExtractGuidedSectionLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Library/ExtractGuidedSectionLib.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Library/FileHandleLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Library/FileHandleLib.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Library/HobLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Library/HobLib.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Library/HstiLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Library/HstiLib.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Library/IoLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Library/IoLib.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Library/MemoryAllocationLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Library/MemoryAllocationLib.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Library/OrderedCollectionLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Library/OrderedCollectionLib.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Library/PalLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Library/PalLib.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Library/PcdLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Library/PcdLib.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Library/PciCf8Lib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Library/PciCf8Lib.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Library/PciExpressLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Library/PciExpressLib.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Library/PciLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Library/PciLib.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Library/PciSegmentLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Library/PciSegmentLib.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Library/PeCoffExtraActionLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Library/PeCoffExtraActionLib.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Library/PeCoffGetEntryPointLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Library/PeCoffGetEntryPointLib.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Library/PeCoffLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Library/PeCoffLib.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Library/PeiCoreEntryPoint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Library/PeiCoreEntryPoint.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Library/PeiServicesLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Library/PeiServicesLib.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Library/PeiServicesTablePointerLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Library/PeiServicesTablePointerLib.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Library/PeimEntryPoint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Library/PeimEntryPoint.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Library/PerformanceLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Library/PerformanceLib.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Library/PostCodeLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Library/PostCodeLib.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Library/PrintLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Library/PrintLib.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Library/ReportStatusCodeLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Library/ReportStatusCodeLib.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Library/ResourcePublicationLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Library/ResourcePublicationLib.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Library/RngLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Library/RngLib.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Library/S3BootScriptLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Library/S3BootScriptLib.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Library/S3IoLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Library/S3IoLib.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Library/S3PciLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Library/S3PciLib.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Library/S3SmbusLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Library/S3SmbusLib.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Library/S3StallLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Library/S3StallLib.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Library/SalLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Library/SalLib.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Library/SerialPortLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Library/SerialPortLib.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Library/SmbusLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Library/SmbusLib.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Library/SmiHandlerProfileLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Library/SmiHandlerProfileLib.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Library/SmmLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Library/SmmLib.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Library/SmmMemLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Library/SmmMemLib.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Library/SmmPeriodicSmiLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Library/SmmPeriodicSmiLib.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Library/SmmServicesTableLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Library/SmmServicesTableLib.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Library/SynchronizationLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Library/SynchronizationLib.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Library/TimerLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Library/TimerLib.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Library/UefiApplicationEntryPoint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Library/UefiApplicationEntryPoint.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Library/UefiBootServicesTableLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Library/UefiBootServicesTableLib.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Library/UefiDecompressLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Library/UefiDecompressLib.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Library/UefiDriverEntryPoint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Library/UefiDriverEntryPoint.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Library/UefiLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Library/UefiLib.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Library/UefiRuntimeLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Library/UefiRuntimeLib.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Library/UefiRuntimeServicesTableLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Library/UefiRuntimeServicesTableLib.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Library/UefiScsiLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Library/UefiScsiLib.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Library/UefiUsbLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Library/UefiUsbLib.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Pi/PiBootMode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Pi/PiBootMode.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Pi/PiDependency.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Pi/PiDependency.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Pi/PiDxeCis.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Pi/PiDxeCis.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Pi/PiFirmwareFile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Pi/PiFirmwareFile.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Pi/PiFirmwareVolume.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Pi/PiFirmwareVolume.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Pi/PiHob.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Pi/PiHob.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Pi/PiI2c.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Pi/PiI2c.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Pi/PiMultiPhase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Pi/PiMultiPhase.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Pi/PiPeiCis.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Pi/PiPeiCis.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Pi/PiS3BootScript.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Pi/PiS3BootScript.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Pi/PiSmmCis.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Pi/PiSmmCis.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Pi/PiSmmCommunicationAcpiTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Pi/PiSmmCommunicationAcpiTable.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Pi/PiStatusCode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Pi/PiStatusCode.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/PiDxe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/PiDxe.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/PiPei.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/PiPei.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/PiSmm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/PiSmm.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Ppi/BlockIo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Ppi/BlockIo.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Ppi/BlockIo2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Ppi/BlockIo2.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Ppi/BootInRecoveryMode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Ppi/BootInRecoveryMode.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Ppi/Capsule.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Ppi/Capsule.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Ppi/CpuIo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Ppi/CpuIo.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Ppi/Decompress.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Ppi/Decompress.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Ppi/DeviceRecoveryModule.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Ppi/DeviceRecoveryModule.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Ppi/DxeIpl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Ppi/DxeIpl.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Ppi/EndOfPeiPhase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Ppi/EndOfPeiPhase.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Ppi/FirmwareVolume.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Ppi/FirmwareVolume.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Ppi/FirmwareVolumeInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Ppi/FirmwareVolumeInfo.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Ppi/FirmwareVolumeInfo2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Ppi/FirmwareVolumeInfo2.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Ppi/Graphics.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Ppi/Graphics.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Ppi/GuidedSectionExtraction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Ppi/GuidedSectionExtraction.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Ppi/I2cMaster.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Ppi/I2cMaster.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Ppi/IsaHc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Ppi/IsaHc.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Ppi/LoadFile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Ppi/LoadFile.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Ppi/LoadImage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Ppi/LoadImage.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Ppi/MasterBootMode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Ppi/MasterBootMode.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Ppi/MemoryDiscovered.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Ppi/MemoryDiscovered.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Ppi/MpServices.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Ppi/MpServices.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Ppi/Pcd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Ppi/Pcd.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Ppi/PcdInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Ppi/PcdInfo.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Ppi/PciCfg2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Ppi/PciCfg2.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Ppi/PiPcd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Ppi/PiPcd.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Ppi/PiPcdInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Ppi/PiPcdInfo.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Ppi/ReadOnlyVariable2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Ppi/ReadOnlyVariable2.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Ppi/RecoveryModule.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Ppi/RecoveryModule.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Ppi/ReportStatusCodeHandler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Ppi/ReportStatusCodeHandler.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Ppi/Reset.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Ppi/Reset.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Ppi/Reset2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Ppi/Reset2.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Ppi/S3Resume2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Ppi/S3Resume2.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Ppi/SecPlatformInformation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Ppi/SecPlatformInformation.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Ppi/SecPlatformInformation2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Ppi/SecPlatformInformation2.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Ppi/Security2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Ppi/Security2.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Ppi/Smbus2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Ppi/Smbus2.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Ppi/Stall.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Ppi/Stall.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Ppi/StatusCode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Ppi/StatusCode.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Ppi/SuperIo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Ppi/SuperIo.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Ppi/TemporaryRamDone.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Ppi/TemporaryRamDone.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Ppi/TemporaryRamSupport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Ppi/TemporaryRamSupport.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Ppi/VectorHandoffInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Ppi/VectorHandoffInfo.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/AbsolutePointer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/AbsolutePointer.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/AcpiSystemDescriptionTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/AcpiSystemDescriptionTable.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/AcpiTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/AcpiTable.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/AdapterInformation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/AdapterInformation.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/Arp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/Arp.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/AtaPassThru.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/AtaPassThru.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/AuthenticationInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/AuthenticationInfo.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/Bds.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/Bds.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/Bis.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/Bis.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/BlockIo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/BlockIo.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/BlockIo2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/BlockIo2.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/BlockIoCrypto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/BlockIoCrypto.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/BluetoothConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/BluetoothConfig.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/BluetoothHc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/BluetoothHc.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/BluetoothIo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/BluetoothIo.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/BootManagerPolicy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/BootManagerPolicy.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/BusSpecificDriverOverride.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/BusSpecificDriverOverride.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/Capsule.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/Capsule.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/ComponentName.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/ComponentName.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/ComponentName2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/ComponentName2.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/Cpu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/Cpu.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/CpuIo2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/CpuIo2.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/DebugPort.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/DebugPort.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/DebugSupport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/DebugSupport.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/Decompress.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/Decompress.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/DeferredImageLoad.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/DeferredImageLoad.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/DeviceIo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/DeviceIo.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/DevicePath.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/DevicePath.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/DevicePathFromText.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/DevicePathFromText.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/DevicePathToText.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/DevicePathToText.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/DevicePathUtilities.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/DevicePathUtilities.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/Dhcp4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/Dhcp4.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/Dhcp6.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/Dhcp6.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/DiskInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/DiskInfo.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/DiskIo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/DiskIo.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/DiskIo2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/DiskIo2.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/Dns4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/Dns4.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/Dns6.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/Dns6.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/DriverBinding.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/DriverBinding.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/DriverConfiguration.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/DriverConfiguration.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/DriverConfiguration2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/DriverConfiguration2.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/DriverDiagnostics.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/DriverDiagnostics.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/DriverDiagnostics2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/DriverDiagnostics2.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/DriverFamilyOverride.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/DriverFamilyOverride.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/DriverHealth.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/DriverHealth.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/DriverSupportedEfiVersion.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/DriverSupportedEfiVersion.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/DxeSmmReadyToLock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/DxeSmmReadyToLock.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/Eap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/Eap.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/EapConfiguration.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/EapConfiguration.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/EapManagement.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/EapManagement.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/EapManagement2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/EapManagement2.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/Ebc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/Ebc.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/EdidActive.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/EdidActive.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/EdidDiscovered.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/EdidDiscovered.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/EdidOverride.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/EdidOverride.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/EraseBlock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/EraseBlock.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/ExtendedSalBootService.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/ExtendedSalBootService.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/ExtendedSalServiceClasses.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/ExtendedSalServiceClasses.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/FirmwareManagement.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/FirmwareManagement.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/FirmwareVolume2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/FirmwareVolume2.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/FirmwareVolumeBlock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/FirmwareVolumeBlock.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/FormBrowser2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/FormBrowser2.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/Ftp4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/Ftp4.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/GraphicsOutput.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/GraphicsOutput.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/GuidedSectionExtraction.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/GuidedSectionExtraction.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/Hash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/Hash.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/Hash2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/Hash2.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/HiiConfigAccess.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/HiiConfigAccess.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/HiiConfigKeyword.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/HiiConfigKeyword.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/HiiConfigRouting.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/HiiConfigRouting.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/HiiDatabase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/HiiDatabase.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/HiiFont.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/HiiFont.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/HiiImage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/HiiImage.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/HiiImageDecoder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/HiiImageDecoder.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/HiiImageEx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/HiiImageEx.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/HiiPackageList.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/HiiPackageList.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/HiiString.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/HiiString.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/Http.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/Http.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/HttpUtilities.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/HttpUtilities.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/I2cBusConfigurationManagement.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/I2cBusConfigurationManagement.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/I2cEnumerate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/I2cEnumerate.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/I2cHost.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/I2cHost.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/I2cIo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/I2cIo.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/I2cMaster.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/I2cMaster.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/IScsiInitiatorName.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/IScsiInitiatorName.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/IdeControllerInit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/IdeControllerInit.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/IncompatiblePciDeviceSupport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/IncompatiblePciDeviceSupport.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/Ip4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/Ip4.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/Ip4Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/Ip4Config.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/Ip4Config2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/Ip4Config2.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/Ip6.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/Ip6.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/Ip6Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/Ip6Config.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/IpSec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/IpSec.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/IpSecConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/IpSecConfig.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/IsaHc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/IsaHc.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/Kms.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/Kms.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/LegacyRegion2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/LegacyRegion2.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/LoadFile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/LoadFile.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/LoadFile2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/LoadFile2.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/LoadedImage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/LoadedImage.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/ManagedNetwork.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/ManagedNetwork.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/McaInitPmi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/McaInitPmi.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/Metronome.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/Metronome.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/MonotonicCounter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/MonotonicCounter.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/MpService.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/MpService.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/Mtftp4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/Mtftp4.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/Mtftp6.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/Mtftp6.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/NetworkInterfaceIdentifier.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/NetworkInterfaceIdentifier.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/NvmExpressPassthru.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/NvmExpressPassthru.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/Pcd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/Pcd.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/PcdInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/PcdInfo.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/PciEnumerationComplete.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/PciEnumerationComplete.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/PciHostBridgeResourceAllocation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/PciHostBridgeResourceAllocation.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/PciHotPlugInit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/PciHotPlugInit.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/PciHotPlugRequest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/PciHotPlugRequest.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/PciIo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/PciIo.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/PciOverride.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/PciOverride.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/PciPlatform.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/PciPlatform.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/PciRootBridgeIo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/PciRootBridgeIo.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/PiPcd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/PiPcd.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/PiPcdInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/PiPcdInfo.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/Pkcs7Verify.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/Pkcs7Verify.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/PlatformDriverOverride.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/PlatformDriverOverride.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/PlatformToDriverConfiguration.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/PlatformToDriverConfiguration.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/PxeBaseCode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/PxeBaseCode.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/PxeBaseCodeCallBack.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/PxeBaseCodeCallBack.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/RamDisk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/RamDisk.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/RealTimeClock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/RealTimeClock.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/RegularExpressionProtocol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/RegularExpressionProtocol.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/ReportStatusCodeHandler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/ReportStatusCodeHandler.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/Reset.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/Reset.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/Rest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/Rest.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/Rng.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/Rng.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/Runtime.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/Runtime.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/S3SaveState.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/S3SaveState.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/S3SmmSaveState.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/S3SmmSaveState.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/ScsiIo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/ScsiIo.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/ScsiPassThru.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/ScsiPassThru.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/ScsiPassThruExt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/ScsiPassThruExt.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/SdMmcPassThru.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/SdMmcPassThru.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/Security.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/Security.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/Security2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/Security2.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/SecurityPolicy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/SecurityPolicy.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/SerialIo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/SerialIo.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/ServiceBinding.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/ServiceBinding.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/Shell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/Shell.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/ShellDynamicCommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/ShellDynamicCommand.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/ShellParameters.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/ShellParameters.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/SimpleFileSystem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/SimpleFileSystem.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/SimpleNetwork.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/SimpleNetwork.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/SimplePointer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/SimplePointer.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/SimpleTextIn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/SimpleTextIn.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/SimpleTextInEx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/SimpleTextInEx.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/SimpleTextOut.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/SimpleTextOut.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/SmartCardEdge.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/SmartCardEdge.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/SmartCardReader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/SmartCardReader.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/Smbios.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/Smbios.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/SmbusHc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/SmbusHc.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/SmmAccess2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/SmmAccess2.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/SmmBase2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/SmmBase2.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/SmmCommunication.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/SmmCommunication.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/SmmConfiguration.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/SmmConfiguration.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/SmmControl2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/SmmControl2.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/SmmCpu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/SmmCpu.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/SmmCpuIo2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/SmmCpuIo2.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/SmmEndOfDxe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/SmmEndOfDxe.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/SmmGpiDispatch2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/SmmGpiDispatch2.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/SmmIoTrapDispatch2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/SmmIoTrapDispatch2.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/SmmPciRootBridgeIo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/SmmPciRootBridgeIo.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/SmmPeriodicTimerDispatch2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/SmmPeriodicTimerDispatch2.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/SmmPowerButtonDispatch2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/SmmPowerButtonDispatch2.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/SmmReadyToLock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/SmmReadyToLock.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/SmmReportStatusCodeHandler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/SmmReportStatusCodeHandler.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/SmmStandbyButtonDispatch2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/SmmStandbyButtonDispatch2.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/SmmStatusCode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/SmmStatusCode.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/SmmSwDispatch2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/SmmSwDispatch2.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/SmmSxDispatch2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/SmmSxDispatch2.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/SmmUsbDispatch2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/SmmUsbDispatch2.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/StatusCode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/StatusCode.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/StorageSecurityCommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/StorageSecurityCommand.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/SuperIo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/SuperIo.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/SuperIoControl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/SuperIoControl.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/Supplicant.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/Supplicant.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/TapeIo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/TapeIo.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/Tcg2Protocol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/Tcg2Protocol.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/TcgService.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/TcgService.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/Tcp4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/Tcp4.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/Tcp6.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/Tcp6.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/Timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/Timer.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/Timestamp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/Timestamp.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/Tls.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/Tls.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/TlsConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/TlsConfig.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/TrEEProtocol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/TrEEProtocol.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/Udp4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/Udp4.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/Udp6.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/Udp6.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/UgaDraw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/UgaDraw.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/UgaIo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/UgaIo.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/UnicodeCollation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/UnicodeCollation.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/Usb2HostController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/Usb2HostController.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/UsbFunctionIo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/UsbFunctionIo.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/UsbHostController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/UsbHostController.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/UsbIo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/UsbIo.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/UserCredential.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/UserCredential.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/UserCredential2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/UserCredential2.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/UserManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/UserManager.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/Variable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/Variable.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/VariableWrite.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/VariableWrite.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/VlanConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/VlanConfig.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/WatchdogTimer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/WatchdogTimer.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/WiFi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/WiFi.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Protocol/WiFi2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Protocol/WiFi2.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Uefi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Uefi.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Uefi/UefiAcpiDataTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Uefi/UefiAcpiDataTable.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Uefi/UefiBaseType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Uefi/UefiBaseType.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Uefi/UefiGpt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Uefi/UefiGpt.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Uefi/UefiInternalFormRepresentation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Uefi/UefiInternalFormRepresentation.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Uefi/UefiMultiPhase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Uefi/UefiMultiPhase.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Uefi/UefiPxe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Uefi/UefiPxe.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/Uefi/UefiSpec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/Uefi/UefiSpec.h -------------------------------------------------------------------------------- /Src/Efi/Include/Edk2/X64/ProcessorBind.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Edk2/X64/ProcessorBind.h -------------------------------------------------------------------------------- /Src/Efi/Include/Efi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Efi.h -------------------------------------------------------------------------------- /Src/Efi/Include/EfiLibrary.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/EfiLibrary.h -------------------------------------------------------------------------------- /Src/Efi/Include/GnuEfi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/GnuEfi.h -------------------------------------------------------------------------------- /Src/Efi/Include/Mok2Verify.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/Mok2Verify.h -------------------------------------------------------------------------------- /Src/Efi/Include/MokVerify.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/MokVerify.h -------------------------------------------------------------------------------- /Src/Efi/Include/SELoader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Include/SELoader.h -------------------------------------------------------------------------------- /Src/Efi/Lib/BaseLibrary/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Lib/BaseLibrary/Makefile -------------------------------------------------------------------------------- /Src/Efi/Lib/BaseLibrary/MemCmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Lib/BaseLibrary/MemCmp.c -------------------------------------------------------------------------------- /Src/Efi/Lib/BaseLibrary/MemCpy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Lib/BaseLibrary/MemCpy.c -------------------------------------------------------------------------------- /Src/Efi/Lib/BaseLibrary/MemDup.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Lib/BaseLibrary/MemDup.c -------------------------------------------------------------------------------- /Src/Efi/Lib/BaseLibrary/MemMove.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Lib/BaseLibrary/MemMove.c -------------------------------------------------------------------------------- /Src/Efi/Lib/BaseLibrary/MemSet.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Lib/BaseLibrary/MemSet.c -------------------------------------------------------------------------------- /Src/Efi/Lib/BaseLibrary/StrAppend.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Lib/BaseLibrary/StrAppend.c -------------------------------------------------------------------------------- /Src/Efi/Lib/BaseLibrary/StrCaseCmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Lib/BaseLibrary/StrCaseCmp.c -------------------------------------------------------------------------------- /Src/Efi/Lib/BaseLibrary/StrChr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Lib/BaseLibrary/StrChr.c -------------------------------------------------------------------------------- /Src/Efi/Lib/BaseLibrary/StrCmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Lib/BaseLibrary/StrCmp.c -------------------------------------------------------------------------------- /Src/Efi/Lib/BaseLibrary/StrCpy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Lib/BaseLibrary/StrCpy.c -------------------------------------------------------------------------------- /Src/Efi/Lib/BaseLibrary/StrDup.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Lib/BaseLibrary/StrDup.c -------------------------------------------------------------------------------- /Src/Efi/Lib/BaseLibrary/StrEndsWith.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Lib/BaseLibrary/StrEndsWith.c -------------------------------------------------------------------------------- /Src/Efi/Lib/BaseLibrary/StrLen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Lib/BaseLibrary/StrLen.c -------------------------------------------------------------------------------- /Src/Efi/Lib/BaseLibrary/StrStr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Lib/BaseLibrary/StrStr.c -------------------------------------------------------------------------------- /Src/Efi/Lib/BaseLibrary/StrnChr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Lib/BaseLibrary/StrnChr.c -------------------------------------------------------------------------------- /Src/Efi/Lib/BaseLibrary/StrnCpy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Lib/BaseLibrary/StrnCpy.c -------------------------------------------------------------------------------- /Src/Efi/Lib/BaseLibrary/StrnLen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Lib/BaseLibrary/StrnLen.c -------------------------------------------------------------------------------- /Src/Efi/Lib/BaseLibrary/StrrChr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Lib/BaseLibrary/StrrChr.c -------------------------------------------------------------------------------- /Src/Efi/Lib/BaseLibrary/StrrStr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Lib/BaseLibrary/StrrStr.c -------------------------------------------------------------------------------- /Src/Efi/Lib/Console.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Lib/Console.c -------------------------------------------------------------------------------- /Src/Efi/Lib/Device.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Lib/Device.c -------------------------------------------------------------------------------- /Src/Efi/Lib/DevicePath.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Lib/DevicePath.c -------------------------------------------------------------------------------- /Src/Efi/Lib/EfiLibrary.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Lib/EfiLibrary.c -------------------------------------------------------------------------------- /Src/Efi/Lib/File.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Lib/File.c -------------------------------------------------------------------------------- /Src/Efi/Lib/Hash.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Lib/Hash.c -------------------------------------------------------------------------------- /Src/Efi/Lib/Image.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Lib/Image.c -------------------------------------------------------------------------------- /Src/Efi/Lib/Internal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Lib/Internal.h -------------------------------------------------------------------------------- /Src/Efi/Lib/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Lib/Makefile -------------------------------------------------------------------------------- /Src/Efi/Lib/Memory.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Lib/Memory.c -------------------------------------------------------------------------------- /Src/Efi/Lib/Mok2Verify.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Lib/Mok2Verify.c -------------------------------------------------------------------------------- /Src/Efi/Lib/MokVerify.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Lib/MokVerify.c -------------------------------------------------------------------------------- /Src/Efi/Lib/Pkcs7Verify.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Lib/Pkcs7Verify.c -------------------------------------------------------------------------------- /Src/Efi/Lib/Protocol.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Lib/Protocol.c -------------------------------------------------------------------------------- /Src/Efi/Lib/ResetSystem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Lib/ResetSystem.c -------------------------------------------------------------------------------- /Src/Efi/Lib/Sap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Lib/Sap.c -------------------------------------------------------------------------------- /Src/Efi/Lib/Sap2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Lib/Sap2.c -------------------------------------------------------------------------------- /Src/Efi/Lib/SecurityPolicy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Lib/SecurityPolicy.c -------------------------------------------------------------------------------- /Src/Efi/Lib/Signature.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Lib/Signature.c -------------------------------------------------------------------------------- /Src/Efi/Lib/Stall.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Lib/Stall.c -------------------------------------------------------------------------------- /Src/Efi/Lib/UefiSecureBoot.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Lib/UefiSecureBoot.c -------------------------------------------------------------------------------- /Src/Efi/Lib/Variable.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Lib/Variable.c -------------------------------------------------------------------------------- /Src/Efi/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/Makefile -------------------------------------------------------------------------------- /Src/Efi/SELoader.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Efi/SELoader.c -------------------------------------------------------------------------------- /Src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Src/Makefile -------------------------------------------------------------------------------- /TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/TODO -------------------------------------------------------------------------------- /Version.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jiazhang0/SELoader/HEAD/Version.mk --------------------------------------------------------------------------------