1. 07567c3 Add more comments. by qwang12 · 17 years ago
  2. 619eff3 clean EBC build. by vanjeff · 17 years ago
  3. 9cf974f fixed a typo by lhauch · 17 years ago
  4. da3ce3d remove reference to the obsolete EFI_LIGHT_ISA_IO_PROTOCOL. This protocol is introduced for size reduction. But later this method is obsoleted as EDK II use feature flags to conditional mask off some code. As EDK II core code does not produce this protocol so we remove all reference to this protocol. by qwang12 · 17 years ago
  5. dcd8047 remove reference to the obsolete EFI_LIGHT_ISA_IO_PROTOCOL. by qwang12 · 17 years ago
  6. f21c377 install mReadOnlyVariableThunkPresent PPI to insure that only one ReadOnlyVariable thunk driver can be present in the platform. by qwang12 · 17 years ago
  7. 185be2e Change notification function to the correct protocol. by qwang12 · 17 years ago
  8. cd28997 fix a typo. by qwang12 · 17 years ago
  9. 616380f Add "-l" to make VFR Compiler to generate .lst file to assist debug. by qwang12 · 17 years ago
  10. 23fdff8 Added dependency of makefile to source files in order to let source files be rebuilt when tool option changes by jwang36 · 17 years ago
  11. 008a518 change >> to RShiftU64 function call to avoid compiler to insert __aullshr intrinsic. by qwang12 · 17 years ago
  12. 137c54a Install a Framework SetupBrowser protocol interface. But this interface will return EFI_UNSUPPORTED. This is to satisfy that some platform/chipset code may located this protocol but never invoke either of these two interfaces in the protocol. by qwang12 · 17 years ago
  13. a8fb9d6 Support EBC for UefiPxeBcDxe module. by vanjeff · 17 years ago
  14. 7d0db9c CHAR8 is defined as "1-byte Character" in UEFI spec, but not "unsigned Character". Most compiler treats "char" as signed unless overide by compiler options. Most compiler generate warnings for statement like "CHAR8 *S = "Hello"". In addition, we have defined CHAR8 as char for processor arch such as IA32, X64 and IPF in EDK II. by qwang12 · 17 years ago
  15. fd6e8b4 add VFRPP patch for EBC WINDDK3790x1830 tool chain. by qwang12 · 17 years ago
  16. 661e7af Remove the tailing ',' to ensure the code pass EBC's -Za option (Enforces strict conformance to the ANSI standard for C). by qwang12 · 17 years ago
  17. 1b2afea Remove the tailing ',' and redudant ';' to ensure the code pass EBC's -Za option (Enforces strict conformance to the ANSI standard for C). by qwang12 · 17 years ago
  18. 1c574ee Add a type cast of UINT32 to insure that EBC compiler does not report warning of "Integer conversion resulted in a change of sign" when building with -Za option (accept only ANSI/ISO standard C code). 1 << 31 is consider to be a sign change by compiler. by qwang12 · 17 years ago
  19. 552b252 Remove the tailing ',' to ensure the code pass EBC's -Za option (Enforces strict conformance to the ANSI standard for C). by qwang12 · 17 years ago
  20. d389c6f Changed the error message to be clearer when no source files are found for build by jwang36 · 17 years ago
  21. 38d8677 Remove unused library instances by qhuang8 · 17 years ago
  22. 5f3fdf9 Minor update to follow coding style. by qhuang8 · 17 years ago
  23. e8a99c0 Remove orphan files: R8Lib.c & R8Lib.h have already been removed from module INF file. by qhuang8 · 17 years ago
  24. 685aec5 Remove unused library instances by qhuang8 · 17 years ago
  25. f1d0652 Remove two duplicated GUIDs. by qhuang8 · 17 years ago
  26. 4ecdb86 Give the output information in right place. by vanjeff · 17 years ago
  27. 86b2b82 Use #if...#else to not confuse some lint tools for definition of EFIAPI by klu2 · 17 years ago
  28. d2e6d78 1. Add comments about reserve space on space according to x64 calling convention by qhuang8 · 17 years ago
  29. fbbe00a Add ACPI_ADR_DISPLAY() macros to DevicePath.h by mdkinney · 17 years ago
  30. 7bc3788 If the last PEIM dispatched in Pre-Memory PEI is the last PEIM in the BFV, then no PEIMs will be dispatched in Post Memory PEI. by mdkinney · 17 years ago
  31. 1ad76c3 Remove ASSERT() if ReadOnlyVariable2 PPI is not present. Instead, skip variable read if the PPI is not present. by mdkinney · 17 years ago
  32. a163442 Add call to CreateEvent() for SetVirtualAddressMap() by mdkinney · 17 years ago
  33. 2be3c94 Update to doxygen comments. by qwang12 · 17 years ago
  34. 001d920 1) Add in FvFileLoaderToLoadFileThunk. 2) Update some doxygen comments. by qwang12 · 17 years ago
  35. 67ef3ca 1) add in DeviceIoToPciRootBridgeIoThunk by qwang12 · 17 years ago
  36. 6ea838c Layer AllocateBuffer and FreeBuffer on the PciRootBridgeIo too. by qwang12 · 17 years ago
  37. fd4ae73 add in DeviceIoToPciRootBridgeIoThunk. by qwang12 · 17 years ago
  38. 00fc1da Enhance GenFv tool always collect all module Map files into the single FvMap file for user easy reference. by lgao4 · 17 years ago
  39. f26b92e Correct data print format. by htao · 17 years ago
  40. 8792362 [Description]: by vanjeff · 17 years ago
  41. ac64461 De-unicode in comment for all source files. by qhuang8 · 17 years ago
  42. b233cbe edk2/EdkCompatibilityPkg/Foundation/Protocol/Performance/Performance.h: by jljusten · 17 years ago
  43. b562e7f edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiIfrSupportLib/IfrOpCodeCreation.c by jljusten · 17 years ago
  44. ff8dd84 edk2/EdkCompatibilityPkg/Foundation/Efi/Include/EfiTypes.h: by jljusten · 17 years ago
  45. 10d315b edk2/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib by jljusten · 17 years ago
  46. 8d0a8e5 Add #ifndef statement for header file. by qhuang8 · 17 years ago
  47. 6d57943 Add #ifndef statement for header file. by qhuang8 · 17 years ago
  48. bc88c68 Make #ifndef the first statement in header file. by qhuang8 · 17 years ago
  49. 8ad319e edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/(Ia32|X64)/*.S: by jljusten · 17 years ago
  50. 297c148 edk2/EdkCompatibilityPkg/Foundation/Include/(Ia32|X64)/EfiBind.h: by jljusten · 17 years ago
  51. ab4eb96 Rollback the enhancement of Pcibus in r4844 for more investigation. by qhuang8 · 17 years ago
  52. 7659d0c [Description]: by vanjeff · 17 years ago
  53. b96b676 edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/Handle.c: by jljusten · 17 years ago
  54. ee3f13d edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseMemoryLib/BaseMemoryLib.inf: by jljusten · 17 years ago
  55. 44c8b89 Remove the obsolete comments. by qwang12 · 17 years ago
  56. 30d27d1 Pass GCC build. by qwang12 · 17 years ago
  57. 7fd2139 Pass GCC build. by qwang12 · 17 years ago
  58. 3149b37 Use EDK library macro for EDK library function. by qhuang8 · 17 years ago
  59. 1668bd4 by qwang12 · 17 years ago
  60. 36fe40c by qwang12 · 17 years ago
  61. d9e5c1f 1) Add BufToHexString, HexStringToBuf and IsHexDigit to BaseLib. by qwang12 · 17 years ago
  62. 254ba24 Add logic to check uninitialized RTC value in PcRtc driver in MdeModulePkg. by xli24 · 17 years ago
  63. bfe0326 edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiMemoryAllocationLib/MemoryAllocationLib.c: by jljusten · 17 years ago
  64. bd2d157 edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseMemoryLib/*: by jljusten · 17 years ago
  65. 3f8f7fa edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/*: by jljusten · 17 years ago
  66. e2955fb Merge from edk2/MdePkg/Library/BaseIoLibIntrinsic to achieve better by jljusten · 17 years ago
  67. 8e98644 edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/ReportStatusCode.c: by jljusten · 17 years ago
  68. d04f2a1 edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseMemoryLib/X64/CopyMem.asm: by jljusten · 17 years ago
  69. b9b4780 edk2/EdkCompatibilityPkg/Foundation/Include/Ia32/EfiBind.h: by jljusten · 17 years ago
  70. 2217818 edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Common/EdkIIGlueDefinitionChangesPeim.h: by jljusten · 17 years ago
  71. e68757d edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/EdkIIGlueBase.h: by jljusten · 17 years ago
  72. 03836d0 Add a reference of 2nd buffer storage in a formset. by qwang12 · 17 years ago
  73. 6960e9a Remove minor defects in Doxygen header by qhuang8 · 17 years ago
  74. d6c0ec5 Use Feature Flag PCD to PcdUefiVariableDefaultLangDepricate to replace LANG_SUPPORT. by qwang12 · 17 years ago
  75. 2d81bfb Add in ConvertIso639LanguageToRfc3066Language API. by qwang12 · 17 years ago
  76. 6fd5fbe Add in ConvertIso639LanguageToRfc3066Language API. by qwang12 · 17 years ago
  77. 57d6f36 add debug information. by vanjeff · 17 years ago
  78. 7e1230b a. Fixed the incorrect generated array in c code for default store values by jwang36 · 17 years ago
  79. 16bdc87 Add compatibility modules into the DSC file. by qwang12 · 17 years ago
  80. b44bf16 Changed the default value for the same var to be the same. by jwang36 · 17 years ago
  81. 766dca7 Fix a bug and update comments. by qwang12 · 17 years ago
  82. 0004d14 Update the comments. by qwang12 · 17 years ago
  83. 1e55f6a 1) Change Framework version of PeiServiceTable's PciCfg from PEI_PCI_CFG_PPI to ECP_PEI_PCI_CFG_PPI. This help to detect if user is calling PeiServiceTable->PciCfg->Modify in a PI platform. Modify between Framework spec and PI spec is not compatible. by qwang12 · 17 years ago
  84. bf6d2af Use "X64" for directory name to follow directory name convention. by qhuang8 · 17 years ago
  85. 955723b Use "X64" for directory name to follow directory name convention. by qhuang8 · 17 years ago
  86. f45af90 Update to fix minor coding style issues. by qhuang8 · 17 years ago
  87. 23c98c9 Update to fix minor coding style issues. by qhuang8 · 17 years ago
  88. 3b1d9fd Change the file name case to follow coding style: The first character should be capital. by qhuang8 · 17 years ago
  89. b21f513 Change the file name case to follow coding style: The first character should be capital. by qhuang8 · 17 years ago
  90. 1424518 Change the file name case to follow coding style: The first character should be capital. by qhuang8 · 17 years ago
  91. ae91108 Change the file name case to follow coding style: The first character should be capital. by qhuang8 · 17 years ago
  92. cc907d1 Change the file name case to follow coding style: The first character should be capital. by qhuang8 · 17 years ago
  93. ecc7f77 Change the file name case to follow coding style: The first character should be capital. by qhuang8 · 17 years ago
  94. 924c766 Change the file name case to follow coding style: The first character should be capital. by qhuang8 · 17 years ago
  95. d614b00 Change the file name case to follow coding style: The first character should be capital. by qhuang8 · 17 years ago
  96. 7ad23c3 Change the file name case to follow coding style: The first character should be capital. by qhuang8 · 17 years ago
  97. 6cea0db Change the file name case to follow coding style: The first character should be capital. by qhuang8 · 17 years ago
  98. 3a610a1 Change the file name case to follow coding style: The first character should be capital. by qhuang8 · 17 years ago
  99. 91ee5ef Change the file name case to follow coding style: The first character should be capital. by qhuang8 · 17 years ago
  100. d4a9eca Change the file name case to follow coding style: The first character should be capital. by qhuang8 · 17 years ago