| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | BDS code calls Hii->FindHandles() with hardcoded length. | xli24 | 2007-01-11 | 5 | -12/+79 |
* | Add dependency for RealAsm file build rules and Use the module name in place ... | lgao4 | 2007-01-10 | 2 | -2/+2 |
* | Introduce a new Guid with CName gEfiGenericPlatformVariableGuid to pair with ... | qhuang8 | 2006-12-28 | 4 | -3/+9 |
* | Migrate GOP driver from R8.6 for NT32. Add a new PCD "PcdWinNtGop". Setting N... | wuyizhong | 2006-12-26 | 15 | -55/+2699 |
* | Original BdsLibMatchDevicePaths() excludes end node when comparing 2 devices ... | xli24 | 2006-12-14 | 1 | -6/+1 |
* | 1) Use FeatureFlag PcdPciBusHotplugDeviceSupport to merge LightPciLib.c with ... | qwang12 | 2006-12-13 | 1 | -0/+8 |
* | 1) Use FeatureFlag PcdPciBusHotplugDeviceSupport to merge LightPciLib.c with ... | qwang12 | 2006-12-13 | 1 | -2/+1 |
* | Merge GOP related code from r8->r9. | wuyizhong | 2006-12-12 | 4 | -61/+117 |
* | Support adding boot option from removable media, and removing invalid EFI boo... | xli24 | 2006-12-08 | 1 | -51/+350 |
* | Do not clear debug register. New performance code does not use Debug register... | qhuang8 | 2006-12-08 | 1 | -13/+0 |
* | Let specify GUID value for GUID-defined FV region, and remove potential dead ... | xli24 | 2006-12-07 | 1 | -8/+18 |
* | update fpd to add PcdDxeIplBuildShareCodeHobs. | qhuang8 | 2006-11-28 | 1 | -0/+8 |
* | Fix bug to support Nt32Pkg source level debug. | yshang1 | 2006-11-27 | 1 | -1/+1 |
* | Update DxeIplPeim setting. | qhuang8 | 2006-11-27 | 1 | -0/+32 |
* | rename library to Library | bbahnsen | 2006-11-22 | 3 | -2/+2 |
* | Fixed EDKT419. | qouyang | 2006-11-16 | 1 | -3/+3 |
* | Add IPF support in Base IO Lib, and related change in fpd file | gtian | 2006-11-14 | 1 | -0/+16 |
* | rename PcdGenericPlatformBusSpeed to PcdFSBClock to avoid confusing. | vanjeff | 2006-11-13 | 1 | -2/+2 |
* | Add comments for all file tagged with "ToolCode="DUMMY"". | klu2 | 2006-11-13 | 1 | -1/+4 |
* | 1. Rename PcdPlatformBusSpeed to PcdGenericPlatformBusSpeed | vanjeff | 2006-11-13 | 1 | -2/+498 |
* | Remove hard coded constant of 15, and use CPU_STACK_ALIGNMENT instead | mdkinney | 2006-11-09 | 1 | -2/+3 |
* | Bug fix for "Tiano BIOS needs to implement an automatic reboot when BIOS sett... | dtang2 | 2006-11-08 | 6 | -6/+330 |
* | added PcdPlatformBusSpeed for BaseTimerLibLocalApic, thus this timer instance... | vanjeff | 2006-11-07 | 1 | -0/+16 |
* | Bug fix for "Unplug U Disk during exploer using File Explorer cause tiano halt" | dtang2 | 2006-11-07 | 1 | -3/+8 |
* | Add pcd declaration to EdkModulePkg and Nt32Pkg to fix the check-in break. | cwu11 | 2006-11-06 | 1 | -0/+16 |
* | I fixed following bugs in EDKII. | mikewuping | 2006-11-03 | 1 | -1/+2 |
* | 1. Add the fix for the following Bugs: | cwu11 | 2006-11-03 | 2 | -4/+4 |
* | 1. Bug fix for "EDK GenericBds WriteBootToOsPerformanceData() uses AcpiReclai... | dtang2 | 2006-11-03 | 3 | -10/+97 |
* | Fixed Case of include bootmaint.h to correct BootMaint.h, also corrected the ... | lhauch | 2006-10-31 | 1 | -1/+1 |
* | Fixed Case of include bootmaint.h to correct BootMaint.h, also corrected the ... | lhauch | 2006-10-31 | 9 | -14/+14 |
* | Change Binary Fat module from fat.ffs to fat.efi | lgao4 | 2006-10-31 | 1 | -1/+1 |
* | rename ACPI, PCI, END and LPC to DP_ACPI, DP_PCI, DP_END and DP_LPC, for ACPI... | vanjeff | 2006-10-23 | 2 | -18/+18 |
* | Make NT32 SecMain not depend on ReportStatusCodeLib | qhuang8 | 2006-10-23 | 4 | -20/+63 |
* | Updated the Runtime Driver to use the MDE libs for cache flush and removed lo... | ajfish | 2006-10-22 | 1 | -0/+1 |
* | Update build options format from "ABC", "XYZ" to ABC XYZ. | wuyizhong | 2006-10-18 | 1 | -4/+4 |
* | Make Logo build following standard build process instead of customize build. | wuyizhong | 2006-10-16 | 3 | -81/+2 |
* | Add Nt32TimeLibNull library instance for Nt32 platform. It is used by PeiMain... | klu2 | 2006-10-13 | 4 | -24/+186 |
* | Fixed build break caused by GetPerformanceCounter() in PeiMain module | jwang36 | 2006-10-10 | 1 | -0/+2 |
* | Changed the way of using precompiled header in the build process. Now the use... | jwang36 | 2006-10-08 | 1 | -0/+5 |
* | Fix VS2005 compatibility issue | mdkinney | 2006-10-07 | 1 | -2/+3 |
* | Fix VS 2005 compatibility issue | mdkinney | 2006-10-04 | 2 | -3/+4 |
* | Fix VS 2005 compatibility issue | mdkinney | 2006-10-04 | 1 | -0/+1 |
* | Fix VS 2005 compatibility issue | mdkinney | 2006-10-04 | 2 | -1/+9 |
* | Fix VS 2005 compatibility issue | mdkinney | 2006-10-04 | 1 | -0/+3 |
* | Add support for DEBUG and RELEASE builds of this FPD file. | mdkinney | 2006-10-04 | 1 | -32/+7 |
* | Remove the duplicated Copy Right in msa header. | lgao4 | 2006-09-27 | 27 | -226/+0 |
* | Merger DriverBinding and ComponentName into one <extern> section for all *.ms... | vanjeff | 2006-09-21 | 6 | -24/+10 |
* | Add PCD Feature Flags for the Device Path Module | mdkinney | 2006-09-19 | 1 | -0/+16 |
* | 1) Added dependency check for flashmap, genfvimage, peirebase tasks | jwang36 | 2006-09-19 | 1 | -1/+1 |
* | changed EdkModulePkg GUID from the original B6EC423C-21D2-490D-85C6-DD5864EAA... | lgao4 | 2006-09-18 | 27 | -381/+381 |