summaryrefslogtreecommitdiff
path: root/scripts/dtc
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
2021-02-16libfdt: Check for multiple/invalid root nodesSimon Glass1-0/+17
2020-11-10libfdt: Fix signedness comparison warningsAndre Przywara6-29/+42
2020-09-22libfdt: Detected out-of-space with fdt_finish()Simon Glass1-1/+2
2020-07-25binman: 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
2020-06-12libfdt: Remove superfluous NUL character from overlay symbolsMarcus Comstedt1-3/+2
2020-05-20libfdt: Export overlay_apply_node() as fdt_overlay_apply_node()Marek Vasut2-0/+12
2020-04-10kconfig / kbuild: Re-sync with Linux 4.19Tom Rini1-14/+4
2020-03-17scripts/dtc: Update to upstream version v1.4.6-21-g84e414b0b5bcRob Herring4-16/+206
2020-02-06dtc: add ability to make nodes conditional on them being referencedMaxime Ripard5-0/+55
2020-01-30Remove redundant YYLOC global declarationPeter Robinson1-1/+0
2020-01-30libfdt: Revert 6dcb8ba4 from upstream libfdtTom Rini2-42/+11
2019-11-23scripts: dtc: ignore files generated generated by pythonBartosz Golaszewski1-1/+2
2019-11-05pylibfdt: Correct the type for fdt_property_stub()Simon Glass1-2/+2
2019-11-05pylibfdt: Sync up with upstreamSimon Glass1-12/+33
2019-11-05pylibfdt: Convert to Python 3Simon Glass3-3/+3
2019-11-05fdt: Sync up to the latest libfdtSimon Glass14-766/+957
2019-10-15libfdt: fix typo on commentGiulio Benetti1-1/+1
2019-10-15libfdt: Allow #size-cells of 0Matthias Brugger1-3/+5
2019-10-15libfdt: return correct value if #size-cells property is not presentMatthias Brugger2-4/+14
2019-10-15libfdt: fdt_address_cells() and fdt_size_cells()Matthias Brugger2-23/+14
2019-07-29libfdt: Copy the struct region in fdt_resize()Simon Glass1-1/+1
2019-04-12libfdt: Add phandle generation helperThierry Reding3-0/+51
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 Glass2-64/+644
2018-05-31scripts/dtc: Re-sync with Linux 4.17-rc4Eugeniu Rosca6-4717/+3
2018-05-31scripts/dtc: Update to upstream version v1.4.6-9-gaadd0b65c987Rob Herring20-317/+619
2018-05-31scripts/dtc: Update to upstream version v1.4.5-6-gc1e55a5513e9Rob Herring2-1/+10
2018-05-24pylibfdt: 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: compile pylibfdt only when dtoc/binman is necessaryMasahiro Yamada1-1/+1
2017-11-17pylibfdt: move pylibfdt to scripts/dtc/pylibfdt and refactor makefileMasahiro Yamada5-0/+609
2017-11-17scripts/dtc: Update to upstream version v1.4.5-3-gb1a60033c110Masahiro Yamada10-335/+1642
2017-11-17scripts/dtc: add fdt_overlay.c and fdt_addresses.c to sync scriptRob Herring1-1/+3
2017-10-03scripts: dtc: Add .gitignoreBin Meng1-0/+4
2017-09-24scripts/dtc: Update to upstream version v1.4.4-50-gfe50bd1ecc1dTom Rini11-16/+345
2017-09-24scripts/dtc: Update to upstream version v1.4.4Tom Rini14-155/+131
2017-09-24scripts/dtc: Update to upstream version v1.4.3Tom Rini33-0/+15092