summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library/GenericBdsLib
AgeCommit message (Expand)AuthorFilesLines
2009-01-23Move BdsDxe and GenericBdsLib to IntelFrameworkModulePkg, these modules need ...klu29-6556/+0
2009-01-23Add more checkpoint for deference pointer.klu22-2/+2
2009-01-21Update to add the ASSERT()s in the right place.qhuang81-5/+13
2009-01-19Add some ASSERT()s.gikidy2-3/+7
2009-01-051. Add some ASSERT();gikidy2-13/+19
2008-12-31remove unnecessary check for NULL pointer.vanjeff1-6/+4
2008-12-31Fix some typo.gikidy2-31/+32
2008-12-29fixed potential NULL pointer reference issue.vanjeff1-6/+7
2008-12-25Code Clean for Driver PlatformDriOverrideDxe and PlatOverMngr application. An...lgao41-1/+1
2008-12-16Clean up to update the reference of the these macros:qhuang81-1/+1
2008-12-11Fix the issue that memory for device path is incorrectly freed, which leads t...xli241-4/+0
2008-12-09Synchronize GenericBdsLib library class's header file to library instance.klu24-49/+37
2008-12-03Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and revie...gikidy1-3/+0
2008-12-03Parameter checking in BdsLibMatchDevicePaths() is wrong. This bug was found b...rsun31-1/+1
2008-12-01Code scrub for GenericBdsLib library instance.klu25-50/+15
2008-11-27Fix ECC issue for GenericBdsLibklu21-1/+1
2008-11-241.retried graphics library class from MdePkgvanjeff3-2/+514
2008-11-22Update to use ReallocatePool() from BaseMemoryLibmdkinney1-39/+3
2008-11-111, Add <Library/DevicePathLib.h> for all source that use device path utility ...klu22-85/+8
2008-11-05Remove over specific guid gEfiHobListGuidklu22-2/+0
2008-10-31Remove a unncessary check.qwang121-3/+1
2008-10-31Fix a bug introduced when removing the SafeFreePool. Pointer should be checke...qwang121-3/+9
2008-10-30Remove SafeFreePool from MemoryAllocationLib as this API's name is misleading...qwang125-67/+99
2008-10-30Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji41-2/+2
2008-10-08Set Root=NULL if some error code is returned from OpenVolume() interface of E...qhuang81-0/+1
2008-09-24Update the default value of PcdPlatformBootTimeOutDefault to be 0xffff to be ...qhuang81-19/+8
2008-09-04remove EFI_EVENT_ alias, replace them with EVT_vanjeff1-3/+3
2008-09-02Remove unnecessary TPL operations in BDS module & library.xli241-10/+0
2008-08-27CYGWIN_GCC cleanup for GenericBdsLib.qhuang81-102/+170
2008-08-25remove the unused msa files in MdeModulePkg.lgao41-159/+0
2008-08-01Simplify debug message for a selected boot optionmdkinney1-1/+1
2008-07-22Code scrub for GenericBdsLibklu212-282/+150
2008-07-181. Add usb LUD support in BDSqhuang81-6/+36
2008-07-11Clean up GenericBdsLib library Instance.qwang1212-191/+495
2008-07-10Clean up BootMaint module in BdsDxe.qwang121-1/+2
2008-07-09ADD EFIAPI for library function.lgao41-0/+1
2008-06-30Boolean values and variable type BOOLEAN should not use explicit comparisons ...qwang121-1/+1
2008-05-26Remove the obsolete comments.qwang123-6/+0
2008-04-09Clean up BDS lib to remove assembly files, remove R8Lib.h & R8Lib.c by applyi...qhuang817-6254/+5809
2008-03-10Fix GCC building warning.klu21-1/+1
2008-03-061) Sync in patch for EDK 1063 Boot option enumeration algorithm enhancementqwang127-143/+33
2008-02-11MdeModulePkg/Library/GenericBdsLib/GenericBdsLib.inf:jljusten1-7/+7
2008-01-21UEFI HII: Merge UEFI HII support changes from branch.qwang1218-0/+6627