- 6eb23874 mkimage: fit: Free buf directly in fit_extract_data() by Bin Meng · 4 years, 7 months ago
- 4536ef8 mkimage: fit: Unmmap the memory before closing fd in fit_import_data() by Lihua Zhao · 4 years, 7 months ago
- 112ee0b tools: Remove the out-of-date MinGW support codes by Bin Meng · 4 years, 7 months ago
- 6495fe0 tools: image-host.c: use correct output format by Heinrich Schuchardt · 4 years, 8 months ago
- 8e238b5 mkimage: fit_image: Add option to make fit header align by Kever Yang · 4 years, 8 months ago
- 8c11bc1 tool: use ALIGN() to align the size by Kever Yang · 4 years, 8 months ago
- bad64ff tools: imx8mimage: remove redundant code by Kever Yang · 4 years, 8 months ago
- 0b21cde tools: kwbimage: use common ALIGN to do the size align by Kever Yang · 4 years, 8 months ago
- 86f2601 tools: mkimage: use common ALIGN to do the size align by Kever Yang · 4 years, 8 months ago
- 8b4c38a tool: aisimage: use ALIGN instead of self defiend macro by Kever Yang · 4 years, 8 months ago
- 078cfae tool: Move ALIGN_MASK to header as common MACRO by Kever Yang · 4 years, 8 months ago
- e4cd506 buildman: Change the exit codes by Simon Glass · 4 years, 8 months ago
- a628631 buildman: Update the TODO items by Simon Glass · 4 years, 8 months ago
- f4ebfba buildman: Add an option to ignore migration warnings by Simon Glass · 4 years, 8 months ago
- 9ea9381 buildman: Add an option to ignore device-tree warnings by Simon Glass · 4 years, 8 months ago
- 6029af1 buildman: Make -I the default by Simon Glass · 4 years, 8 months ago
- 1be6ccc buildman: Update workflow documentation with more detail by Simon Glass · 4 years, 8 months ago
- 9aad8ce buildman: Add the abbreviation for --boards by Simon Glass · 4 years, 8 months ago
- 4d7efb5 buildman: Update the 'theory of operation' a little by Simon Glass · 4 years, 8 months ago
- 726ae81 buildman: Show a summary of the build result by Simon Glass · 4 years, 8 months ago
- c7ddae1 buildman: Limit the length of progress messages by Simon Glass · 4 years, 8 months ago
- 69c3a8a buildman: Show the number of builds remaining by Simon Glass · 4 years, 8 months ago
- 766ba9c buildman: Drop unused output code by Simon Glass · 4 years, 8 months ago
- 4305493 buildman: Show a message when fetching a repo by Simon Glass · 4 years, 8 months ago
- dd95b0b buildman: Drop the line-clearing code in Builder by Simon Glass · 4 years, 8 months ago
- bbde053 patman: Support limiting output to a single line by Simon Glass · 4 years, 8 months ago
- 5f9325d patman: Support erasing a previously unfinished text line by Simon Glass · 4 years, 8 months ago
- 82e4c64 patman: Update flushing Print() for Python 3 by Simon Glass · 4 years, 8 months ago
- 070589b buildman: Use spaces in the board list by Simon Glass · 4 years, 8 months ago
- ea49f9b buildman: Show the list of boards in magenta by Simon Glass · 4 years, 8 months ago
- de0fefc buildman: Use an object to hold error lines by Simon Glass · 4 years, 8 months ago
- 564ddac buildman: Use yellow consistently for warning lines by Simon Glass · 4 years, 8 months ago
- dacbe1e buildman: Test the output with --list-error-boards by Simon Glass · 4 years, 8 months ago
- 6643eb4 buildman: Add a test helper for creating a line prefix by Simon Glass · 4 years, 8 months ago
- 724c175 buildman: Split out testOutput() into separate functions by Simon Glass · 4 years, 8 months ago
- 09bbfcd buildman: Create temp directory in test setup by Simon Glass · 4 years, 8 months ago
- 575ce51 buildman: Use an iterator to check test output by Simon Glass · 4 years, 8 months ago
- 71ca4a8 buildman: Add test coverage for error/warning colour by Simon Glass · 4 years, 8 months ago
- ac50022 buildman: Refactor error-line output int a function by Simon Glass · 4 years, 8 months ago
- c79f03c doc: fix references to driver-model by Heinrich Schuchardt · 4 years, 9 months ago
- 97caa07 mkimage: fit: don't create image with 0700 permissions by Thomas Hebb · 4 years, 9 months ago
- 39ed6bb patman: Apply the cc limit to the cover letter also by Simon Glass · 4 years, 9 months ago
- 2df44be buildman: Drop the -a option by Simon Glass · 4 years, 8 months ago
- 4402827 buildman: Allow building within a subdir of the current dir by Simon Glass · 4 years, 8 months ago
- 5dc1ca7 buildman: Be more selective about which directories to remove by Simon Glass · 4 years, 8 months ago
- 35e7d38 buildman: Allow ignoring warnings in the return code by Simon Glass · 4 years, 8 months ago
- b400246 buildman: Update help for -d by Simon Glass · 4 years, 8 months ago
- b6eb8cf bulidman: Add support for a simple build by Simon Glass · 4 years, 8 months ago
- df89015 buildman: Document the members of BuilderJob by Simon Glass · 4 years, 8 months ago
- 6ad154b buildman: Support fetching gcc 9.2.0 by Bin Meng · 4 years, 8 months ago
- 5d4ecf2 kconfig / kbuild: Re-sync with Linux 4.19 by Tom Rini · 4 years, 8 months ago
- 7357a35 Merge tag 'xilinx-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 4 years, 8 months ago
- d7aabcc image: Use constants for 'required' and 'key-name-hint' by Simon Glass · 4 years, 8 months ago
- 0571232 fit_check_sign: Allow selecting the configuration to verify by Simon Glass · 4 years, 8 months ago
- a559bb2 image: Be a little more verbose when checking signatures by Simon Glass · 4 years, 8 months ago
- b9d856f Merge branch 'next' of git://git.denx.de/u-boot-usb into next by Tom Rini · 4 years, 8 months ago
- b980104 rockchip: mkimage: Use an existing macro instead of a decimal value by Miquel Raynal · 4 years, 8 months ago
- 2223c7d lib: rsa: decouple rsa from FIT image verification by AKASHI Takahiro · 4 years, 9 months ago
- 8773f35 moveconfig: convert ps.stderr to string by Markus Klotzbuecher · 4 years, 10 months ago
- bac0bb5 moveconfig: replace unsafe eval with asteval by Markus Klotzbuecher · 4 years, 10 months ago
- 132d694 tools: image-host.c: remove uboot_aes.h by Philippe Reynes · 4 years, 9 months ago
- a2df6d6 tools: mkimage: fix STM32 image format for big endian hosts by Antonio Borneo · 4 years, 10 months ago
- b7b1838 Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 4 years, 10 months ago
- 34d9224 tools: imx8m_image: fix warning message by Sébastien Szymanski · 4 years, 10 months ago
- fb50a26 buildman: Enable buildman on aarch64 hosts by Matthias Brugger · 4 years, 10 months ago
- e5e3c11 tools: buildman: fix typo by Flavio Suligoi · 4 years, 10 months ago
- 4d52381 tools: correct Markdown in concurrencytest/README.md by Heinrich Schuchardt · 4 years, 10 months ago
- 615909a genboardscfg.py: drop python version comment by Baruch Siach · 4 years, 10 months ago
- c610622 tools: ftdgrep: correct the find regions loop in do_fdtgrep by Patrick Delaunay · 4 years, 11 months ago
- 3d96470 u-boot: fit: add support to decrypt fit with aes by Philippe Reynes · 5 years ago
- 3148e42 mkimage: fit: add support to encrypt image with aes by Philippe Reynes · 5 years ago
- 915f5aa mkimage: simplify fit_check_params() by Heinrich Schuchardt · 5 years ago
- b2b76eb Merge tag 'dm-pull-8jan20' of git://git.denx.de/u-boot-dm by Tom Rini · 4 years, 11 months ago
- a7a0ca4 binman: fix default filename of u-boot-with-ucode-ptr in documentation by Masahiro Yamada · 5 years ago
- 8000a89 tools: dumpimage: Fall-though to print usage for help command by Andrew F. Davis · 5 years ago
- 166d5e9 tools: fit_image: Use fit_image_get_data_and_size for getting offset/size by Andrew F. Davis · 5 years ago
- 3f2c7da tools: dumpimage: Provide more feedback on internal errors by Andrew F. Davis · 5 years ago
- fefee55 Merge tag 'u-boot-imx-20200107' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 4 years, 11 months ago
- 5f774dd tools: imx8m_image: Change source path for DDR firmware to build dir by Frieder Schrempf · 5 years ago
- 1a6b0f1 Merge branch 'next' by Tom Rini · 4 years, 11 months ago
- 4a5af53 Merge tag 'u-boot-rockchip-20191231' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 5 years ago
- a89f403 tools: .gitignore: add asn1_compiler by Dario Binacchi · 5 years ago
- 4b3bfe2 tools/imximage: share DCD information via Kconfig by Jorge Ramirez-Ortiz · 5 years ago
- 4e3e24e rockchip: mkimage: fix wrong range of rc4 encoding for boot image by Jeffy Chen · 5 years ago
- ec0d2ea rockchip: mkimage: support packing optional second level boot-loader by Jeffy Chen · 5 years ago
- 06a7964 fw_setenv: avoid writing environment when nothing has changed by Rasmus Villemoes · 6 years ago
- 08d34fc buildman: Ignore blank lines during size checks by Tom Rini · 5 years ago
- 48ac42e buildman: Add options to get the arch and toolchain info by Simon Glass · 5 years ago
- 9b55091 buildman: Figure out boards before commits by Simon Glass · 5 years ago
- aa26d47 buildman: Ask genboardscfg to be quiet by Simon Glass · 5 years ago
- 11ece15 genboardcfg: Support a quiet mode by Simon Glass · 5 years ago
- 9da17fb buildman: Improve [make-flags] section parser to allow quoted strings by Cristian Ciocaltea · 5 years ago
- f702526 cmd: add asn1_compiler by AKASHI Takahiro · 5 years ago
- fd37f24 cosmetic: Fix spelling and whitespace errors by Thomas Hebb · 5 years ago
- 48b6c6b crc32: Use the crc.h header for crc functions by Simon Glass · 5 years ago
- c2226bf crc: Fix code style with crc functions by Simon Glass · 5 years ago
- 6ef6b3f buildman: Fix problem with non-existent output directories by Tom Rini · 5 years ago
- e90c007 moveconfig.py: Fix more Python3 UTF issues by Tom Rini · 5 years ago
- f4bdf1b env: Remove useless CONFIG_ENV_SIZE_REDUND and fix ENV_IS_REDUND check by Tom Rini · 5 years ago
- 2972384 Merge tag 'u-boot-rockchip-20191118' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 5 years ago