1. 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
  2. 0f26852 Retire HiiLibGetNextLanguage() API from HII Library class. by rsun3 · 16 years ago
  3. a45d161 add comments for protocol/print.h and retire ReadOnlyVariableThunkPresent by jchen20 · 16 years ago
  4. ad5a96a Retire language conversion APIs from HII library class. by rsun3 · 16 years ago
  5. 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
  6. cb7d01c HII Library Class interface refine. by rsun3 · 16 years ago
  7. cdaf790 Fix the conflicted function names to new HII library. by lgao4 · 16 years ago
  8. 39e65b3 Add UefiHiiServicesLib library instance in every one DSC by lgao4 · 16 years ago
  9. 647a768 Pass correct device path to uninstall the handle on which default config access protocol is installed. by rsun3 · 16 years ago
  10. 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
  11. 101361d updated to use the term “temporary memory” but not CAR by eric_tian · 16 years ago
  12. 00683bf PeiLib uses PEI PCI CFG 2 PPI, so it depends on EdkFrameworkPpiLib. by rsun3 · 16 years ago
  13. f6f910d Retire Extended HII library class. by rsun3 · 16 years ago
  14. 62c236c Fix check error. by lgao4 · 16 years ago
  15. 0b09813 Retire RFC_3066_ENTRY_SIZE definition. by qhuang8 · 16 years ago
  16. 974a027 Fix build break. ISO_639_2_ENTRY_SIZE has been moved to be local. by jji4 · 16 years ago
  17. 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
  18. d14a393 Fix build break to remove over-include file. by qhuang8 · 16 years ago
  19. 7e26c7e Fix build break: MdeModuleHii.h has been moved from MdeModulePkg/Include to MdeModulePkg/Include/Guid directory. by qhuang8 · 16 years ago
  20. c85640b 1, Use #if defined() to judge the switching macro such as compiler macro. by klu2 · 16 years ago
  21. 4fe3ce8 Add print protocol GUID to EdkCompatibilityPkg.dec and add PrintThunk to EdkCompatibilityPkg.dsc for build validation. by qhuang8 · 16 years ago
  22. 46d95f3 Add PrintThunk driver, it depends on PrintLib on top of MdePkg: by qhuang8 · 16 years ago
  23. 45a3634 Add Print.h, an EDKII public include file for thunk driver by qhuang8 · 16 years ago
  24. 058bf46 Use #ifdef but not #if for compiler macros. by klu2 · 16 years ago
  25. b518ea4 fixed typo by jcarsey · 16 years ago
  26. 4798ea5 1) Replace IA32API with EFIAPI to standardise the calling convention. by qwang12 · 16 years ago
  27. b2ba1c1 Add comments in DSC files to explain the function and design of components section. by xli24 · 16 years ago
  28. 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
  29. 59a7e4f For ECP, disable ICC's remark #869: "Parameter" was never referenced warning. by xli24 · 16 years ago
  30. 1831d0e Split out Synchronization Library from Base Library by mdkinney · 16 years ago
  31. f67cc2c Update the DSC file name based on the directory name change. by qwang12 · 16 years ago
  32. a0e221a Update the INF file name based on the directory name change. by qwang12 · 16 years ago
  33. b650f50 Update the INF file name based on the directory name change. by qwang12 · 16 years ago
  34. 1127174 Update the INF file name based on the directory name change. by qwang12 · 16 years ago
  35. 7bd0459 Update the INF file name based on the directory name change. by qwang12 · 16 years ago
  36. 08e409c Update the INF file name based on the directory name change. by qwang12 · 16 years ago
  37. 9d006d2 Update the INF file name based on the directory name change. by qwang12 · 16 years ago
  38. 0978682 Update the INF file name based on the directory name change. by qwang12 · 16 years ago
  39. 8460a81 Update the INF file name based on the directory name change. by qwang12 · 16 years ago
  40. b11dcd8 Update the INF file name based on the directory name change. by qwang12 · 16 years ago
  41. dcb6a8b Update the INF file based on the change to direcotry and file name. by qwang12 · 16 years ago
  42. 5c6926d Update the INF file based on the change to direcotry and file name. by qwang12 · 16 years ago
  43. f275c91 Update the INF file based on the change to direcotry and file name. by qwang12 · 16 years ago
  44. 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
  45. 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
  46. 9fa98a8 Add change log for some new definitions. They are backward compatible. by qhuang8 · 16 years ago
  47. 1e39deb Add Load File 2 Protocol and MEDIA_RELATIVE_OFFSET_RANGE_DEVICE_PATH definition to build newest shell source. by qhuang8 · 16 years ago
  48. 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
  49. 667ced8 Upgrade both PACKAGE_VERSION and PLATFORM_VERSION to 0.5 as major function has been implemented including: by qwang12 · 16 years ago
  50. 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
  51. 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
  52. a235abd Following UEFI spec to do auto booting after a time-out. This feature is implemented by qwang12 · 16 years ago
  53. a3a8317 Clean up to update the reference of the these macros: by qhuang8 · 16 years ago
  54. 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
  55. 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
  56. f51aea9 Use correct capitalization for include path. by xli24 · 16 years ago
  57. bb4af29 IPF GCC tool-chain cleanup. by qwang12 · 16 years ago
  58. 90eff00 update comment by qwang12 · 16 years ago
  59. d8444a2 1) GCC Clean up. by qwang12 · 16 years ago
  60. 9e21d6d Change function IpfFlushCacheRange() to AsmFlushCacheRange() follow the Mde_Lib_Spec. by gikidy · 16 years ago
  61. 2b534a7 Fix a bug of not initialize Private->PciRootBridgeIo correctly. by qwang12 · 16 years ago
  62. 9fd4915 Use .radix directive that GCC assembly supports. by xli24 · 16 years ago
  63. 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
  64. 97f201c Follow the Mde_Lib_Spec to fix the function PeCoffLoaderUnloadImage() IN/OUT issue about definition and implementation. by gikidy · 16 years ago
  65. d87a4d5 UNIX GCC cleanup: file name is case sensitive. by qwang12 · 16 years ago
  66. aa274d2 1) Add in EcpEfiBreakPoint and EcpMemoryFence which will be defined as EFI_BREAKPOINT and MEMORY_FENCE. by qwang12 · 16 years ago
  67. 81c56b8 Unix GCC cleanup: File name is case sensitive. Foward slash is used. by qwang12 · 16 years ago
  68. f90eb36 1) Add in EcpEfiBreakPoint and EcpMemoryFence which will be defined as EFI_BREAKPOINT and MEMORY_FENCE. by qwang12 · 16 years ago
  69. 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
  70. 168da75 Fixed a error although Math.c is not built include for building. by qwang12 · 16 years ago
  71. 0fc1f8f GCC Cleanup: Files name should match the case in the file system. by qwang12 · 16 years ago
  72. 6bc3c11 GCC cleanup: forward slash used.o by qwang12 · 16 years ago
  73. 6800062 Move GlueLib's PeiPerformanceLib and DxePerformanceLib to [Components.IA32,Components.X64] and [Libraries.IA32,Libraries.X64] as the ECP implementation use AsmReadTsc () function (IA32/X64 only). by qwang12 · 16 years ago
  74. ba428fb Add CompilerStubLib_Edk2.inf which is built by EDK II tool chain. by qwang12 · 16 years ago
  75. d437caa Add CompilerStubLib_Edk2.inf which is built by EDK II tool chain. by qwang12 · 16 years ago
  76. bc4c047 1) Revert the original CompilerStubLib.inf which will be built by EDK tool chain. CompilerStubLib_Edk2.inf is the one that should be built by EDK II tool chain. by qwang12 · 16 years ago
  77. 48a59ce Update the entry point function's prototype. Add Doxygen function header. by qwang12 · 16 years ago
  78. bad2ca8 Update the entry point function's prototype. by qwang12 · 16 years ago
  79. 88b6bce Clean ECP for build failure. by xli24 · 16 years ago
  80. e24d48a 1) Initialize return value for UefiOp for all execution path. by qwang12 · 16 years ago
  81. 5990ace ICC IA32 Cleanup. by qwang12 · 16 years ago
  82. cec4aed GCC/ICC Cleanup. by qwang12 · 16 years ago
  83. 35d297c PI defines the architectural way to get PeiServicesTablePointer from sizeof (UINTN) bytes before the IDT table base. Add the runtime detection of PI version so that Mm7 Library instance is usable under PI 1.0 system. by qwang12 · 16 years ago
  84. b6228a0 add ULL suffix to Long Long number. by qwang12 · 16 years ago
  85. 1aaf8fe add ULL suffix to PEI_SERVICES_SIGNATURE by qwang12 · 16 years ago
  86. 3321fa0 1) Add in SharingStringPack to make UpdateString only create/update string token in the String Packages that shares String Package with each other. For a String Token to be updated in a Package, TagGUID must be the same and SharingStringPack need to be true too. by qwang12 · 16 years ago
  87. 70d72ba 1) StrGather (Build.exe) in compatible mode add a Framework Package Header to replace the original “ArrayLength” generated in the output. by qwang12 · 16 years ago
  88. cae5044 GCC Build Clean: Add doxygen comment and fix build break issue. by qwang12 · 16 years ago
  89. 19caab5 1) Covert the FvAttributes back to format defined in Framework spec after calling the PI FV Protocol. This behavior is defined in Framework spec. by qwang12 · 16 years ago
  90. 9e99ce3 Covert the FvAttributes back to format defined in PI spec after calling the Framework FV Protocol. This behavior is defined in PI spec. by qwang12 · 16 years ago
  91. 6d8f3e5 EBC Cleanup: BaseIoLibIntrinsic is only supported for IA32, IPF, X64 by qwang12 · 16 years ago
  92. 73396ac EBC Cleanup: _break is already defined in EdkCompatibilityPkg\Foundation\Include\Ebc\EfiBind.h by qwang12 · 16 years ago
  93. 9a737ff Remove unused comment. by qwang12 · 16 years ago
  94. 9836611 1) Change the EFI_SPECIFICATION_VERSION to 0x00020000 and PI_SPECIFICATION_VERSION to 0x00009000. EdkCompatibilityPkg.dsc by default support UEFI 2.0 and Framework 0.9x. by qwang12 · 16 years ago
  95. a7875fb ICC Cleanup. by qwang12 · 16 years ago
  96. 1bfbd13 ICC Cleanup: by qwang12 · 16 years ago
  97. 78d9194 ICC cleanup: Add in (CONST EFI_PEI_SERVICES **) by qwang12 · 16 years ago
  98. 71f633d ICC cleanup: Add in (CONST EFI_PEI_SERVICES **) by qwang12 · 16 years ago
  99. 89f0481 ICC cleanup: add EFI_PEI_TRANSFER_CONTROL_SET_JUMP and EFI_PEI_TRANSFER_CONTROL_LONG_JUMP data cast. by qwang12 · 16 years ago
  100. ec5ed91 ICC cleanup: Add in (CONST EFI_PEI_SERVICES **) by qwang12 · 16 years ago