Age | Commit message (Expand) | Author | Files | Lines |
2008-11-13 | Use PalLib instead of PalCallLib | qhuang8 | 2 | -2/+2 |
2008-11-13 | Use PalLib instead of PalCallLib | qhuang8 | 2 | -2/+2 |
2008-11-13 | Use PalLib instead of PalCallLib | qhuang8 | 4 | -4/+4 |
2008-11-13 | Retired PeiPiLib, all its API has been merged to PeiServicesLib | qhuang8 | 2 | -140/+0 |
2008-11-13 | Add PeiServicesInstallFvInfoPpi(). It is formerly PiLibInstallFvInfoPpi() in ... | qhuang8 | 2 | -1/+83 |
2008-11-13 | Rename DxePiLib to DxeServicesLib | qhuang8 | 2 | -29/+29 |
2008-11-13 | Remove BasePalCallLibNull | qhuang8 | 2 | -88/+0 |
2008-11-13 | Add BasePalLibNull | qhuang8 | 2 | -0/+88 |
2008-11-13 | Use PalLib instead of PalCallLib | qhuang8 | 2 | -2/+2 |
2008-11-13 | Update [LibraryClasses] section for the updated library class. | qhuang8 | 1 | -18/+4 |
2008-11-13 | Remove FvbServiceLib, HiiLib & IfrSupportLib. | qhuang8 | 3 | -1576/+0 |
2008-11-13 | Rename ScsiLib to UefiScsiLib | qhuang8 | 1 | -0/+0 |
2008-11-13 | Rename UsbLib to UefiUsbLib | qhuang8 | 1 | -0/+0 |
2008-11-13 | 1. Merge the API of PiLibInstallFvInfoPpi() to PeiServicesLib and rename it t... | qhuang8 | 2 | -51/+31 |
2008-11-13 | Rename PalCallLib to PalLib | qhuang8 | 1 | -0/+0 |
2008-11-13 | Rename DxePiLib to DxeServicesLib | qhuang8 | 1 | -6/+6 |
2008-11-13 | Update minor comments for Smbus, PcdLib, PeiServicesLib library instance. And... | lgao4 | 5 | -15/+10 |
2008-11-13 | Updated protocol function header per UEFI Spec. | jgong5 | 1 | -0/+70 |
2008-11-12 | Use correct signature to fix the bug that Tiger platform cannot boot to OS. | xli24 | 1 | -1/+1 |
2008-11-12 | Remove unnecessary header file including for library class in MdePkg. | klu2 | 2 | -3/+0 |
2008-11-12 | fixed comments to follow UEFI Spec | jgong5 | 1 | -0/+82 |
2008-11-11 | Revert all the #pramga(1) related patches to r6434, we need to review all the... | qhuang8 | 21 | -222/+241 |
2008-11-11 | 1, Move device path utility macros from protocol's header file to DevicePathL... | klu2 | 6 | -63/+37 |
2008-11-11 | Add following library instances to MDE package: | xli24 | 14 | -1/+6259 |
2008-11-11 | add #pragma pack(1) for some structures. | vanjeff | 1 | -1/+5 |
2008-11-10 | Rename EfiScsiStallSeconds to EFI_SCSI_STALL_SECONDS to follow the naming con... | qwang12 | 1 | -1/+1 |
2008-11-10 | add #pragma pack(1) for some structures. | vanjeff | 3 | -0/+12 |
2008-11-10 | remove un-necessary #pragma pack(1) and clean up doxgen format. | vanjeff | 14 | -104/+69 |
2008-11-10 | remove un-necessary #pragma pack(1) and clean up doxgen format. | vanjeff | 7 | -139/+139 |
2008-11-07 | +++++ mdkinney 11/5/2008 11:08:13 PM | eric_tian | 2 | -144/+1 |
2008-11-07 | add function header for SIGNATURE_XX, according to MDE Spec, 0.61e-7 | vanjeff | 1 | -3/+39 |
2008-11-07 | Add gEfiDriverConfigurationProtocolGuid GUID C Name in INF. | qhuang8 | 1 | -2/+3 |
2008-11-07 | Update the implementation of EfiLibInstallAllDriverBinding2(). | qhuang8 | 1 | -282/+653 |
2008-11-07 | Add extra DriverConfiguration2 protocol parameter for EfiLibInstallAllDriverb... | qhuang8 | 1 | -8/+10 |
2008-11-06 | Add IA32, x64 & EBC version of EfiConvertFunctionPointer() | qhuang8 | 1 | -0/+34 |
2008-11-06 | Add new API in UefiRuntimeLib to convert function pointer. | qhuang8 | 1 | -2/+31 |
2008-11-06 | At bit mask for PEI/DXE dispatch | qhuang8 | 1 | -0/+2 |
2008-11-06 | Minor comments update to remove long line (column num > 120) | qhuang8 | 1 | -6/+9 |
2008-11-06 | Remove gEfiMdePkgTokenSpaceGuid.PcdUefiVariableDefaultTimeout. This Pcd was f... | qhuang8 | 1 | -9/+0 |
2008-11-05 | Vertical check - Every PCD entries in DEC file need to have comments | eric_tian | 1 | -24/+199 |
2008-11-05 | Add two EFI Modifier. | qwang12 | 1 | -0/+2 |
2008-11-04 | Sync in bug fix from EDK I: | qwang12 | 3 | -5/+516 |
2008-11-04 | PcdPciExpressBaseAddress is also defined as Dynamic type PCD. | qwang12 | 1 | -0/+1 |
2008-11-04 | remove DEBUG_DEPEX as it does not pass design review yet. | qwang12 | 1 | -2/+0 |
2008-11-04 | Update doxygen comment. | qwang12 | 1 | -1/+2 |
2008-11-04 | Update function prototype modifier. | qwang12 | 1 | -1/+1 |
2008-11-04 | add more comments, adjust size from 255 to 254. | vanjeff | 1 | -9/+11 |
2008-11-03 | Add in a new debug mask bit EFI_D_DEPEX. It is used to enable the debug messa... | qwang12 | 1 | -1/+3 |
2008-11-03 | Use #include "XXX.h" for module internal header files. | qhuang8 | 1 | -1/+1 |
2008-11-03 | Update to use DOS format | qhuang8 | 182 | -8928/+8928 |