- ff44fe7 Make the code ICC clean. by qwang12 · 17 years ago
- ab4a8f3 1) remove EfiLibReportStatusCode mapping as Status reporting API changed completely by EDK II and EDK I. by qwang12 · 17 years ago
- bbfa12f Sync the migration tool setting files with the definitions in latest UEFI 2.1 specification and the code in latest EDK II source tree. by qwang12 · 17 years ago
- a09aa7e Add "ALWAYS_PRODUCED" Library class item for EDK module whose COMPONENT type is "LIBRARY". by qhuang8 · 17 years ago
- b2401e6 Moved (back!) to $WORKSPACE/BaseTools location, as the plan is to by jljusten · 17 years ago
- b9e61d7 Moving from $WORKSPACE/Tools/BuildEnv $WORKSPACE/BaseTools/BuildEnv. by jljusten · 17 years ago
- 4cb39b0 Tools/BaseTools/Bin/Darwin: Symbolic link to PosixLike by jljusten · 17 years ago
- d3dae8c Tools/BaseTools/Bin/PosixLike/*: by jljusten · 17 years ago
- 33bb799 Tools/BaseTools/BuildEnv.py: by jljusten · 17 years ago
- 9a5a9f0 Tools/BaseTools/BuildEnv.py: by jljusten · 17 years ago
- a310886 edksetup.sh: by jljusten · 17 years ago
- cc8821e Copying latest $WORKSPACE/BaseTools to $WORKSPACE/Tools/BaseTools. Once the by jljusten · 17 years ago
- 22e3268 Deleting to allow latest version of BaseTools (from the root of the tree) by jljusten · 17 years ago
- 1eaf341 Moving BaseTools to Tools/BaseTools. by jljusten · 17 years ago
- 2e7ddad Modified to strip leading white-space characters and ignore blank or comment only lines by lhauch · 17 years ago
- 630bc73 Fix a typo in generated copyright. by qhuang8 · 17 years ago
- 9d53498 Generate correct license for R8Lib.c & R8Lib.h by qhuang8 · 17 years ago
- 169a78c GenVtf tool binary should be checked into BaseTools\Bin\Win32 by htao · 17 years ago
- ede6c57 check in GenVtf tool binary by htao · 17 years ago
- 5cafd11 Add the naming map from Edk I to EdkII by qhuang8 · 18 years ago
- 7b7cae7 Update database to reflect two naming changes from EdkI to EdkII by qhuang8 · 18 years ago
- 8a7f0c4 Add the rule to handle the naming change of industry standard header files. by qhuang8 · 18 years ago
- 677c4c4 Update Migration database since EfiLibInstallDriverBinding & EfiLibInstallAllDriverProtocols have been added back to UefiLib. by qhuang8 · 18 years ago
- 159177d Fix the missing align-double issue. by klu2 · 18 years ago
- 144d783 Adding OldMdePkg directory - prior to the move of the content of MdePkg, also updating the FrameworkDatabase.template to use OldMdePkg directory. by lhauch · 18 years ago
- b745061 Enabling /O1 for the entire IPF tree builds by vprabhal · 18 years ago
- 67f0964 Fix the FV information refresh problem for moduleSA settings in a platform. by jlin16 · 18 years ago
- e691bc9 enabling /Wx and /O1 options, added related flags to this file by vprabhal · 18 years ago
- a6a0e02 Fixed EDKT549 by adding code to check if the module is binary or not before generating AutoGen.h/.c by jwang36 · 18 years ago
- df13ceb Fixed bug of incorrect processing of hexadecimal numbers. by bxing · 18 years ago
- 7a743ae Add link Map option for GCC tool to generate map file. by lgao4 · 18 years ago
- 29408d9 Add link Map option for GCC tool to generate map file. by lgao4 · 18 years ago
- ba6e17f Add link Map option for GCC tool to generate map file. by lgao4 · 18 years ago
- 0eaa193 Fix CygWinGCC build failed. When GCC build, map file is not generated. We don't need copy map file when gcc build. by lgao4 · 18 years ago
- aaed63a 1. Updated LOG file format generated by PeiRebase. by bxing · 18 years ago
- 7990ba7 Change default ModuleSA setting panel to be "FV Info" to remind user to specify FV_Binding and FFS format for a added module. by jlin16 · 18 years ago
- 7e9f4e1 Merge the patch provided by Johnson by klu2 · 18 years ago
- 09caf40 Fixed the incremental build issue for .dxs file by adding .dep generation for Build_DPX macro. by jwang36 · 18 years ago
- 7b134da Open all warning checking for EdkUnixPkg, and current EdkUnixPkg has no warning now. by klu2 · 18 years ago
- d91b2da Add more judgement. by klu2 · 18 years ago
- 1d6992b The alignment of data section also meet with the requirement of section itself. by klu2 · 18 years ago
- 1899856 Fix the unalignment issue for RODATA section when converting ELF image to PE image. by klu2 · 18 years ago
- 1fcc1b7 Fixed an issue which a library module could be built even it's not in the active platform. by jwang36 · 18 years ago
- e22f5aa Merged the fix of CompressDll.dll manifest issue when built by VS2005 by jwang36 · 18 years ago
- 18f9509 Restored the SetVirtualAddress and SetExitBootService related code generation for UEFI_APPLICATION type of module. by jwang36 · 18 years ago
- 253d291 Fixed an Autogen issue which will cause build break when encountering some kind of module. by jwang36 · 18 years ago
- a5dd05b Remove the generation of "Exit" function calling since the UefiApplicationLib has defined the Exit function. by jwang36 · 18 years ago
- 3b660b0 For building UnixPkg in CYGWIN, it should use gcc binded by CYGWIN but not the 4.2 gcc which support PE. by klu2 · 18 years ago
- 3841e92 Add tool chain's configuration for building and running UnixPkg in CYGWIN environment. by klu2 · 18 years ago
- 21801bb Thread work load assignment change. by jlin16 · 18 years ago
- 231f8bf Create more threads to synchronize pcd data for FrameworkModules in a platform. by jlin16 · 18 years ago
- 55c30c8 Utilize multi-thread support of JAVA to improve UI response time of opening FrameworkModules in a platform. by jlin16 · 18 years ago
- 8c8b94e Fixed EDKT538; Removed the some code generation for UEFI_APPLICATION type of module. Refer to EDKT538 for details. by jwang36 · 18 years ago
- 80b0426 the ipf compiler needs a switch to not use FP registers higher than 0-31 for both Intel and MSFT compilers. by vprabhal · 18 years ago
- 90a98f2 Fixed EDKT532 and EDKT533 by jwang36 · 18 years ago
- 87c40bc Commented out the pre-compile option of IPF ARCH for ICC tool chain. There's an issue in it which will cause incremental build failure. And it seems that there's not much improvement on build performance of Intel compiler. Comment out the pre-compile functionality for further investigation. by jwang36 · 18 years ago
- 5b39694 1. Fix EDKT528: Framework wizard should not force user to specify a GuidCName for all HOB types by hche10x · 18 years ago
- a30ae9f - Fixed PVCS tracker 484 by merging the GenDll and GenEfi macro in BuildMacro.xml to GenEfi, moving out GenDll and GenEfi macro calling inside macro EFI_SECTION_TE and EFI_SECTION_PE32, and generating the calling of GenEfi macro according to the module type (binary or library). by jwang36 · 18 years ago
- ad368bf Fixed EDKT527 by adding a check on the file size in case of zero byte of byte by jwang36 · 18 years ago
- 78702d7 Enable the building option "/Os" for IPF tip Intel Compiler building. by zliu3 · 18 years ago
- 2afce6d Add /W4 /WX for ICC tool chain of IPF in tools_def.template. by xli24 · 18 years ago
- c0db4cd add check for empty value of definitions. by jlin16 · 18 years ago
- 7407b98 Removed the extra source file from preprocessor's command line options for building vfr files by jwang36 · 18 years ago
- 9821fa9 Changed the way of handling not supported ARCH for a module. It should not break the build. Instead, it just give a warning message. by jwang36 · 18 years ago
- de093b3 (Fixed EDKT523) Added more check on "archString" to see if it's empty or not. by jwang36 · 18 years ago
- 73f7b9c Add genDigest() method to class FfsProcess to generate MD5 digest value for the FFS layout. This is intended to solve re-generation issue of FFS when its layout has been changed but no related section files have been changed. by jwang36 · 18 years ago
- 2f96bdd Output more descriptive information when there's no TARGET, TARGET_ARCH, etc defined in target.txt by jwang36 · 18 years ago
- e64872f 1. Refresh applicable library instances after one illegal library instance is removed. by jlin16 · 18 years ago
- fd0f684 Optimize library instance selection algorithm. by jlin16 · 18 years ago
- 9e011ea 1. Fix EDKT508: FW should't build Log.log file in current directory by hche10x · 18 years ago
- e224919 1. Fix EDKT215: [Wizard] "Previous" button is not supported in step 4 of Create FAR by hche10x · 18 years ago
- 2c9b03f - Move global declarations from AutoGen.c to AutoGen.h by jwang36 · 18 years ago
- b8f186e Fix EDKT174, auto-select library instance if only one candidate available for a library class. Note that if you remove one single instance, it will NOT be auto-selected back at once. by jlin16 · 18 years ago
- b4667b1 Remove a temporary test line of code by jwang36 · 18 years ago
- d59f2c7 - Remove the TOOL without NAME defined and its definition in ARCH_build.opt by jwang36 · 18 years ago
- 149127d Move the entrypoint function declarations to AutoGen.h for sake of Intel compiler by jwang36 · 18 years ago
- 60ad347 When GenFvMap tool doesn't open one module map file, it will skip this module. by lgao4 · 18 years ago
- b79fc83 1. Add "Splash Screen" back by hche10x · 18 years ago
- 01bf334 Added -e and -emacs to support no leading task name in each line of log on screen by jwang36 · 18 years ago
- febc643 Remove USER_DEFINED in IncludePkgHeader in spd files as it does not make sense to specify package include header file for a custom build type module. Package creator has no a priori knowledge about what header file will be needed by the USER_DEFINED module customers created in dependent package. by qwang12 · 18 years ago
- ba3a1cb Enhanced the <Build_Library> macro to check OBJECTS property in case it's empty by jwang36 · 18 years ago
- 2082f93 - Merged the local copy of XmlRoutines.py in buildgen into upper directory's XmlRoutines.py by jwang36 · 18 years ago
- 253fca1 Change parameter id in UserExtension element from Integer to String according to EDKT510 schema change. by jlin16 · 18 years ago
- ceea362 Fixed the Indentifier type issue. by jwang36 · 18 years ago
- e3cc406 - Fixed EDKT240. Now the Blank.pad file for alignment purpose will no longer be needed. by jwang36 · 18 years ago
- 822d4f3 Adding a couple of features for far processing, including detecting duplicate files. by bbahnsen · 18 years ago
- e2cce12 Added optional whitespace characters in before and/or after the content within <element> tags by lhauch · 18 years ago
- 312ffec Adding several dependency checks for far installation. Redoing the XML output. by bbahnsen · 18 years ago
- 25232e9 by jlin16 · 18 years ago
- 16046b7 Fixed EDKT487. Added a <import> task to import UserExtension.xml if it exists for users to incorporate their own tasks or macro in the build process. by jwang36 · 18 years ago
- 66a9a6f - Fixed EDKT513 by adding existing section files into the dependency check of genffsfile tool; by jwang36 · 18 years ago
- ff7bc6c 1. Finish Enhancement EDKT345: Support deleting multiple rows together when remove source files in MSA by hche10x · 18 years ago
- c045922 Modify error message contents when an improper library instance was selected for a module. by jlin16 · 18 years ago
- 98840b1 Changed the way of determining how to call customized build file. Now we check if there's XXX_build.xml existing in the source file list to determine the customized build other than the USER_DEFINED module type. by jwang36 · 18 years ago
- 2b95548 Removed the BASE type as any type in the check of SupModuleList in getLibraryClasses() by jwang36 · 18 years ago
- f0a3fde Changing XmlAppendChildElement to return the new XML node on success. by bbahnsen · 18 years ago
- 0202572 Modify support module type filter for library instance selection. by jlin16 · 18 years ago
- 9d3d149 Fixed the fake circular denpendency of library instance. by jwang36 · 18 years ago
- 700279a Fixed EDKT493. Added support to "SupModuleList" for checking if a library instance is supporting current module. by jwang36 · 18 years ago
- 2b34c3f Corrected a small bugs: by qwang12 · 18 years ago