1. 31b440c fix a bug of incorrectly judge the end of variable arguments. by eric_tian · 16 years ago
  2. 8aea08d Correct the parameter parser of GenBootSector. by lgao4 · 16 years ago
  3. f324bf4 Roll back changes to apply GetBestLanguage() in HiiDataBase. Exact language match should be used in HiiDatabase. by rsun3 · 16 years ago
  4. b0a5e68 Update build.exe after StrGather python script was changed. by rsun3 · 16 years ago
  5. 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
  6. 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
  7. 53fafef change ISO 639-2 language codes to RFC 4646 codes in .UNI files by rsun3 · 16 years ago
  8. 1df9325 Fix minor bug in tools. by lgao4 · 16 years ago
  9. f6427e8 Add the checking to the input parameter of tools. by lgao4 · 16 years ago
  10. 323f53f Fix linked list loops by mdkinney · 16 years ago
  11. 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
  12. 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
  13. 20610fa Update module to show real dependencies on the MemoryAllocationLib by mdkinney · 16 years ago
  14. 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
  15. 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
  16. 4772ce7 refine the implementation of HiiStringToImage: by eric_tian · 16 years ago
  17. 619e4c0 update the implementation of InternalPrintGraphic to reflect the number of actual printed character by eric_tian · 16 years ago
  18. 0f89940 Update revision reference tag. by gikidy · 16 years ago
  19. ab4e42d Build tool need generate different value macro's name for PatchableInModule type PCD against FixedAtBuild PCD. by klu2 · 16 years ago
  20. 470d0b2 Synchronize code with specs. by gikidy · 16 years ago
  21. 534b825 Synchronize code with specs. by gikidy · 16 years ago
  22. de48299 Update DriverSample and PlatDriOverrideDxe driver to correct the return value for ConfigAccess ExtractConfig interface. by lgao4 · 16 years ago
  23. 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
  24. 3e0c79b Fix ScsiLib build break by << operator, which is replaced by LShiftU64 of BaseLib. by lgao4 · 16 years ago
  25. 7b2cc54 Remove __APPLE__ usage in ProcessorBind.h files. by xli24 · 16 years ago
  26. 67d6322 Clean up GenericBdsLib.h to remove unnecessary include header files. by lgao4 · 16 years ago
  27. cfb1461 Update modules to show real dependencies on the BaseMemoryLib and MemoryAllocationLib by mdkinney · 16 years ago
  28. 752ef5d Add includes for definitions used by the DxeIpIoLib and DxeNetLib by mdkinney · 16 years ago
  29. 9d9c659 Remove redundant #include statements by mdkinney · 16 years ago
  30. 1e966f6 Remove redundant #include statements by mdkinney · 16 years ago
  31. be18ced Remove redundant #include by mdkinney · 16 years ago
  32. 17f9a8d Update #ifndef to match the name of the include file. by mdkinney · 16 years ago
  33. f3989f4 Update MNP driver to declare its dependency on the BaseLib by mdkinney · 16 years ago
  34. 776a705 Update USB Mass Storage driver to declare its dependency on the BaseLib by mdkinney · 16 years ago
  35. 0877891 Add #include Acpi.h so the ACPI 3.0 Table Revision define is available. by mdkinney · 16 years ago
  36. 7a90d95 Remove extra #include that is not required for this include file. by mdkinney · 16 years ago
  37. 69817bf Fix several Unicode issues that fails VS2005. by qhuang8 · 16 years ago
  38. ae79d2f Update HiiDataBase to fix the SCT hang issues by the invalid device path. by lgao4 · 16 years ago
  39. f4efc39 Define macro for .global/.globl in assembly. by xli24 · 16 years ago
  40. ced10e2 Replace .globl with ASM_GLOBAL by xli24 · 16 years ago
  41. 132f41f Replace .globl with ASM_GLOBAL by xli24 · 16 years ago
  42. b20d41d temporary roll back build.exe because the some string definition are missed by strgather introduced latest check-in. by klu2 · 16 years ago
  43. d5172f9 1. Remove .extern from GCC assembly. by xli24 · 16 years ago
  44. dedfc3b Fix the issue that BootOrder can't be set by lgao4 · 16 years ago
  45. ce4106b enhanced to support more routing table entry. by vanjeff · 16 years ago
  46. 3268503 Freeze for build tool check-in r1591: Fix bug in the processing of backslashes in UNI files. by klu2 · 16 years ago
  47. f618b2f rename array name to avoid naming collision. by vanjeff · 16 years ago
  48. f6839dd fix a typo of missing a colon sign after a label symbol. by eric_tian · 16 years ago
  49. 391a072 1.fixed some issue to pass HII sct by vanjeff · 16 years ago
  50. 6e3f5b2 Fix K8 and Sct failure. by lgao4 · 16 years ago
  51. 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
  52. cdcc36a Correct the dummy ConfigAccess Extract and RouteConfig behavior according to UEFI specification. by lgao4 · 16 years ago
  53. 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
  54. 5dc4fd7 Fix the unaligned issue of PCI read/write buffer. by xli24 · 16 years ago
  55. dfbb47d fix a typo of missing a colon sign after a label symbol. by eric_tian · 16 years ago
  56. 676e2a3 Fix bugs in the UEFI SCSI Library. by rsun3 · 16 years ago
  57. 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
  58. 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
  59. 78709ef change the error usage of "#if __GNUC__" Condition Macro to "#if defined(__GNUC__)" by eric_tian · 16 years ago
  60. 99ade97 Add BaseLib for BaseCpuLib.inf. by xli24 · 16 years ago
  61. f035af2 update the check condition of PASS THRU interface to pass Uefi sct test. by eric_tian · 16 years ago
  62. 8567300 Fix K8 issues in HiiDataBase by lgao4 · 16 years ago
  63. d7dfd02 1. Clean up MdePkg internal header files by lgao4 · 16 years ago
  64. 8968742 Originally, there are following implementation: by klu2 · 16 years ago
  65. 7d28e82 add one comment when destroy the buffer. by vanjeff · 16 years ago
  66. 04da0b4 Correct DriverSample to produce the ConfigAccess protocol by lgao4 · 16 years ago
  67. d6e11f2 1. remove duplicated set operation on UGA device. 2. update some typo. by vanjeff · 16 years ago
  68. 1f1cb2f Retire original HII APIs: IfrLibExtractDefault and ConstructConfigAltResp, which are replaced by HiiSetToDefaults API. by lgao4 · 16 years ago
  69. b347c1b Add check for NULL pointer. by gikidy · 16 years ago
  70. 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
  71. 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
  72. 44c0fd7 Update CpuSleep() for IPF. by xli24 · 16 years ago
  73. 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
  74. 84f9a9e 1. Update the implementation of HII ConfigRouting Protocol in HiiDataBase module to follow new ECRs. by lgao4 · 16 years ago
  75. 59ceeab 1. Add address check for "RegisterForRuntime" APIs of PciLib, PciCf8Lib, PciExpressLib, and PciSegmentLib. by xli24 · 16 years ago
  76. c40a155 fixed typo. by vanjeff · 16 years ago
  77. 6388684 1. retired NicIp4ConfigProtocolGuid by vanjeff · 16 years ago
  78. 945e3ae Add a check for CreateQuestion may be return NULL. by gikidy · 16 years ago
  79. 0ad78d0 Refine code for PeiReportStatusCodeLib. by xli24 · 16 years ago
  80. 133ed0b Fix bug for -b option by klu2 · 16 years ago
  81. 884f6e7 Add checking for configuration template file. by klu2 · 16 years ago
  82. 66b2a7d Add valid range checking for count of multi-thread by klu2 · 16 years ago
  83. 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
  84. f6c412f Make improvement that if target directory does not exist, create it. This patch is corresponding to r1582 in build tool project. by klu2 · 16 years ago
  85. 8ab1d99 Make tool more intelligence for missing configuration item. The corresponding version number is r1581 in build tools project. by klu2 · 16 years ago
  86. e1f1fb1 fixed typo. EFI_OUT_OF_MEMORY should be EFI_OUT_OF_RESOURCES. by vanjeff · 16 years ago
  87. 9920798 Update GenFw help usage information to clarify -z option. by lgao4 · 16 years ago
  88. faeb321 Fix the implementation of AsciiStrStr() and StrStr() in MdePkg. If the length of SearchString is zero, then String is returned. by rsun3 · 16 years ago
  89. 5630456 Minor update the function interface for three re-allocate pool APIs to check the conformance of OldBuffer only when the memory allocation succeeds. In this way the assert condition is covered by CopyMem () API in BaseMemoryLib. by qhuang8 · 16 years ago
  90. d2b4564 fixed to build under IPF. by jcarsey · 16 years ago
  91. 446b94b Add conformance check for OldBuffer and size even if the memory allocation fails. by qhuang8 · 16 years ago
  92. 2842d31 Add more validation for input parameters. by klu2 · 16 years ago
  93. 8bc18cc fix the typo in DxeCore by eric_tian · 16 years ago
  94. f158ee6 Fix minor coding style issue for ScsiReadCapacity16Command() API in UefiScsiLib by qhuang8 · 16 years ago
  95. ca2ce09 Add warning message that tool chain tag will be ignored if user provide output directory from command line explicitly. by klu2 · 16 years ago
  96. e74738b In PrintXY() and AsciiPrintXY(), the number of chartacter returned is at most PcdUefiLibMaxPrintBufferSize, and will return the number of characters actually displayed on the screen not includng partial characters that may be clipped by the right edge of the display. by eric_tian · 16 years ago
  97. 5796de6 Add Fv name checking for build.exe if user gives FV name from command line. originally, this checking is only done by GenFds tool, that is too later. by klu2 · 16 years ago
  98. 6d40c63 Fix bug that trim crash when no parameter is input. by klu2 · 16 years ago
  99. 9449c39 Remove -c option for GenFds tool because it does not defined in build specification. by klu2 · 16 years ago
  100. 512a785 Update TargetTools for add set/get/clean BUILD_RULE_CONF option for target.txt file. by klu2 · 16 years ago