- 7726912 Make end of line consistent caused by previous check in. by qhuang8 · 15 years ago
- 2485158 Integrate the patch contributed by Andrew Fish to port MdeModulePkg to support ARM. by qhuang8 · 15 years ago
- 16a9777 free allocated memory in error handler. by eric_tian · 15 years ago
- 10b4896 Update the comments avoid making confuse. by gikidy · 15 years ago
- 20b8fc3 Use .fill directive to improve portability. by qhuang8 · 15 years ago
- 7cd1603 PcdDxeIplBuildShareCodeHobs, PcdDxeIplSupportCustomDecompress, PcdDxeIplSupportCustomDecompress,PcdDxeIplSupportCustomDecompress and PcdStatusCodeRuntimeMemorySize and by jchen20 · 15 years ago
- 9d37f82 Use .p2align directive instead of ambiguous .align directive. by qhuang8 · 15 years ago
- 792a153 Do not use WriteUnaligned64() in BaseLib since StartingOffset and EndingOffset field in MEDIA_RELATIVE_OFFSET_RANGE_DEVICE_PATH structure has been correctly to ensure of natural alignment. by qhuang8 · 15 years ago
- 09e1561 Add a missing worker function to convert MEDIA_RELATIVE_OFFSET_RANGE_DP to text by qhuang8 · 15 years ago
- 73f8ef8 add error handler in return places. by eric_tian · 15 years ago
- 9420fc1 modify the incorrect timeout value definitions in Usb driver by eric_tian · 15 years ago
- 409d47b Enhance Capsule driver to update capsule one by one. by lgao4 · 15 years ago
- b13151f Update PCD driver to correctly set the HII type PCDs. by lgao4 · 15 years ago
- 9afd051 Enhance Partition driver for EFI_NO_MEDIA case by qhuang8 · 15 years ago
- 339c754 Enhance GPT to remove the assumption that GPT partition entry in PMBR must be the first partition entry. by qhuang8 · 15 years ago
- 737dfc3 Fix a potential issue to use FreePool() with NULL pointer. by qhuang8 · 15 years ago
- 2ce5c88 Use siaddr in DHCP packet, if zero, use option 54 instead. by vanjeff · 15 years ago
- aeddd42 1. update timeout interval time from 10ms to 50ms 2. refine MnpDxe code. by vanjeff · 15 years ago
- 7b8c378 Remove ".intel_syntax", convert MASM to GAS. by gikidy · 15 years ago
- d9fb411 Retire the usage of S3Lib and RecoveryLib since DxeIpl does not use them any more. by qhuang8 · 15 years ago
- 05d7105 Update the comments for S3Lib and RecoveryLib class to state that they are deprecated. by qhuang8 · 15 years ago
- 5933acc Update the comments for S3Lib and RecoveryLib class and instance to state that they are deprecated. by qhuang8 · 15 years ago
- 28efc72 1. Update DxeIpl PEIM to not use PeCoffLoaderLib to load DXE core. Instead, we choose to use EFI_PEI_LOAD_FILE_PPI to load DxeCore. This implementation can help to save ~3KB size for PEI phase. by qhuang8 · 15 years ago
- 8c519a5 1. Update IA32 PeiCore implementation to support load x64 image for EFI_PEI_LOAD_FILE_PPI. by qhuang8 · 15 years ago
- ba19956 add comments to clarify the enhancement on EHCI driver, which is guaranteed to get attached to EHCI host controller before UHCI driver attaches to uhci host controller. by eric_tian · 15 years ago
- 1d5b25b add condition judgment to avoid accessing NULL address if not found existing variable. by eric_tian · 15 years ago
- 2248bd6 update include file to use IndustryStandard/Pci.h by eric_tian · 15 years ago
- c9eb1ba add correct [Depex] section. by vanjeff · 15 years ago
- a90ccab Correct the format of comments by lgao4 · 15 years ago
- 7385086 update MdePkg version to 1.01 by vanjeff · 15 years ago
- 0adb8a3 Fixed build issue on GCC compiler. This issue is introduced by one mistaken in one checking-in on Main trunk only. The patch(MdeModulePkg.patch) for EFI_MTFTP4_TOKEN based on MdePkg release 1.00 has no this issue. by vanjeff · 15 years ago
- ea886be Updated EFI_MTFTP4_TOKEN structure to add member Context. It's an incompatible change adopted by UEFI group. by vanjeff · 15 years ago
- 55815a9 roll back the changes on replace Pcixx.h with Pci.h due to it's NOT in the scope of this release. by eric_tian · 15 years ago
- ad38bf8 if module doesn't explicitly depend on specific Pci spec, it should include IndustryStandard/Pci.h rather than Pcixxx.h. by eric_tian · 15 years ago
- a261044 code cleanup: by eric_tian · 15 years ago
- 15a8650 Roll back the change in Partition driver. currently we enhance the EHCI driver to guarantee that the EHCI controller get attached to the EHCI controller before the UHCI driver attaches to the UHCI controller. This way can avoid the case happen that UHCI sees the disconnect and EHCI sees the connect event due to the control transfer in shared port. It may cause Partition.Start to be interrupted by Partition.Stop. by eric_tian · 15 years ago
- 02bf7b8 remove the unnecessary comments. by lgao4 · 15 years ago
- f205cbb Add comments to specify Capsule services provided by this driver can't be used for IPF arch when OS enter into physical mode. by lgao4 · 15 years ago
- cd92e3f Adding a segment code to make sure that the EHCI controller get attached to the EHCI controller before the UHCI driver attaches to the UHCI controller by eric_tian · 15 years ago
- 1c9a755 Remove use of BackupMarker local variable in CreateDialog() because assigning a VA_LIST in this manner is not portable to all tool chains. by mdkinney · 15 years ago
- 88e349f Fixed a bug that the system hangs with an assert in DiskIo.c that is division overflow due to block size == 0 when no flppy media is present in a specific type of USB floppy drive (NEC PC-VP-BU04)at power on. by rsun3 · 15 years ago
- c8148ea if Usb mass storage interface returns EFI_DEVICE_ERROR, we should jump out the loop which is used to determine if the current block device supports GPT/Torito/MBR in Partition driver. This way can avoid Partition.start is interrupted by itself Partition.stop(). by eric_tian · 16 years ago
- ebceb28 Fix bug in EBC thunk for X64 that appears when higher levels of compiler optimization is used. by mdkinney · 16 years ago
- 045e90a Fix bug in EBC thunk for X64 that appears when higher levels of compiler optimization is used. by mdkinney · 16 years ago
- 3f9dcac Remove the inaccurate comments. by lgao4 · 16 years ago
- 577e30c Add comments for CapsuleRuntimeDxe driver to specify this driver may not full support runtime usage for capsule services on IPF arch platform. by lgao4 · 16 years ago
- 944bf8d fixed ASSERT condition issue. by vanjeff · 16 years ago
- e6d4b9d Clean up PERF macro usage. The macros were being used with 0 as the first parameter. This parameter is actually a void*. All of these instances were corrected to use NULL as the first parameter. by darylm503 · 16 years ago
- 4a4bb30 initial Target byte array with 0xff (all bytes are 0xff in this array)in GetTargetLun to consistent with GetNextTargetLun. by eric_tian · 16 years ago
- 2f6e236 Roll back R8811 check in for it will get a double carriage return. by gikidy · 16 years ago
- 17c62eb Correct #include statements. This is a DXE DRIVER, not a UEFI module. by mdkinney · 16 years ago
- d8d26fb Retire NetLibQueueDpc() and NetLibDispatchDpc() and use QueueDpc() and DispatchDpc() from the DpcLib instead. by mdkinney · 16 years ago
- a4df47f 1. remove duplicated NetLibDispatchDpc() calling in Pool function. by vanjeff · 16 years ago
- 6144e7a Add PCDs for FirmwareVendor, FirmwareRevision, FirmwareVerisonString, and FirmwareReleaseDateString by mdkinney · 16 years ago
- 7b0ae7e add security check. update functions comments. by vanjeff · 16 years ago
- 890986c add security check. by vanjeff · 16 years ago
- 51797e6 Fix OutputString() in the console driver does not auto-scroll when you fill up the screen like the graphics driver does. by gikidy · 16 years ago
- f5e9ff8 Add check that Progress is NULL by lgao4 · 16 years ago
- 3ebb9bd Update the conflicted function name with UefiLib from CreatePopUp to CreateMultiStringPopUp. by lgao4 · 16 years ago
- 44a25a9 Move PcatRealTimeClockRuntimeDxe driver to PcAtChipsetPkg by klu2 · 16 years ago
- 345e5a6 Move PcatRealTimeClockRuntimeDxe driver to PcAtChipsetPkg by klu2 · 16 years ago
- 42c6507 Fix PcRtc Year calculation bug. by lgao4 · 16 years ago
- 54fbbbd Enhance iSCSI ibft table for copy oemid and oemtableID from acpi tables. by gikidy · 16 years ago
- 6795df3 remove UndiRuntimeDxe from MdeModulePkg to OptionRomPkg by vanjeff · 16 years ago
- 5e0b1e3 fix the issue of "Simple File System Protocol Test -> SetInfo_Conf failed on RAS_MB". When it print a string contained a control character of 0xc, it will hang on ConOut->OutputString() which will preprocessor some control character and call HiiStringToImage to render. There is gap between ConOut->OutputString() and HiiStringToImage.The former doesn't identify '0xc' as a line break character and assert only one line font printed. But the latter think it is so and print 2 line, which causes assertion. by eric_tian · 16 years ago
- 4a13fda Refine doxygen comments by klu2 · 16 years ago
- a29645c Remove library class of MemoryTestLib and related library instances. by xli24 · 16 years ago
- 9a1eee2 Fix date/time not work for the return value of RtcRead not need type convert. by gikidy · 16 years ago
- c2c1e45 sync tracker 210250&210253 of R8 into R9, which fix the issue of iSCSI CHAP Secret UI allows the minimum number of 13 characters while the spec only requires 12 by eric_tian · 16 years ago
- 064d5de Add Null implementation of the Reset System Library that generated an ASSERT() on all reset APIs. by mdkinney · 16 years ago
- 653ef62 add error handler to pass K8 check by eric_tian · 16 years ago
- 184f7d8 Refine the member name. by klu2 · 16 years ago
- 894d038 add security check. by vanjeff · 16 years ago
- f2a0647 add assertion to pass K8 check. by eric_tian · 16 years ago
- d14faa5 Update the SCSI Disk Driver to not mount drives on physical only SCSI channels by gikidy · 16 years ago
- 39941da Fix incorrect error handling when PXE boot timeout. by gikidy · 16 years ago
- ef13cf2 Enhance error handle of BuildDevicePath for it is possible to receive other errors. by gikidy · 16 years ago
- 086cd2c Correct DriverSample ConfigAcess protocol ExtractConfig interface. by lgao4 · 16 years ago
- a1ed88a Extend the max number of interface to 128 and correct the display of eth name. by gikidy · 16 years ago
- 0f8e582 roll back r8590 patch by eric_tian · 16 years ago
- 2fd3009 add assertion to ensure ACPI table is checksumed. by eric_tian · 16 years ago
- 35c290c do checksum before installing IBFT. by eric_tian · 16 years ago
- 7e03844 remove the self-implementation on checksum() in this module by using BaseLib. by eric_tian · 16 years ago
- 841014b refine VariablePei driver to unify the algorithm of access VariableIndexTable among various archs. by eric_tian · 16 years ago
- 5e895e6 update the usage help text on variable statistic information. by eric_tian · 16 years ago
- 432bdae the checksum must to be updated when install a new table into ACPI table by eric_tian · 16 years ago
- 1b954be Fix Parameter IN OUT by lgao4 · 16 years ago
- e40b7d5 Update some comments for MdeModulePkg Include header files. by lgao4 · 16 years ago
- e9b6728 Committing changes to the comments, to improve code documentation. by pkandel · 16 years ago
- 4607d9e The USB keyboard driver use too high TPL event (Notify) to a ckeck repeated key stoke, should use CallBack instead. by gikidy · 16 years ago
- b4f26bb Make comments align. by lgao4 · 16 years ago
- 6a194b7 Remove the additional build options. by lgao4 · 16 years ago
- 434ce3f sync tracker:PXE misused the parameter of second since boot in DHCP header. by vanjeff · 16 years ago
- a47b308 Enhance the RTC driver to not reserve the CMOS century register MSB. by gikidy · 16 years ago
- 7076244 The StringIndex should be casted to UINT16* but not UINT8*. by klu2 · 16 years ago
- bcd7070 fix the issue of Inadequate Memory Allocation in Variable Services by eric_tian · 16 years ago
- 97f7781 Make sure BASE_LIST is always aligned on a 64-bit boundary by mdkinney · 16 years ago
- 2062154 The data length of a text request must not exceed the iSCSI target MaxRecvDataSegmentLength. by gikidy · 16 years ago
- 35c218d fix the HiiStrIdToImage sct failure, which is caused by wrong algorithm of finding right-most line break opportunity. by eric_tian · 16 years ago
- 071b722 Use DiskIo->WriteDisk() API to avoid alignment issue. by qhuang8 · 16 years ago