1. 15d449b Fix a bug that can't add library MSA specific build option. by wuyizhong · 18 years ago
  2. e4a246f Changed definitions in Legacy16.h and LegacyBios.h to be compatible with CSM 0.96 by jtang12 · 18 years ago
  3. b219108 added PcdPlatformBusSpeed for BaseTimerLibLocalApic, thus this timer instance needn't depend on types of CPUs by vanjeff · 18 years ago
  4. 1d940d0 Update ParseInf to resolve different line separator between WINDOWS and LINUX (\r\n vs. \n). Update GenFvImage to resolve different file separator between WINDOWS and LINUX (\ vs. /). Add variable initialize for SymImageSize. by wuyizhong · 18 years ago
  5. b51f14f This check-in add Pci23.h, Pci30.h, EfiPci.h and take those originally put in Pci22.h to their proper position in the new files. by cwu11 · 18 years ago
  6. 7228815 Bug fix for "Unplug U Disk during exploer using File Explorer cause tiano halt" by dtang2 · 18 years ago
  7. 1df07b6 Add pcd declaration to EdkModulePkg and Nt32Pkg to fix the check-in break. by cwu11 · 18 years ago
  8. 38af355 Ia32/DivS64x64Remainder.c is not tool-chain specific, it supports both gcc and msft, so the ToolChainFamily="MSFT" description is incorrect. by xli24 · 18 years ago
  9. 7446fb2 Commented out the message for building "DUMMY" files. by jwang36 · 18 years ago
  10. bea0971 Coding Style Comment by alfred · 18 years ago
  11. 015849a Changed the tool chain error message to be more specific. by jwang36 · 18 years ago
  12. 3681d19 This check-in fixed the following bugs: by cwu11 · 18 years ago
  13. 05b52e9 Fixed the build error. by jwang36 · 18 years ago
  14. 2b0fe8b Added code to check that the definitions in target.txt are valid against tools_def.txt by jwang36 · 18 years ago
  15. f556184 Remove BaseIoIntrinsicLib reference in IPF and EBC modules by xli24 · 18 years ago
  16. fc87d0b 1. Fix EDKT463: When wizard new or clone a msa/spd/fpd, should follow these rules by hche10x · 18 years ago
  17. b53fedc in x64Variable.dxs, Add the FTW protocol into variable's dependency expression, because FTW services are used by this driver. FTW dependency appears in IA32 dxs file and should also show up in X64 dxs file. by mikewuping · 18 years ago
  18. cc7d86f Include EfiGpt.h, ElTorito.h, Mbr.h header files from MdePkg's Industry Starndard. and remove the private Gpt.h, Mbr.h and ElTorito.h by qwang12 · 18 years ago
  19. e0759a8 Add EfiGpt.h, ElTorito.h, Mbr.h header files which are for EFI GUID Partition table, ElTorito bootable CD fomrat and Legacy Master Boot Record format into Industry Starndard. by qwang12 · 18 years ago
  20. 29b89ff According to MDE Library specification, BaseIoLibIntrinsic Module only supports IA32 and X64, but the MSA description says it supports IA32, X64, IPF, and EBC. Now IPF and EBC have been removed from description. by xli24 · 18 years ago
  21. c91eaa3 I fixed following bugs in EDKII. by mikewuping · 18 years ago
  22. 511710d 1. Add the fix for the following Bugs: by cwu11 · 18 years ago
  23. cb44bbd 1. Bug fix for "EDK GenericBds WriteBootToOsPerformanceData() uses AcpiReclaimMemory"; by dtang2 · 18 years ago
  24. e4f1ff6 Modify FrameworkModules editor for FPD files to meet the new PCD type adjust operation rules: by jlin16 · 18 years ago
  25. bd23689 Fix the bug EDKT464. ? and * are regarded as wildcard char by OS. so we have to remove the support of /? and -? by jjin9 · 18 years ago
  26. d73196f Bug fix for "CapsuleUpdate does not handle memory lost correctly" by dtang2 · 18 years ago
  27. 1723b2e Change #define bit(a) 1 << (a) to #define bit(a) (1 << (a)) by jtang12 · 18 years ago
  28. 6b039a5 Changed the rules to allow for partial installation and removal of fars. by bbahnsen · 18 years ago
  29. 0ffc544 Updated EFAPI definition for x64 GCC. Original thinking was to add optional EFIAPI support to standard GCC. New thinking is to support EFIAPI as a seperate processor target. This is to reduce validation risk to the main line GCC. Update the definition and comments to match current thinking. by ajfish · 18 years ago
  30. 3767c11 1. Fix EDKT418: Some buttons are not displayed correctly in Linux and MAC OS X operating system by hche10x · 18 years ago
  31. cc95b47 1. Fix EDKT462: "Save/Save All' are still highlighted if close a msa/spd/fpd without saving by hche10x · 18 years ago
  32. a9008cd Fix a bug for setting CLASSPATH environment variable. Remove space after '=' when set the CLASSPATH. by wuyizhong · 18 years ago
  33. 169c7e4 Fixed Case of include bootmaint.h to correct BootMaint.h, also corrected the case in the comment fields by lhauch · 18 years ago
  34. a0a1e5a Fixed Case of include bootmaint.h to correct BootMaint.h, also corrected the case in the comment fields by lhauch · 18 years ago
  35. cc0d3fe Add extra APP Flag to preprocess asl file. by lgao4 · 18 years ago
  36. d3f7534 by lgao4 · 18 years ago
  37. d669747 Enhance DxeIpl module to support EFI_FV_FILETYPE_FIRMWARE_VOLUME_IMAGE ffs type, and Enhance DxeIpl module decompression function to load the decompressed FvImage to the memory address aligned at FvImage required alignment. by lgao4 · 18 years ago
  38. 0cc00bf Add Fv option value edit support; by jlin16 · 18 years ago
  39. 4961f50 Fix for linux builds by bbahnsen · 18 years ago
  40. dea9817 Change Binary Fat module from fat.ffs to fat.efi by lgao4 · 18 years ago
  41. e421fb2 1. Fix EDKT437 Save is to save current modified file, Save All is to save all modified files by hche10x · 18 years ago
  42. 8b44bd1 1. Fix EDKT447 Keep PPI/Protocol/GUID/PCD in find result even if they are only declared but not used by hche10x · 18 years ago
  43. 71f30e5 Coding Style Phase 1 Eclipse Format Comment for MigrationTool.java by alfred · 18 years ago
  44. 8aaf5a0 Remove the reference to non-exist file. by qhuang8 · 18 years ago
  45. d8022b3 Add build rules for asl files of acpi tables. by lgao4 · 18 years ago
  46. 71ea530 Adding tools for IPF development. by bbahnsen · 18 years ago
  47. a7a7033 Fix several issues: by qhuang8 · 18 years ago
  48. a7081d2 To fix tool StrGather.exe can not work correctly in Linux environment. by wuyizhong · 18 years ago
  49. 8de9f9e Database singleton by alfred · 18 years ago
  50. d4f397c 1. In event.c, a function's name is not spelled correctly, a typo. by mikewuping · 18 years ago
  51. ba73bc0 1. Fix EDKT451 It should append ".txt" to filename by hche10x · 18 years ago
  52. 6173283 1. Fix EDKT436 "Is PCD driver" only gives one value: PEI_PCD_DRIVER to user by hche10x · 18 years ago
  53. 76734b2 Add a unified migration database to replace the original Protocol, Ppi, Guid, Library database. by qhuang8 · 18 years ago
  54. 99f757d Preparative work to collect Library info from workspace dynamically. by qhuang8 · 18 years ago
  55. bd51850 After identified as a High-Speed device, the port has been reset successfully, so it doesn't need to be reset again in the later for Full-Speed or Low-Speed devices. by ljin6 · 18 years ago
  56. d8be5b1 1. Fix EDKT457 Multiple FPD, MSA or SPD files in a directory is prohibited by hche10x · 18 years ago
  57. 92cfaee To fix bug EDKT432. Add judge to avoid include flags twice. by wuyizhong · 18 years ago
  58. 62df8ef Delete useless file SpdPackageDefinitions.java; by jlin16 · 18 years ago
  59. b5ace64 Fix one bugger in Image.c in PeiCore module to get the correct module name for debug output. by lgao4 · 18 years ago
  60. 57046e9 1. Fix EDKT441 After some modifications and refresh, there will show a dialog for save all files. The operation of Cancel should not refresh wizard. by hche10x · 18 years ago
  61. e83a1d9 Preparative work to collect Ppis, Guids & Protocols info from workspace dynamically. by qhuang8 · 18 years ago
  62. 9dcf286 Coding Style - decomment by alfred · 18 years ago
  63. 1f0b4e9 fix .s comment by alfred · 18 years ago
  64. fec7633 Implement a filelength function for GCC. by bbahnsen · 18 years ago
  65. cbee1e7 1. Fix EDKT449 Close Build Preferences will crash wizard by hche10x · 18 years ago
  66. 7bd5773 Fix a bug to convert EFI_PEI_HOB_POINTER to VOID*. by qhuang8 · 18 years ago
  67. d565d6c Changed to format of the Package and Platform list outputs. by lhauch · 18 years ago
  68. 8aa9a1a Added quotes around the classpath option in script files by lhauch · 18 years ago
  69. 94e17f1 Fixed a usage spelling error by lhauch · 18 years ago
  70. 4de9276 Added the DbTools that will update the FrameworkDatabase.db file based on what is found after scanning the WORKSPACE environment - entries for new SPD and FPD files that are found during the scan are added, and the entries for SPD and FPD files that are listed in the database, but are not in the current workspace are deleted. by lhauch · 18 years ago
  71. e186917 Update several MSA/Filenames which do not inconsistent with current source files. by wuyizhong · 18 years ago
  72. 4c5f3cc Fix a bug in HobLib migration. by qhuang8 · 18 years ago
  73. 2679d84 Fixed EDKT400. by qouyang · 18 years ago
  74. 0c61f94 1. Add a function in WorkspaceTools to get all packages which can be repackaged. by hche10x · 18 years ago
  75. d12f87d 1. Fix EDKT434: After Workspace is changed, Wizard should close all (desktop area and tree area) and refresh automatically. by hche10x · 18 years ago
  76. e47b06c MAX_POOL_SIZE was hardcoded to 0xFFFFFF00. MAX_POOL_SIZE was replaced with MAX_ADDRESS and POOL_OVERHEAD. MAX_POOL_SIZE is used to prevent a large allocation from passing since adding the POOL_OVERHAD to the allocation (done internally) could cause the size to wrap around and be small. This would cause a return value of success that was an error. by ajfish · 18 years ago
  77. c4c0367 Had an SVN issue deleting these now unused dirs with the check-in. I ported Runtime Driver to use MDE libraries and removed the need for processor specific code. The .c and .s files were removed in another commit. by ajfish · 18 years ago
  78. c81f5d4 1.add code to support friendly output message. by jjin9 · 18 years ago
  79. 0bab6d0 Change IPF_PE32_PEIM IPF layout to contain ${PLATFORM_DIR}/Blank.pad for XIP IPF CODE 16byte align. by lgao4 · 18 years ago
  80. c777d1d Fix the problem of label, button text part-display on Linux and iMac. by jlin16 · 18 years ago
  81. fe6d0f7 Added code to fetch more detailed error message from XMLBeans when there's error in msa/spd/fpd files. by jwang36 · 18 years ago
  82. 0386932 rename ACPI, PCI, END and LPC to DP_ACPI, DP_PCI, DP_END and DP_LPC, for ACPI, PCI, END and LPC are too generic. by vanjeff · 18 years ago
  83. f81f558 Follow up tracker EDKT285. by yshang1 · 18 years ago
  84. 3fc556d Add definition for FB DIMM. by jtang12 · 18 years ago
  85. f8617cf Clean up used library class definitions. by yshang1 · 18 years ago
  86. 4bacc21 Remove the library instance of BaseReportStatusCodeLibNull by qhuang8 · 18 years ago
  87. c993d0d Did not check in new files correctly the first time! by ajfish · 18 years ago
  88. 2cd33ea Do not display token number for Pcd in ModuleSA and Dynamic Pcd editors for FPD file. by jlin16 · 18 years ago
  89. 453a815 1. Update ICheckBoxList to add one attribute "selected". Set the first item of ICheckBoxList selected when it is inited. by hche10x · 18 years ago
  90. bf11685 1. Fix EDKT429 The number of Type in [MSA->BootMode->BootModeAttributes->BootModeNames] is shorten than Schema by hche10x · 18 years ago
  91. 35b309d Make NT32 SecMain not depend on ReportStatusCodeLib by qhuang8 · 18 years ago
  92. 6c82102 Fixed issue caused by the directory change by jwang36 · 18 years ago
  93. 419558b 1. Fix EDKT339 Library Class Search need to get info for selected library class by hche10x · 18 years ago
  94. aa23173 Make sure all DMA related buffer allocation through PCI IO interface, not allocated by driver itself. by jtang12 · 18 years ago
  95. 6d7338a Ported the EBC driver to use the MDE Base Math lib functions. Removed math functions from EBC driver. Need to check to see if MDE Math lib ASSERT behavior will cause any issues with EBC driver? by ajfish · 18 years ago
  96. 1babed1 These files are no longer needed as the PE32 and Cache Lib from the MDE make them redundant. by ajfish · 18 years ago
  97. c01bfb7 Deleted CacheFlush as it's in the MDE Cache library by ajfish · 18 years ago
  98. 92ea7f2 Updated the Runtime Driver to use the MDE libs for cache flush and removed local copy of Cache flush code. Updated FPD files that include Runtime driver as a new lib was added to Runtime Driver for the cache flush. Removed Cache Flush routine from EDK DXE SAL Lib. by ajfish · 18 years ago
  99. b077fb7 Removed duplicate PalCallStatic functions in different libraries. Moved ReadItc and InvalidateInstructionCacheRange to the BaseLib so other libs don't need .s files. by ajfish · 18 years ago
  100. cd4903c Removed duplicate PalCallStatic functions in different libraries. Moved ReadItc and InvalidateInstructionCacheRange to the BaseLib so other libs don't need .s files. by ajfish · 18 years ago