summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal
Commit message (Expand)AuthorAgeFilesLines
* fixed typo. EFI_OUT_OF_MEMORY should be EFI_OUT_OF_RESOURCES.vanjeff2009-05-121-1/+1
* ConfigRouting should get driver handle by device path in all drivers database...vanjeff2009-05-111-62/+21
* SetMode() should clear screen per UEFI spec.vanjeff2009-05-081-4/+0
* Update SetupBrowserDxe and BdsDxe to use an internal string for prompting str...rsun32009-05-081-1/+6
* Update HiiDataBase driver to use GetBestLanguage() for matching RFC 4646 lang...rsun32009-05-083-61/+20
* Synchronize PCD_Infrastructure 0.55 with source code.klu22009-05-064-50/+88
* correct the minor format.lgao42009-05-061-2/+1
* Fix a bug that L"PlatformLang" must be a null-terminated ASCII string accordi...qhuang82009-05-042-2/+2
* Correct HiiGetBrowserData API usage.lgao42009-04-301-2/+2
* Replace references to RFC 3066 with RFC 4646. gikidy2009-04-303-5/+5
* Replace references to RFC 3066 with RFC 4646. gikidy2009-04-3028-90/+90
* 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
* update platformlangcodes and langcodes to adapt new language convert algorithm.eric_tian2009-04-277-496/+1239
* Update HiiGetBrowserData APIlgao42009-04-274-23/+17
* 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-248-224/+4027
* Fix ICC build break.lgao42009-04-233-3/+3
* 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
* Changed ID into Id.vanjeff2009-04-201-3/+3
* 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
* Update HiiLib to copy all IfrOpcode, not Opcode by Opcode.lgao42009-04-172-5/+6
* retire AcpiTableStorage.h and implement the gEfiAcpiTableStorageGuid with a f...jchen202009-04-171-2/+2
* HII Library Class interface refine.rsun32009-04-1410-118/+179
* Use default UNDI information if NII protocol not exists.vanjeff2009-04-145-14/+30
* Merge new defined HII library APIs into HiiLib lgao42009-04-131-1/+1
* Update UefiHiiLib to support new defined IFR related HII APIs.lgao42009-04-1313-258/+318
* Remove unused IfrSupportLiblgao42009-04-123-3/+0
* Fix various 'EFIAPI' inconsistencies found while building MdeModulePkg.jljusten2009-04-1016-21/+33
* 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-103-3/+55
* 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
* Fix error when replace HexStringToBuflgao42009-04-092-3/+3
* Replace BufToHexString by UnicodeValueToStringlgao42009-04-0812-262/+396
* 1. Update the CRC32 in the EFI System Table header in BdsConsole.cvanjeff2009-04-072-22/+14
* 1. The original code has a bug on calculate the size of SCRATCH_SIZE. It shou...eric_tian2009-04-073-29/+112
* return value not follow spec.vanjeff2009-04-072-5/+8
* Apply WriteUnaligned64() to write DevicePath structure.qhuang82009-04-031-13/+17
* Add function DevPathFromTextRelativeOffsetRange ().gikidy2009-04-031-0/+34
* install simple text output protocol on stderr should in ConsplitterStdErrStar...vanjeff2009-04-031-13/+44
* Update IScsiCheckOpParams to get the declarative MaxRecvDataSegmentLength dir...jji42009-04-031-7/+2
* remove debug codevanjeff2009-04-021-5/+0