summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* dtoc: Drop use of DECL() macrosSimon Glass2021-03-222-36/+36
* dtoc: Generate device instancesSimon Glass2021-03-222-15/+480
* dtoc: Generate uclass devicesSimon Glass2021-03-222-13/+244
* dtoc: Generate a summary in the dt-plat.c fileSimon Glass2021-03-222-35/+169
* dtoc: Tidy up the list of supported phandle propertiesSimon Glass2021-03-221-7/+21
* dtoc: Don't generate platform data with instantiationSimon Glass2021-03-222-13/+75
* dtoc: Add support for decl fileSimon Glass2021-03-222-7/+120
* dtoc: Add an option for device instantiationSimon Glass2021-03-223-22/+36
* dtoc: Support processing the root nodeSimon Glass2021-03-224-20/+59
* dtoc: Set up the uclasses that are usedSimon Glass2021-03-224-18/+119
* dtoc: Assign a sequence number to each nodeSimon Glass2021-03-222-15/+46
* dtoc: Detect drivers only at the start of start of lineSimon Glass2021-03-221-2/+2
* dtoc: Read aliases for uclassesSimon Glass2021-03-227-3/+345
* dtoc: Warn of duplicate driversSimon Glass2021-03-222-1/+122
* dtoc: Process driver aliases along with driversSimon Glass2021-03-222-11/+9
* dtoc: Support headers needed for driversSimon Glass2021-03-222-0/+11
* dtoc: Support tracking the phase of U-BootSimon Glass2021-03-225-12/+31
* dtoc: Track nodes which are actually usedSimon Glass2021-03-224-4/+37
* dtoc: Process nodes to set up required propertiesSimon Glass2021-03-223-0/+124
* dtoc: Make use of node propertiesSimon Glass2021-03-221-26/+19
* dtoc: Add some extra properties to nodesSimon Glass2021-03-221-0/+37
* dtoc: Rename sandbox_i2c_test and sandbox_pmic_testSimon Glass2021-03-222-8/+8
* dtoc: Move test files into a test/ directorySimon Glass2021-03-2223-12/+24
* dtoc: Support scanning of structs in header filesSimon Glass2021-03-222-3/+128
* dtoc: Support scanning of uclassesSimon Glass2021-03-222-0/+177
* dtoc: Collect priv/plat struct info from driversSimon Glass2021-03-222-2/+55
* dtoc: Ignore unwanted files when scanning for driversSimon Glass2021-03-222-1/+9
* dtoc: Save scan information across test runsSimon Glass2021-03-223-10/+43
* dtoc: Scan drivers for available informationSimon Glass2021-03-222-14/+311
* patman: Use less for help file, if availableNicolas Boichat2021-03-221-0/+3
* tools: fdtgrep: Use unsigned chars for arraysSamuel Dionne-Riel2021-03-221-1/+1
* patman: Quieten down the alias checkingSimon Glass2021-03-224-32/+31
* patman: Update documentation to match new usageSimon Glass2021-03-221-7/+7
* tools: mtk_image: add an option to set device header offsetWeijie Gao2021-03-201-3/+47
* Merge tag 'v2021.04-rc4' into nextTom Rini2021-03-159-36/+76
|\
| * arm: mvebu: a38x: Remove dead code ARMADA_39XPali Rohár2021-03-121-2/+2
| * buildman: Support single-threaded operationSimon Glass2021-03-046-30/+68
| * fix patman --limit-cc optionBernhard Kirchen2021-03-031-1/+1
| * Merge tag 'u-boot-imx-20210303' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2021-03-031-3/+5
| |\
| | * tools: imx8mimage: Restore the original __ALIGN_MASK() macroFabio Estevam2021-03-011-3/+5
* | | binman: Indicate how to make binman verboseSimon Glass2021-03-021-1/+3
|/ /
* / tools/mkeficapsule.c: fix DEBUG buildKlaus Heinrich Kiwi2021-02-261-1/+1
|/
* image: Adjust the workings of fit_check_format()Simon Glass2021-02-153-2/+5
* buildman: 'Thread' object has no attribute 'isAlive'Heinrich Schuchardt2021-02-141-1/+1
* tools/fit_check_sign.c: Update usage function.Ilies CHERGUI2021-02-011-2/+3
* Merge tag 'dm-pull-30jan21' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2021-01-3124-36/+393
|\
| * binman: Allow for skip_at_start when reading entriesSimon Glass2021-01-303-4/+48
| * binman: Support alignment of filesSimon Glass2021-01-307-1/+53
| * binman: Allow vblock to include devicetree blobsSimon Glass2021-01-305-10/+96
| * binman: Support reading an image with entry argsSimon Glass2021-01-305-4/+64