1. 823f7d4 Add OptionRomPkg, it contains AtapiPassThru driver for the test purpose of Scsi Bus support. by qhuang8 · 17 years ago
  2. 61066b8 remove member context from _EFI_MTFTP4_TOKEN structure. by vanjeff · 17 years ago
  3. 36ee91c 1. Add DPC protocol and DpcLib library in MdeModulePkg. by vanjeff · 17 years ago
  4. 04e12c2 Move out the FlashMapHob by klu2 · 17 years ago
  5. b010fb7 Revert R4300 change, Runtime driver doesn't need to covert the physical address stored in the configure tables after SetVirtualAddressMap(). by lgao4 · 17 years ago
  6. f20ffb9 a. Revised error message for a module that is not required by a Platform when building just the module by jwang36 · 17 years ago
  7. ef81699 Use MACRO EFI_FV_FILETYPE_ALL instead of a constant. by qwang12 · 17 years ago
  8. 7e181f2 1) Make PEI PI File system service to skip PAD file 2) Remove some unused code by qwang12 · 17 years ago
  9. 67c89a2 Fix up the comment for several functions and make sure the IN and OUT modifier of the function parameter is correct. by qwang12 · 17 years ago
  10. 10e2e07 Convert the capsule image address installed in Configuration table to virtual address. by lgao4 · 17 years ago
  11. d12f75f Add CapsuleInfo guid to store the list of capsule image guid. by lgao4 · 17 years ago
  12. 3076397 Add a feature flag to allow platform developer to decide if TE or PE32 section should be searched in PEI dispatcher. by qwang12 · 17 years ago
  13. 8ae0b36 add UsbMouseSimulateTouchPad driver to verify the correction of dispatching AbsolutePointer event of consplitter by eric_tian · 17 years ago
  14. a877953 Remove gEfiNetworkInterfaceIdentifierProtocolGuid reference from code base. Only left its definition in MdePkg. by vanjeff · 17 years ago
  15. 41057d7 Remove gEfiNetworkInterfaceIdentifierProtocolGuid reference from code base. Only left its definition in MdePkg. by vanjeff · 17 years ago
  16. cfe9de5 1. CoreOpenImageFile(): FilePath should be IN OUT. by vanjeff · 17 years ago
  17. 189575e Fix build break for X64 cpu architecture. by qhuang8 · 17 years ago
  18. c713e7c gEfiVariableWriteArchProtocolGuid should be used for the depex as defined in PI spec as this driver set a NV variable. by qwang12 · 17 years ago
  19. 4bf4778 Fixed the dependency issue on wrong name of makefile. by jwang36 · 17 years ago
  20. 30c8f86 PI spec will be updated to make it clear that this HOB should describe the stack range before going to DXE. by qhuang8 · 17 years ago
  21. f942f10 Merge EDK899: fixed bug to support EFI_HOB_TYPE_MEMORY_ALLOCATION to allocate resource in PEI by qhuang8 · 17 years ago
  22. a3a15d2 1) If PeiLoadImage fails, the section extraction PPI or Decompress PPI may not be ready, we flag that more Peims need to be dispatched. by qwang12 · 17 years ago
  23. dda0251 Fix the wrong memory type for BSP stack hob. EfiConventionalMemoryType will be reclaimed by DxeCore. by qhuang8 · 17 years ago
  24. 5053cf7 1) Fix bugs in BaseMemoryLibOptXXX instances in MdePkg. by yshang1 · 17 years ago
  25. 14e2aca Removed the PAL definition of PAL_ROUTE_CONFIG because it is not in published Itanium spec by zliu3 · 17 years ago
  26. c1f455c Fix GenFv bug without init local variable by lgao4 · 17 years ago
  27. 79492e5 Strip the relocation section for SEC, PEIM and PEI CORE typed files, according to relocation strip flag in FDF file and shadow flag in INF file. by jlin16 · 17 years ago
  28. f0b425b Fix a memory leak issue. by qhuang8 · 17 years ago
  29. d6b50e7 Fix a memory leak issue. by qhuang8 · 17 years ago
  30. 9402de9 Update tool to support reloc section removed, PAD file with same guid and check no duplicated guid file in the same fv image. by lgao4 · 17 years ago
  31. 6b978d1 To find DxeCore by PE32 section is enough, DxeCore can't be wrapped TE section. by lgao4 · 17 years ago
  32. 2b993c5 Fixed an issue which would cause trimming empty file error. by jwang36 · 17 years ago
  33. 8a0d144 Add the -mno-red-zone for gcc on x64. Since the GNU calling convention of x64 defines the 128bytes red zone beyond the stack point could not be modified by interrupt or exception handler, and Edk prime assumes all data beyond stack point should be volatile, if not add the option, the interrupt or exception handler may corrupt the red zone, which may be used as temporary storage. by yshang1 · 17 years ago
  34. ebc1ca5 Fix two issues: by qhuang8 · 17 years ago
  35. 518d395 define the variable related to PCD for supporting big variable (>32K) easily. by gtian · 17 years ago
  36. a4c9ede the implementation of FVB->SetAttribute() interface should check the unchanged bit in parameter at first. by klu2 · 17 years ago
  37. a358976 edk2/MdePkg/MdePkg/Library/UefiScsiLib/UefiScsiLib.c: by jljusten · 17 years ago
  38. 9a9cb9b Add more PAL_ROUTE related definition in to PalCallLib.h by gtian · 17 years ago
  39. 85e43be The default value of SecMain should be set as INIT_CAR_VALUE = 0x5aa55aa5, then PeiMain could computer how many stack ever used. by klu2 · 17 years ago
  40. 61f21f4 Should use MaxCarTop but *not* CarTop to computer the usage of stack by klu2 · 17 years ago
  41. a85e7bf Print entry point address by using 0x%10p for the above 4G address. by lgao4 · 17 years ago
  42. c2f80d2 This setup is not needed, the edksetup.bat file that exists in the root will eventually be moved to BaseTools\Bin by lhauch · 17 years ago
  43. e98cd82 Print real entry point for IPF image. by lgao4 · 17 years ago
  44. d28746d Added change log for r4251 by jwang36 · 17 years ago
  45. 44e3ff2 a. Fixed an issue which a incorrect command (no leading space/tab) generated in top level Makefile by jwang36 · 17 years ago
  46. 6797657 Fix the issue that CAR size is shown as negative number. by klu2 · 17 years ago
  47. 402bbc7 Added VS2005 support by jwang36 · 17 years ago
  48. 04e031d a. Changed MYTOOLS to use Visual Studio Team Suite for IA32 and X64. IPF is still use WINDKK. by jwang36 · 17 years ago
  49. 34ec75f 1) Change GUID of emuvariable module. 2) Support print 64bit's HobList. by yshang1 · 17 years ago
  50. 42a885c Added macro GLOBAL_OBJECT and GLOBAL_CONSTANT, and changed '.global' to '.globl' based on HP feedback by zliu3 · 17 years ago
  51. dfc4846 Add Add Driver Diagnostic 2 Protocol support for IdeBus driver. by qhuang8 · 17 years ago
  52. db168de Add Driver Diagnostic 2 Protocol support for WinNtBlockIo driver. by qhuang8 · 17 years ago
  53. 6ee5bbd MdeModulePkg/Universal/DevicePathDxe/DevicePathFromText.c: by jljusten · 17 years ago
  54. 952671b MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.c: by jljusten · 17 years ago
  55. a21f46e MdePkg/Library/BaseLib/ChkStkGcc.c: by jljusten · 17 years ago
  56. bdfb126 MdePkg/Library/BaseMemoryLibRepStr/x64/*.S: by jljusten · 17 years ago
  57. 8f5a1bc BaseTools/Conf/tools_def.template: by jljusten · 17 years ago
  58. d0d8c13 Fixed filename case for case-sensitive file systems. by jljusten · 17 years ago
  59. 9ba67b5 BaseTools/Conf/build_rule.template: by jljusten · 17 years ago
  60. 2347330 BaseTools/Conf/tools_def.template: by jljusten · 17 years ago
  61. abe7b4c Update the build instructions and change log: by qhuang8 · 17 years ago
  62. 408e506 BaseTools/ConfTemplates: by jljusten · 17 years ago
  63. 8625864 BaseTools/BuildEnv.py: by jljusten · 17 years ago
  64. a0d76ec Adding link for BaseTools/Bin/PosixLike/Trim to allow tool to be run by jljusten · 17 years ago
  65. 1ae109d Update shell binaries with EDK shell 1.03 built with ECP r4226. by qhuang8 · 17 years ago
  66. eeb12b5 Remove the unnecessary library reference. by qhuang8 · 17 years ago
  67. 84374b9 Adjust the build infrastructure to support IA32 architect build. Ia32.dsc is more suitable than reuse Nt32.dsc by qhuang8 · 17 years ago
  68. 9626a87 Add one judge whether TeImage or PeImage has reloc section when relocate TeImage or PeImage into memory. by lgao4 · 17 years ago
  69. a72eca8 Add change log to EdkShellBinPkg. by qhuang8 · 17 years ago
  70. 73a9c56 Remove duplicate copies of Shell Applications to reduce maintenance efforts. by qhuang8 · 17 years ago
  71. 84255c8 Add some EDK build configuration files and EDK DSC file as the templates to build EDK modules. by qhuang8 · 17 years ago
  72. dd1119d Comment out two libraries that are not included in EdkCompatiblityPkg. by qhuang8 · 17 years ago
  73. ae0c9fa Removed an echo statement I was using for debugging on the second time this was run. by lhauch · 17 years ago
  74. 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
  75. 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
  76. 6f729b6 Updated edksetup to support VS2005 iff VS2003 is not installed for the NT32 build by lhauch · 17 years ago
  77. d81b56b Fixed memory re-free issue by jwang36 · 17 years ago
  78. 9300521 a. Re-generated all C tools with "/MLd" option by jwang36 · 17 years ago
  79. 68246fa Save original PCI attributes in start() function and restore it in Stop() for those PCI device drivers. by vanjeff · 17 years ago
  80. c9a0a0f Fixed tabbing issue by AJFISH · 17 years ago
  81. 096cdca ASSERT_EFI_ERROR (FALSE) should be ASSERT (FALSE) by qwang12 · 17 years ago
  82. fb8749d ASSERT_EFI_ERROR (FALSE) should be ASSERT (FALSE) by qwang12 · 17 years ago
  83. c47e45a Adding GCC cross-compiler information to BaseTools folder by lhauch · 17 years ago
  84. 16b5f68 Update verbose log info to these two tools. by lgao4 · 17 years ago
  85. 4e84459 Fix alignment requirement when Load IPF TeImage into memory. by lgao4 · 17 years ago
  86. 8e5b17b Update following library class/Protocol for puting 'Framework' as prefix by klu2 · 17 years ago
  87. 1db5dde Added Spd2Dec.exe and Fpd2Dsc.exe tools by jwang36 · 17 years ago
  88. 94dfb89 by jwang36 · 17 years ago
  89. 183eb3e Added change log for the latest tools update (r4190 & r4189). by jwang36 · 17 years ago
  90. 0cadafc Add ConIn device even if SimpleTextInputEx Protocol is not available for backward compatibility. by qhuang8 · 17 years ago
  91. 8809fb0 Updated with the latest changes of build tools. by jwang36 · 17 years ago
  92. 48cc759 Fixed build issue when building individual module with unsupported architectures. by jwang36 · 17 years ago
  93. 07fdb39 a) Added support of breaking build when no library instance is found for a library class. by jwang36 · 17 years ago
  94. 9c2369c Added the PAL call PAL_ROUTE_CONFIG for Tukwila processor by zliu3 · 17 years ago
  95. 00b7321 Add a DXE apriori for Nt32 emulator. by qwang12 · 17 years ago
  96. e83327a Fix a bug which does not run PeiCore from memory after shadowing it. by qwang12 · 17 years ago
  97. 2062f2b by jlin16 · 17 years ago
  98. c35a9c1 passing -v and -d options to c tools. by jlin16 · 17 years ago
  99. 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
  100. aa09397 Fix a bug in variable driver cache mechanism: by qhuang8 · 17 years ago