aboutsummaryrefslogtreecommitdiff
path: root/tools/dtoc/fdt.py
AgeCommit message (Expand)Author
2024-01-04dtoc: Change dst to self in debug messageManorit Chawdhry
2023-08-28Revert "binman: Add a temporary hack for duplicate phandles"Simon Glass
2023-08-02binman: Add a temporary hack for duplicate phandlesSimon Glass
2023-08-02fdt: Allow copying phandles into templatesSimon Glass
2023-08-02dtoc: Add some debugging when copying nodesSimon Glass
2023-08-02dtoc: Make properties dirty when purging themSimon Glass
2023-07-20dtoc: Allow inserting a list of nodes into anotherSimon Glass
2023-07-20dtoc: Support copying the contents of a node into anotherSimon Glass
2023-03-08patman: Move library functions into a library directorySimon Glass
2022-03-18dtoc: Tidy up implementation of AddStringList()Simon Glass
2022-02-22dtoc: Allow deleting nodes and adding them in the same syncSimon Glass
2022-02-22dtoc: Support deleting a nodeSimon Glass
2022-02-22dtoc: Support adding a string list to a device treeSimon Glass
2022-02-09patman: Convert camel case in tools.pySimon Glass
2021-08-01dtoc: Support widening a bool valueSimon Glass
2021-08-01dtoc: Fix widening an int array to an intSimon Glass
2021-08-01dtoc: Rename is_wider_than() to reduce confusionSimon Glass
2021-03-27dtoc: Add new check that offsets are correctSimon Glass
2021-03-27dtoc: Support adding subnodes alongside existing onesSimon Glass
2021-03-27dtoc: Tweak ordering of fdt-offsets refreshingSimon Glass
2021-03-27dtoc: Tidy up property-offset handlingSimon Glass
2021-03-27dtoc: Improve internal error for Refresh()Simon Glass
2021-01-30binman: Support alignment of filesSimon Glass
2021-01-30dtoc: binman: Drop Python 2 codeSimon Glass
2020-12-13patman: Drop tools.ToChar() and ToChars()Simon Glass
2020-12-13fdt: Use an Enum for the data typeSimon Glass
2020-10-29dtoc: Fix widening of int to bytesSimon Glass
2020-07-25dtoc: Allow adding variable-sized data to a dtbSimon Glass
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini
2020-07-20dtoc: Allow adding variable-sized data to a dtbSimon Glass
2020-04-26patman: Move to absolute importsSimon Glass
2019-11-04dtoc: Convert fdt.py to Python 3Simon Glass
2019-07-29binman: Update state when replacing device-tree entriesSimon Glass
2019-07-29dtoc: Update Fdt.GetNode() to handle the root nodeSimon Glass
2019-07-29dtoc: Update Fdt.FromData() to allow a nameSimon Glass
2019-07-29binman: Show a helpful error when a DT property is missingSimon Glass
2019-07-10dtoc: Convert the Fdt.Node class to Python 3Simon Glass
2019-07-10dtoc: Convert the Fdt.Prop class to Python 3Simon Glass
2019-07-10dtoc: Use byte type instead of str in fdtSimon Glass
2019-07-10dtoc: Updates BytesToValue() for Python 3Simon Glass
2019-07-10dtoc: Move BytesToValue() out of the Prop classSimon Glass
2019-07-10dtoc: Use GetBytes() to obtain repeating bytesSimon Glass
2019-07-10tools: dtoc: Open all binary files in binary modeSimon Glass
2018-10-09dtoc: Fix the value of SetInt()Simon 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