1. ea1e4c1 Set the stack alignment for X64 to 16 bytes per the X64 Calling Convention by mdkinney · 18 years ago
  2. ef90864 1. Fix EDKT468 Click some buttons in MSA header by wizard can not be saved properly by hche10x · 18 years ago
  3. c9708dd by xli24 · 18 years ago
  4. d73991a For encapsulated sections in FFS layout in FpdBuildOptions, if no longer exists sections in an encapsulated section, remove from UI that section to be consistent with contents in FPD file. by jlin16 · 18 years ago
  5. 9723bdd Fix to pre-allocate 32bytes in stack to Load X64 Image. by lgao4 · 18 years ago
  6. 0401b90 added help text for PcdPlatformBusSpeed by vanjeff · 18 years ago
  7. 4a50184 Fix build break from CPU_STACK_ALIGNMENT update. by mdkinney · 18 years ago
  8. 3ebf638 Add DxeIplX64Peim to the FPD file for the EdkModulePkg.fpd by mdkinney · 18 years ago
  9. 5a0c25f Use CPU_STACK_ALIGNMENT to align stack allocated for used in the DXE Phase. by mdkinney · 18 years ago
  10. 3958593 Use CPU_STACK_ALIGNMENT to align stack allocated for used in the DXE Phase. by mdkinney · 18 years ago
  11. e086613 Remove private definition for IPF stack alignment, and use public definition called CPU_STACK_ALIGNMENT instead. by mdkinney · 18 years ago
  12. b5b60e8 Fix ALIGN_POINTER() macro. The pointer (p) passed in must always be converted to (UINTN) prior to performing math operations. by mdkinney · 18 years ago
  13. e7e9595 Remove hard coded constant of 15, and use CPU_STACK_ALIGNMENT instead by mdkinney · 18 years ago
  14. caae4de Add #define CPU_STACK_ALIGNMENT to the ProcessorBind.h for each of the supported CPU architectures. This value is sizeof(UINTN) for IA-32, X64, and EBC. It is 16 bytes for IPF. by mdkinney · 18 years ago
  15. 3d4bdea 1. Fix a description issue by hche10x · 18 years ago
  16. 4fd5261 Fix the invalid warning message when user add a module that does not support platform architectures to this platform. by jlin16 · 18 years ago
  17. 5f0b744 To fix bug T400. If user select a Repackage=false package during creating a FAR, give warning and a choose to continue or not. by wuyizhong · 18 years ago
  18. a6b6ec4 Update processor socket type definition to comply with SmBios 2.5 spec. by jtang12 · 18 years ago
  19. b440dd8 1. Rename ReleaseNotes.txt to BuildNotes.txt. by hche10x · 18 years ago
  20. e4764da Fix a bug that can't add library MSA specific build option in multi-thread build mode. by wuyizhong · 18 years ago
  21. 9e0e49f Bug fix for "Tiano BIOS needs to implement an automatic reboot when BIOS settings are changed" by dtang2 · 18 years ago
  22. 99125b4 Provide UI for generating Apriori file of PEI or DXE phase. The module order information are put into BuildOptions->UserExtensions with UserId as "APRIORI" and Identifier as "0" for PEI phase and "1" for DXE phase. Build tools will use these UserExtensions information to produce the Apriori files that will be placed into each FV image. by jlin16 · 18 years ago
  23. 15d449b Fix a bug that can't add library MSA specific build option. by wuyizhong · 18 years ago
  24. e4a246f Changed definitions in Legacy16.h and LegacyBios.h to be compatible with CSM 0.96 by jtang12 · 18 years ago
  25. b219108 added PcdPlatformBusSpeed for BaseTimerLibLocalApic, thus this timer instance needn't depend on types of CPUs by vanjeff · 18 years ago
  26. 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
  27. 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
  28. 7228815 Bug fix for "Unplug U Disk during exploer using File Explorer cause tiano halt" by dtang2 · 18 years ago
  29. 1df07b6 Add pcd declaration to EdkModulePkg and Nt32Pkg to fix the check-in break. by cwu11 · 18 years ago
  30. 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
  31. 7446fb2 Commented out the message for building "DUMMY" files. by jwang36 · 18 years ago
  32. bea0971 Coding Style Comment by alfred · 18 years ago
  33. 015849a Changed the tool chain error message to be more specific. by jwang36 · 18 years ago
  34. 3681d19 This check-in fixed the following bugs: by cwu11 · 18 years ago
  35. 05b52e9 Fixed the build error. by jwang36 · 18 years ago
  36. 2b0fe8b Added code to check that the definitions in target.txt are valid against tools_def.txt by jwang36 · 18 years ago
  37. f556184 Remove BaseIoIntrinsicLib reference in IPF and EBC modules by xli24 · 18 years ago
  38. fc87d0b 1. Fix EDKT463: When wizard new or clone a msa/spd/fpd, should follow these rules by hche10x · 18 years ago
  39. 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
  40. 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
  41. 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
  42. 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
  43. c91eaa3 I fixed following bugs in EDKII. by mikewuping · 18 years ago
  44. 511710d 1. Add the fix for the following Bugs: by cwu11 · 18 years ago
  45. cb44bbd 1. Bug fix for "EDK GenericBds WriteBootToOsPerformanceData() uses AcpiReclaimMemory"; by dtang2 · 18 years ago
  46. e4f1ff6 Modify FrameworkModules editor for FPD files to meet the new PCD type adjust operation rules: by jlin16 · 18 years ago
  47. 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
  48. d73196f Bug fix for "CapsuleUpdate does not handle memory lost correctly" by dtang2 · 18 years ago
  49. 1723b2e Change #define bit(a) 1 << (a) to #define bit(a) (1 << (a)) by jtang12 · 18 years ago
  50. 6b039a5 Changed the rules to allow for partial installation and removal of fars. by bbahnsen · 18 years ago
  51. 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
  52. 3767c11 1. Fix EDKT418: Some buttons are not displayed correctly in Linux and MAC OS X operating system by hche10x · 18 years ago
  53. cc95b47 1. Fix EDKT462: "Save/Save All' are still highlighted if close a msa/spd/fpd without saving by hche10x · 18 years ago
  54. a9008cd Fix a bug for setting CLASSPATH environment variable. Remove space after '=' when set the CLASSPATH. by wuyizhong · 18 years ago
  55. 169c7e4 Fixed Case of include bootmaint.h to correct BootMaint.h, also corrected the case in the comment fields by lhauch · 18 years ago
  56. a0a1e5a Fixed Case of include bootmaint.h to correct BootMaint.h, also corrected the case in the comment fields by lhauch · 18 years ago
  57. cc0d3fe Add extra APP Flag to preprocess asl file. by lgao4 · 18 years ago
  58. d3f7534 by lgao4 · 18 years ago
  59. 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
  60. 0cc00bf Add Fv option value edit support; by jlin16 · 18 years ago
  61. 4961f50 Fix for linux builds by bbahnsen · 18 years ago
  62. dea9817 Change Binary Fat module from fat.ffs to fat.efi by lgao4 · 18 years ago
  63. e421fb2 1. Fix EDKT437 Save is to save current modified file, Save All is to save all modified files by hche10x · 18 years ago
  64. 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
  65. 71f30e5 Coding Style Phase 1 Eclipse Format Comment for MigrationTool.java by alfred · 18 years ago
  66. 8aaf5a0 Remove the reference to non-exist file. by qhuang8 · 18 years ago
  67. d8022b3 Add build rules for asl files of acpi tables. by lgao4 · 18 years ago
  68. 71ea530 Adding tools for IPF development. by bbahnsen · 18 years ago
  69. a7a7033 Fix several issues: by qhuang8 · 18 years ago
  70. a7081d2 To fix tool StrGather.exe can not work correctly in Linux environment. by wuyizhong · 18 years ago
  71. 8de9f9e Database singleton by alfred · 18 years ago
  72. d4f397c 1. In event.c, a function's name is not spelled correctly, a typo. by mikewuping · 18 years ago
  73. ba73bc0 1. Fix EDKT451 It should append ".txt" to filename by hche10x · 18 years ago
  74. 6173283 1. Fix EDKT436 "Is PCD driver" only gives one value: PEI_PCD_DRIVER to user by hche10x · 18 years ago
  75. 76734b2 Add a unified migration database to replace the original Protocol, Ppi, Guid, Library database. by qhuang8 · 18 years ago
  76. 99f757d Preparative work to collect Library info from workspace dynamically. by qhuang8 · 18 years ago
  77. 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
  78. d8be5b1 1. Fix EDKT457 Multiple FPD, MSA or SPD files in a directory is prohibited by hche10x · 18 years ago
  79. 92cfaee To fix bug EDKT432. Add judge to avoid include flags twice. by wuyizhong · 18 years ago
  80. 62df8ef Delete useless file SpdPackageDefinitions.java; by jlin16 · 18 years ago
  81. b5ace64 Fix one bugger in Image.c in PeiCore module to get the correct module name for debug output. by lgao4 · 18 years ago
  82. 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
  83. e83a1d9 Preparative work to collect Ppis, Guids & Protocols info from workspace dynamically. by qhuang8 · 18 years ago
  84. 9dcf286 Coding Style - decomment by alfred · 18 years ago
  85. 1f0b4e9 fix .s comment by alfred · 18 years ago
  86. fec7633 Implement a filelength function for GCC. by bbahnsen · 18 years ago
  87. cbee1e7 1. Fix EDKT449 Close Build Preferences will crash wizard by hche10x · 18 years ago
  88. 7bd5773 Fix a bug to convert EFI_PEI_HOB_POINTER to VOID*. by qhuang8 · 18 years ago
  89. d565d6c Changed to format of the Package and Platform list outputs. by lhauch · 18 years ago
  90. 8aa9a1a Added quotes around the classpath option in script files by lhauch · 18 years ago
  91. 94e17f1 Fixed a usage spelling error by lhauch · 18 years ago
  92. 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
  93. e186917 Update several MSA/Filenames which do not inconsistent with current source files. by wuyizhong · 18 years ago
  94. 4c5f3cc Fix a bug in HobLib migration. by qhuang8 · 18 years ago
  95. 2679d84 Fixed EDKT400. by qouyang · 18 years ago
  96. 0c61f94 1. Add a function in WorkspaceTools to get all packages which can be repackaged. by hche10x · 18 years ago
  97. 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
  98. 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
  99. 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
  100. c81f5d4 1.add code to support friendly output message. by jjin9 · 18 years ago