- 51f1a2b Sync with PE/COFF Extra Action library class comments and add ASSERT() conditions if ImageContext is NULL. by mdkinney · 16 years ago
- 727fb9b 1) Clarify file and function header comments for the PE/COFF Extra Action library class by mdkinney · 16 years ago
- b9c8d8b Clarify clipping behavior of PrintXY() and AsciiPrintXY(). by mdkinney · 16 years ago
- ae55f4e Fix bug in Reallocate Pool functions in DXE Core Memory Allocation Lib. The wrong memory type was being allocated. This syncs the DXE Core Memory Allocation Lib with the fix that was previously made to the UEFI Memory Allocation Lib. by mdkinney · 16 years ago
- 6babbe1 Clarify ASSERT() conditions for Reallocate Pool functions. by mdkinney · 16 years ago
- 0dcec41 Clean up comment by mdkinney · 16 years ago
- b672348 1. Assign BDS timeout PCD value. 2. Sync SetupVariableInit in Unix Platform. by vanjeff · 16 years ago
- 1ea1d3c SetMode() should clear screen per UEFI spec. by vanjeff · 16 years ago
- 0e8e994 Update SetupBrowserDxe and BdsDxe to use an internal string for prompting string missing instead of ASSERT if it fails to get a string for separate module's forms. by rsun3 · 16 years ago
- 844390f Update HiiDataBase driver to use GetBestLanguage() for matching RFC 4646 languages. by rsun3 · 16 years ago
- 62e71e2 Fix bugs in StrStr() and AsciiStrStr(). by rsun3 · 16 years ago
- 130a2ee The GCC compiler’s behavior is different than the Microsoft compilers for statically linked vararg functions. The GCC compilers do provide __builtin_ functions for accessing varargs. we should use these intrinsic functions with GCC by eric_tian · 16 years ago
- 7c9d25a Refine language conversion in ECP. Create a new library LanguageLib providing functions for language conversion between ISO 639-2 and RFC 4646 styles. Update FrameworkHiiOnUefiHiiThunk, UcOnUc2Thunk and Uc2OnUcThunk modules to use this library. by rsun3 · 16 years ago
- e779654 Remove the duplicated EdidActive.h & EdidDiscovery.h in DuetPkg. MdePkg has already defined these two files with the exactly same contents. by qhuang8 · 16 years ago
- 94b17fa First (Alpha) release of ShellPkg by jcarsey · 16 years ago
- 85a9032 Refine code for OemHookStatusCodeLibNull. by xli24 · 16 years ago
- da801a6 Fix DEC issue for MdeModulePkg: by klu2 · 16 years ago
- 754f83b Delete useless files. by gikidy · 16 years ago
- d4244a0 Remove -Os for UNIXGCC CC FLAGS to reduce size. by gikidy · 16 years ago
- 11d909a 1. Open USB related and logo support FVs, remove some useless FVs. by gikidy · 16 years ago
- 90e0655 Synchronize PCD_Infrastructure 0.55 with source code. by klu2 · 16 years ago
- 7507095 Synchronize PCD_Infrastructure 0.55 with source code. by klu2 · 16 years ago
- 1f2efb0 Remove duplicated PcdDebugPrintErrorLevel definition on same FixedAtBuild PCD type with different default value. by klu2 · 16 years ago
- c255449 fix the wrong data length. According to spec, to get interface and configuration descriptors, should pass 1 as data length. by eric_tian · 16 years ago
- 8b85412 Ported LZMA to DUET platform. by gikidy · 16 years ago
- 6672d62 correct the minor format. by lgao4 · 16 years ago
- 1a82ed3 Update BasePeCoff to Initialize the debug field to zero. by lgao4 · 16 years ago
- 57cca89 Remove usage of MemoryAllocationLib, and use a simplistic allocation by jljusten · 16 years ago
- de29c94 Add the optional EfiRom CodeRevision option. by lgao4 · 16 years ago
- 1a98add Update EfiRom to handle ClassCode and CodeRevision options correctly. by lgao4 · 16 years ago
- de9c25b GenFds change efirom command line option from '-I' to '-l'. by jlin16 · 16 years ago
- 1745666 Add SMM_DRIVER and SMM_CORE support by jwang36 · 16 years ago
- 3b2b355 GenFds add option ROM parameters override of those in INF file. by jlin16 · 16 years ago
- 19a4a0a Merge PEI & DXE LzmaCustomDecompressLib. A previous implementation by jljusten · 16 years ago
- f580c1b Fix a bug in UefiHiiLib. The size for allocating a buffer is StrSize instead of StrLen. by rsun3 · 16 years ago
- b4e3c5a fix the typo by eric_tian · 16 years ago
- de42c02 Fix a bug that L"PlatformLang" must be a null-terminated ASCII string according to UEFI spec. by qhuang8 · 16 years ago
- a137361 Fix a bug that L"PlatformLang" must be a null-terminated ASCII string according to UEFI spec. by qhuang8 · 16 years ago
- 8243b08 Update function comments for AsmPrepareThunk16, AsmThunk16, AsmPrepareAndThunk16 interface. These interfaces could be used in either physical mode or virtual modes with paging enabled where virtual to physical mappings for ThunkContext.RealModeBuffer is mapped to 1:1 by klu2 · 16 years ago
- d1be17a Add checking for ThunkAttribute to avoid THUNK_ATTRIBUTE_DISABLE_A20_MASK_KBD_CTRL and THUNK_ATTRIBUTE_DISABLE_A20_MASK_INT_15 are set at same time. by klu2 · 16 years ago
- 1554334 Implemented feature request hsd202262 and incorporated SMM support by jwang36 · 16 years ago
- c470d83 Add WIN32 binary build of LzmaCompress. Add LzmaCompress to tools_def.template. by jljusten · 16 years ago
- 306bf4e Add LzmaCustomDecompressLib based on the LZMA SDK 4.65 which was by jljusten · 16 years ago
- 33d487d Sync bug fix of Base Tools r1559. by qhuang8 · 16 years ago
- 11ca63e Review the comments to match Spec. by gikidy · 16 years ago
- 1d4826a Correct HiiGetBrowserData API usage. by lgao4 · 16 years ago
- 744e71a Fix the bug that EnablePaging64() should assert() for x64 platform. by qhuang8 · 16 years ago
- 8cf6dad Replace references to RFC 3066 with RFC 4646. by gikidy · 16 years ago
- 607e91f Replace references to RFC 3066 with RFC 4646. by gikidy · 16 years ago
- 5f08e28 Replace references to RFC 3066 with RFC 4646. by gikidy · 16 years ago
- 718a15c Replace references to RFC 3066 with RFC 4646. by gikidy · 16 years ago
- f445a13 Replace references to RFC 3066 with RFC 4646. by gikidy · 16 years ago
- 54b44c4 HiiLib exports HiiCreateRawOpCode API by lgao4 · 16 years ago
- 278663a HiiLib exports HiiCreateRawOpCode API by lgao4 · 16 years ago
- 4bca47e Replace references to RFC 3066 with RFC 4646. by gikidy · 16 years ago
- 8469b66 Replace references to RFC 3066 with RFC 4646. by gikidy · 16 years ago
- 44c4024 Replace references to RFC 3066 with RFC 4646. by gikidy · 16 years ago
- 0254efc Replace references to RFC 3066 with RFC 4646. by gikidy · 16 years ago
- 7eb0563 Replace references to RFC 3066 with RFC 4646. by gikidy · 16 years ago
- 981b0f9 Update BasePeCoffLib comments to specify this library support scope. by lgao4 · 16 years ago
- 26e8967 update to pass GCC build as we replace VA_START with __builtin_va_start by eric_tian · 16 years ago
- 821b090 Update IPF version BasePeCoffLib only supports IFP and EBC PeImage, doesn't support IA32 and X64 PeImage by lgao4 · 16 years ago
- 8672ccb Fix the bug that SetMem.S of BaseMemoryLibOptDxe is incorrect. by xli24 · 16 years ago
- 687add7 Fix the bug in DxeRuntimePciExpressLib that behavior of GetPciExpressAddress() in virtual mode is not correct. by xli24 · 16 years ago
- 51967a5 Acquire & Release the lock from the high level variable service by jljusten · 16 years ago
- 6198c34 fixed 2 k8 issues. by vanjeff · 16 years ago
- 21946ba fix ICC build warning by eric_tian · 16 years ago
- 52fa075 Add limitation clarification for usage of AsmPrepareThunk16(), AsmThunk16(), AsmPrepareAndThunk16() interfaces that they are could only be used in physical mode but can not be used in virtual mode with paging. by klu2 · 16 years ago
- f55d5b1 update the spec file name in header by tding1 · 16 years ago
- 253f983 update the header to point to Smm Cis v1.1 to cover the definition of MP API by tding1 · 16 years ago
- 4eb3ee5 Fix the bug that gEfiSalSystemTableGuid is missing in UefiPalLib.inf. by xli24 · 16 years ago
- d9f0ad2 Fix the bug that InternalReallocatePool() ignores the input parameter PoolType, and does always allocates memory of type EfiBootServicesData. by xli24 · 16 years ago
- a24b404 improve platformlangcodes/langcodes and platformlang/lang autoupdate mechanism. by eric_tian · 16 years ago
- b4ab47e fixed ECC issues. by vanjeff · 16 years ago
- bd39735 Fix bug in variable driver about the incorrect usage for GetBestLanguage(), which expects the NULL to be the last var arg by qhuang8 · 16 years ago
- 0c420e2 update by eric_tian · 16 years ago
- ec33326 Remove unused ConvertRfc3066LanguageToIso639Language() in BdsDxe after the lanuage codes variable auto-update mechanism was implemented. by rsun3 · 16 years ago
- b96c210 update to pass ICC build by eric_tian · 16 years ago
- 12b3e61 Add ASSERT when EFI decompress need to be parsed but it is not supported. by lgao4 · 16 years ago
- 873b799 Add PcdDxeIplSupportUefiDecompress usage into DxeIpl to save space by jljusten · 16 years ago
- 72670d3 Add gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportUefiDecompress by jljusten · 16 years ago
- 0299403 Update DSC&FDF files according to update of status code PEIM. by xli24 · 16 years ago
- 85eb579 Update directory/file names for status code PEIM. by xli24 · 16 years ago
- d5aea10 Code Scrub for Status Code PEIM. by xli24 · 16 years ago
- d357145 improve platformlangcodes/langcodes and platformlang/lang autoupdate mechanism. by eric_tian · 16 years ago
- 72399da update platformlangcodes and langcodes to adapt new language convert algorithm. by eric_tian · 16 years ago
- ec2e30d update platformlangcodes and langcodes to adapt new language convert algorithm. by eric_tian · 16 years ago
- ecd8990 Update FDF files according to update of status code driver. by xli24 · 16 years ago
- 6693414 Update DSC files according to update of status code driver. by xli24 · 16 years ago
- 20e7a77 Update directory/file names for status code runtime dxe driver. by xli24 · 16 years ago
- 9484bb6 Some minor refinements for function header. by xli24 · 16 years ago
- a8cbf34 Code Scrub for Status Code Runtime Dxe driver. by xli24 · 16 years ago
- 27e87da Update HiiGetBrowserData API by lgao4 · 16 years ago
- 1d451ff Update HiiGetBrowserData API by lgao4 · 16 years ago
- 7059dad Fix the bug that the "Offset" parameter for DiskIo protocol should be byte-oriented. by qhuang8 · 16 years ago
- 1cea34d Correct minor comments. by lgao4 · 16 years ago
- e8eecbf DEC file reviewed. by gikidy · 16 years ago
- 9f6531d Adjust the code so that global variable placed at beginning of file. by gikidy · 16 years ago
- 14d59fa update DriverSample driver unload function to remove the installed package list. by lgao4 · 16 years ago
- d32509c Remove unused IfrSupportLib header file. by lgao4 · 16 years ago