summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2021-01-18tools: mtk_image: add support for booting ARM64 imagesFabien Parent2-5/+29
2021-01-15Merge branch '2021.04-rc' of https://github.com/lftan/u-bootTom Rini1-16/+70
2021-01-15tools: socfpgaimage: update padding flowLey Foon Tan1-13/+28
2021-01-15tools: socfpgaimage: Print image header informationLey Foon Tan1-3/+42
2021-01-13tools: efivar.py unused variableHeinrich Schuchardt1-1/+1
2021-01-13tools: efivar.py should check GUID when deletingHeinrich Schuchardt1-1/+1
2021-01-13tools: efivar.py: incorrect indentationHeinrich Schuchardt1-15/+15
2021-01-13tools: efivar.py without argumentsHeinrich Schuchardt1-1/+4
2021-01-12tools: mkimage: Add Allwinner eGON supportAndre Przywara2-0/+137
2021-01-06Merge tag 'xilinx-for-v2021.04' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-1/+1
2021-01-06Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextTom Rini9-512/+779
2021-01-06Merge tag 'v2021.01-rc5' into nextTom Rini5-0/+841
2021-01-05dtoc: Tidy up src_scan testsSimon Glass1-6/+22
2021-01-05dtoc: Move src_scan tests to a separate fileSimon Glass5-78/+97
2021-01-05dtoc: Split source-code scanning to a separate fileSimon Glass3-169/+204
2021-01-05dtoc: Drop dm_populate_phandle_data()Simon Glass2-28/+7
2021-01-05dtoc: Output nodes in orderSimon Glass2-43/+34
2021-01-05dtoc: Allow specifying the base directory for testsSimon Glass2-6/+46
2021-01-05dtoc: Add the method for each command to OutputFileSimon Glass1-26/+16
2021-01-05dtoc: Rename dt-platdata.c to dt-plat.cSimon Glass2-4/+4
2021-01-05dtoc: Add a header comment to each generated fileSimon Glass2-12/+24
2021-01-05dtoc: Run tests using test_utilSimon Glass1-21/+10
2021-01-05concurrencytest: Fix Python3 warningSimon Glass1-2/+2
2021-01-05dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIASSimon Glass2-4/+4
2021-01-05dm: Rename DM_GET_DEVICE() to DM_DRVINFO_GET()Simon Glass1-2/+2
2021-01-05dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass2-37/+37
2021-01-05dtoc: Add an 'all' commandSimon Glass4-10/+51
2021-01-05dtoc: Allow outputing to multiple filesSimon Glass2-10/+94
2021-01-05dtoc: Allow providing a directory to write files toSimon Glass3-10/+19
2021-01-05dtoc: Test the stdout outputSimon Glass1-15/+22
2021-01-05dtoc: Use None to mean stdoutSimon Glass3-7/+7
2021-01-05dtoc: Tidy up pylint warnings in testSimon Glass1-71/+85
2021-01-05dtoc: Convert _drivers to a dictSimon Glass2-4/+32
2021-01-05dtoc: Output the struct values in a separate functionSimon Glass1-16/+34
2021-01-05dtoc: Output the device in a separate functionSimon Glass1-11/+22
2021-01-05dtoc: Make _output_list a top-level functionSimon Glass1-40/+40
2021-01-05dtoc: Fix a few pylint warnings in dtb_platdataSimon Glass1-15/+16
2021-01-05sandbox: Drop unnecessary test nodeSimon Glass2-17/+0
2021-01-04tools: zynqmp: Fix regex expression around XPm_ConfigObjectAdrian Fiergolski1-1/+1
2020-12-31mkeficapsule: Add support for embedding public key in a dtbSughosh Ganu2-12/+222
2020-12-23buildman: Remove output binaries before buildingSimon Glass1-1/+13
2020-12-23patman: Add project-default for 'gcc'Philipp Tomsich1-1/+6
2020-12-23patman: Add --no-signoff to suppress adding signoffsPhilipp Tomsich4-8/+12
2020-12-20tools: add a simple script to generate EFI variablesPaulo Alcantara1-0/+380
2020-12-14checkpatch: Add warnings for unexpected struct namesSimon Glass1-0/+28
2020-12-14dm: Rename 'platdata_size' to 'plat_size'Simon Glass2-34/+34
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2-34/+34
2020-12-13dtoc: Tidy up more Python style in dtb_platdataSimon Glass1-45/+46
2020-12-13dtoc: Tidy up Python style in dtb_platdataSimon Glass1-29/+42
2020-12-13patman: Drop tools.ToChar() and ToChars()Simon Glass3-28/+5