summaryrefslogtreecommitdiffstats
path: root/tools/dtoc/dtoc.py
Commit message (Expand)AuthorAgeFilesLines
* dtoc: Rename the main moduleSimon Glass2020-04-261-114/+0
* patman: Drop references to __future__Simon Glass2020-04-261-2/+0
* doc: fix references to driver-modelHeinrich Schuchardt2020-04-171-1/+1
* test_dtoc: Move to use Python 3Simon Glass2019-11-041-1/+1
* dtoc: Return a non-zero exit code when tests failSimon Glass2019-07-291-1/+6
* dtoc: Adjust code for Python 3Simon Glass2019-07-101-3/+5
* binman: Run tests concurrentlySimon Glass2018-10-081-0/+2
* binman: Add a default path to libfdt.pySimon Glass2018-10-081-0/+5
* dtoc: Add a test for code coverageSimon Glass2018-07-091-0/+15
* dtoc: Fix some minor errorsSimon Glass2018-07-091-2/+2
* libfdt: Bring in proposed pylibfdt changesSimon Glass2018-07-091-4/+16
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* host-tools: use python2 explicitly for shebangMasahiro Yamada2018-01-281-1/+1
* dtoc: Add testsSimon Glass2017-07-111-4/+27
* dtoc: Move the main logic into the dtb_platdata fileSimon Glass2017-07-111-17/+2
* dtoc: Pass include_disabled explicitlySimon Glass2017-07-111-1/+1
* dtoc: Fix pylint warningsSimon Glass2017-07-111-7/+7
* dtoc: Split out the main class into its own fileSimon Glass2017-07-111-405/+3
* dtoc: Add a comment at the topSimon Glass2017-07-111-0/+20
* dtoc: Use self._options instead of the global optionsSimon Glass2017-07-111-2/+2
* dtoc: Support multiple compatible strings in a nodeSimon Glass2017-07-111-7/+21
* fdt: Drop fdt_select.pySimon Glass2017-06-021-2/+1
* dtoc: Handle nodes with phandles that depend on the sameSimon Glass2017-05-101-14/+41
* dtoc: Move the output code into its own functionSimon Glass2017-05-101-44/+52
* dtoc: make ScanTree recurse into subnodesPhilipp Tomsich2017-03-221-1/+18
* dm: allow limiting pre-reloc markings to spl or tplHeiko Stübner2017-03-161-0/+2
* dtoc: Replace dot with underscore to avoid compiler errorsSimon Glass2017-02-081-0/+1
* dtoc: Make integer division python 3.x safePaul Burton2016-10-091-1/+1
* dtoc: Use items() to iterate over dictionaries in python 3.xPaul Burton2016-10-091-4/+4
* dtoc: Move BytesToValue() and GetEmpty() into PropBaseSimon Glass2016-09-181-8/+9
* dtoc: Move the fdt library selection into fdt_selectSimon Glass2016-09-181-15/+3
* dtoc: Move the struct import into the correct orderSimon Glass2016-09-181-2/+1
* dm: core: Expand platdata for of-platdata devicesSimon Glass2016-07-141-0/+2
* dtoc: Ignore the u-boot, dm-pre-reloc propertySimon Glass2016-07-141-0/+1
* dm: Add a tool to generate C code from a device treeSimon Glass2016-07-141-0/+391