summaryrefslogtreecommitdiff
path: root/tools/dtoc
AgeCommit message (Expand)Author
2019-01-26tests: dtoc: adapt tests to changed dtoc outputSimon Goldschmidt
2019-01-15dtoc: make generated platdata structs constSimon Goldschmidt
2018-10-09dtoc: Fix the value of SetInt()Simon Glass
2018-10-08binman: Run tests concurrentlySimon Glass
2018-10-08buildman: dtoc: Suppress unwanted output from testSimon Glass
2018-10-08binman: Fix up removal of temporary directoriesSimon Glass
2018-10-08binman: Add a default path to libfdt.pySimon Glass
2018-09-28dtoc: Add a way to create an Fdt object from a data blockSimon Glass
2018-09-28dtoc: Add methods for adding and updating propertiesSimon Glass
2018-09-28dtoc: Support adding new nodesSimon Glass
2018-09-28dtoc: Fixed endianness in Prop.GetEmpty()Simon Glass
2018-09-28dtoc: Allow syncing of the device tree back to a fileSimon Glass
2018-08-08libfdt: Update to latest pylibfdt implementationSimon Glass
2018-08-01dtoc: Add a function to obtain a list of phandlesSimon Glass
2018-08-01dtoc: Export the _FindNode() functionSimon Glass
2018-08-01binman: Add an entry filled with a repeating byteSimon Glass
2018-08-01binman: Add support for passing arguments to entriesSimon Glass
2018-08-01dtoc: Add missing comments to fdt_utilSimon Glass
2018-07-09dtoc: Add functions to add integer propertiesSimon Glass
2018-07-09dtoc: Avoid unwanted output during testsSimon Glass
2018-07-09dtoc: Increase code coverage to 100%Simon Glass
2018-07-09dtoc: Add a test for code coverageSimon Glass
2018-07-09dtoc: Fix some minor errorsSimon Glass
2018-07-09dtoc: Fix properties with a single zero-arg phandleSimon Glass
2018-07-09dtoc: Fix Fdt.GetNode() to handle a missing nodeSimon Glass
2018-07-09dtoc: Keep track of property offsetsSimon Glass
2018-07-09dtoc: Update fdt tests to increase code coverageSimon Glass
2018-07-09dtoc: Drop use of a local dtb bufferSimon Glass
2018-07-09dtoc: Make use of the new pylibfdt methodsSimon Glass
2018-07-09dtoc: Update tests to write failures to /tmpSimon Glass
2018-07-09dtoc: Add some tests for the fdt moduleSimon Glass
2018-07-09libfdt: Bring in proposed pylibfdt changesSimon Glass
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada
2018-01-28host-tools: use python2 explicitly for shebangMasahiro Yamada
2018-01-15dtoc: Allow DTC environment variable to provide path to dtcSimon Glass
2017-11-22dtoc: Fix up testsSimon Glass
2017-11-22binman: Disable the no-unit_address_vs_reg warningsSimon Glass
2017-09-15dtoc: Add a header to the generated filesSimon Glass
2017-09-15dtoc: Support properties containing multiple phandle valuesSimon Glass
2017-09-15dtoc: Put phandle args in an arraySimon Glass
2017-09-15dtoc: Put each phandle on a separate lineSimon Glass
2017-09-15dtoc: Rename the phandle structSimon Glass
2017-09-15dtoc: Rename is_phandle() and adjust it to return more detailSimon Glass
2017-09-15dtoc: Make is_phandle() a member functionSimon Glass
2017-09-15dtoc: Use the Fdt's class's phandle mapSimon Glass
2017-09-15dtoc: Update the Fdt class to record phandlesSimon Glass
2017-09-15dtoc: Handle 'reg' properties with unusual sizesSimon Glass
2017-09-15dtoc: Add support for 32 or 64-bit addressesSimon Glass
2017-09-15dtoc: Avoid very long lines in outputSimon Glass