1. 966877c Correct TokenSpace Guid value by lgao4 · 16 years ago
  2. b4f26bb Make comments align. by lgao4 · 16 years ago
  3. 172870e fix the ecc issue. by eric_tian · 16 years ago
  4. c72216a fixed ECC and Klocwork issues. by vanjeff · 16 years ago
  5. 261c359 Add the missing Token Space Guid by lgao4 · 16 years ago
  6. f467179 Add comments for Include header files by lgao4 · 16 years ago
  7. 6a194b7 Remove the additional build options. by lgao4 · 16 years ago
  8. 0f38dfb Remove the duplicate NULL string. by lgao4 · 16 years ago
  9. 434ce3f sync tracker:PXE misused the parameter of second since boot in DHCP header. by vanjeff · 16 years ago
  10. 84478de Remove EFI_BDS_ARCH_PROTOCOL_INSTANCE from PlatformBdsLib.h and BdsDxe module by mdkinney · 16 years ago
  11. 370ec7f Remove EFI_BDS_ARCH_PROTOCOL_INSTANCE from PlatformBdsLib.h and BdsDxe module by mdkinney · 16 years ago
  12. d5275ee Remove EFI_BDS_ARCH_PROTOCOL_INSTANCE from PlatformBdsLib.h and BdsDxe module by mdkinney · 16 years ago
  13. 20fac44 Remove EFI_BDS_ARCH_PROTOCOL_INSTANCE from PlatformBdsLib.h and BdsDxe module by mdkinney · 16 years ago
  14. f7cdf5c Remove EFI_BDS_ARCH_PROTOCOL_INSTANCE from PlatformBdsLib.h and BdsDxe module by mdkinney · 16 years ago
  15. 2ddf837 Retire <FrameworkModuleBase.h>, <FrameworkModuleDxe.h>, and <FrameworkModulePei.h> by mdkinney · 16 years ago
  16. 5e335a5 Retire <FrameworkModuleBase.h>, <FrameworkModuleDxe.h>, and <FrameworkModulePei.h> by mdkinney · 16 years ago
  17. 0c1e176 Retire <FrameworkModuleBase.h>, <FrameworkModuleDxe.h>, and <FrameworkModulePei.h> by mdkinney · 16 years ago
  18. 785e0c0 Retire <FrameworkModuleBase.h>, <FrameworkModuleDxe.h>, and <FrameworkModulePei.h> by mdkinney · 16 years ago
  19. a6981ff editor was set for tabs instead of spaces on prev chkin by lgr · 16 years ago
  20. 2f09f4b Per EdkII IntelFrameworkPkg code review instructions, add comments before each gui, ppi & protocol with path to the corresponding .h file by lgr · 16 years ago
  21. 31c24f4 Move gEfiPciOptionRomTableGuid from IntelFrameworkModulePkg to the DuetPkg by mdkinney · 16 years ago
  22. df93b0f Move gEfiPciOptionRomTableGuid from IntelFrameworkModulePkg to the DuetPkg by mdkinney · 16 years ago
  23. 0170af5 Retire PciHotplugDeviceGuid. by mdkinney · 16 years ago
  24. 0d654ba Need use 32-bit register to hold 32-bit stack address. by klu2 · 16 years ago
  25. 5a76206 Need use 32-bit register to hold 32-bit stack address. by klu2 · 16 years ago
  26. 2e56bb1 Fix the bug that if code is run above 4G, AsmDisablePaging64 will be failed by klu2 · 16 years ago
  27. ce4c0e3 Fix the bug that if code is run above 4G, AsmDisablePaging64 will be failure. by klu2 · 16 years ago
  28. aa4d03f 1. Enhance the RTC driver to not reserve the CMOS century register MSB. by gikidy · 16 years ago
  29. a47b308 Enhance the RTC driver to not reserve the CMOS century register MSB. by gikidy · 16 years ago
  30. d616bf7 Fix a typo in help message. by klu2 · 16 years ago
  31. 7b5b312 Update comment for return description for PcdSetX macros. by klu2 · 16 years ago
  32. 007c18f Enhance Ps2Mouse and Ps2Keyboard driver and fix for random hangs in System waiting for the Key if no KBC is present. by gikidy · 16 years ago
  33. 502bfce The return description for LibPcdSetx function is ambiguity. The actual meaning of return value is input parameter, but not the value/pointer exist in PCD database. by klu2 · 16 years ago
  34. 5fe71b5 Add missing parameter check ASSERTs in ScsiReadCapacity16Command() of UefiScsiLib. by rsun3 · 16 years ago
  35. d7d5db9 Remove #define for MAX_BBS_ENTRIES by mdkinney · 16 years ago
  36. 9226e4e Clean up CSM related include files to match specification by mdkinney · 16 years ago
  37. 68167fe Fix build breaks from comment clean up checkin by mdkinney · 16 years ago
  38. 1a2f870 Second set of changes based on a review of the code comments in the Include directory for typos, grammar issues, and language clarity. by pkandel · 16 years ago
  39. 7076244 The StringIndex should be casted to UINT16* but not UINT8*. by klu2 · 16 years ago
  40. 287f4f4 Add ASSERT check for AsmFlushCacheRange(). by xli24 · 16 years ago
  41. 63fffe4 fix the issue when passing a L"" string to PrintXY. by eric_tian · 16 years ago
  42. c8c4437 update comments per review comments. by vanjeff · 16 years ago
  43. 630b418 Reviewed the code comments in the Include/Protocol directory for typos, grammar issues, and language clarity. by pkandel · 16 years ago
  44. e79a297 Remove ASSERT (TotalSize <= sizeof (Buffer)); by xli24 · 16 years ago
  45. 33cf993 Fix issue that build is broken if a dynamic PCD's value is L"". by klu2 · 16 years ago
  46. 9c11644 Build tool will translate the value of VOID* type PCD to byte array, and put value into database. So no need use esc character "\" in path value of UNICODE string. by klu2 · 16 years ago
  47. 2ebbe08 Fix an issue in DataHubGetNextRecord. by gikidy · 16 years ago
  48. bcd7070 fix the issue of Inadequate Memory Allocation in Variable Services by eric_tian · 16 years ago
  49. 2561f56 1. Fix the bug that we should use rip relative addressing for x64 label to prevent GNU assembly generate incorrect code. by qhuang8 · 16 years ago
  50. 1a76fbe Save label "@F" to 64-bit register (r10) instead of 32-bit register (eax) in case label @F is above 4G. by qhuang8 · 16 years ago
  51. 693c4e0 Fix minor typos in comments. by jljusten · 16 years ago
  52. 8c8f3dc changed %s to %a to print correct ascii string. by vanjeff · 16 years ago
  53. 6916d99 Fix IPF alignment fault caused by addition of BASE_LIST type that was added to resolve the X64 GCC VA_LIST issue. by mdkinney · 16 years ago
  54. 97f7781 Make sure BASE_LIST is always aligned on a 64-bit boundary by mdkinney · 16 years ago
  55. 86fe4ef Update GenFw tool to zero time/date by default. by lgao4 · 16 years ago
  56. 6a729dc Fix <.><..> can not work correctly on NT32 platform. by gikidy · 16 years ago
  57. 2062154 The data length of a text request must not exceed the iSCSI target MaxRecvDataSegmentLength. by gikidy · 16 years ago
  58. 134c1f3 modify the implementation of GetInterface and GetConfiguration to force the high byte of output type parameters zero. by eric_tian · 16 years ago
  59. 35c218d fix the HiiStrIdToImage sct failure, which is caused by wrong algorithm of finding right-most line break opportunity. by eric_tian · 16 years ago
  60. 071b722 Use DiskIo->WriteDisk() API to avoid alignment issue. by qhuang8 · 16 years ago
  61. d48e8b0 Use rip relative addressing for x64 label for Thunk16.S to prevent GCC assembly from generating 32-bit value with HIGHLOW fixup. by qhuang8 · 16 years ago
  62. ac4e705 Fix bug to fill Startup AP Vector address in FvImage by lgao4 · 16 years ago
  63. 740cce9 The MULTIPLE_THREAD should be choice from "Disable", "Enable" but not "TRUE", "FALSE" by klu2 · 16 years ago
  64. ecb1192 The MULTIPLE_THREAD should be choice from "Disable", "Enable" but not "TRUE", "FALSE" by klu2 · 16 years ago
  65. c9d0e08 Add MULTIPLE_THREAD option. by klu2 · 16 years ago
  66. bc61c01 Increase source portability by replace the use of EFI_STATUS_CODE_DATA_MAX_SIZE with sizeof(Buffer) by mdkinney · 16 years ago
  67. d94f1f3 Increase source portability by replace the use of EFI_STATUS_CODE_DATA_MAX_SIZE with sizeof(Buffer) by mdkinney · 16 years ago
  68. be71cc9 Increase source portability by replace the use of EFI_STATUS_CODE_DATA_MAX_SIZE with sizeof(Buffer) by mdkinney · 16 years ago
  69. 1ca8808 Increase source portability by replace the use of EFI_STATUS_CODE_DATA_MAX_SIZE with sizeof(Buffer) by mdkinney · 16 years ago
  70. b088ba3 1) Move gEfiStatusCodeDataTypeDebugGuid from the IntelFrameworkPkg to the IntelFrameworkModulePkg. This GUID is not defined in the Framework Specifications, so it is part of the implementation. This GUID is used to pass DEBUG() information to the Status Code Protocol and PPI. This GUID is now defined in IntelFrameworkModulePkg/Include/Guid/StatusCodeDataTypeDebug.h. The GUID definition was also moved from the DEC file in the IntelFrameworkPkg to the IntelFrameworkModulePkg. by mdkinney · 16 years ago
  71. fd89439 1) Move gEfiStatusCodeDataTypeDebugGuid from the IntelFrameworkPkg to the IntelFrameworkModulePkg. This GUID is not defined in the Framework Specifications, so it is part of the implementation. This GUID is used to pass DEBUG() information to the Status Code Protocol and PPI. This GUID is now defined in IntelFrameworkModulePkg/Include/Guid/StatusCodeDataTypeDebug.h. The GUID definition was also moved from the DEC file in the IntelFrameworkPkg to the IntelFrameworkModulePkg. by mdkinney · 16 years ago
  72. 2c236ad 1) Move gEfiStatusCodeDataTypeDebugGuid from the IntelFrameworkPkg to the IntelFrameworkModulePkg. This GUID is not defined in the Framework Specifications, so it is part of the implementation. This GUID is used to pass DEBUG() information to the Status Code Protocol and PPI. This GUID is now defined in IntelFrameworkModulePkg/Include/Guid/StatusCodeDataTypeDebug.h. The GUID definition was also moved from the DEC file in the IntelFrameworkPkg to the IntelFrameworkModulePkg. by mdkinney · 16 years ago
  73. 3a6064f 1) Move gEfiStatusCodeDataTypeDebugGuid from the IntelFrameworkPkg to the IntelFrameworkModulePkg. This GUID is not defined in the Framework Specifications, so it is part of the implementation. This GUID is used to pass DEBUG() information to the Status Code Protocol and PPI. This GUID is now defined in IntelFrameworkModulePkg/Include/Guid/StatusCodeDataTypeDebug.h. The GUID definition was also moved from the DEC file in the IntelFrameworkPkg to the IntelFrameworkModulePkg. by mdkinney · 16 years ago
  74. cdf360f Remove unnecessary use of gEfiStatusCodeSpecificDataGuid and sync algorithm with NT32 OEM Hook Status Code Lib by mdkinney · 16 years ago
  75. 8b35a9c Remove unnecessary use of gEfiStatusCodeSpecificDataGuid by mdkinney · 16 years ago
  76. 0ca9ea4 Remove the GUID declared as gEfiStatusCodeDataTypeErrorGuid and EFI_STATUS_CODE_DATA_TYPE_ERROR_GUID because it is not present in the Intel Framework Specifications. by mdkinney · 16 years ago
  77. 1872cca Remove the GUID declared as gEfiStatusCodeDataTypeAssertGuid and EFI_STATUS_CODE_DATA_TYPE_ASSERT_GUID because it is not present in the Intel Framework Specifications. by mdkinney · 16 years ago
  78. 810881f Remove the GUID declared as gEfiStatusCodeDataTypeAssertGuid and EFI_STATUS_CODE_DATA_TYPE_ASSERT_GUID because it is not present in the Intel Framework Specifications. by mdkinney · 16 years ago
  79. d4764d1 Remove the GUID declared as gEfiStatusCodeDataTypeExceptionHandlerGuid and EFI_STATUS_CODE_DATA_TYPE_EXCEPTION_HANDLER_GUID because it is not present in the Intel Framework Specifications. by mdkinney · 16 years ago
  80. a7ef0a8 1, Add checking for input parameter tool tag which is used to find external tools. by klu2 · 16 years ago
  81. e2c6e69 Update shell binaries to use the newest EDK shell snapshot. This version has integrate the patch to use EDKII GetBestLanguage() to solve RFC 4646 language matching issue in drivers, dh, DevTree, etc. by qhuang8 · 16 years ago
  82. 3cc6e8e a typo of ISCSI string by eric_tian · 16 years ago
  83. 3fc15d4 fix the typo of ISCSI related string. by eric_tian · 16 years ago
  84. 70ffafd Remove ShellHotFix.patch since the newest EDK shell snapshot has integrated the complete fix for RFC 4646 language match issue in drivers, dh, DevTree, etc. by qhuang8 · 16 years ago
  85. ae6a37f 1. removed an extra call to SetVectorBase() in the SetMode() function. by vanjeff · 16 years ago
  86. 6535652 Add directory for the new added Language Library. by lgao4 · 16 years ago
  87. ae3d1e9 Replaced ASM_GLOBAL with .global, and add start label for some files to avoid link warnings. by gikidy · 16 years ago
  88. 3d7dfb3 Change (UINT8 *) to (CHAR *) to make types the same for comparison operations by mdkinney · 16 years ago
  89. 071a9a1 Correct parameter names for ASSERT() checks. by mdkinney · 16 years ago
  90. 94fe1ac Update build.exe after StrGather was updated. Add -s build flag in EdkShellPkg.dsc so that .UNI files with ISO 639-2 language codes of EDK Shell can be built. by rsun3 · 16 years ago
  91. 2ef9435 Fix the bug that PCD driver treat StringTableIndex as UINT8 value but in fact it is UINT16 value. by klu2 · 16 years ago
  92. 1f53f7b Update SecMain for Nt32 to use WriteFile() for all status code related console output so the same mechanism is used for SEC, PEI, and DXE. Previously SEC and PEI were using printf() and DXE was using WriteFile() and the order of the messages was not correct in all cases. By using the same method for all status code output, the order of the messages is correct. by mdkinney · 16 years ago
  93. a776476 This checkin addresses the compatibility issue of passing arguments of type VA_LIST between components. The type VA_LIST is mapped onto the compiler specific implementation of varargs. As a result, modules build with different compilers may not use the same VA_LIST structure. The solution to this issue is to define a new type called BASE_LIST that is a compiler independent method of passing varargs between modules. by mdkinney · 16 years ago
  94. 9c98c8e This checkin addresses the compatibility issue of passing arguments of type VA_LIST between components. The type VA_LIST is mapped onto the compiler specific implementation of varargs. As a result, modules build with different compilers may not use the same VA_LIST structure. The solution to this issue is to define a new type called BASE_LIST that is a compiler independent method of passing varargs between modules. by mdkinney · 16 years ago
  95. 53d7408 This checkin addresses the compatibility issue of passing arguments of type VA_LIST between components. The type VA_LIST is mapped onto the compiler specific implementation of varargs. As a result, modules build with different compilers may not use the same VA_LIST structure. The solution to this issue is to define a new type called BASE_LIST that is a compiler independent method of passing varargs between modules. by mdkinney · 16 years ago
  96. b5a8e95 This checkin addresses the compatibility issue of passing arguments of type VA_LIST between components. The type VA_LIST is mapped onto the compiler specific implementation of varargs. As a result, modules build with different compilers may not use the same VA_LIST structure. The solution to this issue is to define a new type called BASE_LIST that is a compiler independent method of passing varargs between modules. by mdkinney · 16 years ago
  97. ca9938b This checkin addresses the compatibility issue of passing arguments of type VA_LIST between components. The type VA_LIST is mapped onto the compiler specific implementation of varargs. As a result, modules build with different compilers may not use the same VA_LIST structure. The solution to this issue is to define a new type called BASE_LIST that is a compiler independent method of passing varargs between modules. by mdkinney · 16 years ago
  98. 504dcb0 This checkin addresses the compatibility issue of passing arguments of type VA_LIST between components. The type VA_LIST is mapped onto the compiler specific implementation of varargs. As a result, modules build with different compilers may not use the same VA_LIST structure. The solution to this issue is to define a new type called BASE_LIST that is a compiler independent method of passing varargs between modules. by mdkinney · 16 years ago
  99. 2075236 This checkin addresses the compatibility issue of passing arguments of type VA_LIST between components. The type VA_LIST is mapped onto the compiler specific implementation of varargs. As a result, modules build with different compilers may not use the same VA_LIST structure. The solution to this issue is to define a new type called BASE_LIST that is a compiler independent method of passing varargs between modules. by mdkinney · 16 years ago
  100. 37e97c5 Add more details to OvmfPkg/README for building & running. by jljusten · 16 years ago