summaryrefslogtreecommitdiffstats
path: root/commands/of_dump.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Print device nodes with %pOFSascha Hauer2023-07-031-1/+1
* of: change superfluous of_fix_tree int return type to voidAhmad Fatoum2023-06-091-5/+2
* commands: of_dump: use of_dup instead of flattening/unflatteningAhmad Fatoum2023-05-251-15/+3
* commands: of_dump: remove duplicate error messageAhmad Fatoum2023-05-251-5/+2
* treewide: drop null pointer checks around of_delete_nodeAhmad Fatoum2023-05-251-2/+1
* of: add function to read a file as unflattened device treeSascha Hauer2023-05-221-13/+2
* commands: of_dump: support limiting size of printed propertiesAhmad Fatoum2022-08-081-4/+11
* of: make of_dump abortable by ctrlc()Ahmad Fatoum2021-12-131-1/+4
* fdt: Check blob size during unflatteningSascha Hauer2021-06-251-2/+2
* commands: of_dump: implement -p for printing properties onlyAhmad Fatoum2021-05-311-4/+10
* commands/*: Replace license and copyright boilerplate by SPDX identfiersUwe Kleine-König2020-04-271-18/+4
* commands: unify newlines for optionsMichael Tretter2019-04-051-3/+3
* commands: of_dump: Add description for -n optionSascha Hauer2016-02-121-1/+2
* of_dump: Add option to print node names onlySascha Hauer2015-10-261-2/+19
* commands: of_dump: Fix return valueTeresa Gámez2014-09-121-2/+2
* commands: of_dump switch to get fixed devictreeJan Weitzel2014-09-011-2/+29
* move file helper functions to separate fileSascha Hauer2014-08-071-0/+1
* Clean up Kconfig and source for a couple device tree commands.Robert P. J. Day2014-07-071-1/+1
* of: Drop devicetree merge supportSascha Hauer2014-05-221-1/+1
* commands: add of_dump commandSascha Hauer2014-05-221-0/+108