aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2021-01-13tools: efivar.py unused variableHeinrich Schuchardt
2021-01-13tools: efivar.py should check GUID when deletingHeinrich Schuchardt
2021-01-13tools: efivar.py: incorrect indentationHeinrich Schuchardt
2021-01-13tools: efivar.py without argumentsHeinrich Schuchardt
2021-01-11tools: mkimage: Add Allwinner eGON supportAndre Przywara
2021-01-06Merge tag 'xilinx-for-v2021.04' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2021-01-05Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextTom Rini
2021-01-05Merge tag 'v2021.01-rc5' into nextTom Rini
2021-01-05dtoc: Tidy up src_scan testsSimon Glass
2021-01-05dtoc: Move src_scan tests to a separate fileSimon Glass
2021-01-05dtoc: Split source-code scanning to a separate fileSimon Glass
2021-01-05dtoc: Drop dm_populate_phandle_data()Simon Glass
2021-01-05dtoc: Output nodes in orderSimon Glass
2021-01-05dtoc: Allow specifying the base directory for testsSimon Glass
2021-01-05dtoc: Add the method for each command to OutputFileSimon Glass
2021-01-05dtoc: Rename dt-platdata.c to dt-plat.cSimon Glass
2021-01-05dtoc: Add a header comment to each generated fileSimon Glass
2021-01-05dtoc: Run tests using test_utilSimon Glass
2021-01-05concurrencytest: Fix Python3 warningSimon Glass
2021-01-05dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIASSimon Glass
2021-01-05dm: Rename DM_GET_DEVICE() to DM_DRVINFO_GET()Simon Glass
2021-01-05dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass
2021-01-05dtoc: Add an 'all' commandSimon Glass
2021-01-05dtoc: Allow outputing to multiple filesSimon Glass
2021-01-05dtoc: Allow providing a directory to write files toSimon Glass
2021-01-05dtoc: Test the stdout outputSimon Glass
2021-01-05dtoc: Use None to mean stdoutSimon Glass
2021-01-05dtoc: Tidy up pylint warnings in testSimon Glass
2021-01-05dtoc: Convert _drivers to a dictSimon Glass
2021-01-05dtoc: Output the struct values in a separate functionSimon Glass
2021-01-05dtoc: Output the device in a separate functionSimon Glass
2021-01-05dtoc: Make _output_list a top-level functionSimon Glass
2021-01-05dtoc: Fix a few pylint warnings in dtb_platdataSimon Glass
2021-01-05sandbox: Drop unnecessary test nodeSimon Glass
2021-01-04tools: zynqmp: Fix regex expression around XPm_ConfigObjectAdrian Fiergolski
2020-12-31mkeficapsule: Add support for embedding public key in a dtbSughosh Ganu
2020-12-22buildman: Remove output binaries before buildingSimon Glass
2020-12-22patman: Add project-default for 'gcc'Philipp Tomsich
2020-12-22patman: Add --no-signoff to suppress adding signoffsPhilipp Tomsich
2020-12-20tools: add a simple script to generate EFI variablesPaulo Alcantara
2020-12-13checkpatch: Add warnings for unexpected struct namesSimon Glass
2020-12-13dm: Rename 'platdata_size' to 'plat_size'Simon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-12-13dtoc: Tidy up more Python style in dtb_platdataSimon Glass
2020-12-13dtoc: Tidy up Python style in dtb_platdataSimon Glass
2020-12-13patman: Drop tools.ToChar() and ToChars()Simon Glass
2020-12-13patman: Drop tools.ToByte()Simon Glass
2020-12-13patman: Drop unicode helper functionsSimon Glass
2020-12-13fdt: Use an Enum for the data typeSimon Glass
2020-12-03test/py: efi_capsule: test for FIT image capsuleAKASHI Takahiro