1. abe7b4c Update the build instructions and change log: by qhuang8 · 17 years ago
  2. 408e506 BaseTools/ConfTemplates: by jljusten · 17 years ago
  3. 8625864 BaseTools/BuildEnv.py: by jljusten · 17 years ago
  4. a0d76ec Adding link for BaseTools/Bin/PosixLike/Trim to allow tool to be run by jljusten · 17 years ago
  5. 1ae109d Update shell binaries with EDK shell 1.03 built with ECP r4226. by qhuang8 · 17 years ago
  6. eeb12b5 Remove the unnecessary library reference. by qhuang8 · 17 years ago
  7. 84374b9 Adjust the build infrastructure to support IA32 architect build. Ia32.dsc is more suitable than reuse Nt32.dsc by qhuang8 · 17 years ago
  8. 9626a87 Add one judge whether TeImage or PeImage has reloc section when relocate TeImage or PeImage into memory. by lgao4 · 17 years ago
  9. a72eca8 Add change log to EdkShellBinPkg. by qhuang8 · 17 years ago
  10. 73a9c56 Remove duplicate copies of Shell Applications to reduce maintenance efforts. by qhuang8 · 17 years ago
  11. 84255c8 Add some EDK build configuration files and EDK DSC file as the templates to build EDK modules. by qhuang8 · 17 years ago
  12. dd1119d Comment out two libraries that are not included in EdkCompatiblityPkg. by qhuang8 · 17 years ago
  13. ae0c9fa Removed an echo statement I was using for debugging on the second time this was run. by lhauch · 17 years ago
  14. 20e51d2 Added a test for NewBuild argument if this is the second time through the setup - VCINSTALLDIR is set, and cygwin is installed. by lhauch · 17 years ago
  15. c43a6c7 Added flag to permit building with VS2005. (strcpy has been depricated, so MSFT introduced a flag to turn off the warning.) by lhauch · 17 years ago
  16. 6f729b6 Updated edksetup to support VS2005 iff VS2003 is not installed for the NT32 build by lhauch · 17 years ago
  17. d81b56b Fixed memory re-free issue by jwang36 · 17 years ago
  18. 9300521 a. Re-generated all C tools with "/MLd" option by jwang36 · 17 years ago
  19. 68246fa Save original PCI attributes in start() function and restore it in Stop() for those PCI device drivers. by vanjeff · 17 years ago
  20. c9a0a0f Fixed tabbing issue by AJFISH · 17 years ago
  21. 096cdca ASSERT_EFI_ERROR (FALSE) should be ASSERT (FALSE) by qwang12 · 17 years ago
  22. fb8749d ASSERT_EFI_ERROR (FALSE) should be ASSERT (FALSE) by qwang12 · 17 years ago
  23. c47e45a Adding GCC cross-compiler information to BaseTools folder by lhauch · 17 years ago
  24. 16b5f68 Update verbose log info to these two tools. by lgao4 · 17 years ago
  25. 4e84459 Fix alignment requirement when Load IPF TeImage into memory. by lgao4 · 17 years ago
  26. 8e5b17b Update following library class/Protocol for puting 'Framework' as prefix by klu2 · 17 years ago
  27. 1db5dde Added Spd2Dec.exe and Fpd2Dsc.exe tools by jwang36 · 17 years ago
  28. 94dfb89 by jwang36 · 17 years ago
  29. 183eb3e Added change log for the latest tools update (r4190 & r4189). by jwang36 · 17 years ago
  30. 0cadafc Add ConIn device even if SimpleTextInputEx Protocol is not available for backward compatibility. by qhuang8 · 17 years ago
  31. 8809fb0 Updated with the latest changes of build tools. by jwang36 · 17 years ago
  32. 48cc759 Fixed build issue when building individual module with unsupported architectures. by jwang36 · 17 years ago
  33. 07fdb39 a) Added support of breaking build when no library instance is found for a library class. by jwang36 · 17 years ago
  34. 9c2369c Added the PAL call PAL_ROUTE_CONFIG for Tukwila processor by zliu3 · 17 years ago
  35. 00b7321 Add a DXE apriori for Nt32 emulator. by qwang12 · 17 years ago
  36. e83327a Fix a bug which does not run PeiCore from memory after shadowing it. by qwang12 · 17 years ago
  37. 2062f2b by jlin16 · 17 years ago
  38. c35a9c1 passing -v and -d options to c tools. by jlin16 · 17 years ago
  39. 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
  40. aa09397 Fix a bug in variable driver cache mechanism: by qhuang8 · 17 years ago
  41. ad4dc92 Remove WinNtConsole driver since its functionality has already been covered by WinNtGop driver by qhuang8 · 17 years ago
  42. 62cf113 Update to support EFI_SIMPLE_INPUT_EX protocol by qhuang8 · 17 years ago
  43. f3d1e94 Update to support EFI_SIMPLE_INPUT_EX protocol by qhuang8 · 17 years ago
  44. 66aa04e Update to support EFI_SIMPLE_INPUT_EX protocol by qhuang8 · 17 years ago
  45. 1b249b5 Add a Notification GUID for the implementation of EFI_SIMPLE_INPUT_EX protocol for Keyboard, terminal, etc modules. by qhuang8 · 17 years ago
  46. 41d66a6 Add Guid C Name for EFI_SIMPLE_TEXT_INPUT_EX protocol by qhuang8 · 17 years ago
  47. 85f74a0 Update EFI_SIMPLE_TEXT_INPUT_EX protocol definitions according to UEFI spec 2.1b by qhuang8 · 17 years ago
  48. 02422d1 Fix a bug: by qwang12 · 17 years ago
  49. e6c560a Make GuidedSection library instance to follow the value of GuidedSectionExtraction protocol/PPI defined in PI spec. by lgao4 · 17 years ago
  50. d7f73f5 Added library instance for PcdLib for module type DXE_CORE by jwang36 · 17 years ago
  51. f66a2a1 Removed reference to non-existing library class by jwang36 · 17 years ago
  52. 0a7d074 The BaseAddress and Length should be align PAGE according to PI specification for EFI_MEMORY_ALLOCATION_HOB by klu2 · 17 years ago
  53. 454e9f6 Clean UGA from Nt32Pkg. by vanjeff · 17 years ago
  54. f083a41 Add detailed instructions on the generation of binaries under current EDK shell project. by qhuang8 · 17 years ago
  55. 26fa3b4 Update the return status to comply to PI spec. by qwang12 · 17 years ago
  56. 46ffb9a Rename Crc32GuidedSectionExtractLib to DxeCrc32GuidedSectionExtractLib. by lgao4 · 17 years ago
  57. 51f6d57 Rename Crc32GuidedSectionExtractLib to DxeCrc32GuidedSectionExtractLib. by lgao4 · 17 years ago
  58. d51ffc1 Rename Crc32GuidedSectionExtractLib to DxeCrc32GuidedSectionExtractLib. by lgao4 · 17 years ago
  59. 899bc55 Apply Crc32GuidedSectionExtract library instance to replace the original Crc32SectionExtractDxe driver to produce Crc32 guided section protocol. by lgao4 · 17 years ago
  60. 61b8c84 Add Crc32GuidedSectionExtractLib instance to produce Crc32 guided section decoder. by lgao4 · 17 years ago
  61. 6240921 Merger trackers #7807 and #8372. by vanjeff · 17 years ago
  62. 6e98e26 Make scripts work from $WORKSPACE/BaseTools. by jljusten · 17 years ago
  63. b2401e6 Moved (back!) to $WORKSPACE/BaseTools location, as the plan is to by jljusten · 17 years ago
  64. b9e61d7 Moving from $WORKSPACE/Tools/BuildEnv $WORKSPACE/BaseTools/BuildEnv. by jljusten · 17 years ago
  65. 8352c27 Refer to $WORKSPACE/BaseTools rather than $WORKSPACE/Tools. by jljusten · 17 years ago
  66. 5c240d7 Restoring $WORKSPACE/BaseTools location, as the plan is to deprecate by jljusten · 17 years ago
  67. 07a756b Restoring $WORKSPACE/BaseTools location, as the plan is to deprecate by jljusten · 17 years ago
  68. 4cb39b0 Tools/BaseTools/Bin/Darwin: Symbolic link to PosixLike by jljusten · 17 years ago
  69. d3dae8c Tools/BaseTools/Bin/PosixLike/*: by jljusten · 17 years ago
  70. 33bb799 Tools/BaseTools/BuildEnv.py: by jljusten · 17 years ago
  71. 9a5a9f0 Tools/BaseTools/BuildEnv.py: by jljusten · 17 years ago
  72. 8b2d588 Moved $WORKSPACE/BaseTools to $WORKSPACE/Tools/BaseTools. by jljusten · 17 years ago
  73. a310886 edksetup.sh: by jljusten · 17 years ago
  74. 19ed1f4 Moved $WORKSPACE/BaseTools to $WORKSPACE/Tools/BaseTools. by jljusten · 17 years ago
  75. cc8821e Copying latest $WORKSPACE/BaseTools to $WORKSPACE/Tools/BaseTools. Once the by jljusten · 17 years ago
  76. 22e3268 Deleting to allow latest version of BaseTools (from the root of the tree) by jljusten · 17 years ago
  77. 9bb5c95 Reorganize templates to allow different templates by jljusten · 17 years ago
  78. f6148b1 This script will help automate build environment initialization. by jljusten · 17 years ago
  79. e542e30 by jlin16 · 17 years ago
  80. 92d1603 change location of FvAddress.inf to FV\Ffs. by jlin16 · 17 years ago
  81. 30311cf Solved the VS2005 assembler issue in which "/omf" switch cannot call linker. by jwang36 · 17 years ago
  82. 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
  83. 305a127 Merger network tackers 9307, 9338, 9339, 9397 by vanjeff · 17 years ago
  84. 8e5c358 Changed the default directory of VS2005TEAMSTUIE to the default installation directory of Visual Studio 2005 Team Suite Edition. by jwang36 · 17 years ago
  85. bff2467 add in include for header file to get value for MACRO THUNK_ATTRIBUTE_DISABLE_A20_MASK_KBD_CTRL by qwang12 · 17 years ago
  86. de8fe2c Add judgement for TextModeMap by klu2 · 17 years ago
  87. af437b7 Added VS2005TEAMSUITE tool chain by jwang36 · 17 years ago
  88. e6ef530 Add PcdConOutGopSupport and PcdConOutUgaSupport reference in DSC file. by vanjeff · 17 years ago
  89. 9489f8b Added "/D_CRT_SECURE_NO_WARNINGS" to disable warning for using not secure CRT function. by jwang36 · 17 years ago
  90. 1d9cf61 Remove comments for removed parameter. by klu2 · 17 years ago
  91. 496085b Fixed an issue which cause mismatch of line directive in preprocessed GNU assembly code. by jwang36 · 17 years ago
  92. d0c6472 1. Add PcdConOutGopSupport and PcdConOutUgaSupport in MdeModulePkg.dec by vanjeff · 17 years ago
  93. 94db2b4 Move the EFI_PEI_STARTUP_DESCRIPTOR into IntelFrameworkPkg. by klu2 · 17 years ago
  94. f1f289a Move the EFI_PEI_STARTUP_DESCRIPTOR into IntelFrameworkPkg. by klu2 · 17 years ago
  95. 9c7aa18 1) add gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported and gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeimPerFv to replace the MACRO definitions. by qwang12 · 17 years ago
  96. 8a7cda5 1) add gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported and gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeimPerFv to replace the MACRO definitions. by qwang12 · 17 years ago
  97. 177aabe 1) add gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxFvSupported and gEfiMdeModulePkgTokenSpaceGuid.PcdPeiCoreMaxPeimPerFv to replace the MACRO definitions. by qwang12 · 17 years ago
  98. 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
  99. c8c6d79 Added GCC assembly code preprocessing support by jwang36 · 17 years ago
  100. f9168a6 Remove library instance of PeiServicesTablePointerLibMm7 by klu2 · 17 years ago