1. 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
  2. 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
  3. 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
  4. 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
  5. 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
  6. 37e97c5 Add more details to OvmfPkg/README for building & running. by jljusten · 16 years ago
  7. 49ba944 Add initial version of Open Virtual Machine Firmware (OVMF) platform. by jljusten · 16 years ago
  8. a1f11f7 Add IdeControllerDxe driver. This driver is very similar to by jljusten · 16 years ago
  9. 21b404d Add a simple PCI host bridge driver. by jljusten · 16 years ago
  10. a47463f Add CPU DXE driver for IA32 & X64 processor architectures. by jljusten · 16 years ago
  11. e50466d Add MTRR library for IA32 & X64 processor architectures. by jljusten · 16 years ago
  12. d096516 Fix the bug that build tool and PCD driver can not deal with byte array or ANSIC type value for dynamic PCD. by klu2 · 16 years ago
  13. a81c3da Correct one minor instruction to clear the lower 4 bits of r11. by qhuang8 · 16 years ago
  14. a148780 Fix the bug in x64 thunk code that it cannot handle the case when GDT is loaded in above 4G table memory. by qhuang8 · 16 years ago
  15. 57ee276 update comments on implementation by eric_tian · 16 years ago
  16. 392b3cf sync the StrToImage flag of UGA to consistent with GOP by eric_tian · 16 years ago
  17. 68b54c0 Correct GenPage to get the input option value. by lgao4 · 16 years ago
  18. 31b440c fix a bug of incorrectly judge the end of variable arguments. by eric_tian · 16 years ago
  19. 8aea08d Correct the parameter parser of GenBootSector. by lgao4 · 16 years ago
  20. f324bf4 Roll back changes to apply GetBestLanguage() in HiiDataBase. Exact language match should be used in HiiDatabase. by rsun3 · 16 years ago
  21. b0a5e68 Update build.exe after StrGather python script was changed. by rsun3 · 16 years ago
  22. 527a098 Remove the tool PcdSyntaxUpdate.exe. This tool is an obsolete tool. It is added to be used to update PCD format according to INF 0.44, DEC 0.41, DSC 0.40. But, now EDKII code base conforms to the newest public 1.1 version INF, DEC and DSC spec. by lgao4 · 16 years ago
  23. 91a306e Correct the check to the valid device path. The device path can't be less than the basic header. by lgao4 · 16 years ago
  24. 53fafef change ISO 639-2 language codes to RFC 4646 codes in .UNI files by rsun3 · 16 years ago
  25. 1df9325 Fix minor bug in tools. by lgao4 · 16 years ago
  26. f6427e8 Add the checking to the input parameter of tools. by lgao4 · 16 years ago
  27. 323f53f Fix linked list loops by mdkinney · 16 years ago
  28. f680f86 Terminate the Capability List traversal if the Capability Pointer is less than 0x40, or the Capability Pointer is not aligned on a 32-bit boundary. by mdkinney · 16 years ago
  29. 94853f2 Terminate the Capability List traversal if the Capability Pointer is less than 0x40, or the Capability Pointer is not aligned on a 32-bit boundary. by mdkinney · 16 years ago
  30. 20610fa Update module to show real dependencies on the MemoryAllocationLib by mdkinney · 16 years ago
  31. 57b201b update the file description of PrintXY and AsciiPrintXY. and also refine the implementation to return the number of actual printed characters. by eric_tian · 16 years ago
  32. d9e63d9 update the file description of PrintXY and AsciiPrintXY. and also refine the implementation to return the number of actual printed characters. by eric_tian · 16 years ago
  33. 4772ce7 refine the implementation of HiiStringToImage: by eric_tian · 16 years ago
  34. 619e4c0 update the implementation of InternalPrintGraphic to reflect the number of actual printed character by eric_tian · 16 years ago
  35. 0f89940 Update revision reference tag. by gikidy · 16 years ago
  36. ab4e42d Build tool need generate different value macro's name for PatchableInModule type PCD against FixedAtBuild PCD. by klu2 · 16 years ago
  37. 470d0b2 Synchronize code with specs. by gikidy · 16 years ago
  38. 534b825 Synchronize code with specs. by gikidy · 16 years ago
  39. de48299 Update DriverSample and PlatDriOverrideDxe driver to correct the return value for ConfigAccess ExtractConfig interface. by lgao4 · 16 years ago
  40. 14073b3 Fix the bug that TAB character in uni file make unicode string missing in autogen file. Corresponding version in build tool project is r1592. by klu2 · 16 years ago
  41. 3e0c79b Fix ScsiLib build break by << operator, which is replaced by LShiftU64 of BaseLib. by lgao4 · 16 years ago
  42. 7b2cc54 Remove __APPLE__ usage in ProcessorBind.h files. by xli24 · 16 years ago
  43. 67d6322 Clean up GenericBdsLib.h to remove unnecessary include header files. by lgao4 · 16 years ago
  44. cfb1461 Update modules to show real dependencies on the BaseMemoryLib and MemoryAllocationLib by mdkinney · 16 years ago
  45. 752ef5d Add includes for definitions used by the DxeIpIoLib and DxeNetLib by mdkinney · 16 years ago
  46. 9d9c659 Remove redundant #include statements by mdkinney · 16 years ago
  47. 1e966f6 Remove redundant #include statements by mdkinney · 16 years ago
  48. be18ced Remove redundant #include by mdkinney · 16 years ago
  49. 17f9a8d Update #ifndef to match the name of the include file. by mdkinney · 16 years ago
  50. f3989f4 Update MNP driver to declare its dependency on the BaseLib by mdkinney · 16 years ago
  51. 776a705 Update USB Mass Storage driver to declare its dependency on the BaseLib by mdkinney · 16 years ago
  52. 0877891 Add #include Acpi.h so the ACPI 3.0 Table Revision define is available. by mdkinney · 16 years ago
  53. 7a90d95 Remove extra #include that is not required for this include file. by mdkinney · 16 years ago
  54. 69817bf Fix several Unicode issues that fails VS2005. by qhuang8 · 16 years ago
  55. ae79d2f Update HiiDataBase to fix the SCT hang issues by the invalid device path. by lgao4 · 16 years ago
  56. f4efc39 Define macro for .global/.globl in assembly. by xli24 · 16 years ago
  57. ced10e2 Replace .globl with ASM_GLOBAL by xli24 · 16 years ago
  58. 132f41f Replace .globl with ASM_GLOBAL by xli24 · 16 years ago
  59. b20d41d temporary roll back build.exe because the some string definition are missed by strgather introduced latest check-in. by klu2 · 16 years ago
  60. d5172f9 1. Remove .extern from GCC assembly. by xli24 · 16 years ago
  61. dedfc3b Fix the issue that BootOrder can't be set by lgao4 · 16 years ago
  62. ce4106b enhanced to support more routing table entry. by vanjeff · 16 years ago
  63. 3268503 Freeze for build tool check-in r1591: Fix bug in the processing of backslashes in UNI files. by klu2 · 16 years ago
  64. f618b2f rename array name to avoid naming collision. by vanjeff · 16 years ago
  65. f6839dd fix a typo of missing a colon sign after a label symbol. by eric_tian · 16 years ago
  66. 391a072 1.fixed some issue to pass HII sct by vanjeff · 16 years ago
  67. 6e3f5b2 Fix K8 and Sct failure. by lgao4 · 16 years ago
  68. 08654ac don't set all bytes in TargetID as zero. This change is made due to keep consistent with GetNextTargetLun and GetTargetLun by eric_tian · 16 years ago
  69. cdcc36a Correct the dummy ConfigAccess Extract and RouteConfig behavior according to UEFI specification. by lgao4 · 16 years ago
  70. 6b3ecf5 Add back logic to encode LUN in CDB for compatibility with SCSI-2 spec, although LUN encoding in CDB is changed to be reserved in SCSI-3 spec. by rsun3 · 16 years ago
  71. 5dc4fd7 Fix the unaligned issue of PCI read/write buffer. by xli24 · 16 years ago
  72. dfbb47d fix a typo of missing a colon sign after a label symbol. by eric_tian · 16 years ago
  73. 676e2a3 Fix bugs in the UEFI SCSI Library. by rsun3 · 16 years ago
  74. 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
  75. d1a8a1d Fix a bug in the SCSI Bus driver due to which some SCSI devices can not be discovered. Per SCSI spec, the standard INQUIRY data shall contain at least 36 bytes and the length of the data is variable. The definition by rsun3 · 16 years ago
  76. 78709ef change the error usage of "#if __GNUC__" Condition Macro to "#if defined(__GNUC__)" by eric_tian · 16 years ago
  77. 99ade97 Add BaseLib for BaseCpuLib.inf. by xli24 · 16 years ago
  78. f035af2 update the check condition of PASS THRU interface to pass Uefi sct test. by eric_tian · 16 years ago
  79. 8567300 Fix K8 issues in HiiDataBase by lgao4 · 16 years ago
  80. d7dfd02 1. Clean up MdePkg internal header files by lgao4 · 16 years ago
  81. 8968742 Originally, there are following implementation: by klu2 · 16 years ago
  82. 7d28e82 add one comment when destroy the buffer. by vanjeff · 16 years ago
  83. 04da0b4 Correct DriverSample to produce the ConfigAccess protocol by lgao4 · 16 years ago
  84. d6e11f2 1. remove duplicated set operation on UGA device. 2. update some typo. by vanjeff · 16 years ago
  85. 1f1cb2f Retire original HII APIs: IfrLibExtractDefault and ConstructConfigAltResp, which are replaced by HiiSetToDefaults API. by lgao4 · 16 years ago
  86. b347c1b Add check for NULL pointer. by gikidy · 16 years ago
  87. 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
  88. d3c0cbc 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
  89. 44c0fd7 Update CpuSleep() for IPF. by xli24 · 16 years ago
  90. 76c2425 Update HiiDataBase to fix parsing Hii package error. Some HiiPackages have no varstore and question, they has no the built in default value. by lgao4 · 16 years ago
  91. 84f9a9e 1. Update the implementation of HII ConfigRouting Protocol in HiiDataBase module to follow new ECRs. by lgao4 · 16 years ago
  92. 59ceeab 1. Add address check for "RegisterForRuntime" APIs of PciLib, PciCf8Lib, PciExpressLib, and PciSegmentLib. by xli24 · 16 years ago
  93. c40a155 fixed typo. by vanjeff · 16 years ago
  94. 6388684 1. retired NicIp4ConfigProtocolGuid by vanjeff · 16 years ago
  95. 945e3ae Add a check for CreateQuestion may be return NULL. by gikidy · 16 years ago
  96. 0ad78d0 Refine code for PeiReportStatusCodeLib. by xli24 · 16 years ago
  97. 133ed0b Fix bug for -b option by klu2 · 16 years ago
  98. 884f6e7 Add checking for configuration template file. by klu2 · 16 years ago
  99. 66b2a7d Add valid range checking for count of multi-thread by klu2 · 16 years ago
  100. 410ee03 Add checking for options number to avoid user's confusion. The corresponding patch in source is r1583 in build tools project. by klu2 · 16 years ago