1. aa2ebe0 Remove unnecessary FRAMEWORK_ prefix in IntelFrameworkPkg definitions for those definitions that don't conflict with ones in UEFI/PI specification. by lgao4 · 16 years ago
  2. 86c6463 remove the DEBUG_CODE_BEGIN and DEBUG_CODE_END due to the logic between them are not optional. by eric_tian · 16 years ago
  3. b4b9fbc Fix build break by mdkinney · 16 years ago
  4. 904ac28 The FrameworkHiiOnUefiHiiThunk driver registers notification for creating/adding/removing string/form packages into the UEFI HII Database. The notification handler wants to parse the IFR binary data of the form package. However, the code assumes that a form package have a FORM SET OP and if not, it will assert. Remove assert and ignore form packages that can not be handled for error tolerant. by rsun3 · 16 years ago
  5. ada3f18 Fix a bug in BuidHobGuidType() of PeiHobLib that it does not adjust the hob length to be multiple of 8. This does not follow the spec. by rsun3 · 16 years ago
  6. 2d63030 Update FrameworkHiiOnUefiHiiThunk driver due to clean up of FrameworkHii.h. by rsun3 · 16 years ago
  7. b3d8b21 Fix build break. by lgao4 · 16 years ago
  8. 5a35364 Add comments for the inconsistent definition with framework specification. by lgao4 · 16 years ago
  9. 1ef3c7d Add #defines that were removed from IntelFrameworkPkg/Include/Protocol/FrameworkFormCallback.h by mdkinney · 16 years ago
  10. ac0f89b Correct the code format. by lgao4 · 16 years ago
  11. bcbd52e Reviewed the description of ECP in the .dec file for clarity and completeness, and reviewed comments in the Compatibility/Include folder. by pkandel · 16 years ago
  12. 6535652 Add directory for the new added Language Library. by lgao4 · 16 years ago
  13. f324bf4 Roll back changes to apply GetBestLanguage() in HiiDataBase. Exact language match should be used in HiiDatabase. by rsun3 · 16 years ago
  14. f6839dd fix a typo of missing a colon sign after a label symbol. by eric_tian · 16 years ago
  15. dfbb47d fix a typo of missing a colon sign after a label symbol. by eric_tian · 16 years ago
  16. b27af9d As ECP package is EDKI style, the AutoGen.h will not include anything. So if we use some basic data structures, we should manually include EdkIIGlueBase.h file. by eric_tian · 16 years ago
  17. 78709ef change the error usage of "#if __GNUC__" Condition Macro to "#if defined(__GNUC__)" by eric_tian · 16 years ago
  18. 34e4a9a cleanup the .S file to wrap all public symbols with ASM_PFX() macro,which is used to generate underscore prior to public symbol or not within various GCC distribution versions. by eric_tian · 16 years ago
  19. 78b993a Fix ICC build break properly by mdkinney · 16 years ago
  20. 60ef642 Fix ICC build break by mdkinney · 16 years ago
  21. 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
  22. 8cf6dad Replace references to RFC 3066 with RFC 4646. by gikidy · 16 years ago
  23. 54b44c4 HiiLib exports HiiCreateRawOpCode API by lgao4 · 16 years ago
  24. 27e87da Update HiiGetBrowserData API by lgao4 · 16 years ago
  25. d32509c Remove unused IfrSupportLib header file. by lgao4 · 16 years ago
  26. 14c6da2 update string function comments by eric_tian · 16 years ago
  27. 81c1213 RemoveRemove unused IfrSupportLib and ExtendedIfrSupportLib by lgao4 · 16 years ago
  28. a542053 Update FrameworkHiiOnUefiHiiThunk to use new HII library. by lgao4 · 16 years ago
  29. 1e43716 Save segment registers on stack in case the thunk code assembly calls CF9 soft reset and the x64 registers get cleared. by qhuang8 · 16 years ago
  30. 0f26852 Retire HiiLibGetNextLanguage() API from HII Library class. by rsun3 · 16 years ago
  31. a45d161 add comments for protocol/print.h and retire ReadOnlyVariableThunkPresent by jchen20 · 16 years ago
  32. ad5a96a Retire language conversion APIs from HII library class. by rsun3 · 16 years ago
  33. 887c077 Fix an issue that an assert occurrs if user inputs a password whose length is less than the minimum required length. The root cause is that under such case the Form Browser will pass a null string (string ID = 0) to the Config Access callback. The callback handler does not handle such case correctly. by rsun3 · 16 years ago
  34. cb7d01c HII Library Class interface refine. by rsun3 · 16 years ago
  35. cdaf790 Fix the conflicted function names to new HII library. by lgao4 · 16 years ago
  36. 39e65b3 Add UefiHiiServicesLib library instance in every one DSC by lgao4 · 16 years ago
  37. 647a768 Pass correct device path to uninstall the handle on which default config access protocol is installed. by rsun3 · 16 years ago
  38. 6d93108 Produce the same HiiVendor device path for each Pack that causes Framework HII NewPack service can't be called more than once. by lgao4 · 16 years ago
  39. 101361d updated to use the term “temporary memory” but not CAR by eric_tian · 16 years ago
  40. 00683bf PeiLib uses PEI PCI CFG 2 PPI, so it depends on EdkFrameworkPpiLib. by rsun3 · 16 years ago
  41. f6f910d Retire Extended HII library class. by rsun3 · 16 years ago
  42. 62c236c Fix check error. by lgao4 · 16 years ago
  43. 0b09813 Retire RFC_3066_ENTRY_SIZE definition. by qhuang8 · 16 years ago
  44. 974a027 Fix build break. ISO_639_2_ENTRY_SIZE has been moved to be local. by jji4 · 16 years ago
  45. 78b719a 1, Change name of PcdPlatformBootTimeoutDefault to PcdPlatformBootTimeout, now this PCD is *not* only hold default value of Bds timeout, but it is associated with a HII type PCD to hold persistent value for BDS timeout. Platform integrator will establish this mapping in platform DSC file. by klu2 · 16 years ago
  46. d14a393 Fix build break to remove over-include file. by qhuang8 · 16 years ago
  47. 7e26c7e Fix build break: MdeModuleHii.h has been moved from MdeModulePkg/Include to MdeModulePkg/Include/Guid directory. by qhuang8 · 16 years ago
  48. c85640b 1, Use #if defined() to judge the switching macro such as compiler macro. by klu2 · 16 years ago
  49. 4fe3ce8 Add print protocol GUID to EdkCompatibilityPkg.dec and add PrintThunk to EdkCompatibilityPkg.dsc for build validation. by qhuang8 · 16 years ago
  50. 46d95f3 Add PrintThunk driver, it depends on PrintLib on top of MdePkg: by qhuang8 · 16 years ago
  51. 45a3634 Add Print.h, an EDKII public include file for thunk driver by qhuang8 · 16 years ago
  52. 058bf46 Use #ifdef but not #if for compiler macros. by klu2 · 16 years ago
  53. b518ea4 fixed typo by jcarsey · 16 years ago
  54. 4798ea5 1) Replace IA32API with EFIAPI to standardise the calling convention. by qwang12 · 16 years ago
  55. b2ba1c1 Add comments in DSC files to explain the function and design of components section. by xli24 · 16 years ago
  56. 092d6a1 1) Add an example in EdkCompatibilityPkg.dsc to show how the compatibility build switch is turned on for Framework HII modules. by qwang12 · 16 years ago
  57. 59a7e4f For ECP, disable ICC's remark #869: "Parameter" was never referenced warning. by xli24 · 16 years ago
  58. 1831d0e Split out Synchronization Library from Base Library by mdkinney · 16 years ago
  59. f67cc2c Update the DSC file name based on the directory name change. by qwang12 · 16 years ago
  60. a0e221a Update the INF file name based on the directory name change. by qwang12 · 16 years ago
  61. b650f50 Update the INF file name based on the directory name change. by qwang12 · 16 years ago
  62. 1127174 Update the INF file name based on the directory name change. by qwang12 · 16 years ago
  63. 7bd0459 Update the INF file name based on the directory name change. by qwang12 · 16 years ago
  64. 08e409c Update the INF file name based on the directory name change. by qwang12 · 16 years ago
  65. 9d006d2 Update the INF file name based on the directory name change. by qwang12 · 16 years ago
  66. 0978682 Update the INF file name based on the directory name change. by qwang12 · 16 years ago
  67. 8460a81 Update the INF file name based on the directory name change. by qwang12 · 16 years ago
  68. b11dcd8 Update the INF file name based on the directory name change. by qwang12 · 16 years ago
  69. dcb6a8b Update the INF file based on the change to direcotry and file name. by qwang12 · 16 years ago
  70. 5c6926d Update the INF file based on the change to direcotry and file name. by qwang12 · 16 years ago
  71. f275c91 Update the INF file based on the change to direcotry and file name. by qwang12 · 16 years ago
  72. 186bc15 Rename module name from ***To*** to ***On***. AAAOnBBB means this module produce AAA Protocol/PPI based on BBB. This change improves the readability. by qwang12 · 16 years ago
  73. 4c9c0f7 Rename module name from ***To*** to ***On***. AAAOnBBB means this module produce AAA Protocol/PPI based on BBB. This change improves the readability. by qwang12 · 16 years ago
  74. 9fa98a8 Add change log for some new definitions. They are backward compatible. by qhuang8 · 16 years ago
  75. 1e39deb Add Load File 2 Protocol and MEDIA_RELATIVE_OFFSET_RANGE_DEVICE_PATH definition to build newest shell source. by qhuang8 · 16 years ago
  76. b7771ea Revert OUTPUT_DIRECTORY to Build/EdkCompatibilityPkg. Build tool is enhanced to handle long path name issue which cause build failure in GCC tool chains by qwang12 · 16 years ago
  77. 667ced8 Upgrade both PACKAGE_VERSION and PLATFORM_VERSION to 0.5 as major function has been implemented including: by qwang12 · 16 years ago
  78. 679242b Only define MEDIA_FW_VOL_FILEPATH_DEVICE_PATH for EFI_SPECIFICATION_VERSION <= 0x00020000. When EFI_SPECIFICATION_VERSION > 0x00020000, this definition is defined at EdkCompatibilityPkg\Foundation\Efi\Include\EfiDevicePath.h by qwang12 · 16 years ago
  79. 0ecc0cb Update the OUTPUT_DIRECTORY name. This is to shorten the possbile command line which may cause a sub-process spawned from the ar command to fail for GCC tool chains. by qwang12 · 16 years ago
  80. a235abd Following UEFI spec to do auto booting after a time-out. This feature is implemented by qwang12 · 16 years ago
  81. a3a8317 Clean up to update the reference of the these macros: by qhuang8 · 16 years ago
  82. dee207e 1) Keep the original Varstore Name when replacing it with L"Setup" to allow Framework HII module get variable which is saved by UEFI Setup Browser. by qwang12 · 16 years ago
  83. 73d1dcb Add in code to convert the Default VarStore name to be L"Setup" based on Framework HII's assumption. by qwang12 · 16 years ago
  84. f51aea9 Use correct capitalization for include path. by xli24 · 16 years ago
  85. bb4af29 IPF GCC tool-chain cleanup. by qwang12 · 16 years ago
  86. 90eff00 update comment by qwang12 · 16 years ago
  87. d8444a2 1) GCC Clean up. by qwang12 · 16 years ago
  88. 9e21d6d Change function IpfFlushCacheRange() to AsmFlushCacheRange() follow the Mde_Lib_Spec. by gikidy · 16 years ago
  89. 2b534a7 Fix a bug of not initialize Private->PciRootBridgeIo correctly. by qwang12 · 16 years ago
  90. 9fd4915 Use .radix directive that GCC assembly supports. by xli24 · 16 years ago
  91. 8138a06 a statement ".radix D" which cause build break for *NIX IPF tool-chain. This is temperarily comment out. This .s file will be reimplemented to follow EDKII's MdePkg's BaseLib's IPF instruction flush code. by qwang12 · 16 years ago
  92. 97f201c Follow the Mde_Lib_Spec to fix the function PeCoffLoaderUnloadImage() IN/OUT issue about definition and implementation. by gikidy · 16 years ago
  93. d87a4d5 UNIX GCC cleanup: file name is case sensitive. by qwang12 · 16 years ago
  94. aa274d2 1) Add in EcpEfiBreakPoint and EcpMemoryFence which will be defined as EFI_BREAKPOINT and MEMORY_FENCE. by qwang12 · 16 years ago
  95. 81c56b8 Unix GCC cleanup: File name is case sensitive. Foward slash is used. by qwang12 · 16 years ago
  96. f90eb36 1) Add in EcpEfiBreakPoint and EcpMemoryFence which will be defined as EFI_BREAKPOINT and MEMORY_FENCE. by qwang12 · 16 years ago
  97. 0325471 1) Fix a bug of DefaultVarStoreId of the Form Set should be used when Framework IfrSupportLib create new opcode. by qwang12 · 16 years ago
  98. 168da75 Fixed a error although Math.c is not built include for building. by qwang12 · 16 years ago
  99. 0fc1f8f GCC Cleanup: Files name should match the case in the file system. by qwang12 · 16 years ago
  100. 6bc3c11 GCC cleanup: forward slash used.o by qwang12 · 16 years ago