summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Add information for skipped commit optionsPatrick Delaunay2020-07-201-0/+3
| * lib: libfdt: fdt_region: avoid NULL pointer accessPhilippe Reynes2020-07-201-0/+2
| * patman: Detect unexpected ENDPatrick Delaunay2020-07-201-0/+4
| * cpu: Convert the methods to use a const udevice *Simon Glass2020-07-2015-58/+63
| * binman: Add support for generating a FITSimon Glass2020-07-205-0/+384
| * dtoc: Allow adding variable-sized data to a dtbSimon Glass2020-07-202-2/+19
| * mkimage: Allow updating the FIT timestampSimon Glass2020-07-204-2/+15
| * binman: Allow zero-length entries to overlapSimon Glass2020-07-203-1/+23
| * binman: Allow missing Intel blobsSimon Glass2020-07-204-14/+55
| * binman: Detect when valid images are not producedSimon Glass2020-07-207-3/+76
| * patman: Update errors and warnings to use stderrSimon Glass2020-07-202-2/+5
| * binman: Allow external binaries to be missingSimon Glass2020-07-208-8/+66
| * binman: Convert existing binary blobs to blob_extSimon Glass2020-07-2016-39/+29
| * binman: Add an etype for external binary blobsSimon Glass2020-07-205-0/+83
| * binman: Use super() instead of specifying parent typeSimon Glass2020-07-2057-87/+86
| * binman: Re-enable concurrent testsSimon Glass2020-07-201-1/+3
| * binman: Adjust pylibfdt for incremental buildSimon Glass2020-07-201-0/+3
| * binman: Fix a few typos in the entry docsSimon Glass2020-07-202-2/+2
| * binman: Add support for calling mkimageSimon Glass2020-07-205-0/+120
| * binman: Set a default toolpathSimon Glass2020-07-201-0/+5
| * binman: Specify the toolpath when running test coverageSimon Glass2020-07-202-6/+13
| * binman: Correct the search patch for pylibfdtSimon Glass2020-07-201-0/+1
| * binman: cbfs: Fix IFWI typoSimon Glass2020-07-201-1/+1
| * binman: Output errors to stderrSimon Glass2020-07-201-1/+1
| * .gitignore: Ignore Python 3 cache directoriesSimon Glass2020-07-201-0/+3
| * dm: core Fix long line in device_bind_common()Simon Glass2020-07-201-1/+2
| * patman: Add a -D option to enable debuggingSimon Glass2020-07-201-0/+6
| * patman: Support collecting response tags in PatchstreamSimon Glass2020-07-202-5/+30
| * patman: Allow disabling 'bright' mode with Print outputSimon Glass2020-07-201-2/+2
| * patman: Add a 'test' subcommandSimon Glass2020-07-206-40/+45
| * patman: Allow different commandsSimon Glass2020-07-201-36/+41
| * patman: Convert to ArgumentParserSimon Glass2020-07-203-64/+65
| * patman: Allow skipping patches at the endSimon Glass2020-07-203-5/+18
| * patman: Allow creating patches for another branchSimon Glass2020-07-205-15/+40
| * patman: Add a test that uses gitpythonSimon Glass2020-07-202-3/+152
| * patman: Move main code out to a control moduleSimon Glass2020-07-205-57/+182
| * patman: Use test_util to show test resultsSimon Glass2020-07-202-9/+5
* | Merge tag 'efi-2020-10-rc1-5' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini2020-07-2320-93/+863
|\ \
| * | lib: crypto: export and enhance pkcs7_verify_one()AKASHI Takahiro2020-07-222-8/+62
| * | lib: crypto: add pkcs7_digest()AKASHI Takahiro2020-07-221-3/+89
| * | lib: crypto: import pkcs7_verify.c from linuxAKASHI Takahiro2020-07-223-0/+528
| * | lib: crypto: enable x509_check_for_self_signed()AKASHI Takahiro2020-07-222-10/+25
| * | lib: crypto: add public_key_verify_signature()AKASHI Takahiro2020-07-222-2/+70
| * | test/py: efi_secboot: fix additional pylint errorsAKASHI Takahiro2020-07-221-7/+8
| * | test/py: efi_secboot: remove unused functionAKASHI Takahiro2020-07-221-9/+0
| * | efi_loader: use logging for block device messagesHeinrich Schuchardt2020-07-221-10/+13
| * | efi_loader: use logging for bootefi commandHeinrich Schuchardt2020-07-223-28/+32
| * | efi_loader: returning from UEFI FIT imagesHeinrich Schuchardt2020-07-221-5/+4
| * | efi_loader: document efi_save_gd(), efi_restore_gd()Heinrich Schuchardt2020-07-221-5/+15
| * | efi_loader: loosen buffer parameter check in efi_file_readStefan Sørensen2020-07-221-1/+8