summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
* update the usage help text on variable statistic information.eric_tian2009-06-183-2/+13
* the checksum must to be updated when install a new table into ACPI tableeric_tian2009-06-181-1/+1
* Fix Parameter IN OUTlgao42009-06-121-2/+2
* Update some comments for MdeModulePkg Include header files.lgao42009-06-127-109/+90
* Committing changes to the comments, to improve code documentation. pkandel2009-06-1126-329/+306
* The USB keyboard driver use too high TPL event (Notify) to a ckeck repeated k...gikidy2009-06-111-1/+1
* Make comments align.lgao42009-06-101-10/+10
* Remove the additional build options.lgao42009-06-081-3/+0
* sync tracker:PXE misused the parameter of second since boot in DHCP header.vanjeff2009-06-084-76/+92
* Enhance the RTC driver to not reserve the CMOS century register MSB.gikidy2009-06-052-52/+3
* The StringIndex should be casted to UINT16* but not UINT8*.klu22009-06-041-1/+1
* fix the issue of Inadequate Memory Allocation in Variable Serviceseric_tian2009-06-032-4/+4
* Make sure BASE_LIST is always aligned on a 64-bit boundarymdkinney2009-06-031-4/+4
* The data length of a text request must not exceed the iSCSI target MaxRecvDat...gikidy2009-06-031-2/+2
* fix the HiiStrIdToImage sct failure, which is caused by wrong algorithm of fi...eric_tian2009-06-031-2/+9
* Use DiskIo->WriteDisk() API to avoid alignment issue.qhuang82009-06-021-2/+8
* a typo of ISCSI stringeric_tian2009-06-011-0/+0
* fix the typo of ISCSI related string.eric_tian2009-06-011-0/+0
* Fix the bug that PCD driver treat StringTableIndex as UINT8 value but in fact...klu22009-05-312-2/+2
* This checkin addresses the compatibility issue of passing arguments of type V...mdkinney2009-05-305-38/+423
* Fix the bug that build tool and PCD driver can not deal with byte array or AN...klu22009-05-272-11/+11
* Roll back changes to apply GetBestLanguage() in HiiDataBase. Exact language m...rsun32009-05-263-20/+61
* Correct the check to the valid device path. The device path can't be less tha...lgao42009-05-261-1/+1
* change ISO 639-2 language codes to RFC 4646 codes in .UNI filesrsun32009-05-254-0/+0
* 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
* Add includes for definitions used by the DxeIpIoLib and DxeNetLibmdkinney2009-05-202-0/+3
* Remove redundant #include statementsmdkinney2009-05-202-7/+0
* Update MNP driver to declare its dependency on the BaseLibmdkinney2009-05-202-0/+2
* Update USB Mass Storage 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-205-37/+37
* 1. Remove .extern from GCC assembly.xli242009-05-201-5/+5
* enhanced to support more routing table entry.vanjeff2009-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
* Fix a bug in the SCSI Bus driver due to which some SCSI devices can not be di...rsun32009-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-183-113/+194
* 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-184-465/+28
* Add check for NULL pointer.gikidy2009-05-151-7/+12
* Update HiiDataBase to fix parsing Hii package error. Some HiiPackages have no...lgao42009-05-144-26/+54
* 1. Update the implementation of HII ConfigRouting Protocol in HiiDataBase mod...lgao42009-05-149-260/+3415