summaryrefslogtreecommitdiff
path: root/tools/dtoc/fdt.py
Commit message (Expand)AuthorAgeFilesLines
* patman: Convert camel case in tools.pySimon Glass2022-02-091-2/+2
* dtoc: Support widening a bool valueSimon Glass2021-08-011-0/+12
* dtoc: Fix widening an int array to an intSimon Glass2021-08-011-7/+8
* dtoc: Rename is_wider_than() to reduce confusionSimon Glass2021-08-011-6/+9
* dtoc: Add new check that offsets are correctSimon Glass2021-03-271-3/+24
* dtoc: Support adding subnodes alongside existing onesSimon Glass2021-03-271-9/+35
* dtoc: Tweak ordering of fdt-offsets refreshingSimon Glass2021-03-271-3/+4
* dtoc: Tidy up property-offset handlingSimon Glass2021-03-271-3/+7
* dtoc: Improve internal error for Refresh()Simon Glass2021-03-271-2/+2
* binman: Support alignment of filesSimon Glass2021-01-301-0/+12
* dtoc: binman: Drop Python 2 codeSimon Glass2021-01-301-2/+1
* patman: Drop tools.ToChar() and ToChars()Simon Glass2020-12-131-4/+4
* fdt: Use an Enum for the data typeSimon Glass2020-12-131-18/+36
* dtoc: Fix widening of int to bytesSimon Glass2020-10-291-0/+9
* dtoc: Allow adding variable-sized data to a dtbSimon Glass2020-07-251-2/+15
* Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini2020-07-241-15/+2
* dtoc: Allow adding variable-sized data to a dtbSimon Glass2020-07-201-2/+15
* patman: Move to absolute importsSimon Glass2020-04-261-2/+2
* dtoc: Convert fdt.py to Python 3Simon Glass2019-11-041-13/+4
* binman: Update state when replacing device-tree entriesSimon Glass2019-07-291-0/+8
* dtoc: Update Fdt.GetNode() to handle the root nodeSimon Glass2019-07-291-0/+2
* dtoc: Update Fdt.FromData() to allow a nameSimon Glass2019-07-291-1/+7
* binman: Show a helpful error when a DT property is missingSimon Glass2019-07-291-3/+20
* dtoc: Convert the Fdt.Node class to Python 3Simon Glass2019-07-101-2/+5
* dtoc: Convert the Fdt.Prop class to Python 3Simon Glass2019-07-101-4/+4
* dtoc: Use byte type instead of str in fdtSimon Glass2019-07-101-5/+9
* dtoc: Updates BytesToValue() for Python 3Simon Glass2019-07-101-16/+25
* dtoc: Move BytesToValue() out of the Prop classSimon Glass2019-07-101-51/+53
* dtoc: Use GetBytes() to obtain repeating bytesSimon Glass2019-07-101-2/+4
* tools: dtoc: Open all binary files in binary modeSimon Glass2019-07-101-1/+1
* dtoc: Fix the value of SetInt()Simon Glass2018-10-091-1/+1
* dtoc: Add a way to create an Fdt object from a data blockSimon Glass2018-09-281-0/+14
* dtoc: Add methods for adding and updating propertiesSimon Glass2018-09-281-0/+70
* dtoc: Support adding new nodesSimon Glass2018-09-281-0/+20
* dtoc: Fixed endianness in Prop.GetEmpty()Simon Glass2018-09-281-1/+1
* dtoc: Allow syncing of the device tree back to a fileSimon Glass2018-09-281-9/+82
* libfdt: Update to latest pylibfdt implementationSimon Glass2018-08-081-1/+1
* dtoc: Add a function to obtain a list of phandlesSimon Glass2018-08-011-0/+19
* dtoc: Export the _FindNode() functionSimon Glass2018-08-011-2/+2
* dtoc: Add functions to add integer propertiesSimon Glass2018-07-091-0/+27
* dtoc: Fix some minor errorsSimon Glass2018-07-091-1/+1
* dtoc: Fix Fdt.GetNode() to handle a missing nodeSimon Glass2018-07-091-1/+4
* dtoc: Keep track of property offsetsSimon Glass2018-07-091-0/+20
* dtoc: Update fdt tests to increase code coverageSimon Glass2018-07-091-12/+0
* dtoc: Drop use of a local dtb bufferSimon Glass2018-07-091-8/+8
* dtoc: Make use of the new pylibfdt methodsSimon Glass2018-07-091-12/+14
* dtoc: Add some tests for the fdt moduleSimon Glass2018-07-091-2/+10
* libfdt: Bring in proposed pylibfdt changesSimon Glass2018-07-091-2/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* dtoc: Update the Fdt class to record phandlesSimon Glass2017-09-151-0/+5