Acidanthera UEFI Development Kit based on EDK II edk2-stable202311
Go to file
jwang36 2897231803 Python script for generating build files for platform and modules, which uses the enhanced XmlRoutines.py written by Bruce.
The functionalities include:
- parse all packages(.spd) and modules(.msa)
- parse active platform(.fpd). You must set active platform in target.txt otherwise nothing will be parsed.
- parse tools_def.txt and target.txt
- generate Ant build files for active platform and its modules. The generated build file is re-designed and can be called separately once generated.
- multi-thread build

The functionalities which haven't been implemented include:
- AutoGen. No AutoGen.h and AutoGen.c will be generated. If you want run the build file, you have to run the "build" command in advance to generate the AutoGen.h/.c files and remove the any other intermediate files.
- generate FFS and FV files. Only compiling will be done by the generated build file.

Usage:
- type "python ${WORKSPACE}/Tools/Python/buildgen/BuildFile.py" in shell to generate build file
- goto "${WORKSPACE}/Build/${platform}/${target}_${toolchaintag}/", type "ant" to run the build file


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2278 6f19259b-4bc3-4df7-8a09-765794883524
2007-01-22 09:59:07 +00:00
EdkFatBinPkg Updated the Ipf/Fat.efi with a smaller version to save the image space and this efi binary is compiled with "O1" flag 2007-01-11 14:11:50 +00:00
EdkModulePkg Fix component name bugs when input Controller Name is invalid 2007-01-19 08:06:15 +00:00
EdkNt32Pkg Fix component name bugs when input Controller Name is invalid 2007-01-19 08:04:03 +00:00
EdkShellBinPkg Remove missing files from msa. 2006-12-19 00:24:03 +00:00
EdkUnixPkg Fix component name bugs when input Controller Name is invalid 2007-01-19 09:46:44 +00:00
MdePkg Add two useful functions in UefiLib for the implementation of Component Name, Driver Config, and Driver Diag protocols. 2007-01-18 11:15:26 +00:00
Tools Python script for generating build files for platform and modules, which uses the enhanced XmlRoutines.py written by Bruce. 2007-01-22 09:59:07 +00:00
BuildNotes.txt Add information on gcc and EdkUnixPkg. 2007-01-07 20:05:59 +00:00
build.xml Add class header to FrameworkBuildTask. Remove some unused code from top level build.xml. 2006-08-17 06:51:51 +00:00
edksetup.bat Added support for xmlbeans-2.2.0 2007-01-10 02:15:11 +00:00
edksetup.sh Added support for xmlbeans-2.2.0 2007-01-10 02:15:11 +00:00