Age | Commit message (Expand) | Author | Files | Lines |
2007-07-05 | Fix the build break of EdkModulePkg. | xli24 | 1 | -8/+8 |
2007-04-12 | 1. Added EdkPciIncompatibleDeviceSupportLib in EdkModulePkg, this library is ... | vanjeff | 1 | -0/+40 |
2007-04-09 | Clean up the following module msa files, they are three networt and two PCD m... | lgao4 | 1 | -3/+6 |
2007-04-05 | Clean up the following module msa files, they are edkmodule package ftwlit, C... | lgao4 | 1 | -180/+640 |
2007-03-20 | 1. Removed #ifdef SNP_DEBUG and used debug lib to output information | vanjeff | 1 | -32/+0 |
2007-03-16 | 1. Added PcdNtEmulator and Removed MACRO EFI_NT_EMULATOR | vanjeff | 1 | -0/+56 |
2007-03-14 | Clean up the gBS sevice (CopyMem, SetMem, AllocatePool, FreePool) with the co... | lgao4 | 1 | -243/+377 |
2007-03-12 | Resolve the build break caused by changes to DxeCore. | qwang12 | 1 | -7/+63 |
2007-02-26 | Clean up MSA file of the checked in modules which include: | qwang12 | 1 | -35/+309 |
2007-02-15 | clean up msa files in EdkModulePkg, removed unnecessary library definitions a... | vanjeff | 1 | -188/+146 |
2007-02-14 | Added Print, ErrorPrint, AsciiPrint, AsciiErrorPrint() to the UEFI Library. | qwang12 | 1 | -0/+1200 |
2007-02-05 | 1.Drop the support of UEFI_APPLICATION for UefiDriverLib | qhuang8 | 1 | -4/+24 |
2007-02-02 | 1. removed BaseTimerLibLocalApic from MdePkg and Nt32TimerLib from EdkNt32Pkg. | vanjeff | 1 | -64/+21 |
2007-01-25 | - Fixed EDKT240. Now the Blank.pad file for alignment purpose will no longer ... | jwang36 | 1 | -16/+4 |
2006-12-13 | 1) Use FeatureFlag PcdPciBusHotplugDeviceSupport to merge LightPciLib.c with ... | qwang12 | 1 | -0/+32 |
2006-12-07 | Add X64 support for DebugSupport driver. | klu2 | 1 | -0/+162 |
2006-12-06 | Merge PVCS #7739. | qhuang8 | 1 | -100/+0 |
2006-12-06 | Fix the build break since VariableIpf & EmuVariableIpf were splitted from Var... | qhuang8 | 1 | -188/+196 |
2006-11-28 | • Set the default value of PcdDxeIplSwitchToLongMode to TRUE. | qhuang8 | 1 | -0/+32 |
2006-11-27 | Introduce PcdDxeIplSwitchToLongMode to DxeIplPeim and remove DxeIplX64Peim. | qhuang8 | 1 | -140/+128 |
2006-11-14 | Add IPF support in Base IO Lib, and related change in fpd file | gtian | 1 | -0/+24 |
2006-11-13 | rename PcdGenericPlatformBusSpeed to PcdFSBClock to avoid confusing. | vanjeff | 1 | -8/+8 |
2006-11-13 | 1. Rename PcdPlatformBusSpeed to PcdGenericPlatformBusSpeed | vanjeff | 1 | -8/+1592 |
2006-11-09 | Add DxeIplX64Peim to the FPD file for the EdkModulePkg.fpd | mdkinney | 1 | -0/+141 |
2006-11-07 | added PcdPlatformBusSpeed for BaseTimerLibLocalApic, thus this timer instance... | vanjeff | 1 | -0/+56 |
2006-11-06 | Add pcd declaration to EdkModulePkg and Nt32Pkg to fix the check-in break. | cwu11 | 1 | -6/+70 |
2006-11-06 | Remove BaseIoIntrinsicLib reference in IPF and EBC modules | xli24 | 1 | -6/+0 |
2006-10-23 | Change IPF_PE32_PEIM IPF layout to contain ${PLATFORM_DIR}/Blank.pad for XIP ... | lgao4 | 1 | -1/+1 |
2006-10-22 | Updated the Runtime Driver to use the MDE libs for cache flush and removed lo... | ajfish | 1 | -0/+3 |
2006-10-18 | Update build options format from "ABC", "XYZ" to ABC XYZ. | wuyizhong | 1 | -4/+4 |
2006-10-18 | Add Build Macro to build SEC modules. | wuyizhong | 1 | -1/+1 |
2006-10-10 | Fixed build break caused by GetPerformanceCounter() in PeiMain module | jwang36 | 1 | -0/+8 |
2006-10-04 | Add support for DEBUG and RELEASE builds of this FPD file. | mdkinney | 1 | -43/+5 |
2006-09-20 | Delete Build directory | lgao4 | 1 | -2/+2 |
2006-09-19 | Add use of PCD feature flags to the Device Path Modules | mdkinney | 1 | -0/+48 |
2006-09-18 | changed EdkModulePkg GUID from the original B6EC423C-21D2-490D-85C6-DD5864EAA... | lgao4 | 1 | -406/+406 |
2006-09-13 | Move ConPlatform module from EdkNT32 package to EdkModulePkg, and remove EdkP... | lgao4 | 1 | -0/+344 |
2006-09-08 | clean up PCD settting for EdkModulePkg.fpd and EdkNt32Pkg.fpd | lgao4 | 1 | -5052/+5517 |
2006-09-06 | Set MdePkg.fpd, EdkModulePkg.fpd and Nt32.fpd default build directory to work... | lgao4 | 1 | -1/+1 |
2006-09-05 | Add the following Pcds declaration in EdkModulePkg.spd file. EdkModulePkg Pei... | lgao4 | 1 | -124/+124 |
2006-08-30 | Change true to TRUE. | qwang12 | 1 | -12/+12 |
2006-08-30 | Change true to TRUE. | qwang12 | 1 | -5/+5 |
2006-08-30 | Add in feature flag PcdPeiPcdDatabaseSetEnabled, PcdPeiPcdDatabaseGetSizeEnab... | qwang12 | 1 | -71/+199 |
2006-08-10 | Modify FtwLite and Variable DXE driver to use PCD instead of FlashMap HOB | xgu3 | 1 | -5/+263 |
2006-08-09 | Fix EDKT 150 to make IPF XIP module 16-byte align. Create new IPF_PEI_CORE, I... | lgao4 | 1 | -16502/+16714 |
2006-08-08 | Some library instance's PCD is missing in FPD file for a module, it break sin... | klu2 | 1 | -0/+16 |
2006-07-27 | Check in patch to refine DevicePath Module and USB2HostController Module. | qhuang8 | 1 | -0/+160 |
2006-07-26 | Removed cross references from PciCf8Lib and PciExpressLib class to PciLib cla... | ajfish | 1 | -1/+12 |
2006-07-25 | Remove duplicated module definition (the same module with the same arch) in F... | wuyizhong | 1 | -185/+185 |
2006-07-24 | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1082 6f1... | xgu3 | 1 | -1/+37 |