Home
last modified time | relevance | path

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

12

/tools/buildman/
A Dpyproject.toml1 [build-system]
3 build-backend = "setuptools.build_meta"
16 description = "Buildman build tool for U-Boot"
26 "Homepage" = "https://docs.u-boot.org/en/latest/build/buildman.html"
A Dtest.py234 build.do_make = self.Make
558 def CheckDirs(self, build, dirname): argument
574 build.commits = self.commits
578 self.CheckDirs(build, dirname)
583 build.commits = None
584 build.commit_count = 0
585 self.CheckDirs(build, '/current')
591 build.commits = None
592 build.commit_count = 0
593 self.CheckDirs(build, '')
[all …]
A DREADME.rst3 Buildman build tool
213 to build x86 commits.
499 build.
987 build the selected boards and display build status as it runs (i.e. -v is
1010 flag, which retries the build with 'make mrproper' only after a build failure.
1028 build directory.
1030 U-Boot's build system embeds information such as a build timestamp into the
1045 avoid needing to build it for each board. This can save 10-20% of build time.
1082 actually build the source. This is 5-10 times faster than doing a full build.
1176 Doing a simple build
[all …]
A Dbuildman.rst3 Buildman build tool
213 to build x86 commits.
499 build.
987 build the selected boards and display build status as it runs (i.e. -v is
1010 flag, which retries the build with 'make mrproper' only after a build failure.
1028 build directory.
1030 U-Boot's build system embeds information such as a build timestamp into the
1045 avoid needing to build it for each board. This can save 10-20% of build time.
1082 actually build the source. This is 5-10 times faster than doing a full build.
1176 Doing a simple build
[all …]
A Dcontrol.py136 print(col.build(col.YELLOW, warning))
238 sys.exit(col.build(col.RED, msg))
240 sys.exit(col.build(col.RED,
243 print(col.build(col.YELLOW, msg))
249 sys.exit(col.build(col.RED, msg))
289 sys.exit(col.build(col.RED,
292 sys.exit(col.build(col.RED,
333 print(col.build(
340 print(col.build(col.CYAN,
468 sys.exit(col.build(col.RED, 'No matching boards found'))
[all …]
A Dtoolchain.py417 print(col.build(col.BLUE, 'List of available toolchains (%d):' %
595 print(col.build(col.BLUE, "Downloading toolchain for arch '%s'" % arch))
610 print(col.build(col.GREEN, 'Unpacking to: %s' % dest), end=' ')
618 print(col.build(col.GREEN, 'Testing'))
625 print(col.build(col.RED, 'Warning, ambiguous toolchains: %s' %
A Dbuilder.py581 line = '\r' + self.col.build(self.col.GREEN, '%5d' % ok)
582 line += self.col.build(self.col.YELLOW, '%5d' % self.warned)
583 line += self.col.build(self.col.RED, '%5d' % self.fail)
588 line += self.col.build(self.col.MAGENTA, ' -%-5d ' % remaining)
999 str = self.col.build(color, ' ' + target)
1001 str = ' %s %s' % (self.col.build(color, char), str)
1013 return self.col.build(color, str(num))
1075 tuple([indent, self.col.build(self.col.YELLOW, fname)] + args))
1387 out = self.col.build(colour, line.char + '(')
1388 out += self.col.build(self.col.MAGENTA, board_str,
[all …]
/tools/binman/
A Dmissing-blob-help10 See the documentation for your board. You may need to build ARM Trusted
11 Firmware and build with BL31=/path/to/bl31.bin
38 You may need to build fw_dynamic.bin first and re-build u-boot with
43 binary and build with ROCKCHIP_TPL=/path/to/ddr.bin. One possible source
56 TIFS certificate blobs and how to include them in the build.
61 See the documentation for your board. You may need to build Open Portable
62 Trusted Execution Environment (OP-TEE) and build with TEE=/path/to/tee.bin
70 the DM firmware binary and how to include it in the build.
81 TIFS firmware binary and how to include them in the build.
A Dpyproject.toml1 [build-system]
3 build-backend = "setuptools.build_meta"
A Dbintool.py200 print(col.build(col.RED, f'- {message}'))
208 print(col.build(col.YELLOW, 'Fetch: %s' % self.name))
243 print(col.build(
254 print(col.build(col.YELLOW,
A DREADME.rst171 build system.
414 binman build -b <board_name>
425 binman build -I <build_path>
428 build.
1215 `DEVICE_TREE_DEBUG=1` with your build::
1658 - **build** - build images
1672 -B BUILD_DIR, --build-dir BUILD_DIR
1704 binman build
1734 Image filename to build (if not specified, build all)
2275 BINMAN_DEBUG=1 to your build::
[all …]
A Dbinman.rst171 build system.
414 binman build -b <board_name>
425 binman build -I <build_path>
428 build.
1215 `DEVICE_TREE_DEBUG=1` with your build::
1658 - **build** - build images
1672 -B BUILD_DIR, --build-dir BUILD_DIR
1704 binman build
1734 Image filename to build (if not specified, build all)
2275 BINMAN_DEBUG=1 to your build::
[all …]
A Dbintools.rst90 It also supports build fiptool from source.
99 …https://trustedfirmware-a.readthedocs.io/en/latest/getting_started/tools-build.html?highlight=fipt…
206 U-Boot build system, binman can use the version installed in your system.
/tools/u_boot_pylib/
A Dpyproject.toml1 [build-system]
3 build-backend = "setuptools.build_meta"
A Dtout.py67 _stdout.write('\r' + _color.build(col, _progress))
85 msg = _color.build(color, msg)
A Dterminal.py163 text = col.build(colour, text, bright=bright, back=back)
209 print(col.build(line.colour, line.text), end='')
284 def build(self, color, text, bright=True, back=None): member in Color
A Dgitutil.py447 print(col.build(col.RED, 'error') +
625 print(col.build(col.RED, msg))
632 print(col.build(col.RED, msg))
/tools/dtoc/
A Dpyproject.toml1 [build-system]
3 build-backend = "setuptools.build_meta"
/tools/patman/
A Dpyproject.toml1 [build-system]
3 build-backend = "setuptools.build_meta"
A Dcheckpatch.py239 msg_type = col.build(col.YELLOW, msg_type)
241 msg_type = col.build(col.RED, msg_type)
243 msg_type = col.build(col.MAGENTA, msg_type)
266 result.warnings, result.checks, col.build(col.BLUE, fname)))
285 print(col.build(color, str % (error_count, warning_count, check_count)))
A Dsend.py106 print(col.build(col.RED, "Not sending emails due to errors/warnings"))
112 print(col.build(col.RED, "Email would not be sent"))
153 sys.exit(col.build(col.RED, msg))
A Dseries.py150 print(col.build(col.GREEN, ' %s' % args[upto]))
154 email = col.build(col.YELLOW, '<alias not found>')
259 print(col.build(col.RED, str))
262 print(col.build(col.RED, str))
265 print(col.build(col.RED, str))
379 print(col.build(col.YELLOW, f'Skipping "{x}"'))
/tools/docker/
A DDockerfile2 # This Dockerfile is used to build an image containing basic stuff to be used
3 # to build U-Boot and run our test suites.
13 # Used by docker to set the build platform: the only valid value is linux/amd64
19 # Set architectures to build for (leaving out ARM which is an exception)
66 build-essential \
117 ninja-build \
238 cp build/fvp/release/fip.bin build/fvp/release/bl1.bin \
240 rm -rf build/fvp && \
244 cp build/fvp/release/fip.bin build/fvp/release/bl1.bin \
306 sudo cp build/coreboot.rom build/cbfstool /opt/coreboot/ && \
/tools/binman/test/
A DMakefile58 $(OBJCOPY) -O binary $< -R .note.gnu.build-id $@
79 $(OBJCOPY) -O binary $< -R .note.gnu.build-id $@
/tools/
A Dqconfig.py253 line = self.col.build(self.col.GREEN, f'{self.good:5d}')
254 line += self.col.build(self.col.RED,
256 line += self.col.build(self.col.MAGENTA,
482 self.log.append(self.col.build(self.col.RED, 'Failed to process',
486 self.log.append(self.col.build(self.col.CYAN, line, True))
507 self.log.append(self.col.build(
554 self.col.build(self.col.BLUE, 'defconfig updated', bright=True))
1643 print(col.build(
1660 print(col.build(col.RED, f'{progress.failure_msg}see {FAILED_LIST}', True))
1663 print(col.build(

Completed in 58 milliseconds

12