aboutsummaryrefslogtreecommitdiff
path: root/scripts/dtc/pylibfdt
AgeCommit message (Expand)AuthorFilesLines
2021-05-24pylibfdt: Rework "avoid unused variable warning" linesTom Rini1-2/+2
2021-04-06dtc: Update the build rule for pylibfdtSimon Glass1-0/+1
2021-03-26libfdt: Tidy up pylibfdt build ruleSimon Glass1-3/+9
2020-09-22libfdt: Detected out-of-space with fdt_finish()Simon Glass1-1/+2
2020-07-24binman: Adjust pylibfdt for incremental buildSimon Glass1-0/+3
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini1-3/+0
2020-07-20binman: Adjust pylibfdt for incremental buildSimon Glass1-0/+3
2019-11-23scripts: dtc: ignore files generated generated by pythonBartosz Golaszewski1-1/+2
2019-11-04pylibfdt: Correct the type for fdt_property_stub()Simon Glass1-2/+2
2019-11-04pylibfdt: Sync up with upstreamSimon Glass1-12/+33
2019-11-04pylibfdt: Convert to Python 3Simon Glass3-3/+3
2019-01-15pylibfdt: Use Python 2 in MakefileJosef Lusticky1-1/+1
2018-09-28fdt: Add Python support for adding/removing nodesSimon Glass1-6/+28
2018-08-08libfdt: Update to latest pylibfdt implementationSimon Glass1-225/+239
2018-07-09libfdt: Add get_property() and del_node()Simon Glass1-0/+32
2018-07-09libfdt: Fix the Python pack() functionSimon Glass1-1/+5
2018-07-09libfdt: Bring in proposed pylibfdt changesSimon Glass1-64/+641
2018-05-23pylibfdt: Add missing CC and LD to MakefileMarek Vasut1-1/+2
2018-05-07SPDX: Convert all of our multiple license tags to Linux Kernel styleTom Rini1-2/+1
2018-01-28host-tools: use python2 explicitly for shebangMasahiro Yamada1-1/+1
2017-11-17pylibfdt: move pylibfdt to scripts/dtc/pylibfdt and refactor makefileMasahiro Yamada4-0/+606