Home
last modified time | relevance | path

Searched refs:build (Results 1 – 25 of 2147) sorted by relevance

12345678910>>...86

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/
DMakefile27 build/:
28 mkdir build
30 misc: build/
31 $(PYTHON) gencodec.py MAPPINGS/VENDORS/MISC/ build/
32 $(RM) build/atarist.*
33 $(RM) build/us_ascii_quotes.*
34 $(RM) build/ibmgraph.*
35 $(RM) build/sgml.*
36 $(RM) -f build/readme.*
38 custom-mappings: build/
[all …]
/device/linaro/hikey/uefi-tools/
Dtos-build.sh36 if [ -f $TOOLS_DIR/$ATF_SPD-build.sh ]; then
39 echo "$TOOLS_DIR/$ATF_SPD-build.sh -e "$EDK2_DIR" -t "$BUILD_PROFILE" $build"
41 $TOOLS_DIR/$ATF_SPD-build.sh -e "$EDK2_DIR" -t "$BUILD_PROFILE" $build
50 build=
72 build="$1"
79 if [ X"$build" = X"" ]; then
86 build_platform $build
Duefi-build.sh.bash_completion1 # bash completion for uefi-build.sh
2 # copy this file to /etc/bash_completion.d/uefi-build.s
4 have uefi-build.sh &&
5 _uefi-build.sh()
14 …COMPREPLY=( $( compgen -W '--help -b --build RELEASE DEBUG a5 a9 tc1 tc2 panda origen arndale rtsm…
16 complete -F _uefi-build.sh uefi-build.sh
Dedk2-platforms.config1 # Platform build configurations for Linaro EDK2 builds
12 # - DSC Pointer to the EDK2 build description file. (The
14 # - ARCH String describing the architecture to build for.
22 # - BUILD_TOS Set to "yes" if the build should automatically build
26 # build.
27 # Set to "debug" to create a debug build.
28 # - TOS_PLATFORM Platform name for Trusted OS build, if
35 # - BUILD_ATF Set to "yes" if the build should automatically build
37 # Set to "debug" to create a debug build.
38 # - ATF_PLATFORM Platform name for ARM Trusted Firmware build, if
[all …]
Datf-build.sh12 OUTPUT_DIR="$PWD"/uefi-build
170 rm -rf build/"$ATF_PLATFORM/$BUILD_TYPE"/*
187 …cp -a build/"$ATF_PLATFORM/$BUILD_TYPE"/{bl1,fip}.bin "$WORKSPACE/Build/$PLATFORM_IMAGE_DIR/$BUILD…
202 build=
224 build="$1"
231 if [ X"$build" = X"" ]; then
238 build_platform $build
Dopteed-build.sh121 build=
143 build="$1"
150 if [ X"$build" = X"" ]; then
157 build_platform $build
/device/google/cuttlefish/host/commands/fetcher/
Dbuild_api.cc61 std::ostream& operator<<(std::ostream& out, const DeviceBuild& build) { in operator <<() argument
62 return out << "(id=\"" << build.id << "\", target=\"" << build.target << "\")"; in operator <<()
65 std::ostream& operator<<(std::ostream& out, const DirectoryBuild& build) { in operator <<() argument
66 auto paths = android::base::Join(build.paths, ":"); in operator <<()
67 return out << "(paths=\"" << paths << "\", target=\"" << build.target << "\")"; in operator <<()
70 std::ostream& operator<<(std::ostream& out, const Build& build) { in operator <<() argument
71 std::visit([&out](auto&& arg) { out << arg; }, build); in operator <<()
104 std::string BuildApi::BuildStatus(const DeviceBuild& build) { in BuildStatus() argument
105 std::string url = BUILD_API + "/builds/" + build.id + "/" + build.target; in BuildStatus()
108 << "build " << build << ". Response was " << response_json; in BuildStatus()
[all …]
Dfetch_cvd.cc73 const Build& build, const std::string& name, in TargetBuildZipFromArtifacts() argument
75 std::string target = std::visit([](auto&& arg) { return arg.target; }, build); in TargetBuildZipFromArtifacts()
80 auto id = std::visit([](auto&& arg) { return arg.id; }, build); in TargetBuildZipFromArtifacts()
91 const Build& build, in download_images() argument
94 auto artifacts = build_api->Artifacts(build); in download_images()
95 std::string img_zip_name = TargetBuildZipFromArtifacts(build, "img", artifacts); in download_images()
97 LOG(ERROR) << "Target " << build << " did not have an img zip"; in download_images()
101 if (!build_api->ArtifactToFile(build, img_zip_name, local_path)) { in download_images()
102 LOG(ERROR) << "Unable to download " << build << ":" << img_zip_name << " to " in download_images()
119 const Build& build, in download_images() argument
[all …]
Dbuild_api.h96 bool ArtifactToFile(const DeviceBuild& build, const std::string& artifact,
101 bool ArtifactToFile(const DirectoryBuild& build, const std::string& artifact,
104 std::vector<Artifact> Artifacts(const Build& build) { in Artifacts() argument
105 return std::visit([this](auto&& arg) { return Artifacts(arg); }, build); in Artifacts()
108 bool ArtifactToFile(const Build& build, const std::string& artifact, in ArtifactToFile() argument
112 }, build); in ArtifactToFile()
/device/linaro/bootloader/edk2/
DBuildNotes2.txt41 For the reference build of the Nt32 Platform emulation environment, use the
54 Alternatively, you may use the build command's -t option to specify a different
55 tool chain tag name: build -t VS2008 ... , for example. Using this method will
56 require that you always use the build command's -t option. If you use 64-bit
60 Next, go to the module directory and begin to build. This example is for the
64 c:\MyWork\edk2\> build
66 If you want to build the a module in another package (for example,
75 Then go to MdePkg\Library\BaseLib directory and type build:
77 c:\MyWork\edk2\> build
79 If you want build a platform, ACTIVE_PLATFORM must be set to your desired
[all …]
/device/linaro/bootloader/edk2/EmulatorPkg/
DREADME23 On systems with the bash shell you can use EmulatorPkg/build.sh to simplify
26 For example, to build + run:
27 $ EmulatorPkg/build.sh
28 $ EmulatorPkg/build.sh run
30 The build architecture will match your host machine's architecture.
32 On X64 host machines, you can build + run IA32 mode as well:
33 $ EmulatorPkg/build.sh -a IA32
34 $ EmulatorPkg/build.sh -a IA32 run
Dbuild.sh205 if [[ ! -f `which build` || ! -f `which GenFv` ]];
210 elif [[ ( -f `which build` || -f `which GenFv` ) && ! -d $EDK_TOOLS_PATH/Source/C/bin ]];
247build -p $WORKSPACE/EmulatorPkg/EmulatorPkg.dsc -a $PROCESSOR -b $BUILDTARGET -t $HOST_TOOLS -D UN…
248build -p $WORKSPACE/EmulatorPkg/EmulatorPkg.dsc -a $PROCESSOR -b $BUILDTARGET -t $TARGET_TOOLS -n …
253build -p $WORKSPACE/EmulatorPkg/EmulatorPkg.dsc -a $PROCESSOR -b $BUILDTARGET -t $HOST_TOOLS -D UN…
254build -p $WORKSPACE/EmulatorPkg/EmulatorPkg.dsc -a $PROCESSOR -b $BUILDTARGET -t $TARGET_TOOLS -n …
255 build -p $WORKSPACE/ShellPkg/ShellPkg.dsc -a IA32 -b $BUILDTARGET -t $TARGET_TOOLS -n 3 clean
265build -p $WORKSPACE/EmulatorPkg/EmulatorPkg.dsc $BUILD_OPTIONS -a $PROCESSOR -b $BUILDTARGET -t $T…
267build -p $WORKSPACE/EmulatorPkg/EmulatorPkg.dsc $BUILD_OPTIONS -a $PROCESSOR -b $BUILDTARGET -t $H…
268build -p $WORKSPACE/EmulatorPkg/EmulatorPkg.dsc $BUILD_OPTIONS -a $PROCESSOR -b $BUILDTARGET -t $T…
/device/linaro/bootloader/edk2/ArmPlatformPkg/Scripts/Ds5/
Dedk2_debugger.py30 … int(build.PCDs['gArmTokenSpaceGuid']['PcdFvBaseAddress'][0],16),
31 int(build.PCDs['gArmTokenSpaceGuid']['PcdFvSize'][0],16))
102 self.build = build_report.BuildReport(report_log)
107 …if self.build.PCDs['gArmTokenSpaceGuid'].has_key('PcdFvSize') and int(self.build.PCDs['gArmTokenSp…
108 …fvs.append((int(self.build.PCDs['gArmTokenSpaceGuid']['PcdFvBaseAddress'][0],16),int(self.build.PC…
109 …if self.build.PCDs['gArmTokenSpaceGuid'].has_key('PcdSecureFvSize') and int(self.build.PCDs['gArmT…
110 …fvs.append((int(self.build.PCDs['gArmTokenSpaceGuid']['PcdSecureFvBaseAddress'][0],16),int(self.bu…
111 …if self.build.PCDs['gArmTokenSpaceGuid'].has_key('PcdHypFvSize') and int(self.build.PCDs['gArmToke…
112 …fvs.append((int(self.build.PCDs['gArmTokenSpaceGuid']['PcdHypFvBaseAddress'][0],16),int(self.build
114 sysmem_base = int(self.build.PCDs['gArmTokenSpaceGuid']['PcdSystemMemoryBase'][0],16)
[all …]
/device/linaro/bootloader/arm-trusted-firmware/docs/spd/
Doptee-dispatcher.rst6 To build and execute OP-TEE follow the instructions at
7 `OP-TEE build.git`_
13 .. _OP-TEE OS: https://github.com/OP-TEE/build
14 .. _OP-TEE build.git: https://github.com/OP-TEE/build
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/buildbot/
Dbuildmsi.bat4 @rem build release versions of things
7 @rem build Python
10 @rem build the documentation
12 "%ProgramFiles%\HTML Help Workshop\hhc.exe" Doc\build\htmlhelp\python26a3.hhp
14 @rem build the MSI file
/device/linaro/bootloader/edk2/DuetPkg/
DReadMe.txt7 To build DUET image, Visual Studio is required:
8 1). Base on below link to create Visual Studio build environment.
18 …5). run "build -p DuetPkg\DuetPkgIa32.dsc -a IA32 -t VS2015x86" for IA32 architecture platform (us…
19 "build -p DuetPkg\DuetPkgX64.dsc -a X64 -t VS2015x86" for X64 architecture platform.
21 NOTE: The post build script 'PostBuild.sh' will be automatically called after the build command.
53 To build DUET image, GCC installation (4.4+) is required:
54 1). Base on below link to create GCC build environment.
62 …4). run "build -p DuetPkg/DuetPkgIa32.dsc -a IA32 -t GCC49" for IA32 architecture platform (using …
63 "build -p DuetPkg/DuetPkgX64.dsc -a X64 -t GCC49" for X64 architecture platform.
65 NOTE: The post build script 'PostBuild.sh' will be automatically called after the build command.
[all …]
Dbuild32.sh88 if [[ ! -f `which build` || ! -f `which GenFv` ]];
93 elif [[ ( -f `which build` || -f `which GenFv` ) && ! -d $EDK_TOOLS_PATH/Source/C/bin ]];
113 build -p $WORKSPACE/DuetPkg/DuetPkg$Processor.dsc -a $PROCESSOR -t $TARGET_TOOLS -n 3 clean
118 build -p $WORKSPACE/DuetPkg/DuetPkg$Processor.dsc -a $PROCESSOR -t $TARGET_TOOLS -n 3 clean
127 echo Running edk2 build for DuetPkg$Processor
128 build -p $WORKSPACE/DuetPkg/DuetPkg$Processor.dsc -a $PROCESSOR -t $TARGET_TOOLS -n 3 $*
Dbuild64.sh87 if [[ ! -f `which build` || ! -f `which GenFv` ]];
92 elif [[ ( -f `which build` || -f `which GenFv` ) && ! -d $EDK_TOOLS_PATH/Source/C/bin ]];
112 build -p $WORKSPACE/DuetPkg/DuetPkg$PROCESSOR.dsc -a $PROCESSOR -t $TARGET_TOOLS -n 3 clean
117 build -p $WORKSPACE/DuetPkg/DuetPkg$PROCESSOR.dsc -a $PROCESSOR -t $TARGET_TOOLS -n 3 clean
126 echo Running edk2 build for DuetPkg$PROCESSOR
127 build -p $WORKSPACE/DuetPkg/DuetPkg$PROCESSOR.dsc -a $PROCESSOR -t $TARGET_TOOLS -n 3 $*
/device/linaro/bootloader/edk2/CorebootPayloadPkg/
DBuildAndIntegrationInstructions.txt30 This document provides instructions on how to build Coreboot Uefi Payload and
39 For debug ia32 build:
40 build -a IA32 -p CorebootPayloadPkg\CorebootPayloadPkgIa32.dsc -b DEBUG -t <ToolChain>
42 For release ia32 build:
43 build -a IA32 -p CorebootPayloadPkg\CorebootPayloadPkgIa32.dsc -b RELEASE -t <ToolChain>
45 For debug X64 build:
46 build -a IA32 -a X64 -p CorebootPayloadPkg\CorebootPayloadPkgIa32X64.dsc -b DEBUG -t <ToolChain>
48 For release X64 build:
49build -a IA32 -a X64 -p CorebootPayloadPkg\CorebootPayloadPkgIa32X64.dsc -b RELEASE -t <ToolChain>
51 …<ToolChain> is the EDK II build environment on your host. Currently it was tested with VS2008x64 t…
[all …]
/device/google/cuttlefish_vmm/
Drebuild-internal.sh79 build-essential \
98 ninja-build \
219 meson build \
227 cd build
241 sed -i "s|_gbm_ver = '0.0.0'|_gbm_ver = '0'|" meson.build
244 …"s|cc.has_header('epoxy/egl.h')|cc.has_header('epoxy/egl.h', dependencies: epoxy_dep)|" meson.build
247 grep "install_rpath" src/meson.build || \
248 sed -i "s|install : true|install : true, install_rpath : '\$ORIGIN',|" src/meson.build
250 meson build \
257 cd build
[all …]
Drebuild-docker.sh84 docker buildx build \
90 --build-arg USER=${_user} \
91 --build-arg UID=${_uid} --load
97 docker build \
102 --build-arg USER=${_user} \
103 --build-arg UID=${_uid}
/device/linaro/bootloader/edk2/BaseTools/
DReadMe.txt1 This directory contains the next generation of EDK II build tools and template files.
10 To build the BaseTools, you should run the standard vsvars32.bat script
23 and build the tools if necessary.
30 To build on Unix-like operating systems, you only need to type 'make' in
35 On Ubuntu, the following command should install all the necessary build
36 packages to build all the C BaseTools:
38 sudo apt-get install build-essential uuid-dev
42 binary directory (the same directory as build.exe and GenFds.exe).
/device/linaro/bootloader/edk2/BaseTools/gcc/
DREADME.txt1 You may run these scripts to build a UEFI/PI gcc cross compiler.
11 This script will build an x86 (ia32) cross compiler.
16 to build UEFI/PI images.
30 === x86_64-mingw-gcc-build.py ==
32 This script will build an x86_64 (x64/Intel 64/amd64) cross compiler.
49 On Ubuntu, the following command should install all the necessary build
50 packages to utilize the x86_64-mingw-gcc-build.py script:
52 sudo apt-get install build-essential texinfo bison flex libgmp3-dev libmpfr-dev
67 If you use textmode, it is likely that the build will fail in a way that is
/device/google/contexthub/firmware/
DREADME6 . build/envsetup.sh
17 1.1. to build any OS variant, run
25 1.2. to build nanoapp, run
36 2.1 to build nanohub OS and all apps
49 2.3 partial build or build without dependencies
/device/linaro/bootloader/arm-trusted-firmware/
D.gitignore9 # Ignore build directory
10 build/
12 # Ignore build products from tools

12345678910>>...86