1. 00b7321 Add a DXE apriori for Nt32 emulator. by qwang12 · 17 years ago
  2. e83327a Fix a bug which does not run PeiCore from memory after shadowing it. by qwang12 · 17 years ago
  3. 2062f2b by jlin16 · 17 years ago
  4. c35a9c1 passing -v and -d options to c tools. by jlin16 · 17 years ago
  5. e270121 Update ExtractGuidedSectionLib instance to cover the same handler is registered multi times, the later will override the pre setting. by lgao4 · 17 years ago
  6. aa09397 Fix a bug in variable driver cache mechanism: by qhuang8 · 17 years ago
  7. ad4dc92 Remove WinNtConsole driver since its functionality has already been covered by WinNtGop driver by qhuang8 · 17 years ago
  8. 62cf113 Update to support EFI_SIMPLE_INPUT_EX protocol by qhuang8 · 17 years ago
  9. f3d1e94 Update to support EFI_SIMPLE_INPUT_EX protocol by qhuang8 · 17 years ago
  10. 66aa04e Update to support EFI_SIMPLE_INPUT_EX protocol by qhuang8 · 17 years ago
  11. 1b249b5 Add a Notification GUID for the implementation of EFI_SIMPLE_INPUT_EX protocol for Keyboard, terminal, etc modules. by qhuang8 · 17 years ago
  12. 41d66a6 Add Guid C Name for EFI_SIMPLE_TEXT_INPUT_EX protocol by qhuang8 · 17 years ago
  13. 85f74a0 Update EFI_SIMPLE_TEXT_INPUT_EX protocol definitions according to UEFI spec 2.1b by qhuang8 · 17 years ago
  14. 02422d1 Fix a bug: by qwang12 · 17 years ago
  15. e6c560a Make GuidedSection library instance to follow the value of GuidedSectionExtraction protocol/PPI defined in PI spec. by lgao4 · 17 years ago
  16. d7f73f5 Added library instance for PcdLib for module type DXE_CORE by jwang36 · 17 years ago
  17. f66a2a1 Removed reference to non-existing library class by jwang36 · 17 years ago
  18. 0a7d074 The BaseAddress and Length should be align PAGE according to PI specification for EFI_MEMORY_ALLOCATION_HOB by klu2 · 17 years ago
  19. 454e9f6 Clean UGA from Nt32Pkg. by vanjeff · 17 years ago
  20. f083a41 Add detailed instructions on the generation of binaries under current EDK shell project. by qhuang8 · 17 years ago
  21. 26fa3b4 Update the return status to comply to PI spec. by qwang12 · 17 years ago
  22. 46ffb9a Rename Crc32GuidedSectionExtractLib to DxeCrc32GuidedSectionExtractLib. by lgao4 · 17 years ago
  23. 51f6d57 Rename Crc32GuidedSectionExtractLib to DxeCrc32GuidedSectionExtractLib. by lgao4 · 17 years ago
  24. d51ffc1 Rename Crc32GuidedSectionExtractLib to DxeCrc32GuidedSectionExtractLib. by lgao4 · 17 years ago
  25. 899bc55 Apply Crc32GuidedSectionExtract library instance to replace the original Crc32SectionExtractDxe driver to produce Crc32 guided section protocol. by lgao4 · 17 years ago
  26. 61b8c84 Add Crc32GuidedSectionExtractLib instance to produce Crc32 guided section decoder. by lgao4 · 17 years ago
  27. 6240921 Merger trackers #7807 and #8372. by vanjeff · 17 years ago
  28. 6e98e26 Make scripts work from $WORKSPACE/BaseTools. by jljusten · 17 years ago
  29. b2401e6 Moved (back!) to $WORKSPACE/BaseTools location, as the plan is to by jljusten · 17 years ago
  30. b9e61d7 Moving from $WORKSPACE/Tools/BuildEnv $WORKSPACE/BaseTools/BuildEnv. by jljusten · 17 years ago
  31. 8352c27 Refer to $WORKSPACE/BaseTools rather than $WORKSPACE/Tools. by jljusten · 17 years ago
  32. 5c240d7 Restoring $WORKSPACE/BaseTools location, as the plan is to deprecate by jljusten · 17 years ago
  33. 07a756b Restoring $WORKSPACE/BaseTools location, as the plan is to deprecate by jljusten · 17 years ago
  34. 4cb39b0 Tools/BaseTools/Bin/Darwin: Symbolic link to PosixLike by jljusten · 17 years ago
  35. d3dae8c Tools/BaseTools/Bin/PosixLike/*: by jljusten · 17 years ago
  36. 33bb799 Tools/BaseTools/BuildEnv.py: by jljusten · 17 years ago
  37. 9a5a9f0 Tools/BaseTools/BuildEnv.py: by jljusten · 17 years ago
  38. 8b2d588 Moved $WORKSPACE/BaseTools to $WORKSPACE/Tools/BaseTools. by jljusten · 17 years ago
  39. a310886 edksetup.sh: by jljusten · 17 years ago
  40. 19ed1f4 Moved $WORKSPACE/BaseTools to $WORKSPACE/Tools/BaseTools. by jljusten · 17 years ago
  41. cc8821e Copying latest $WORKSPACE/BaseTools to $WORKSPACE/Tools/BaseTools. Once the by jljusten · 17 years ago
  42. 22e3268 Deleting to allow latest version of BaseTools (from the root of the tree) by jljusten · 17 years ago
  43. 9bb5c95 Reorganize templates to allow different templates by jljusten · 17 years ago
  44. f6148b1 This script will help automate build environment initialization. by jljusten · 17 years ago
  45. e542e30 by jlin16 · 17 years ago
  46. 92d1603 change location of FvAddress.inf to FV\Ffs. by jlin16 · 17 years ago
  47. 30311cf Solved the VS2005 assembler issue in which "/omf" switch cannot call linker. by jwang36 · 17 years ago
  48. cb33842 Add back the trick logic on EFI_PCI_DEVICE_ENABLE in PciBus driver so that some old vendor drivers can still work well. by lgao4 · 17 years ago
  49. 305a127 Merger network tackers 9307, 9338, 9339, 9397 by vanjeff · 17 years ago
  50. 8e5c358 Changed the default directory of VS2005TEAMSTUIE to the default installation directory of Visual Studio 2005 Team Suite Edition. by jwang36 · 17 years ago
  51. bff2467 add in include for header file to get value for MACRO THUNK_ATTRIBUTE_DISABLE_A20_MASK_KBD_CTRL by qwang12 · 17 years ago
  52. de8fe2c Add judgement for TextModeMap by klu2 · 17 years ago
  53. af437b7 Added VS2005TEAMSUITE tool chain by jwang36 · 17 years ago
  54. e6ef530 Add PcdConOutGopSupport and PcdConOutUgaSupport reference in DSC file. by vanjeff · 17 years ago
  55. 9489f8b Added "/D_CRT_SECURE_NO_WARNINGS" to disable warning for using not secure CRT function. by jwang36 · 17 years ago
  56. 1d9cf61 Remove comments for removed parameter. by klu2 · 17 years ago
  57. 496085b Fixed an issue which cause mismatch of line directive in preprocessed GNU assembly code. by jwang36 · 17 years ago
  58. d0c6472 1. Add PcdConOutGopSupport and PcdConOutUgaSupport in MdeModulePkg.dec by vanjeff · 17 years ago
  59. 94db2b4 Move the EFI_PEI_STARTUP_DESCRIPTOR into IntelFrameworkPkg. by klu2 · 17 years ago
  60. f1f289a Move the EFI_PEI_STARTUP_DESCRIPTOR into IntelFrameworkPkg. by klu2 · 17 years ago
  61. 9c7aa18 1) add gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported and gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeimPerFv to replace the MACRO definitions. by qwang12 · 17 years ago
  62. 8a7cda5 1) add gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported and gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeimPerFv to replace the MACRO definitions. by qwang12 · 17 years ago
  63. 177aabe 1) add gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported and gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeimPerFv to replace the MACRO definitions. by qwang12 · 17 years ago
  64. 96f6af1 Remove the special logic on EFI_PCI_DEVICE_ENABLE in PciBus driver. And update drivers that use this macro. The reason is that by lgao4 · 17 years ago
  65. c8c6d79 Added GCC assembly code preprocessing support by jwang36 · 17 years ago
  66. f9168a6 Remove library instance of PeiServicesTablePointerLibMm7 by klu2 · 17 years ago
  67. 76bb6ef Merge EDK tracker 892 to EDK II. by lgao4 · 17 years ago
  68. 26096d3 Added help message for "NewBuild" and "--nt32" option by jwang36 · 17 years ago
  69. 1eaf341 Moving BaseTools to Tools/BaseTools. by jljusten · 17 years ago
  70. 2ad4dad 1. Update internal EfiPrint protocol to contain all print interfaces provided by PrintLib class of MdePkg. 2. Update SetupBrowserDxe driver to produce new EfiPrint protocol. by lgao4 · 17 years ago
  71. a88c891 Fix ICC build error by lgao4 · 17 years ago
  72. 6979fd9 fixed the following problems: by eric_tian · 17 years ago
  73. cba0298 Added DLL attribute for SLINK and/or CC command because Intel Compiler and linker need the cl.exe and lib.exe from Visual Studio. by jwang36 · 17 years ago
  74. 06ca7f7 Corrected the wrong ARCH in WINDDK3790x1830 tool chain and added MAKE command for it. by jwang36 · 17 years ago
  75. 651cad3 Updated with the latest changes of build tools. by jwang36 · 17 years ago
  76. ab3b2e8 Updating for pass building: Remove the "#include <ItaniumFamilyCpuPeim.h>" for this PalCallLib.c because it is moved from ItaniumFamilyCpuPkg to MdePkg by zliu3 · 17 years ago
  77. ed8717c moved the PeiPalCallLib from ItaniumFamilyCpuPkg to MdePkg by vprabhal · 17 years ago
  78. 38c72bd Changed the $WORKSPACE/Conf ignore list from: by jljusten · 17 years ago
  79. d936a70 changed the Sec information structure for IPF by vprabhal · 17 years ago
  80. 0d332fd UEFI Specification has a name conflict. Change the Variable definitions to not conflict with the SimpleTextInEx definitions. by AJFISH · 17 years ago
  81. d331a1e these files have moved to cpulib by vprabhal · 17 years ago
  82. 2067a15 Updated the revision number of build.exe by jwang36 · 17 years ago
  83. 72b8a1a a) Fixed single module hang issue when using spawn mode by jwang36 · 17 years ago
  84. eb1c2d7 Added MAKE command for ICC and CYGWINGCC tool chain by jwang36 · 17 years ago
  85. 4199d92 Add BasePalCallLibNull instance in MdePkg. It is useful when building IPF components in open source packages. by yshang1 · 17 years ago
  86. a021b84 add EDK_4067: Non-Compatible: qwang12 by qwang12 · 17 years ago
  87. b63906e Updated the revision number of build.exe and GenFds.exe by jwang36 · 17 years ago
  88. b750908 a) Supported MAKE command in tools_def.txt by jwang36 · 17 years ago
  89. 5b65d60 added a log for EDK_4067: Non-Compatible: qwang12 by qwang12 · 17 years ago
  90. 2d9af4e Add ReadMe.txt to contain shell source version information for the shell binary. by lgao4 · 17 years ago
  91. 66c0685 Remove PeiDxeExtractGuidedSectionLib instance, which is replaced by PeiExtractGuidedSectionLib and DxeExtractGuidedSectionLib instance. by lgao4 · 17 years ago
  92. 145fb3f Update shell binary file to EDK 1.03 Official Releases of tianocore.org, which source code is from EfiShell 1.03 Official Releases of tianocore.org. by lgao4 · 17 years ago
  93. 32efb82 by jlin16 · 17 years ago
  94. d29358f Fix the problem of UI and Version section override by the same string. Also not generate empty optional sections. by jlin16 · 17 years ago
  95. d1aeb0b Add compiler hint of "GLOBAL_REMOVE_IF_UNREFERENCED" to prevent static unicode string table linked into final image if both PcdComponentNameDisabled and PcdComponentName2Disabled are set to TRUE. by qhuang8 · 17 years ago
  96. f36d8a6 Increase max FVs from 4 to 6. by mdkinney · 17 years ago
  97. 9c1c9f1 Only report a circular dependency between library constructors if the total number of constructors > 1. by mdkinney · 17 years ago
  98. 23fbee5 Updated GenFw.exe to handle Microcode Text files with comment only, blank lines, and leading white-space characters by lhauch · 17 years ago
  99. 2e7ddad Modified to strip leading white-space characters and ignore blank or comment only lines by lhauch · 17 years ago
  100. a7593b3 Updated the revision number of source of build.exe and GenFds.exe by jwang36 · 17 years ago