- 464ccf0 Merge tag 'u-boot-imx-20200825' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 4 years, 3 months ago
- cba0725 Merge tag 'dm-pull-22aug20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 4 years, 3 months ago
- ce44bf5 moveconfig: Skip binary and ELF files by Simon Glass · 4 years, 4 months ago
- bc404b7 binman: Add a setup script for Python by Simon Glass · 4 years, 4 months ago
- 235968d dtoc: Add a setup script for Python by Simon Glass · 4 years, 4 months ago
- 90cd6f0 binman: Correct some import statements by Simon Glass · 4 years, 4 months ago
- 220ff5f binman: Move GetEntryModules() to control by Simon Glass · 4 years, 4 months ago
- 0afc716 tools/imximage: fix DCD Blocks message output order by Matthias Schiffer · 4 years, 4 months ago
- 14139f5 mkimage: fit: fix import of external data by Patrick Oppenlander · 4 years, 4 months ago
- 5964c3f mkimage: fit: include image cipher in configuration signature by Patrick Oppenlander · 4 years, 4 months ago
- a4fafb3 mkimage: fit: don't cipher ciphered data by Patrick Oppenlander · 4 years, 4 months ago
- be47211 mkimage: fit: handle FDT_ERR_NOSPACE when ciphering by Patrick Oppenlander · 4 years, 4 months ago
- d586fc3 mkimage: fit: only process one cipher node by Patrick Oppenlander · 4 years, 4 months ago
- f820563 tools: env: Avoid an uninited warning with was_locked by Simon Glass · 4 years, 4 months ago
- e0de0f2 tools: env: Fix printf() warning in fw_env by Simon Glass · 4 years, 4 months ago
- c2248cb fit_image: Use calloc() to fix reproducibility issue by Fabio Estevam · 4 years, 4 months ago
- f38051e checkpatch: Don't allow common.h and dm.h in headers by Simon Glass · 4 years, 4 months ago
- 50137da patman: Fix up the test comments by Simon Glass · 4 years, 4 months ago
- 20c21bf fw_setenv: lock the flash only if it was locked before by Ivan Mikhaylov · 4 years, 5 months ago
- e064fc1 dtoc: remove compatible string aliases support by Walter Lozano · 4 years, 4 months ago
- 5fe734c dtoc: look for compatible string aliases in driver list by Walter Lozano · 4 years, 4 months ago
- c46090d Makefile: Rename ALL-y to INPUTS-y by Simon Glass · 4 years, 4 months ago
- a679366 buildman: Show the build rate at the end by Simon Glass · 4 years, 4 months ago
- 3697171 buildman: Correct the testOutputDir() unit test by Simon Glass · 4 years, 4 months ago
- 952109b buildman: Allow using older versions of genboardscfg.py by Simon Glass · 4 years, 4 months ago
- d82062b dtoc: add coverage test for unicode error by Walter Lozano · 4 years, 4 months ago
- 6eb63c7 binman: Re-enable concurrent tests by Simon Glass · 4 years, 5 months ago
- 14c596c binman: Don't change the descriptor in tests by Simon Glass · 4 years, 4 months ago
- 2173fb4 patman: When no tracking branch is provided, tell the user by Nicolas Boichat · 4 years, 5 months ago
- 0da9574 patman: Make sure sendemail.suppresscc is (un)set correctly by Nicolas Boichat · 4 years, 5 months ago
- ed73b31 Add information for skipped commit options by Patrick Delaunay · 4 years, 5 months ago
- 2870c1c patman: Detect unexpected END by Patrick Delaunay · 4 years, 5 months ago
- 45d556d binman: Add support for generating a FIT by Simon Glass · 4 years, 5 months ago
- f67c99c dtoc: Allow adding variable-sized data to a dtb by Simon Glass · 4 years, 5 months ago
- 472ee0c mkimage: Allow updating the FIT timestamp by Simon Glass · 4 years, 5 months ago
- d70829a binman: Allow zero-length entries to overlap by Simon Glass · 4 years, 5 months ago
- e88cef9 binman: Allow missing Intel blobs by Simon Glass · 4 years, 5 months ago
- a003cd3 binman: Detect when valid images are not produced by Simon Glass · 4 years, 5 months ago
- 6e02f7c patman: Update errors and warnings to use stderr by Simon Glass · 4 years, 5 months ago
- 5d94cc6 binman: Allow external binaries to be missing by Simon Glass · 4 years, 5 months ago
- 4761f4a binman: Convert existing binary blobs to blob_ext by Simon Glass · 4 years, 5 months ago
- 5e56018 binman: Add an etype for external binary blobs by Simon Glass · 4 years, 5 months ago
- 67c5980 binman: Use super() instead of specifying parent type by Simon Glass · 4 years, 5 months ago
- 12dd26ad binman: Fix a few typos in the entry docs by Simon Glass · 4 years, 5 months ago
- 48f3aad binman: Add support for calling mkimage by Simon Glass · 4 years, 5 months ago
- 901ec8f binman: Set a default toolpath by Simon Glass · 4 years, 5 months ago
- 5d5930d binman: Specify the toolpath when running test coverage by Simon Glass · 4 years, 5 months ago
- 6a5d36e binman: Correct the search patch for pylibfdt by Simon Glass · 4 years, 5 months ago
- b5a47b2 binman: cbfs: Fix IFWI typo by Simon Glass · 4 years, 5 months ago
- b5a8a94 binman: Output errors to stderr by Simon Glass · 4 years, 5 months ago
- dbac716 patman: Add a -D option to enable debugging by Simon Glass · 4 years, 5 months ago
- 08e91be patman: Support collecting response tags in Patchstream by Simon Glass · 4 years, 5 months ago
- 3f6cd78 patman: Allow disabling 'bright' mode with Print output by Simon Glass · 4 years, 5 months ago
- 109e84e patman: Add a 'test' subcommand by Simon Glass · 4 years, 5 months ago
- ecb09da patman: Allow different commands by Simon Glass · 4 years, 5 months ago
- eb101ac patman: Convert to ArgumentParser by Simon Glass · 4 years, 5 months ago
- b3bf4e1 patman: Allow skipping patches at the end by Simon Glass · 4 years, 5 months ago
- 2eb4da7 patman: Allow creating patches for another branch by Simon Glass · 4 years, 5 months ago
- 54f1c5b patman: Add a test that uses gitpython by Simon Glass · 4 years, 5 months ago
- 24725af patman: Move main code out to a control module by Simon Glass · 4 years, 5 months ago
- bddb438 patman: Use test_util to show test results by Simon Glass · 4 years, 5 months ago
- 5a9ecb2 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 4 months ago
- d6a56ac patman: When no tracking branch is provided, tell the user by Nicolas Boichat · 4 years, 5 months ago
- feba110 patman: Make sure sendemail.suppresscc is (un)set correctly by Nicolas Boichat · 4 years, 5 months ago
- 03b9dcd Add information for skipped commit options by Patrick Delaunay · 4 years, 5 months ago
- 05cc537 patman: Detect unexpected END by Patrick Delaunay · 4 years, 5 months ago
- c7b010d binman: Add support for generating a FIT by Simon Glass · 4 years, 5 months ago
- f1cfee5 dtoc: Allow adding variable-sized data to a dtb by Simon Glass · 4 years, 5 months ago
- ef894c3 mkimage: Allow updating the FIT timestamp by Simon Glass · 4 years, 5 months ago
- 5781864 binman: Allow zero-length entries to overlap by Simon Glass · 4 years, 5 months ago
- b791ad4 binman: Allow missing Intel blobs by Simon Glass · 4 years, 5 months ago
- 7332588 binman: Detect when valid images are not produced by Simon Glass · 4 years, 5 months ago
- dab7c43 patman: Update errors and warnings to use stderr by Simon Glass · 4 years, 5 months ago
- 42f927a binman: Allow external binaries to be missing by Simon Glass · 4 years, 5 months ago
- 656014d binman: Convert existing binary blobs to blob_ext by Simon Glass · 4 years, 5 months ago
- 9ade419 binman: Add an etype for external binary blobs by Simon Glass · 4 years, 5 months ago
- 4a41e5d binman: Use super() instead of specifying parent type by Simon Glass · 4 years, 5 months ago
- 4b54adc binman: Re-enable concurrent tests by Simon Glass · 4 years, 5 months ago
- 25a50db binman: Fix a few typos in the entry docs by Simon Glass · 4 years, 5 months ago
- b7ca1c9 binman: Add support for calling mkimage by Simon Glass · 4 years, 5 months ago
- 8ed2523 binman: Set a default toolpath by Simon Glass · 4 years, 5 months ago
- b70caf7 binman: Specify the toolpath when running test coverage by Simon Glass · 4 years, 5 months ago
- 0b75468 binman: Correct the search patch for pylibfdt by Simon Glass · 4 years, 5 months ago
- 1f32ff91 binman: cbfs: Fix IFWI typo by Simon Glass · 4 years, 5 months ago
- 44c40fd binman: Output errors to stderr by Simon Glass · 4 years, 5 months ago
- 979996e patman: Add a -D option to enable debugging by Simon Glass · 4 years, 5 months ago
- 62c3852 patman: Support collecting response tags in Patchstream by Simon Glass · 4 years, 5 months ago
- 039f5b7 patman: Allow disabling 'bright' mode with Print output by Simon Glass · 4 years, 5 months ago
- 9c501e1 patman: Add a 'test' subcommand by Simon Glass · 4 years, 5 months ago
- c16f324 patman: Allow different commands by Simon Glass · 4 years, 5 months ago
- 7f739bb patman: Convert to ArgumentParser by Simon Glass · 4 years, 5 months ago
- 25cc85e patman: Allow skipping patches at the end by Simon Glass · 4 years, 5 months ago
- b4aa8aa patman: Allow creating patches for another branch by Simon Glass · 4 years, 5 months ago
- a12b1ab patman: Add a test that uses gitpython by Simon Glass · 4 years, 5 months ago
- 85a03de patman: Move main code out to a control module by Simon Glass · 4 years, 5 months ago
- 4e98ab9 patman: Use test_util to show test results by Simon Glass · 4 years, 5 months ago
- 9e0e9a5 mkimage: Fix error message if write less data then expected by Mylène Josserand · 4 years, 5 months ago
- 7f5e226 dtoc: Support ACPI paths in of-platdata by Simon Glass · 4 years, 5 months ago
- 5541fc0 dtoc: add test for cd-gpios by Walter Lozano · 4 years, 5 months ago
- 179f0b6 dtoc: update dtb_platdata to support cd-gpios by Walter Lozano · 4 years, 5 months ago