| /rk3399_rockchip-uboot/tools/buildman/ |
| H A D | test.py | 130 self.toolchains = toolchain.Toolchains() 131 self.toolchains.Add('arm-linux-gcc', test=False) 132 self.toolchains.Add('sparc-linux-gcc', test=False) 133 self.toolchains.Add('powerpc-linux-gcc', test=False) 134 self.toolchains.Add('gcc', test=False) 187 build = builder.Builder(self.toolchains, base_dir, None, 1, 2, 372 build = builder.Builder(self.toolchains, BASE_DIR, None, 1, 2, 382 build = builder.Builder(self.toolchains, BASE_DIR, None, 1, 2, 389 build = builder.Builder(self.toolchains, BASE_DIR, None, 1, 2, 397 self.assertTrue(self.toolchains.Select('arm') != None) [all …]
|
| H A D | README | 170 rest: /toolchains/* 183 each of your toolchains here. Buildman will search inside these directories 202 architecture. This will override any toolchains found by searching using the 232 4. Check the available toolchains 242 - scanning path '/toolchains/gcc-4.9.0-nolibc/i386-linux' 243 - looking in '/toolchains/gcc-4.9.0-nolibc/i386-linux/.' 244 - looking in '/toolchains/gcc-4.9.0-nolibc/i386-linux/bin' 245 - found '/toolchains/gcc-4.9.0-nolibc/i386-linux/bin/i386-linux-gcc' 246 - looking in '/toolchains/gcc-4.9.0-nolibc/i386-linux/usr/bin' 248 - scanning path '/toolchains/gcc-4.9.0-nolibc/aarch64-linux' [all …]
|
| H A D | toolchain.py | 185 self.toolchains = {} 200 toolchains = bsettings.GetItems('toolchain') 201 if show_warning and not toolchains: 209 for name, value in toolchains: 240 if toolchain.arch in self.toolchains: 242 self.toolchains[toolchain.arch].priority) 244 self.toolchains[toolchain.arch] = toolchain 249 self.toolchains[toolchain.arch].priority)) 321 len(self.toolchains)) 322 if len(self.toolchains): [all …]
|
| H A D | control.py | 84 def DoBuildman(options, args, toolchains=None, make_func=None, boards=None, argument 116 no_toolchains = toolchains is None 118 toolchains = toolchain.Toolchains() 122 sorted_list = toolchains.ListArchs() 129 fetch_arch = ','.join(toolchains.ListArchs()) 134 ret = toolchains.FetchAndInstall(arch) 140 toolchains.GetSettings() 141 toolchains.Scan(options.list_tool_chains) 143 toolchains.List() 258 builder = Builder(toolchains, output_dir, options.git_dir,
|
| H A D | builderthread.py | 173 self.toolchain = self.builder.toolchains.Select(brd.arch) 221 args.extend(self.builder.toolchains.GetMakeArguments(brd))
|
| H A D | builder.py | 211 def __init__(self, toolchains, base_dir, git_dir, num_threads, num_jobs, argument 241 self.toolchains = toolchains
|
| H A D | func_test.py | 224 result = control.DoBuildman(options, args, toolchains=self._toolchains,
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.ag101p | 30 1. Prepare the toolchains and make sure the $PATH to toolchains is correct.
|
| H A D | README.uniphier | 5 Recommended toolchains 8 The UniPhier platform is well tested with Linaro toolchains. 9 You can download pre-built toolchains from:
|
| H A D | README.ARC | 25 from here (available pre-built toolchains as well):
|
| H A D | README.mips | 11 Embedded Debian -- Cross-development toolchains
|
| H A D | README.nios2 | 7 Please refer to the link for Linux port and toolchains,
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | moveconfig.py | 1036 def __init__(self, toolchains, configs, options, progress, devnull, argument 1051 self.toolchains = toolchains 1170 toolchain = self.toolchains.Select(arch) 1279 def __init__(self, toolchains, configs, options, progress, argument 1297 self.slots.append(Slot(toolchains, configs, options, progress, 1411 def move_config(toolchains, configs, options, db_queue): argument 1441 slots = Slots(toolchains, configs, options, progress, reference_src_dir, 1853 toolchains = toolchain.Toolchains() 1854 toolchains.GetSettings() 1855 toolchains.Scan(verbose=False) [all …]
|
| /rk3399_rockchip-uboot/examples/standalone/ |
| H A D | README.smc91111_eeprom | 83 For many toolchains, the entry point is not the load point.
|