summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg
Commit message (Expand)AuthorAgeFilesLines
* Update UefiPxeBcDxe to check for media status before PXE start.lgao42010-07-302-2/+81
* Sync patch r9478 from main trunk.lgao42010-07-301-0/+23
* Sync patch r9066 from main trunk.lgao42010-07-301-3/+4
* Sync patch r9413 from main trunk.lgao42010-07-304-7/+10
* Sync patch r9665, r9693 from main trunk.lgao42010-07-3010-838/+435
* Sync patch r9566 from main trunk.lgao42010-07-308-16/+92
* Sync patch r9452 from main trunk.lgao42010-07-303-27/+14
* Sync patch r9906 from main trunk.lgao42010-07-302-16/+26
* Correct the format of comments lgao42009-08-071-43/+30
* update MdePkg version to 1.01vanjeff2009-07-292-65/+65
* Fixed build issue on GCC compiler. This issue is introduced by one mistaken i...vanjeff2009-07-271-1/+1
* Updated EFI_MTFTP4_TOKEN structure to add member Context. It's an incompatibl...vanjeff2009-07-243-21/+13
* roll back the changes on replace Pcixx.h with Pci.h due to it's NOT in the sc...eric_tian2009-07-241-1/+1
* if module doesn't explicitly depend on specific Pci spec, it should include I...eric_tian2009-07-241-1/+1
* code cleanup:eric_tian2009-07-248-60/+42
* Roll back the change in Partition driver. currently we enhance the EHCI drive...eric_tian2009-07-241-1/+1
* remove the unnecessary comments.lgao42009-07-241-2/+0
* Add comments to specify Capsule services provided by this driver can't be use...lgao42009-07-241-0/+2
* Adding a segment code to make sure that the EHCI controller get attached to t...eric_tian2009-07-231-6/+113
* Remove use of BackupMarker local variable in CreateDialog() because assigning...mdkinney2009-07-231-3/+4
* 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