Age | Commit message (Expand) | Author | Files | Lines |
2009-07-24 | Updated EFI_MTFTP4_TOKEN structure to add member Context. It's an incompatibl... | vanjeff | 4 | -26/+23 |
2009-07-24 | adding new include file. This file has the definitions for most shell data t... | jcarsey | 1 | -0/+142 |
2009-07-24 | roll back the changes on replace Pcixx.h with Pci.h due to it's NOT in the sc... | eric_tian | 4 | -4/+4 |
2009-07-24 | roll back the changes on replace Pcixx.h with Pci.h due to it's NOT in the sc... | eric_tian | 1 | -1/+1 |
2009-07-24 | roll back the changes on replace Pcixx.h with Pci.h due to it's NOT in the sc... | eric_tian | 1 | -1/+1 |
2009-07-24 | Add IDE support for edk2 Duet platform. | klu2 | 8 | -3/+1744 |
2009-07-24 | if module doesn't explicitly depend on specific Pci spec, it should include I... | eric_tian | 1 | -1/+1 |
2009-07-24 | if module doesn't explicitly depend on specific Pci spec, it should include I... | eric_tian | 2 | -3/+3 |
2009-07-24 | if module doesn't explicitly depend on specific Pci spec, it should include I... | eric_tian | 4 | -4/+4 |
2009-07-24 | if module doesn't explicitly depend on specific Pci spec, it should include I... | eric_tian | 1 | -1/+1 |
2009-07-24 | if module doesn't explicitly depend on specific Pci spec, it should include I... | eric_tian | 1 | -1/+1 |
2009-07-24 | if module doesn't explicitly depend on specific Pci spec, it should include I... | eric_tian | 3 | -45/+39 |
2009-07-24 | remove two duplication macros "PCI_CLASSC_PI_UHCI/PCI_CLASSC_PI_EHCI", which ... | eric_tian | 2 | -8/+2 |
2009-07-24 | code cleanup: | eric_tian | 8 | -60/+42 |
2009-07-24 | Roll back the change in Partition driver. currently we enhance the EHCI drive... | eric_tian | 1 | -1/+1 |
2009-07-24 | Move EFI_SMM_COMMUNICATE_HEADER into SmmBase.h because this structure is real... | mdkinney | 2 | -10/+30 |
2009-07-24 | Move those status code definitions that exactly match the PI 1.2 Specificatio... | mdkinney | 4 | -1404/+62 |
2009-07-24 | Move those status code definitions that exactly match the PI 1.2 Specificatio... | mdkinney | 4 | -38/+1834 |
2009-07-24 | remove the unnecessary comments. | lgao4 | 1 | -2/+0 |
2009-07-24 | Update the FAT binaries to build against MdePkg, BaseTools 1.00 release and n... | qhuang8 | 5 | -4/+3 |
2009-07-24 | Add comments to specify Capsule services provided by this driver can't be use... | lgao4 | 1 | -0/+2 |
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-23 | Update EFI_PEI_FIRMWARE_VOLUME_PPI.FindFileByName function declaration to ali... | lgao4 | 1 | -2/+2 |
2009-07-23 | Fill all EFI_IFR_DATA_ARRAY fields before call FormCallBack function. | lgao4 | 1 | -11/+21 |
2009-07-23 | Remove use of BackupMarker local variable in CreateDialog() because assigning... | mdkinney | 1 | -3/+4 |
2009-07-23 | Rename BaseLib internal functions by adding InternalBaseLib. | lgao4 | 3 | -29/+29 |
2009-07-23 | Fixed a bug that the system hangs with an assert in DiskIo.c that is division... | rsun3 | 1 | -2/+8 |
2009-07-22 | comments refine | eric_tian | 1 | -7/+22 |
2009-07-22 | if Usb mass storage interface returns EFI_DEVICE_ERROR, we should jump out th... | eric_tian | 1 | -1/+1 |
2009-07-21 | Hot fixing for the bug that GenFw can not convert ELF to PE format correctly,... | klu2 | 17 | -7/+25 |
2009-07-21 | Clean up code | lgao4 | 8 | -77/+68 |
2009-07-21 | fix ICC build issue. | eric_tian | 1 | -0/+2 |
2009-07-18 | Fix bug in EBC thunk for X64 that appears when higher levels of compiler opti... | mdkinney | 2 | -1/+2 |
2009-07-18 | Restore symlinks & scripts with proper svn properties set. | jljusten | 31 | -0/+65 |
2009-07-18 | Remove broken BinWrappers links/scripts. | jljusten | 31 | -65/+0 |
2009-07-17 | Fix bug in EBC thunk for X64 that appears when higher levels of compiler opti... | mdkinney | 2 | -3/+4 |
2009-07-17 | Sync binary tool to main trunk tool source. Update VfrCompiler tool to fix va... | lgao4 | 25 | -2/+2 |
2009-07-17 | Fix VfrCompiler bug to create varstore name by varstore name field not struct... | lgao4 | 2 | -6/+4 |
2009-07-17 | Remove the inaccurate comments. | lgao4 | 1 | -2/+0 |
2009-07-17 | move EFI_IOB_ATA_BUS_SMART_ENABLE EFI_IOB_ATA_BUS_SMART_DISABLE EFI_IOB_ATA_B... | eric_tian | 1 | -5/+0 |
2009-07-17 | improve the doxgen style comments. | eric_tian | 1 | -196/+262 |
2009-07-17 | Check In tool source code based on Build tool project revision r1655. | lgao4 | 532 | -32/+231447 |
2009-07-17 | Add comments for CapsuleRuntimeDxe driver to specify this driver may not full... | lgao4 | 1 | -0/+2 |
2009-07-17 | Remove unused local variable to fix build break. | lgao4 | 1 | -4/+0 |
2009-07-17 | fixed ASSERT condition issue. | vanjeff | 1 | -2/+1 |
2009-07-17 | Fix build broken issue for ICC 9.0 | klu2 | 2 | -2/+5 |
2009-07-16 | fixed operation of GetFirst and GetNext for files... | jcarsey | 1 | -17/+10 |
2009-07-16 | Fix bug that some boot option can *not* be displayed correct in boot manager ... | klu2 | 2 | -27/+84 |
2009-07-15 | Clean up PERF macro usage. The macros were being used with 0 as the first pa... | darylm503 | 1 | -807/+807 |
2009-07-15 | Clean up PERF macro usage. The macros were being used with 0 as the first pa... | darylm503 | 3 | -70/+70 |