summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed a bug that the system hangs with an assert in DiskIo.c that is division...rsun32009-07-231-2/+8
* if Usb mass storage interface returns EFI_DEVICE_ERROR, we should jump out th...eric_tian2009-07-221-1/+1
* Fix bug in EBC thunk for X64 that appears when higher levels of compiler opti...mdkinney2009-07-182-1/+2
* Fix bug in EBC thunk for X64 that appears when higher levels of compiler opti...mdkinney2009-07-172-3/+4
* Remove the inaccurate comments.lgao42009-07-171-2/+0
* Add comments for CapsuleRuntimeDxe driver to specify this driver may not full...lgao42009-07-171-0/+2
* fixed ASSERT condition issue.vanjeff2009-07-171-2/+1
* Clean up PERF macro usage. The macros were being used with 0 as the first pa...darylm5032009-07-151-807/+807
* initial Target byte array with 0xff (all bytes are 0xff in this array)in GetT...eric_tian2009-07-151-0/+1
* Roll back R8811 check in for it will get a double carriage return. gikidy2009-07-131-10/+0
* Correct #include statements. This is a DXE DRIVER, not a UEFI module.mdkinney2009-07-111-1/+1
* Retire NetLibQueueDpc() and NetLibDispatchDpc() and use QueueDpc() and Dispat...mdkinney2009-07-1133-174/+53
* 1. remove duplicated NetLibDispatchDpc() calling in Pool function.vanjeff2009-07-106-41/+38
* Add PCDs for FirmwareVendor, FirmwareRevision, FirmwareVerisonString, and Fir...mdkinney2009-07-091-0/+13
* add security check.vanjeff2009-07-095-14/+22
* add security check.vanjeff2009-07-088-31/+9
* Fix OutputString() in the console driver does not auto-scroll when you fill u...gikidy2009-07-081-0/+10
* Add check that Progress is NULL lgao42009-07-081-2/+2
* Update the conflicted function name with UefiLib from CreatePopUp to CreateMu...lgao42009-07-073-3/+3
* Move PcatRealTimeClockRuntimeDxe driver to PcAtChipsetPkgklu22009-07-071-5/+0
* Move PcatRealTimeClockRuntimeDxe driver to PcAtChipsetPkgklu22009-07-074-1643/+0
* Fix PcRtc Year calculation bug.lgao42009-07-061-4/+1
* Enhance iSCSI ibft table for copy oemid and oemtableID from acpi tables.gikidy2009-07-064-4/+40
* remove UndiRuntimeDxe from MdeModulePkg to OptionRomPkgvanjeff2009-07-037-7180/+0
* fix the issue of "Simple File System Protocol Test -> SetInfo_Conf failed on ...eric_tian2009-07-031-2/+2
* Refine doxygen commentsklu22009-07-024-23/+23
* Remove library class of MemoryTestLib and related library instances.xli242009-07-027-557/+0
* Fix date/time not work for the return value of RtcRead not need type convert.gikidy2009-07-011-6/+9
* sync tracker 210250&210253 of R8 into R9, which fix the issue of iSCSI CHAP S...eric_tian2009-07-013-6/+11
* Add Null implementation of the Reset System Library that generated an ASSERT(...mdkinney2009-07-014-0/+118
* add error handler to pass K8 checkeric_tian2009-06-303-12/+20
* Refine the member name.klu22009-06-303-3/+3
* add security check.vanjeff2009-06-2922-40/+90
* add assertion to pass K8 check.eric_tian2009-06-291-0/+1
* Update the SCSI Disk Driver to not mount drives on physical only SCSI channelsgikidy2009-06-293-38/+179
* Fix incorrect error handling when PXE boot timeout.gikidy2009-06-291-2/+2
* Enhance error handle of BuildDevicePath for it is possible to receive other e...gikidy2009-06-261-1/+1
* Correct DriverSample ConfigAcess protocol ExtractConfig interface.lgao42009-06-252-13/+22
* Extend the max number of interface to 128 and correct the display of eth name.gikidy2009-06-251-10/+2
* roll back r8590 patcheric_tian2009-06-251-1/+1
* add assertion to ensure ACPI table is checksumed.eric_tian2009-06-241-0/+8
* do checksum before installing IBFT.eric_tian2009-06-241-1/+5
* remove the self-implementation on checksum() in this module by using BaseLib.eric_tian2009-06-243-39/+6
* refine VariablePei driver to unify the algorithm of access VariableIndexTable...eric_tian2009-06-235-163/+45
* 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