summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'efi-2021-04-rc1-3' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini2021-01-231-15/+26
|\
| * mkeficapsule: Miscellaneous fixes in the utilitySughosh Ganu2021-01-231-15/+23
| * tools: mkeficapsule: fill reserved members of structureAKASHI Takahiro2021-01-231-0/+3
* | tools: env: return error if ubi_update_start() failsMartin Hundebøll2021-01-221-1/+1
* | mkimage: Move padding commands outside of FIT_SIGNATUREJoel Stanley2021-01-221-5/+6
* | tools/Makefile: FIT_CIPHER requires libsslJoel Stanley2021-01-221-1/+1
* | tools: image-host: add support for several sub-imagesPhilippe Reynes2021-01-221-15/+21
* | tools: image-host: clean function fit_config_get_hash_listPhilippe Reynes2021-01-221-56/+76
|/
* tools: mtk_image: add support for booting ARM64 imagesFabien Parent2021-01-182-5/+29
* Merge branch '2021.04-rc' of https://github.com/lftan/u-bootTom Rini2021-01-151-16/+70
|\
| * tools: socfpgaimage: update padding flowLey Foon Tan2021-01-151-13/+28
| * tools: socfpgaimage: Print image header informationLey Foon Tan2021-01-151-3/+42
* | tools: efivar.py unused variableHeinrich Schuchardt2021-01-131-1/+1
* | tools: efivar.py should check GUID when deletingHeinrich Schuchardt2021-01-131-1/+1
* | tools: efivar.py: incorrect indentationHeinrich Schuchardt2021-01-131-15/+15
* | tools: efivar.py without argumentsHeinrich Schuchardt2021-01-131-1/+4
|/
* tools: mkimage: Add Allwinner eGON supportAndre Przywara2021-01-112-0/+137
* Merge tag 'xilinx-for-v2021.04' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2021-01-061-1/+1
|\
| * tools: zynqmp: Fix regex expression around XPm_ConfigObjectAdrian Fiergolski2021-01-041-1/+1
* | Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextTom Rini2021-01-059-512/+779
|\ \
| * | dtoc: Tidy up src_scan testsSimon Glass2021-01-051-6/+22
| * | dtoc: Move src_scan tests to a separate fileSimon Glass2021-01-055-78/+97
| * | dtoc: Split source-code scanning to a separate fileSimon Glass2021-01-053-169/+204
| * | dtoc: Drop dm_populate_phandle_data()Simon Glass2021-01-052-28/+7
| * | dtoc: Output nodes in orderSimon Glass2021-01-052-43/+34
| * | dtoc: Allow specifying the base directory for testsSimon Glass2021-01-052-6/+46
| * | dtoc: Add the method for each command to OutputFileSimon Glass2021-01-051-26/+16
| * | dtoc: Rename dt-platdata.c to dt-plat.cSimon Glass2021-01-052-4/+4
| * | dtoc: Add a header comment to each generated fileSimon Glass2021-01-052-12/+24
| * | dtoc: Run tests using test_utilSimon Glass2021-01-051-21/+10
| * | concurrencytest: Fix Python3 warningSimon Glass2021-01-051-2/+2
| * | dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIASSimon Glass2021-01-052-4/+4
| * | dm: Rename DM_GET_DEVICE() to DM_DRVINFO_GET()Simon Glass2021-01-051-2/+2
| * | dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass2021-01-052-37/+37
| * | dtoc: Add an 'all' commandSimon Glass2021-01-054-10/+51
| * | dtoc: Allow outputing to multiple filesSimon Glass2021-01-052-10/+94
| * | dtoc: Allow providing a directory to write files toSimon Glass2021-01-053-10/+19
| * | dtoc: Test the stdout outputSimon Glass2021-01-051-15/+22
| * | dtoc: Use None to mean stdoutSimon Glass2021-01-053-7/+7
| * | dtoc: Tidy up pylint warnings in testSimon Glass2021-01-051-71/+85
| * | dtoc: Convert _drivers to a dictSimon Glass2021-01-052-4/+32
| * | dtoc: Output the struct values in a separate functionSimon Glass2021-01-051-16/+34
| * | dtoc: Output the device in a separate functionSimon Glass2021-01-051-11/+22
| * | dtoc: Make _output_list a top-level functionSimon Glass2021-01-051-40/+40
| * | dtoc: Fix a few pylint warnings in dtb_platdataSimon Glass2021-01-051-15/+16
| * | sandbox: Drop unnecessary test nodeSimon Glass2021-01-052-17/+0
* | | Merge tag 'v2021.01-rc5' into nextTom Rini2021-01-055-0/+841
|\ \ \ | |/ / |/| / | |/
| * tools: add a simple script to generate EFI variablesPaulo Alcantara2020-12-201-0/+380
| * Merge tag 'dm-pull-30nov20' of git://git.denx.de/u-boot-dmTom Rini2020-12-021-0/+1
| |\
| | * binman: Handle tool paths containing '~' correctlySimon Glass2020-11-301-0/+1