summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-05-06MdeModluePkg: Enable refresh opcode to refresh the entire form.Eric Dong3-6/+83
2015-05-06BaseTool: Add refresh form opcode in vfrcompiler.Eric Dong1-4/+6
2015-05-06Remove obsolete PCDs (new ones are moved to MdePkg and MdeModulePkg)Ruiyu Ni1-35/+0
2015-05-06MdeModulePkg: Add DriverHealthManagerDxe driver.Ruiyu Ni8-0/+1307
2015-05-06IntelFrameworkModulePkg: Add LegacyBootManagerLib.Ruiyu Ni4-1/+1669
2015-05-06MdeModulePkg: Add BootManagerMenuApp.Ruiyu Ni5-0/+1162
2015-05-06MdeModulePkg: Add BdsDxe driver and PlatformBootManagerNull library.Ruiyu Ni12-0/+1937
2015-05-06MdeModulePkg: Add UefiBootManagerLibRuiyu Ni14-3/+8018
2015-05-06Vlv2TbltDevicePkg: Use the new PCDs defined in MdePkg and MdeModulePkg.Ruiyu Ni4-27/+27
2015-05-06CorebootPayloadPkg: Use the new PCDs defined in MdePkg.Ruiyu Ni1-1/+1
2015-05-06ArmPlatformPkg: Use the new PCDs defined in MdePkg and MdeModulePkg.Ruiyu Ni3-5/+5
2015-05-06MdeModulePkg: Remove GetBootMode() at FirmwarePerformancePeiEntryPointHao Wu1-42/+36
2015-05-06MdePkg: Modify specification number encodingHao Wu3-7/+7
2015-05-06MdePkg: EFI_FIRMWARE_MANAGEMENT_PROTOCOL.CheckImage() Description UpdateHao Wu1-1/+9
2015-05-06MdePkg: Update the UEFI version to reflect new revisionHao Wu1-1/+2
2015-05-06EmulatorPkg: Use the new PCDs defined in MdePkg.Ruiyu Ni1-2/+2
2015-05-06OvmfPkg: Use the new PCDs defined in MdePkg and MdeModulePkg.Ruiyu Ni4-14/+14
2015-05-06DuetPkg: Use the new PCDs defined in MdePkg.Ruiyu Ni1-7/+7
2015-05-06EdkCompatibilityPkg: Use the new PCDs defined in MdePkg.Ruiyu Ni1-2/+2
2015-05-06Nt32Pkg: Use the new PCDs defined in MdePkg and MdeModulePkg.Ruiyu Ni2-6/+6
2015-05-06IntelFrameworkModulePkg: Change BdsDxe to use new PCDs defined in MdePkg and ...Ruiyu Ni1-7/+7
2015-05-06Copy PCD from IntelFrameworkModulePkg to MdePkg and MdeModulePkgRuiyu Ni2-0/+34
2015-05-06MdePkg: Add bluetooth devicepath handling in device path library.Qiu Shumin3-4/+87
2015-05-06MdePkg: Add UEFI2.5 bluetooth protocol/devicepath definition in MdePkg.Qiu Shumin6-1/+1330
2015-05-06Add ASSERT comment for SafeString API in BaseLib for MdePkg.Yao, Jiewen2-2/+26
2015-05-05EmbeddedPkg: do not ASSERT() on valid external inputArd Biesheuvel1-7/+8
2015-05-05EmbeddedPkg/PrePiLib: Ensure the FFS files are always 8-byte alignedOlivier Martin1-0/+3
2015-05-05EmbeddedPkg/FdtPlatformDxe: Changed the driver from DXE to UEFI driverOlivier Martin1-4/+1
2015-05-05ArmPlatformPkg: Removed duplicate PCD settingsOlivier Martin9-44/+0
2015-05-05ArmPlatformPkg: Move the FDT platform driver at the end of the driver listOlivier Martin9-45/+63
2015-05-05EmbeddedPkg/FdtPlatformDxe: Update the uni fileRonald Cron1-0/+0
2015-05-05EmbeddedPkg/FdtPlatformDxe: Introduce EFI Shell command 'dumfdt'Olivier Martin5-11/+375
2015-05-05EmbeddedPkg/FdtPlatformDxe: Move 'setfdt' Shell command into a separate fileOlivier Martin4-502/+603
2015-05-05EmbeddedPkg/FdtPlatformDxe: 'setfdt' command, display the successful device pathRonald Cron1-60/+76
2015-05-05EmbeddedPkg/FdtPlatformDxe: 'setfdt' command, add deletion of the UEFI variab...Ronald Cron1-47/+60
2015-05-05ArmPlatformPkg/FdtPlatformDxe: 'setfdt' command, add display of FDT device pa...Ronald Cron1-2/+110
2015-05-05EmbeddedPkg/FdtPlatformDxe: Run FDT installation process at TPL_APPLICATION l...Olivier Martin1-153/+101
2015-05-05ArmPkg/BdsLib: Exposed ShutdownUefiBootServices() in the BdsLib interfaceOlivier Martin6-64/+14
2015-05-05ArmPlatformPkg/Scripts/Makefile: Added support to automatically update the FIPOlivier Martin1-1/+25
2015-05-05MdePkg: Add UEFI2.5 USB Function I/O protocol definitionsFeng Tian2-0/+686
2015-05-05MdePkg: Add UEFI2.5 Smart Card Edge protocol definitionsFeng Tian2-0/+729
2015-05-05MdePkg: Add UEFI2.5 Smart Card Reader protocol definitionsFeng Tian2-0/+329
2015-05-05MdePkg: Add UEFI2.5 Inline Cryptographic Interface definitionFeng Tian2-0/+529
2015-05-05Fixed SOURCE_DEBUG_ENABLE build error. Shifei Lu3-12/+6
2015-05-05IntelFrameworkModulePkg: Modify IsaSerialDxe to follow driver rulesHao Wu1-27/+37
2015-05-05Add UEFI2.5 HASH protocol implementation.Yao, Jiewen7-0/+1035
2015-05-05Add UEFI2.5 HASH protocol definition.Yao, Jiewen2-0/+208
2015-05-04MdeModulePkg/NvmExpressDxe: Expose EFI_NVM_EXPRESS_PASS_THRU protocolFeng Tian7-651/+324
2015-05-04MdePkg: Add UEFI2.5 EFI_NVM_EXPRESS_PASS_THRU_PROTOCOL definitionsFeng Tian2-1/+293
2015-05-01enhancement to tool to generate the comments along with offsets in the .h file.Mudusuru, Giri P1-5/+8