1. 51f1a2b Sync with PE/COFF Extra Action library class comments and add ASSERT() conditions if ImageContext is NULL. by mdkinney · 16 years ago
  2. 727fb9b 1) Clarify file and function header comments for the PE/COFF Extra Action library class by mdkinney · 16 years ago
  3. b9c8d8b Clarify clipping behavior of PrintXY() and AsciiPrintXY(). by mdkinney · 16 years ago
  4. 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
  5. 6babbe1 Clarify ASSERT() conditions for Reallocate Pool functions. by mdkinney · 16 years ago
  6. 0dcec41 Clean up comment by mdkinney · 16 years ago
  7. b672348 1. Assign BDS timeout PCD value. 2. Sync SetupVariableInit in Unix Platform. by vanjeff · 16 years ago
  8. 1ea1d3c SetMode() should clear screen per UEFI spec. by vanjeff · 16 years ago
  9. 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
  10. 844390f Update HiiDataBase driver to use GetBestLanguage() for matching RFC 4646 languages. by rsun3 · 16 years ago
  11. 62e71e2 Fix bugs in StrStr() and AsciiStrStr(). by rsun3 · 16 years ago
  12. 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
  13. 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
  14. 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
  15. 94b17fa First (Alpha) release of ShellPkg by jcarsey · 16 years ago
  16. 85a9032 Refine code for OemHookStatusCodeLibNull. by xli24 · 16 years ago
  17. da801a6 Fix DEC issue for MdeModulePkg: by klu2 · 16 years ago
  18. 754f83b Delete useless files. by gikidy · 16 years ago
  19. d4244a0 Remove -Os for UNIXGCC CC FLAGS to reduce size. by gikidy · 16 years ago
  20. 11d909a 1. Open USB related and logo support FVs, remove some useless FVs. by gikidy · 16 years ago
  21. 90e0655 Synchronize PCD_Infrastructure 0.55 with source code. by klu2 · 16 years ago
  22. 7507095 Synchronize PCD_Infrastructure 0.55 with source code. by klu2 · 16 years ago
  23. 1f2efb0 Remove duplicated PcdDebugPrintErrorLevel definition on same FixedAtBuild PCD type with different default value. by klu2 · 16 years ago
  24. 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
  25. 8b85412 Ported LZMA to DUET platform. by gikidy · 16 years ago
  26. 6672d62 correct the minor format. by lgao4 · 16 years ago
  27. 1a82ed3 Update BasePeCoff to Initialize the debug field to zero. by lgao4 · 16 years ago
  28. 57cca89 Remove usage of MemoryAllocationLib, and use a simplistic allocation by jljusten · 16 years ago
  29. de29c94 Add the optional EfiRom CodeRevision option. by lgao4 · 16 years ago
  30. 1a98add Update EfiRom to handle ClassCode and CodeRevision options correctly. by lgao4 · 16 years ago
  31. de9c25b GenFds change efirom command line option from '-I' to '-l'. by jlin16 · 16 years ago
  32. 1745666 Add SMM_DRIVER and SMM_CORE support by jwang36 · 16 years ago
  33. 3b2b355 GenFds add option ROM parameters override of those in INF file. by jlin16 · 16 years ago
  34. 19a4a0a Merge PEI & DXE LzmaCustomDecompressLib. A previous implementation by jljusten · 16 years ago
  35. f580c1b Fix a bug in UefiHiiLib. The size for allocating a buffer is StrSize instead of StrLen. by rsun3 · 16 years ago
  36. b4e3c5a fix the typo by eric_tian · 16 years ago
  37. de42c02 Fix a bug that L"PlatformLang" must be a null-terminated ASCII string according to UEFI spec. by qhuang8 · 16 years ago
  38. a137361 Fix a bug that L"PlatformLang" must be a null-terminated ASCII string according to UEFI spec. by qhuang8 · 16 years ago
  39. 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
  40. 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
  41. 1554334 Implemented feature request hsd202262 and incorporated SMM support by jwang36 · 16 years ago
  42. c470d83 Add WIN32 binary build of LzmaCompress. Add LzmaCompress to tools_def.template. by jljusten · 16 years ago
  43. 306bf4e Add LzmaCustomDecompressLib based on the LZMA SDK 4.65 which was by jljusten · 16 years ago
  44. 33d487d Sync bug fix of Base Tools r1559. by qhuang8 · 16 years ago
  45. 11ca63e Review the comments to match Spec. by gikidy · 16 years ago
  46. 1d4826a Correct HiiGetBrowserData API usage. by lgao4 · 16 years ago
  47. 744e71a Fix the bug that EnablePaging64() should assert() for x64 platform. by qhuang8 · 16 years ago
  48. 8cf6dad Replace references to RFC 3066 with RFC 4646. by gikidy · 16 years ago
  49. 607e91f Replace references to RFC 3066 with RFC 4646. by gikidy · 16 years ago
  50. 5f08e28 Replace references to RFC 3066 with RFC 4646. by gikidy · 16 years ago
  51. 718a15c Replace references to RFC 3066 with RFC 4646. by gikidy · 16 years ago
  52. f445a13 Replace references to RFC 3066 with RFC 4646. by gikidy · 16 years ago
  53. 54b44c4 HiiLib exports HiiCreateRawOpCode API by lgao4 · 16 years ago
  54. 278663a HiiLib exports HiiCreateRawOpCode API by lgao4 · 16 years ago
  55. 4bca47e Replace references to RFC 3066 with RFC 4646. by gikidy · 16 years ago
  56. 8469b66 Replace references to RFC 3066 with RFC 4646. by gikidy · 16 years ago
  57. 44c4024 Replace references to RFC 3066 with RFC 4646. by gikidy · 16 years ago
  58. 0254efc Replace references to RFC 3066 with RFC 4646. by gikidy · 16 years ago
  59. 7eb0563 Replace references to RFC 3066 with RFC 4646. by gikidy · 16 years ago
  60. 981b0f9 Update BasePeCoffLib comments to specify this library support scope. by lgao4 · 16 years ago
  61. 26e8967 update to pass GCC build as we replace VA_START with __builtin_va_start by eric_tian · 16 years ago
  62. 821b090 Update IPF version BasePeCoffLib only supports IFP and EBC PeImage, doesn't support IA32 and X64 PeImage by lgao4 · 16 years ago
  63. 8672ccb Fix the bug that SetMem.S of BaseMemoryLibOptDxe is incorrect. by xli24 · 16 years ago
  64. 687add7 Fix the bug in DxeRuntimePciExpressLib that behavior of GetPciExpressAddress() in virtual mode is not correct. by xli24 · 16 years ago
  65. 51967a5 Acquire & Release the lock from the high level variable service by jljusten · 16 years ago
  66. 6198c34 fixed 2 k8 issues. by vanjeff · 16 years ago
  67. 21946ba fix ICC build warning by eric_tian · 16 years ago
  68. 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
  69. f55d5b1 update the spec file name in header by tding1 · 16 years ago
  70. 253f983 update the header to point to Smm Cis v1.1 to cover the definition of MP API by tding1 · 16 years ago
  71. 4eb3ee5 Fix the bug that gEfiSalSystemTableGuid is missing in UefiPalLib.inf. by xli24 · 16 years ago
  72. d9f0ad2 Fix the bug that InternalReallocatePool() ignores the input parameter PoolType, and does always allocates memory of type EfiBootServicesData. by xli24 · 16 years ago
  73. a24b404 improve platformlangcodes/langcodes and platformlang/lang autoupdate mechanism. by eric_tian · 16 years ago
  74. b4ab47e fixed ECC issues. by vanjeff · 16 years ago
  75. 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
  76. 0c420e2 update by eric_tian · 16 years ago
  77. ec33326 Remove unused ConvertRfc3066LanguageToIso639Language() in BdsDxe after the lanuage codes variable auto-update mechanism was implemented. by rsun3 · 16 years ago
  78. b96c210 update to pass ICC build by eric_tian · 16 years ago
  79. 12b3e61 Add ASSERT when EFI decompress need to be parsed but it is not supported. by lgao4 · 16 years ago
  80. 873b799 Add PcdDxeIplSupportUefiDecompress usage into DxeIpl to save space by jljusten · 16 years ago
  81. 72670d3 Add gEfiMdeModulePkgTokenSpaceGuid.PcdDxeIplSupportUefiDecompress by jljusten · 16 years ago
  82. 0299403 Update DSC&FDF files according to update of status code PEIM. by xli24 · 16 years ago
  83. 85eb579 Update directory/file names for status code PEIM. by xli24 · 16 years ago
  84. d5aea10 Code Scrub for Status Code PEIM. by xli24 · 16 years ago
  85. d357145 improve platformlangcodes/langcodes and platformlang/lang autoupdate mechanism. by eric_tian · 16 years ago
  86. 72399da update platformlangcodes and langcodes to adapt new language convert algorithm. by eric_tian · 16 years ago
  87. ec2e30d update platformlangcodes and langcodes to adapt new language convert algorithm. by eric_tian · 16 years ago
  88. ecd8990 Update FDF files according to update of status code driver. by xli24 · 16 years ago
  89. 6693414 Update DSC files according to update of status code driver. by xli24 · 16 years ago
  90. 20e7a77 Update directory/file names for status code runtime dxe driver. by xli24 · 16 years ago
  91. 9484bb6 Some minor refinements for function header. by xli24 · 16 years ago
  92. a8cbf34 Code Scrub for Status Code Runtime Dxe driver. by xli24 · 16 years ago
  93. 27e87da Update HiiGetBrowserData API by lgao4 · 16 years ago
  94. 1d451ff Update HiiGetBrowserData API by lgao4 · 16 years ago
  95. 7059dad Fix the bug that the "Offset" parameter for DiskIo protocol should be byte-oriented. by qhuang8 · 16 years ago
  96. 1cea34d Correct minor comments. by lgao4 · 16 years ago
  97. e8eecbf DEC file reviewed. by gikidy · 16 years ago
  98. 9f6531d Adjust the code so that global variable placed at beginning of file. by gikidy · 16 years ago
  99. 14d59fa update DriverSample driver unload function to remove the installed package list. by lgao4 · 16 years ago
  100. d32509c Remove unused IfrSupportLib header file. by lgao4 · 16 years ago