Home
last modified time | relevance | path

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

12345678910>>...38

/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/lge/bullhead/
DCleanSpec.mk47 $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/bullhead/system/build.prop)
48 $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/bullhead/system/build.prop)
49 $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/bullhead/system/build.prop)
50 $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/bullhead/system/build.prop)
51 $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/bullhead/system/build.prop)
52 $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/bullhead/system/build.prop)
53 $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/bullhead/system/build.prop)
54 $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/bullhead/system/build.prop)
55 $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/bullhead/system/build.prop)
56 $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/bullhead/system/build.prop)
[all …]
/device/huawei/angler/
DCleanSpec.mk47 $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/angler/system/build.prop)
48 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/build.prop)
49 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/ETC/system_build_prop_intermediates/build.prop)
50 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/build.prop)
51 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/ETC/system_build_prop_intermediates/build.prop)
52 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/build.prop)
53 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/build.prop)
54 $(call add-clean-step, find $(OUT_DIR)/target/product/bullhead/ -name \*build.prop* -exec rm -rf {}…
55 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/build.prop)
56 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/build.prop)
[all …]
/device/linaro/hikey/uefi-tools/
Dtos-build.sh37 if [ -f $TOOLS_DIR/$ATF_SPD-build.sh ]; then
40 echo "$TOOLS_DIR/$ATF_SPD-build.sh -e "$EDK2_DIR" -t "$BUILD_PROFILE" $build"
42 $TOOLS_DIR/$ATF_SPD-build.sh -e "$EDK2_DIR" -t "$BUILD_PROFILE" $build
51 build=
73 build="$1"
80 if [ X"$build" = X"" ]; then
87 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
Datf-build.sh13 OUTPUT_DIR="$PWD"/uefi-build
153 rm -rf build/"$ATF_PLATFORM/$BUILD_TYPE"/*
170 …cp -a build/"$ATF_PLATFORM/$BUILD_TYPE"/{bl1,fip}.bin "$EDK2_DIR/Build/$PLATFORM_IMAGE_DIR/$BUILD_…
185 build=
207 build="$1"
214 if [ X"$build" = X"" ]; then
221 build_platform $build
Dplatforms.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 …]
Dopteed-build.sh121 build=
143 build="$1"
150 if [ X"$build" = X"" ]; then
157 build_platform $build
/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/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/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/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.
21 and build the tools if necessary.
28 To build on Unix-like operating systems, you only need to type 'make' in
33 On Ubuntu, the following command should install all the necessary build
34 packages to build all the C BaseTools:
36 sudo apt-get install build-essential uuid-dev
40 binary directory (the same directory as build.exe and GenFds.exe).
DBuildNotes.txt25 Supported build targets (toolsetup)
28 build(or none) - Incremental Build of all C based tools. This is the default target
29 rebuild - Clean all generated files and directories during build, and rebuild all tools
59 …utf_16,encodings.utf_16_le,encodings.utf_8 --install-dir=C:\Work\BaseTools\Bin\Win32 build\build.py
80 build <buildtools_project>/BaseTools/Source/Python/build/build.py
/device/linaro/bootloader/edk2/DuetPkg/
Dbuild32.sh68 if [[ ! -f `which build` || ! -f `which GenFv` ]];
73 elif [[ ( -f `which build` || -f `which GenFv` ) && ! -d $EDK_TOOLS_PATH/Source/C/bin ]];
93 build -p $WORKSPACE/DuetPkg/DuetPkg$Processor.dsc -a $PROCESSOR -t $TARGET_TOOLS -n 3 clean
98 build -p $WORKSPACE/DuetPkg/DuetPkg$Processor.dsc -a $PROCESSOR -t $TARGET_TOOLS -n 3 clean
107 echo Running edk2 build for DuetPkg$Processor
108 build -p $WORKSPACE/DuetPkg/DuetPkg$Processor.dsc -a $PROCESSOR -t $TARGET_TOOLS -n 3 $*
Dbuild64.sh67 if [[ ! -f `which build` || ! -f `which GenFv` ]];
72 elif [[ ( -f `which build` || -f `which GenFv` ) && ! -d $EDK_TOOLS_PATH/Source/C/bin ]];
92 build -p $WORKSPACE/DuetPkg/DuetPkg$PROCESSOR.dsc -a $PROCESSOR -t $TARGET_TOOLS -n 3 clean
97 build -p $WORKSPACE/DuetPkg/DuetPkg$PROCESSOR.dsc -a $PROCESSOR -t $TARGET_TOOLS -n 3 clean
106 echo Running edk2 build for DuetPkg$PROCESSOR
107 build -p $WORKSPACE/DuetPkg/DuetPkg$PROCESSOR.dsc -a $PROCESSOR -t $TARGET_TOOLS -n 3 $*
DReadMe.txt7 To build DUET image, following tools are required:
22 3). run "build -p DuetPkg\DuetPkg.dsc -a IA32" for IA32 architecture platform or
23 "build -p DuetPkg\DuetPkg.dsc -a X64" for X64 architecture platform.
25 2.2 Execute post build actions
59 To build DUET image, GCC44 is required:
60 1). Base on below link to create GCC44 build environment.
70 4). run "build -p DuetPkg/DuetPkg.dsc -a IA32 -t GCC44" for IA32 architecture platform or
71 "build -p DuetPkg/DuetPkg.dsc -a X64 -t GCC44" for X64 architecture platform.
73 2.2 Execute post build actions
78 …NOTE: After post build action, you should check the size of EfiLdr at $WORKSPACE/Build/DuetPkg/DEB…
[all …]
/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/linaro/bootloader/arm-trusted-firmware/
D.gitignore8 # Ignore build directory
9 build/
11 # Ignore build products from tools
/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/hikey/factory-images/
DREADME1 How to build factory images:
3 Do a normal build prep, then in the ANDROID_TOP_DIR run:
10 # First download the image to the android build top directory
/device/linaro/bootloader/arm-trusted-firmware/docs/
Duser-guide.md18 This document describes how to build ARM Trusted Firmware and run it with a
47 * `build-essential`, `uuid-dev` and `iasl` packages for building UEFI and the
68 To build the Trusted Firmware images, follow these steps:
79 a valid platform, and then build:
86 build options" for more information on available build options.
96 By default this produces a release version of the build. To produce a debug
99 The build process creates products in a `build` directory tree, building
104 * `build/<platform>/<build-type>/bl1.bin`
105 * `build/<platform>/<build-type>/bl2.bin`
106 * `build/<platform>/<build-type>/bl31.bin`
[all …]
/device/linaro/bootloader/edk2/BaseTools/Conf/
Dtarget.template23 # build. This line is required if and only if the cur…
32 … will attempt to be built. The following line will build
42 # restricting the build output target(s.)
53 # the tools to use for the build. If not specified,
54 … WORKSPACE/Conf/tools_def.txt will be used for the build.
59 # used for the build. The list uses space character se…
64 … cores or CPUs. Less than 2 means disable multithread build.
68 # BUILD_RULE_CONF Filename Optional Specify the file name to use for the build rules that are fol…

12345678910>>...38