summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
* Replace references to RFC 3066 with RFC 4646. gikidy2009-04-3045-126/+126
* update to pass GCC build as we replace VA_START with __builtin_va_starteric_tian2009-04-301-2/+2
* Acquire & Release the lock from the high level variable servicejljusten2009-04-291-7/+7
* fixed 2 k8 issues.vanjeff2009-04-291-39/+44
* Fix bug in variable driver about the incorrect usage for GetBestLanguage(), w...qhuang82009-04-282-4/+4
* updateeric_tian2009-04-281-2/+9
* Add ASSERT when EFI decompress need to be parsed but it is not supported.lgao42009-04-281-0/+5
* Add PcdDxeIplSupportUefiDecompress usage into DxeIpl to save spacejljusten2009-04-272-46/+53
* Add gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportUefiDecompressjljusten2009-04-271-1/+6
* update platformlangcodes and langcodes to adapt new language convert algorithm.eric_tian2009-04-277-496/+1239
* Update HiiGetBrowserData APIlgao42009-04-276-99/+52
* Fix the bug that the "Offset" parameter for DiskIo protocol should be byte-or...qhuang82009-04-273-10/+10
* update DriverSample driver unload function to remove the installed package list.lgao42009-04-241-13/+11
* Merge application PlatOverMngr and library DxePlatDriOverLib into driver Plat...lgao42009-04-2414-1250/+869
* Fix ICC build break.lgao42009-04-233-3/+3
* Retire IfrSupportLib and ExtendedIfrSupportLib, which have been replaced by H...lgao42009-04-232-1020/+0
* Retire IfrSupportLib and ExtendedIfrSupportLib, which have been replaced by H...lgao42009-04-2310-3531/+1
* Correct commentslgao42009-04-221-2/+2
* Update SetUp Browser doesn't set a default value to Numeric field per UEFI sp...lgao42009-04-226-61/+115
* Use DiskIo->ReadDisk() API to avoid alignment issue.qhuang82009-04-223-44/+43
* Update DxeCore to support to install gEfiHiiPackageListProtocolGuid in LoadIm...qhuang82009-04-223-0/+25
* Enhance HiiGetBrowserData API to support the case that storage element is 0.lgao42009-04-201-0/+9
* Changed ID into Id.vanjeff2009-04-202-5/+5
* Remove iScsi driver's dependency on IntelFrameworkPkg.xli242009-04-173-59/+30
* Add support of ACPI Table Version 3.0 in implementation of EFI_ACPI_TABLE_PRO...xli242009-04-171-4/+4
* Remove unused IfrSupportLib and ExtendedIfrSupportLiblgao42009-04-172-14/+15
* Update HiiLib to copy all IfrOpcode, not Opcode by Opcode.lgao42009-04-173-22/+23
* retain gEfiLoadPeImageProtocolGuid, and only published by DxeCore to keep bac...eric_tian2009-04-176-5/+274
* Retire HiiLibGetNextLanguage() API from HII Library class.rsun32009-04-172-62/+0
* retire AcpiTableStorage.h and implement the gEfiAcpiTableStorageGuid with a f...jchen202009-04-171-2/+2
* Fix Insert opcode error.lgao42009-04-171-6/+8
* Retire language conversion APIs from HII library class.rsun32009-04-162-340/+0
* remove the gEfiLoadPeImageProtocolGuid and replace all references for it with...eric_tian2009-04-166-272/+5
* Remove duplicate HII Library API prototypes.rsun32009-04-151-235/+5
* HII Library Class interface refine.rsun32009-04-1417-1458/+928
* Use default UNDI information if NII protocol not exists.vanjeff2009-04-145-14/+30
* Fix Bug to convert low Hex string to handle L'A' - L'F'lgao42009-04-131-10/+12
* Fix ICC compiler error.lgao42009-04-131-8/+15
* Merge new defined HII library APIs into HiiLib lgao42009-04-136-4037/+11
* Update UefiHiiLib to support new defined IFR related HII APIs.lgao42009-04-1325-463/+3839
* Add UefiHiiServicesLib library instance in every one DSClgao42009-04-131-0/+1
* Remove unused IfrSupportLiblgao42009-04-123-3/+0
* Update NewHii library lgao42009-04-122-32/+23
* Fix various 'EFIAPI' inconsistencies found while building MdeModulePkg.jljusten2009-04-1025-28/+50
* Allow EbcLowLevel.S to be linked correctly with 'ELFGCC' toolchain.jljusten2009-04-101-9/+9
* fixed DMA not be stopped issue when gBS->ExitBootServices called.vanjeff2009-04-1010-9/+180
* Install default keyboard layout package in USB keyboard driver.qhuang82009-04-105-142/+230
* Add ASSERT() check for StringInfo pointer.qhuang82009-04-101-0/+4
* Using sizeof(EFO_BLOCK_IO_MEDIA) replace Macro.gikidy2009-04-102-4/+1
* Add unload function for DriverSample lgao42009-04-092-39/+69