~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Revert "binman: Add a temporary hack for duplicate phandles"Simon Glass2023-08-28
* binman: Add a temporary hack for duplicate phandlesSimon Glass2023-08-02
* fdt: Allow copying phandles into templatesSimon Glass2023-08-02
* dtoc: Add some debugging when copying nodesSimon Glass2023-08-02
* dtoc: Make properties dirty when purging themSimon Glass2023-08-02
* dtoc: Allow inserting a list of nodes into anotherSimon Glass2023-07-20
* dtoc: Support copying the contents of a node into anotherSimon Glass2023-07-20
* patman: Move library functions into a library directorySimon Glass2023-03-08
* dtoc: Tidy up implementation of AddStringList()Simon Glass2022-03-18
* dtoc: Allow deleting nodes and adding them in the same syncSimon Glass2022-02-22
* dtoc: Support deleting a nodeSimon Glass2022-02-22
* dtoc: Support adding a string list to a device treeSimon Glass2022-02-22
* patman: Convert camel case in tools.pySimon Glass2022-02-09
* dtoc: Support widening a bool valueSimon Glass2021-08-01
* dtoc: Fix widening an int array to an intSimon Glass2021-08-01
* dtoc: Rename is_wider_than() to reduce confusionSimon Glass2021-08-01
* dtoc: Add new check that offsets are correctSimon Glass2021-03-27
* dtoc: Support adding subnodes alongside existing onesSimon Glass2021-03-27
* dtoc: Tweak ordering of fdt-offsets refreshingSimon Glass2021-03-27
* dtoc: Tidy up property-offset handlingSimon Glass2021-03-27
* dtoc: Improve internal error for Refresh()Simon Glass2021-03-27
* binman: Support alignment of filesSimon Glass2021-01-30
* dtoc: binman: Drop Python 2 codeSimon Glass2021-01-30
* patman: Drop tools.ToChar() and ToChars()Simon Glass2020-12-13
* fdt: Use an Enum for the data typeSimon Glass2020-12-13
* dtoc: Fix widening of int to bytesSimon Glass2020-10-29
* dtoc: Allow adding variable-sized data to a dtbSimon Glass2020-07-25
* Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini2020-07-24
* dtoc: Allow adding variable-sized data to a dtbSimon Glass2020-07-20
* patman: Move to absolute importsSimon Glass2020-04-26
* dtoc: Convert fdt.py to Python 3Simon Glass2019-11-04
* binman: Update state when replacing device-tree entriesSimon Glass2019-07-29
* dtoc: Update Fdt.GetNode() to handle the root nodeSimon Glass2019-07-29
* dtoc: Update Fdt.FromData() to allow a nameSimon Glass2019-07-29
* binman: Show a helpful error when a DT property is missingSimon Glass2019-07-29
* dtoc: Convert the Fdt.Node class to Python 3Simon Glass2019-07-10
* dtoc: Convert the Fdt.Prop class to Python 3Simon Glass2019-07-10
* dtoc: Use byte type instead of str in fdtSimon Glass2019-07-10
* dtoc: Updates BytesToValue() for Python 3Simon Glass2019-07-10
* dtoc: Move BytesToValue() out of the Prop classSimon Glass2019-07-10
* dtoc: Use GetBytes() to obtain repeating bytesSimon Glass2019-07-10
* tools: dtoc: Open all binary files in binary modeSimon Glass2019-07-10
* dtoc: Fix the value of SetInt()Simon Glass2018-10-09
* dtoc: Add a way to create an Fdt object from a data blockSimon Glass2018-09-28
* dtoc: Add methods for adding and updating propertiesSimon Glass2018-09-28
* dtoc: Support adding new nodesSimon Glass2018-09-28
* dtoc: Fixed endianness in Prop.GetEmpty()Simon Glass2018-09-28
* dtoc: Allow syncing of the device tree back to a fileSimon Glass2018-09-28
* libfdt: Update to latest pylibfdt implementationSimon Glass2018-08-08
* dtoc: Add a function to obtain a list of phandlesSimon Glass2018-08-01