Age | Commit message (Expand) | Author | Files | Lines |
2009-10-26 | Set Handle to NULL when creating a new handle. | vanjeff | 1 | -0/+1 |
2009-10-20 | 1. Impl PI 1.2 PCI part. Major changes include: | davidhuang | 31 | -0/+18127 |
2009-10-14 | MdeModule EhciDxe: Fix compiler warning for IA32 architecture. | jljusten | 1 | -1/+1 |
2009-10-14 | update code to eliminate the wrong assumption that pci address is equal to ho... | eric_tian | 6 | -32/+126 |
2009-09-30 | For the data region which will be touched by Pci Bus Master, we should alloca... | eric_tian | 2 | -2/+2 |
2009-09-14 | In various archs, Processor memory address may not be same with Pci memory ad... | eric_tian | 6 | -69/+193 |
2009-08-19 | modify the incorrect timeout value definitions in Usb driver | eric_tian | 2 | -2/+2 |
2009-08-11 | add comments to clarify the enhancement on EHCI driver, which is guaranteed t... | eric_tian | 2 | -3/+27 |
2009-07-24 | code cleanup: | eric_tian | 8 | -60/+42 |
2009-07-23 | Adding a segment code to make sure that the EHCI controller get attached to t... | eric_tian | 1 | -6/+113 |
2009-07-03 | remove UndiRuntimeDxe from MdeModulePkg to OptionRomPkg | vanjeff | 6 | -7179/+0 |
2009-06-24 | remove the self-implementation on checksum() in this module by using BaseLib. | eric_tian | 3 | -39/+6 |
2009-04-30 | Replace references to RFC 3066 with RFC 4646. | gikidy | 4 | -8/+8 |
2009-04-20 | Changed ID into Id. | vanjeff | 1 | -2/+2 |
2009-04-10 | Fix various 'EFIAPI' inconsistencies found while building MdeModulePkg. | jljusten | 4 | -2/+6 |
2009-04-10 | fixed DMA not be stopped issue when gBS->ExitBootServices called. | vanjeff | 6 | -2/+121 |
2009-02-25 | update | eric_tian | 2 | -2/+2 |
2009-02-06 | clean ecc | eric_tian | 2 | -9/+6 |
2009-02-04 | Use TO_START and BY_START for UEFI driver model driver. | qwang12 | 2 | -4/+4 |
2009-02-04 | 3) Doxygen comment cleanup. | qwang12 | 5 | -48/+0 |
2009-02-04 | 1) Fix a typo in EhcMoniteAsyncRequests. | qwang12 | 13 | -104/+25 |
2009-02-03 | use the GUIDed versions of events listed below: EVT_SIGNAL_VIRTUAL_ADDRESS_CH... | jji4 | 2 | -4/+10 |
2009-02-03 | Add information in Meta-Data file | eric_tian | 1 | -2/+8 |
2009-02-03 | Add information in Meta-Data file | eric_tian | 1 | -2/+8 |
2009-02-02 | add parameter check logic to clean up Klocwork warning. | eric_tian | 1 | -2/+9 |
2009-01-19 | Source level security checked | jji4 | 1 | -1/+0 |
2008-12-26 | Library usage checked | jji4 | 2 | -3/+3 |
2008-12-18 | check the usage of %d,%x,%ld,%lx and so on in debug print statement. | jji4 | 5 | -13/+13 |
2008-12-16 | Clean up to update the reference of the these macros: | qhuang8 | 5 | -7/+7 |
2008-12-12 | Add description to .inf files. | gikidy | 3 | -6/+15 |
2008-12-06 | Change _CR() to BASE_CR() to follow naming convention | mdkinney | 1 | -1/+1 |
2008-12-04 | Typo corrected | jji4 | 1 | -1/+1 |
2008-12-04 | 1)Global variables have been moved backward ahead of functions. | jji4 | 2 | -1/+9 |
2008-12-03 | Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and revie... | gikidy | 3 | -7/+1 |
2008-12-03 | Global variables have been moved backward ahead of functions. | jji4 | 12 | -291/+462 |
2008-11-27 | Add the AND of all architectural protocols for this special DXE_RUNTIME driver. | qhuang8 | 1 | -0/+13 |
2008-11-11 | 1, Add <Library/DevicePathLib.h> for all source that use device path utility ... | klu2 | 1 | -0/+1 |
2008-11-05 | Remove over specific Guid | klu2 | 1 | -6/+0 |
2008-10-30 | Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo... | jji4 | 2 | -16/+1 |
2008-10-27 | Make use of correct format String: | qwang12 | 2 | -2/+2 |
2008-09-04 | clean up the un-suitable ';' location when declaring the functions. | vanjeff | 10 | -132/+66 |
2008-08-30 | The driver and library in MdePkg, MdeModulePkg and Nt32Pkg that don't depend ... | lgao4 | 3 | -3/+3 |
2008-08-25 | remove the unused msa files in MdeModulePkg. | lgao4 | 3 | -261/+0 |
2008-08-18 | Update some module INF files in MdeModulePkg to "UEFI_DRIVER" | qhuang8 | 2 | -2/+2 |
2008-07-28 | modify coding style to pass ecc tool | eric_tian | 1 | -5/+0 |
2008-07-09 | modify coding style | eric_tian | 1 | -12/+2 |
2008-07-09 | modify coding style to pass ecc tool and provide comments that complied with ... | eric_tian | 13 | -846/+673 |
2008-07-08 | modify coding style to pass ecc tool and provide comments that complied with ... | eric_tian | 13 | -818/+638 |
2008-07-02 | Make USB Stack code pass ECC tool check. | eric_tian | 2 | -2/+2 |
2008-06-30 | Boolean values and variable type BOOLEAN should not use explicit comparisons ... | qwang12 | 1 | -2/+2 |