summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2020-04-21patman: Update flushing Print() for Python 3Simon Glass
2020-04-21buildman: Use spaces in the board listSimon Glass
2020-04-21buildman: Show the list of boards in magentaSimon Glass
2020-04-21buildman: Use an object to hold error linesSimon Glass
2020-04-21buildman: Use yellow consistently for warning linesSimon Glass
2020-04-21buildman: Test the output with --list-error-boardsSimon Glass
2020-04-21buildman: Add a test helper for creating a line prefixSimon Glass
2020-04-21buildman: Split out testOutput() into separate functionsSimon Glass
2020-04-21buildman: Create temp directory in test setupSimon Glass
2020-04-21buildman: Use an iterator to check test outputSimon Glass
2020-04-21buildman: Add test coverage for error/warning colourSimon Glass
2020-04-21buildman: Refactor error-line output int a functionSimon Glass
2020-04-17doc: fix references to driver-modelHeinrich Schuchardt
2020-04-17mkimage: fit: don't create image with 0700 permissionsThomas Hebb
2020-04-16patman: Apply the cc limit to the cover letter alsoSimon Glass
2020-04-10buildman: Drop the -a optionSimon Glass
2020-04-10buildman: Allow building within a subdir of the current dirSimon Glass
2020-04-10buildman: Be more selective about which directories to removeSimon Glass
2020-04-10buildman: Allow ignoring warnings in the return codeSimon Glass
2020-04-10buildman: Update help for -dSimon Glass
2020-04-10bulidman: Add support for a simple buildSimon Glass
2020-04-10buildman: Document the members of BuilderJobSimon Glass
2020-04-10buildman: Support fetching gcc 9.2.0Bin Meng
2020-04-10kconfig / kbuild: Re-sync with Linux 4.19Tom Rini
2020-04-07Merge tag 'xilinx-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2020-04-01image: Use constants for 'required' and 'key-name-hint'Simon Glass
2020-04-01fit_check_sign: Allow selecting the configuration to verifySimon Glass
2020-04-01image: Be a little more verbose when checking signaturesSimon Glass
2020-03-31Merge branch 'next' of git://git.denx.de/u-boot-usb into nextTom Rini
2020-03-26rockchip: mkimage: Use an existing macro instead of a decimal valueMiquel Raynal
2020-03-12lib: rsa: decouple rsa from FIT image verificationAKASHI Takahiro
2020-02-25moveconfig: convert ps.stderr to stringMarkus Klotzbuecher
2020-02-25moveconfig: replace unsafe eval with astevalMarkus Klotzbuecher
2020-02-25tools: image-host.c: remove uboot_aes.hPhilippe Reynes
2020-02-13tools: mkimage: fix STM32 image format for big endian hostsAntonio Borneo
2020-02-11Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini
2020-02-09tools: imx8m_image: fix warning messageSébastien Szymanski
2020-02-05buildman: Enable buildman on aarch64 hostsMatthias Brugger
2020-01-30tools: buildman: fix typoFlavio Suligoi
2020-01-30tools: correct Markdown in concurrencytest/README.mdHeinrich Schuchardt
2020-01-25genboardscfg.py: drop python version commentBaruch Siach
2020-01-24tools: ftdgrep: correct the find regions loop in do_fdtgrepPatrick Delaunay
2020-01-17u-boot: fit: add support to decrypt fit with aesPhilippe Reynes
2020-01-17mkimage: fit: add support to encrypt image with aesPhilippe Reynes
2020-01-10mkimage: simplify fit_check_params()Heinrich Schuchardt
2020-01-09Merge tag 'dm-pull-8jan20' of git://git.denx.de/u-boot-dmTom Rini
2020-01-07binman: fix default filename of u-boot-with-ucode-ptr in documentationMasahiro Yamada
2020-01-07tools: dumpimage: Fall-though to print usage for help commandAndrew F. Davis
2020-01-07tools: fit_image: Use fit_image_get_data_and_size for getting offset/sizeAndrew F. Davis
2020-01-07tools: dumpimage: Provide more feedback on internal errorsAndrew F. Davis