summaryrefslogtreecommitdiff
path: root/tools/dtoc/fdt.py
AgeCommit message (Expand)AuthorFilesLines
2023-08-28Revert "binman: Add a temporary hack for duplicate phandles"Simon Glass1-8/+4
2023-08-02binman: Add a temporary hack for duplicate phandlesSimon Glass1-4/+8
2023-08-02fdt: Allow copying phandles into templatesSimon Glass1-9/+19
2023-08-02dtoc: Add some debugging when copying nodesSimon Glass1-0/+5
2023-08-02dtoc: Make properties dirty when purging themSimon Glass1-0/+1
2023-07-20dtoc: Allow inserting a list of nodes into anotherSimon Glass1-0/+22
2023-07-20dtoc: Support copying the contents of a node into anotherSimon Glass1-3/+116
2023-03-08patman: Move library functions into a library directorySimon Glass1-1/+1
2022-03-19dtoc: Tidy up implementation of AddStringList()Simon Glass1-3/+1
2022-02-22dtoc: Allow deleting nodes and adding them in the same syncSimon Glass1-0/+2
2022-02-22dtoc: Support deleting a nodeSimon Glass1-0/+17
2022-02-22dtoc: Support adding a string list to a device treeSimon Glass1-0/+18
2022-02-09patman: Convert camel case in tools.pySimon Glass1-2/+2
2021-08-01dtoc: Support widening a bool valueSimon Glass1-0/+12
2021-08-01dtoc: Fix widening an int array to an intSimon Glass1-7/+8
2021-08-01dtoc: Rename is_wider_than() to reduce confusionSimon Glass1-6/+9
2021-03-27dtoc: Add new check that offsets are correctSimon Glass1-3/+24
2021-03-27dtoc: Support adding subnodes alongside existing onesSimon Glass1-9/+35
2021-03-27dtoc: Tweak ordering of fdt-offsets refreshingSimon Glass1-3/+4
2021-03-27dtoc: Tidy up property-offset handlingSimon Glass1-3/+7
2021-03-27dtoc: Improve internal error for Refresh()Simon Glass1-2/+2
2021-01-31binman: Support alignment of filesSimon Glass1-0/+12
2021-01-31dtoc: binman: Drop Python 2 codeSimon Glass1-2/+1
2020-12-13patman: Drop tools.ToChar() and ToChars()Simon Glass1-4/+4
2020-12-13fdt: Use an Enum for the data typeSimon Glass1-18/+36
2020-10-29dtoc: Fix widening of int to bytesSimon Glass1-0/+9
2020-07-25dtoc: Allow adding variable-sized data to a dtbSimon Glass1-2/+15
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini1-15/+2
2020-07-20dtoc: Allow adding variable-sized data to a dtbSimon Glass1-2/+15
2020-04-26patman: Move to absolute importsSimon Glass1-2/+2
2019-11-05dtoc: Convert fdt.py to Python 3Simon Glass1-13/+4
2019-07-29binman: Update state when replacing device-tree entriesSimon Glass1-0/+8
2019-07-29dtoc: Update Fdt.GetNode() to handle the root nodeSimon Glass1-0/+2
2019-07-29dtoc: Update Fdt.FromData() to allow a nameSimon Glass1-1/+7
2019-07-29binman: Show a helpful error when a DT property is missingSimon Glass1-3/+20
2019-07-11dtoc: Convert the Fdt.Node class to Python 3Simon Glass1-2/+5
2019-07-11dtoc: Convert the Fdt.Prop class to Python 3Simon Glass1-4/+4
2019-07-11dtoc: Use byte type instead of str in fdtSimon Glass1-5/+9
2019-07-11dtoc: Updates BytesToValue() for Python 3Simon Glass1-16/+25
2019-07-11dtoc: Move BytesToValue() out of the Prop classSimon Glass1-51/+53
2019-07-11dtoc: Use GetBytes() to obtain repeating bytesSimon Glass1-2/+4
2019-07-11tools: dtoc: Open all binary files in binary modeSimon Glass1-1/+1
2018-10-09dtoc: Fix the value of SetInt()Simon Glass1-1/+1
2018-09-28dtoc: Add a way to create an Fdt object from a data blockSimon Glass1-0/+14
2018-09-28dtoc: Add methods for adding and updating propertiesSimon Glass1-0/+70
2018-09-28dtoc: Support adding new nodesSimon Glass1-0/+20
2018-09-28dtoc: Fixed endianness in Prop.GetEmpty()Simon Glass1-1/+1
2018-09-28dtoc: Allow syncing of the device tree back to a fileSimon Glass1-9/+82
2018-08-08libfdt: Update to latest pylibfdt implementationSimon Glass1-1/+1
2018-08-02dtoc: Add a function to obtain a list of phandlesSimon Glass1-0/+19