- ccdeb61 Fixed an issue which will remove the first line if there's no "#line" directive in the input file. by jwang36 · 17 years ago
- 3a09b62 Update Acpi Asl file Build rule to remove trim step. by lgao4 · 17 years ago
- 4070a6c Updated the revision of source files build.exe was generated from by jwang36 · 17 years ago
- 89d9603 1. Added support of included file with macro by jwang36 · 17 years ago
- cbbda8f Add execute attribute for exe file. by qhuang8 · 17 years ago
- b3af5df Update all INF, DEC and DSC file to confirm to newest INF spec 0.44, DEC spec 0.41, DSC spec 0.40. by qhuang8 · 17 years ago
- 5359495 Cleaned up the tools_def.template file by lhauch · 17 years ago
- 107bb01 Update the build_rule.template to enable the PCD usage in IPF assembly code by zliu3 · 17 years ago
- 8ea6977 Fix a critical bug that the Migration Tool mistakenly creates exit-boot-services event in case of <VirtualAddressChange> externs. by qhuang8 · 17 years ago
- 0fdbee9 Fix one bug in GenFv tool to generate the correct capsule header. by lgao4 · 17 years ago
- c7cecac Update the following tools with usage information, and update GenFv tool to support dump capsule image. by lgao4 · 17 years ago
- d03c56d Update compiler switches for ICC build. by xli24 · 17 years ago
- 5d0e8a3 Update MSFT IPF flags to us /Ox /Zx /GF by mdkinney · 17 years ago
- 98376cc TianoCompress tool code cleanup to delete parameters number check and hard code buffer size. by htao · 17 years ago
- aff0910 Fix a bug in TianoCompress tool to handle encoded file size larger than original file size. by htao · 17 years ago
- 6501078 Added missed GenFds version and fixed the path error by jwang36 · 17 years ago
- 5da4862 Update ASL definition for ICC tool chain. by xli24 · 17 years ago
- 48988f8 Update build rules to cover ICC build for aslc file. by lgao4 · 17 years ago
- d11935f Sync GenVtf.exe and TianoCompress.exe tool to the binary in BaseTools project. by htao · 17 years ago
- 4a8f7cc Changed the revision number of AutoGen source code since build.exe was regenerated for it. by jwang36 · 17 years ago
- d60db64 Fixed incremental link issue, which dependent libraries were not taken into account. by jwang36 · 17 years ago
- 5157f1d 1. Added revision information of source code from which build.exe came from. by jwang36 · 17 years ago
- 6f5554b Rename the Msa2Inf.exe to MigrationMsa2Inf to indicate the real usage. by qhuang8 · 17 years ago
- 8083432 Changed the order of SLINK option by jwang36 · 17 years ago
- dce323a Re-designed build_rule.template and updated build.exe to support the new format by jwang36 · 17 years ago
- 46d9097 Check in the proto-Msa2Inf tool. This is the really migration tool. by qhuang8 · 17 years ago
- 49dd059 Added back removed files for Python tools, and re-generated Msa2Inf.exe since it cannot run on non-English locale environment. by jwang36 · 17 years ago
- d8bcc81 Removed files not generated by freezer any longer by jwang36 · 17 years ago
- 9843f06 Rebuild GenFds.exe based on tag 554 with the one fix for the build break for FFS files without CHESKSUM sections by mdkinney · 17 years ago
- 271d812 Rebuild GenFds.exe based on tag 551 with the one fix for the build break for FFS files without CHESKSUM sections by mdkinney · 17 years ago
- 6dee5d3 Fix bug in GenFds that would break the build if the FFS rule does not include a Checksum section by mdkinney · 17 years ago
- 00666ce Fix two bugs in GenVtf.c by mdkinney · 17 years ago
- 8edf7e9 Incorporated Mike's fix on gEfiCallerGuidId definition by jwang36 · 17 years ago
- 07c0178 Fix bug. by qouyang · 17 years ago
- ed72357 Correct usage help information and error information format for GenVtf, EfiRom, and TianoCompress tool. by htao · 17 years ago
- dfb780e Fix several Unicode typo. by qhuang8 · 17 years ago
- 2b3b50f Add the brief usage guide for Msa2Inf.exe. by qhuang8 · 17 years ago
- 13b2f60 Add Msa2Inf.exe: Port an EDKII module to EDKII' module: by qhuang8 · 17 years ago
- 45655ba Fixed an issue of PCD under [Components] in DSC file by jwang36 · 17 years ago
- f3c9803 by jlin16 · 17 years ago
- 569f0fe Fixed a bug in parsing <PcdsDynamic> of <Components> in DSC file by jwang36 · 17 years ago
- 62271ed 1. Incorporated FDF parser fix by jwang36 · 17 years ago
- 7336ebe GenFds Tool: Fix the bug that the GUID section can't content more than one leaf section. by qouyang · 17 years ago
- c440081 Fixed an issue in referencing DatumType in AutoGen by jwang36 · 17 years ago
- c22b604 Correct help usage format and error message format for the GenFw, GenSec, GenFfs and GenFv tool. by lgao4 · 17 years ago
- 2b6e9b3 Added missing "-" for "convert-hex" option of Trim.exe by jwang36 · 17 years ago
- 9393402 1. Changed the trim algorithm to be more general according to the Line Control directive by jwang36 · 17 years ago
- 64d3b0e fix a issue for TARGET_ARCH by jjin9 · 17 years ago
- 85496a3 Correct acpi table c file build rule. by lgao4 · 17 years ago
- d17bb5c 1. Added architecture override option for GenFds command in top level makefile by jwang36 · 17 years ago
- a1c3eb6 BootSectImage binary to modify MBR or boot sector. by jlin16 · 17 years ago
- 5d57e86 Fixed library instance selection issue by jwang36 · 17 years ago
- 9f6bb5f Changed the output format by jwang36 · 17 years ago
- f3f152e Fixed BDS display issue caused by unicode file parse by jwang36 · 17 years ago
- 65ddc26 1. Fixed STRING_TOKEN() matching issue during unicode file parsing by jwang36 · 17 years ago
- f50f181 GenPage binary to generate EfiLoaderImage with page table. by jlin16 · 17 years ago
- 632a3a6 GenBootSector binary to modify boot sector. by jlin16 · 17 years ago
- 8559bf2 Fixed an issue which all lines will be removed if no "#line" or "#" is found by jwang36 · 17 years ago
- 896a3f9 Added Trim command for ASL file process by jwang36 · 17 years ago
- 2118457 Set the executable property on Split.exe by lhauch · 17 years ago
- 3e042db GenFds Tool:Sync with Fdf Spec update. Add the supporting of more than one file, data or Fv in one region. by qouyang · 17 years ago
- c8db305 Fixed derived DEPEX issue by jwang36 · 17 years ago
- 184b892 Add mult-level directory creation feature for specified output files. by jlin16 · 17 years ago
- 6f9fdc5 Split binary to split one file into two files. by jlin16 · 17 years ago
- 2115deb Roll back to r3528 by jwang36 · 17 years ago
- 52de52a Update MicroCode build rules by lgao4 · 17 years ago
- 84600c3 Fixed issue in Dynamic PCD in dependent library instances. by jwang36 · 17 years ago
- 5e6c7c1 GenFds tool: Sync with Fdf Spec update. Add the supporting of more than one file, data or Fv in one region. by qouyang · 17 years ago
- 7b2b99a Update GenFw and Genfv tool to support Microcode and FvMap. And Update build rules for micro code file type. by lgao4 · 17 years ago
- 2127f4d Fixed PCD Sku VariableGuid error by jwang36 · 17 years ago
- 6b4fe92 1. Generated new build.exe from new tools code by jwang36 · 17 years ago
- bf3473e a tool to edit target.txt in CLI mode by jjin9 · 17 years ago
- 57b82a9 remove the format of file. make it clearly by jjin9 · 17 years ago
- 33b7cf8 GenFdsTool: 1.Fix the bug of 'get wrong PCD value'. by qouyang · 17 years ago
- d58f90f Per the requirement of GenFv tool, added command to copy *.map file to $(OUTPUT_DIR) by jwang36 · 17 years ago
- f48e6ea Changed the .lib file directory from public LIB_DIR to private OUTPUT_DIR by jwang36 · 17 years ago
- 6e8d441 There's still bug in library summarization code. Fixed now. by jwang36 · 17 years ago
- a5370b7 Fixed the library instance filter issue by jwang36 · 17 years ago
- 517655c Fixed issue in filtering supported module type for library instance by jwang36 · 17 years ago
- e1f0fa9 Added the svn:executable property to the batch file, toolsetup.bat. by lhauch · 17 years ago
- a4e891f Set the svn:executable property on all *.exe files by lhauch · 17 years ago
- cee779e Set SVN Property: svn:executable on VfrCompile.exe - may resolve an issue where the SVN update is changing execute permissions on these files. by lhauch · 17 years ago
- e988537 GenFds: Sync with EdkIIWorkspaceBuild update. by qouyang · 17 years ago
- 840d59b Fixed dynamic PCD autogen issue for LakeportX64 by jwang36 · 17 years ago
- c55eb6e Fixed the missed parameter of GetGuidValue() by jwang36 · 17 years ago
- c0b30ab Removed "self." from GetGuidValue() method since it's global by jwang36 · 17 years ago
- 514d1d2 GenFds: Sync with EdkIIWorkspaceBuild update. by qouyang · 17 years ago
- 434c69b Fixed a typo in PCD type by jwang36 · 17 years ago
- eca7eaf Fixed TokenNumber issue for DynamicEx type of PCD by jwang36 · 17 years ago
- 411ed01 Update GenFds Tool. by qouyang · 17 years ago
- 17e1222 GenFds Tool: Replace print with EdkLogger. by qouyang · 17 years ago
- 8b10500 Fixed library instance incomplete issue by jwang36 · 17 years ago
- 8fca1f0 Fixed library instance issue by jwang36 · 17 years ago
- b73fca8 GenFds Tool: Add section No. information in section output file name. by qouyang · 17 years ago
- 8a0c307 Added 0 before HEX number after converted in case it's started by [abcdef] by jwang36 · 17 years ago
- 0efc9c0 Fixed an issue which will cause removing necessary structure definition by jwang36 · 17 years ago
- 892f213 Fixed tool chain error when building single module for platform with more than one arch by jwang36 · 17 years ago
- 56919d2 Changed Trim tool to use standard command line options and changed its usage in build_rule.template correspondingly by jwang36 · 17 years ago
- 7329b0c Fixed an issue in building single module for platform with more than one arch by jwang36 · 17 years ago
- 0963b13 Add build rules for asl file, asm16 file. by lgao4 · 17 years ago