summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal
Commit message (Expand)AuthorAgeFilesLines
* Update module to show real dependencies on the MemoryAllocationLibmdkinney2009-05-212-0/+2
* refine the implementation of HiiStringToImage:eric_tian2009-05-211-273/+290
* Update DriverSample and PlatDriOverrideDxe driver to correct the return value...lgao42009-05-212-26/+20
* Update modules to show real dependencies on the BaseMemoryLib and MemoryAlloc...mdkinney2009-05-209-0/+17
* Update MNP driver to declare its dependency on the BaseLibmdkinney2009-05-202-0/+2
* Add #include Acpi.h so the ACPI 3.0 Table Revision define is available.mdkinney2009-05-201-0/+1
* Update HiiDataBase to fix the SCT hang issues by the invalid device path.lgao42009-05-205-57/+219
* Replace .globl with ASM_GLOBALxli242009-05-204-35/+35
* 1. Remove .extern from GCC assembly.xli242009-05-201-5/+5
* rename array name to avoid naming collision.vanjeff2009-05-202-9/+9
* 1.fixed some issue to pass HII sctvanjeff2009-05-192-4/+20
* Fix K8 and Sct failure.lgao42009-05-193-58/+109
* don't set all bytes in TargetID as zero. This change is made due to keep cons...eric_tian2009-05-191-1/+1
* update the check condition of PASS THRU interface to pass Uefi sct test.eric_tian2009-05-191-1/+7
* Fix K8 issues in HiiDataBaselgao42009-05-182-99/+149
* Correct DriverSample to produce the ConfigAccess protocollgao42009-05-182-16/+35
* 1. remove duplicated set operation on UGA device.vanjeff2009-05-183-37/+46
* Retire original HII APIs: IfrLibExtractDefault and ConstructConfigAltResp, wh...lgao42009-05-182-15/+14
* Add check for NULL pointer.gikidy2009-05-151-7/+12
* Update HiiDataBase to fix parsing Hii package error. Some HiiPackages have no...lgao42009-05-142-5/+25
* 1. Update the implementation of HII ConfigRouting Protocol in HiiDataBase mod...lgao42009-05-145-163/+1967
* fixed typo.vanjeff2009-05-132-3/+3
* 1. retired NicIp4ConfigProtocolGuidvanjeff2009-05-1310-84/+1567
* Add a check for CreateQuestion may be return NULL. gikidy2009-05-131-1/+2
* 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