| Commit message (Expand) | Author | Age | Files | Lines |
* | Change DxeNt32PeCoffExtraActionLib to not depend on the library constructor t... | niruiyu | 2010-08-06 | 2 | -12/+6 |
* | Make PeCoffExtraActionLib more robust, in case it is called before its constr... | andrewfish | 2010-08-05 | 1 | -0/+7 |
* | Update NT32 BDS Library to call GenericBdsLib function to save gEfiMemoryType... | mdkinney | 2010-06-14 | 1 | -0/+1 |
* | Update the copyright notice format | hhtian | 2010-04-28 | 16 | -32/+32 |
* | Remove over-specified dependencies on IntelFrameworkPkg and IntelFrameworkMod... | xli24 | 2010-03-03 | 7 | -14/+3 |
* | Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION. | klu2 | 2010-02-25 | 7 | -18/+0 |
* | 1. Correct File header to ## @file | lgao4 | 2010-02-23 | 7 | -29/+29 |
* | Update PeCoffExtraActionLib for NT32 to allow an app or driver to be loaded m... | mdkinney | 2010-02-11 | 1 | -3/+28 |
* | Fix the build warning of potential uninitialized variable of "SizeOfHeaders". | qhuang8 | 2010-02-01 | 1 | -33/+35 |
* | Added new PeCoffGetEntryPoint lib function to get size of PE/COFF header. Thi... | AJFISH | 2010-01-14 | 1 | -0/+47 |
* | Remove status code modules' dependency on IntelFrameworkModulePkg. | xli24 | 2009-12-25 | 2 | -1/+3 |
* | Update Nt32 package to remove UID support . | qhuang8 | 2009-11-10 | 3 | -75/+0 |
* | Enable UID support in NT32 platform | gdong1 | 2009-11-10 | 3 | -0/+75 |
* | Make end of line consistent caused by previous check in. | qhuang8 | 2009-08-24 | 1 | -275/+275 |
* | Integrate the patch contributed by Andrew Fish to add ARM support. | qhuang8 | 2009-08-24 | 1 | -272/+275 |
* | ProcessCapsule() and BdsMemoryTest() are implemented in the BdsDxe module, wh... | eric_tian | 2009-07-13 | 1 | -28/+25 |
* | Remove extra #includes where possible to make build more efficient | mdkinney | 2009-07-11 | 1 | -1/+1 |
* | Remove unused PeiServiceLib header file. | lgao4 | 2009-07-10 | 1 | -1/+0 |
* | Move LockKeyboards API from GenericBdsLib to PlatformBdsLib | lgao4 | 2009-07-10 | 1 | -2/+27 |
* | Remove code that fills in the FirmwareVendor and FirmwareRevision in the EFI ... | mdkinney | 2009-07-10 | 1 | -17/+0 |
* | Retire Logo and Shell guid header file, which are replaced by gEfiIntelFramew... | lgao4 | 2009-07-09 | 3 | -4/+3 |
* | Fix ICC compatibility issues | mdkinney | 2009-06-20 | 1 | -1/+3 |
* | Remove EFI_BDS_ARCH_PROTOCOL_INSTANCE from PlatformBdsLib.h and BdsDxe module | mdkinney | 2009-06-07 | 1 | -10/+10 |
* | Retire <FrameworkModuleBase.h>, <FrameworkModuleDxe.h>, and <FrameworkModuleP... | mdkinney | 2009-06-07 | 4 | -6/+4 |
* | Increase source portability by replace the use of EFI_STATUS_CODE_DATA_MAX_SI... | mdkinney | 2009-06-01 | 2 | -16/+16 |
* | This checkin addresses the compatibility issue of passing arguments of type V... | mdkinney | 2009-05-30 | 2 | -4/+4 |
* | Sync with PE/COFF Extra Action library class comments and add ASSERT() condit... | mdkinney | 2009-05-09 | 2 | -33/+34 |
* | Add empty line | qhuang8 | 2009-03-05 | 2 | -2/+2 |
* | Remove PeRemove PeiPeCoffLoader.h and gPeiPeCoffLoaderGuid, and Add PeCoffExt... | qhuang8 | 2009-03-05 | 8 | -813/+654 |
* | remove Bmp.h and ShellFile.h From MdeModulePkg to IntelFrameworkPkg | qhuang8 | 2009-03-02 | 1 | -1/+1 |
* | 1, Change name of PcdPlatformBootTimeoutDefault to PcdPlatformBootTimeout, no... | klu2 | 2009-02-26 | 2 | -2/+3 |
* | Move library class GenericBdsLib and PlatformBdsLib to IntelFrameworkModulePkg | klu2 | 2009-02-24 | 1 | -1/+2 |
* | Fix the wrong fix in last check in | qhuang8 | 2009-02-23 | 1 | -1/+1 |
* | Update Nt32 platform to use dynamic HII pcd to save console output mode. | qhuang8 | 2009-02-23 | 3 | -1/+51 |
* | Use apply PeiServicesLib to locate PPI | qhuang8 | 2009-02-11 | 1 | -7/+7 |
* | Update PE/COFF libs to use machine type macros from PeImage.h | mdkinney | 2009-02-05 | 1 | -4/+4 |
* | Remove the undefined logic to process gEfiStatusCodeSpecificDataGuid status c... | lgao4 | 2008-12-18 | 4 | -35/+0 |
* | Follow the Mde_Lib_Spec to fix the function PeCoffLoaderUnloadImage() IN/OUT ... | gikidy | 2008-12-04 | 3 | -3/+3 |
* | Update PEIM entry point to follow PEIM entry point. | lgao4 | 2008-11-27 | 1 | -5/+5 |
* | 1.retried graphics library class from MdePkg | vanjeff | 2008-11-24 | 3 | -3/+1 |
* | 1, Add <Library/DevicePathLib.h> for all source that use device path utility ... | klu2 | 2008-11-11 | 1 | -0/+1 |
* | Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo... | jji4 | 2008-10-30 | 2 | -4/+0 |
* | Make use of correct format String: | qwang12 | 2008-10-27 | 2 | -2/+2 |
* | Use CONST instead of const | klu2 | 2008-10-14 | 1 | -1/+1 |
* | Fix ICC building issue for Nt32 platform. | klu2 | 2008-10-14 | 1 | -2/+2 |
* | Fix build issue for ICC compiler. | klu2 | 2008-10-12 | 5 | -8/+8 |
* | clean up the un-suitable ';' location when declaring the functions. | vanjeff | 2008-09-04 | 1 | -12/+6 |
* | remove the unused msa files in FatBinPkg, IntelFrameworkPkg, IntelFrameworkMo... | lgao4 | 2008-08-25 | 4 | -238/+0 |
* | Modify all file header to follow doxygen format | klu2 | 2008-03-19 | 8 | -16/+16 |
* | Replaced by Y:\work\MdeModulePkg\Library\GenericBdsLib\GenericBdsLib.inf | qwang12 | 2008-02-28 | 9 | -4998/+0 |