Age | Commit message (Expand) | Author | Files | Lines |
2007-01-25 | Remove USER_DEFINED in IncludePkgHeader in spd files as it does not make sens... | qwang12 | 2 | -3/+2 |
2007-01-25 | Nt32TimerLib doesn't support IPF, X64 and EBC, I remove them from this module... | lgao4 | 1 | -1/+1 |
2007-01-25 | - Fixed EDKT240. Now the Blank.pad file for alignment purpose will no longer ... | jwang36 | 1 | -17/+20 |
2007-01-24 | Fix up file paths. | bbahnsen | 3 | -41/+41 |
2007-01-19 | Fix component name bugs when input Controller Name is invalid | qhuang8 | 14 | -11/+105 |
2007-01-16 | Fix the issues, | xgu3 | 3 | -0/+5 |
2007-01-12 | Update video card preference policy, together with some memory leaks in Gener... | xli24 | 3 | -70/+187 |
2007-01-11 | BDS code calls Hii->FindHandles() with hardcoded length. | xli24 | 5 | -12/+79 |
2007-01-10 | Add dependency for RealAsm file build rules and Use the module name in place ... | lgao4 | 2 | -2/+2 |
2006-12-28 | Introduce a new Guid with CName gEfiGenericPlatformVariableGuid to pair with ... | qhuang8 | 4 | -3/+9 |
2006-12-26 | Migrate GOP driver from R8.6 for NT32. Add a new PCD "PcdWinNtGop". Setting N... | wuyizhong | 15 | -55/+2699 |
2006-12-14 | Original BdsLibMatchDevicePaths() excludes end node when comparing 2 devices ... | xli24 | 1 | -6/+1 |
2006-12-13 | 1) Use FeatureFlag PcdPciBusHotplugDeviceSupport to merge LightPciLib.c with ... | qwang12 | 1 | -0/+8 |
2006-12-13 | 1) Use FeatureFlag PcdPciBusHotplugDeviceSupport to merge LightPciLib.c with ... | qwang12 | 1 | -2/+1 |
2006-12-12 | Merge GOP related code from r8->r9. | wuyizhong | 4 | -61/+117 |
2006-12-08 | Support adding boot option from removable media, and removing invalid EFI boo... | xli24 | 1 | -51/+350 |
2006-12-08 | Do not clear debug register. New performance code does not use Debug register... | qhuang8 | 1 | -13/+0 |
2006-12-07 | Let specify GUID value for GUID-defined FV region, and remove potential dead ... | xli24 | 1 | -8/+18 |
2006-11-28 | update fpd to add PcdDxeIplBuildShareCodeHobs. | qhuang8 | 1 | -0/+8 |
2006-11-27 | Fix bug to support Nt32Pkg source level debug. | yshang1 | 1 | -1/+1 |
2006-11-27 | Update DxeIplPeim setting. | qhuang8 | 1 | -0/+32 |
2006-11-22 | rename library to Library | bbahnsen | 3 | -2/+2 |
2006-11-16 | Fixed EDKT419. | qouyang | 1 | -3/+3 |
2006-11-14 | Add IPF support in Base IO Lib, and related change in fpd file | gtian | 1 | -0/+16 |
2006-11-13 | rename PcdGenericPlatformBusSpeed to PcdFSBClock to avoid confusing. | vanjeff | 1 | -2/+2 |
2006-11-13 | Add comments for all file tagged with "ToolCode="DUMMY"". | klu2 | 1 | -1/+4 |
2006-11-13 | 1. Rename PcdPlatformBusSpeed to PcdGenericPlatformBusSpeed | vanjeff | 1 | -2/+498 |
2006-11-09 | Remove hard coded constant of 15, and use CPU_STACK_ALIGNMENT instead | mdkinney | 1 | -2/+3 |
2006-11-08 | Bug fix for "Tiano BIOS needs to implement an automatic reboot when BIOS sett... | dtang2 | 6 | -6/+330 |
2006-11-07 | added PcdPlatformBusSpeed for BaseTimerLibLocalApic, thus this timer instance... | vanjeff | 1 | -0/+16 |
2006-11-07 | Bug fix for "Unplug U Disk during exploer using File Explorer cause tiano halt" | dtang2 | 1 | -3/+8 |
2006-11-06 | Add pcd declaration to EdkModulePkg and Nt32Pkg to fix the check-in break. | cwu11 | 1 | -0/+16 |
2006-11-03 | I fixed following bugs in EDKII. | mikewuping | 1 | -1/+2 |
2006-11-03 | 1. Add the fix for the following Bugs: | cwu11 | 2 | -4/+4 |
2006-11-03 | 1. Bug fix for "EDK GenericBds WriteBootToOsPerformanceData() uses AcpiReclai... | dtang2 | 3 | -10/+97 |
2006-10-31 | Fixed Case of include bootmaint.h to correct BootMaint.h, also corrected the ... | lhauch | 1 | -1/+1 |
2006-10-31 | Fixed Case of include bootmaint.h to correct BootMaint.h, also corrected the ... | lhauch | 9 | -14/+14 |
2006-10-31 | Change Binary Fat module from fat.ffs to fat.efi | lgao4 | 1 | -1/+1 |
2006-10-23 | rename ACPI, PCI, END and LPC to DP_ACPI, DP_PCI, DP_END and DP_LPC, for ACPI... | vanjeff | 2 | -18/+18 |
2006-10-23 | Make NT32 SecMain not depend on ReportStatusCodeLib | qhuang8 | 4 | -20/+63 |
2006-10-22 | Updated the Runtime Driver to use the MDE libs for cache flush and removed lo... | ajfish | 1 | -0/+1 |
2006-10-18 | Update build options format from "ABC", "XYZ" to ABC XYZ. | wuyizhong | 1 | -4/+4 |
2006-10-16 | Make Logo build following standard build process instead of customize build. | wuyizhong | 3 | -81/+2 |
2006-10-13 | Add Nt32TimeLibNull library instance for Nt32 platform. It is used by PeiMain... | klu2 | 4 | -24/+186 |
2006-10-10 | Fixed build break caused by GetPerformanceCounter() in PeiMain module | jwang36 | 1 | -0/+2 |
2006-10-08 | Changed the way of using precompiled header in the build process. Now the use... | jwang36 | 1 | -0/+5 |
2006-10-07 | Fix VS2005 compatibility issue | mdkinney | 1 | -2/+3 |
2006-10-04 | Fix VS 2005 compatibility issue | mdkinney | 2 | -3/+4 |
2006-10-04 | Fix VS 2005 compatibility issue | mdkinney | 1 | -0/+1 |
2006-10-04 | Fix VS 2005 compatibility issue | mdkinney | 2 | -1/+9 |