| /rk3399_rockchip-uboot/tools/buildman/ |
| H A D | toolchain.py | 48 class Toolchain: class 49 """A single toolchain 55 arch: Architecture of toolchain as determined from the first 57 priority: Toolchain priority (0=highest, 20=lowest) 61 """Create a new toolchain object. 65 test: True to run the toolchain to test it 67 priority: Priority to use for this toolchain, or PRIORITY_CALC to 112 """Return the priority of the toolchain. 118 fname: Filename of toolchain 120 Priority of toolchain, PRIORITY_CALC=highest, 20=lowest. [all …]
|
| H A D | builderthread.py | 170 # We are going to have to build it. First, get a toolchain 171 if not self.toolchain: 173 self.toolchain = self.builder.toolchains.Select(brd.arch) 181 if self.toolchain: 193 env = self.toolchain.MakeEnvironment(self.builder.full_path) 247 result.toolchain = self.toolchain 295 if result.toolchain: 296 # Write the build result and toolchain information. 305 with open(os.path.join(build_dir, 'toolchain'), 'w') as fd: 306 print >>fd, 'gcc', result.toolchain.gcc [all …]
|
| H A D | README | 66 built (e.g. because of a toolchain update), use the -f flag. 168 [toolchain] 175 [toolchain-alias] 182 This selects the available toolchain paths. Add the base directory for 188 The toolchain-alias section indicates that the i386 toolchain should be used 191 Note that you can also specific exactly toolchain prefixes if you like: 193 [toolchain-prefix] 198 [toolchain-prefix] 201 This tells buildman that you want to use this exact toolchain for the arm 203 [toolchain] settings. [all …]
|
| H A D | bsettings.py | 76 print >>f, '''[toolchain] 80 [toolchain-prefix] 84 [toolchain-alias] 86 # Indicates which toolchain should be used to build for that arch
|
| H A D | buildman | 31 import toolchain 39 for module in ['toolchain', 'gitutil']:
|
| H A D | buildman.py | 31 import toolchain 39 for module in ['toolchain', 'gitutil']:
|
| H A D | test.py | 25 import toolchain 30 [toolchain] 33 [toolchain-alias] 130 self.toolchains = toolchain.Toolchains() 403 self.toolchains = toolchain.Toolchains() 407 self.toolchains = toolchain.Toolchains()
|
| H A D | cmdline.py | 42 help="Fetch a toolchain for architecture FETCH_ARCH ('list' to list)." 78 default=False, help="Use full toolchain path in CROSS_COMPILE")
|
| H A D | func_test.py | 20 import toolchain 25 [toolchain] 27 [toolchain-alias] 214 self._toolchains = toolchain.Toolchains()
|
| /rk3399_rockchip-uboot/ |
| H A D | .travis.yml | 37 - echo -e "[toolchain]\nroot = /usr" > ~/.buildman 41 - echo -e "\n[toolchain-alias]\nsh = sh4\nopenrisc = or32" >> ~/.buildman 59 # install toolchains based on TOOLCHAIN} variable 60 - if [[ "${TOOLCHAIN}" == *m68k* ]]; then ./tools/buildman/buildman --fetch-arch m68k ; fi 61 …- if [[ "${TOOLCHAIN}" == *microblaze* ]]; then ./tools/buildman/buildman --fetch-arch microblaze … 62 - if [[ "${TOOLCHAIN}" == *mips* ]]; then ./tools/buildman/buildman --fetch-arch mips ; fi 63 - if [[ "${TOOLCHAIN}" == *or32* ]]; then ./tools/buildman/buildman --fetch-arch or32 ; fi 64 - if [[ "${TOOLCHAIN}" == *sh4* ]]; then ./tools/buildman/buildman --fetch-arch sh4 ; fi 65 - if [[ "${TOOLCHAIN}" == *x86_64* ]]; then 67 …echo -e "\n[toolchain-prefix]\nx86 = ${HOME}/.buildman-toolchains/gcc-4.9.0-nolibc/x86_64-linux/bi… [all …]
|
| H A D | make.sh | 29 # Declare global toolchain path for CROSS_COMPILE, updated in select_toolchain() 30 TOOLCHAIN= 290 TOOLCHAIN=${CROSS_COMPILE_ARM64} 295 TOOLCHAIN=${CROSS_COMPILE_ARM32} 301 if [ ! `which ${TOOLCHAIN}gcc` ]; then 302 echo "ERROR: No find ${TOOLCHAIN}gcc" 308 echo "${TOOLCHAIN}" > ${CC_FILE} 460 make CROSS_COMPILE=${TOOLCHAIN} envtools 825 make PYTHON=python2 ${ARG_SPL_FWVER} ${ARG_FWVER} CROSS_COMPILE=${TOOLCHAIN} all --jobs=${JOB} 828 echo ${TOOLCHAIN}
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.boston | 35 Toolchain 38 If building for MIPSr6 then you will need a toolchain including GCC 5.x or 39 newer, or the Codescape toolchain available for download from Imagination 42 http://codescape-mips-sdk.imgtec.com/components/toolchain/2015.06-05/ 44 The "IMG GNU Linux Toolchain" is capable of building for all current MIPS ISAs,
|
| H A D | README.blackfin | 34 ! TOOLCHAIN ! 37 To compile the Blackfin aspects, you'll need the GNU toolchain configured for 39 http://blackfin.uclinux.org/gf/project/toolchain
|
| H A D | README.ARC | 24 The ARC GNU toolchain with support for all ARC Processors can be downloaded 27 https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/releases
|
| H A D | README.NDS32 | 40 The NDS32 ports of u-boot, the Linux kernel, the GNU toolchain and
|
| H A D | README.s5pc1xx | 12 Toolchain
|
| H A D | README.marvell | 16 # export CROSS_COMPILE=/path/to/toolchain/aarch64-marvell-linux-gnu-
|
| H A D | README.rmobile | 15 Toolchain
|
| H A D | README.mpc85xxcds | 9 applies to the 85xx CDS boards as well. In particular the toolchain, 17 The Binutils in current ELDK toolchain will not support MPC85xx
|
| H A D | README.mpc83xxads | 4 0. Toolchain / Building
|
| H A D | README.uniphier | 20 $ make CROSS_COMPILE=<toolchain-prefix> DEVICE_TREE=<device-tree> 22 The recommended <toolchain-prefix> is `arm-linux-gnueabihf-` for 32bit SoCs,
|
| H A D | README.clang | 46 # The following commands compile U-Boot using the clang xdev toolchain.
|
| /rk3399_rockchip-uboot/board/keymile/scripts/ |
| H A D | develop-common.txt | 5 nfsargs=setenv bootargs root=/dev/nfs rw nfsroot=${serverip}:${toolchain}/${arch} 8 toolchain=/opt/eldk
|
| /rk3399_rockchip-uboot/arch/nios2/include/asm/ |
| H A D | system.h | 43 /* indirect call to go beyond 256MB limitation of toolchain */
|
| /rk3399_rockchip-uboot/arch/nds32/cpu/n1213/ae3xx/ |
| H A D | lowlevel_init.S | 130 * and toolchain support FPU instruction set, we should enable it.
|