summaryrefslogtreecommitdiffstats
path: root/tools/dtoc
Commit message (Expand)AuthorAgeFilesLines
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0714-29/+14
* libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2018-03-052-2/+2
* host-tools: use python2 explicitly for shebangMasahiro Yamada2018-01-281-1/+1
* dtoc: Allow DTC environment variable to provide path to dtcSimon Glass2018-01-151-1/+2
* dtoc: Fix up testsSimon Glass2017-11-221-45/+37
* binman: Disable the no-unit_address_vs_reg warningsSimon Glass2017-11-221-1/+2
* dtoc: Add a header to the generated filesSimon Glass2017-09-151-0/+12
* dtoc: Support properties containing multiple phandle valuesSimon Glass2017-09-153-12/+53
* dtoc: Put phandle args in an arraySimon Glass2017-09-152-2/+2
* dtoc: Put each phandle on a separate lineSimon Glass2017-09-152-6/+9
* dtoc: Rename the phandle structSimon Glass2017-09-152-2/+3
* dtoc: Rename is_phandle() and adjust it to return more detailSimon Glass2017-09-152-22/+58
* dtoc: Make is_phandle() a member functionSimon Glass2017-09-151-18/+18
* dtoc: Use the Fdt's class's phandle mapSimon Glass2017-09-151-13/+3
* dtoc: Update the Fdt class to record phandlesSimon Glass2017-09-151-0/+5
* dtoc: Handle 'reg' properties with unusual sizesSimon Glass2017-09-152-0/+38
* dtoc: Add support for 32 or 64-bit addressesSimon Glass2017-09-157-0/+401
* dtoc: Avoid very long lines in outputSimon Glass2017-09-152-3/+10
* dtoc: Add a 64-bit type and a way to convert cells into 64 bitsSimon Glass2017-09-153-1/+18
* dtoc: Adjust Node to record its parentSimon Glass2017-09-151-5/+7
* Fix 'notes' typosAnatolij Gustschin2017-08-201-1/+1
* dtoc: Add testsSimon Glass2017-07-117-4/+411
* dtoc: Add a comment about string replace in conv_name_to_c()Simon Glass2017-07-111-0/+3
* dtoc: Move the main logic into the dtb_platdata fileSimon Glass2017-07-112-17/+31
* dtoc: Move static functions out of the classSimon Glass2017-07-111-62/+63
* dtoc: Pass include_disabled explicitlySimon Glass2017-07-112-5/+5
* dtoc: Don't handle properties with / in themSimon Glass2017-07-111-1/+0
* dtoc: Fix pylint warningsSimon Glass2017-07-112-131/+144
* dtoc: Split out the main class into its own fileSimon Glass2017-07-112-405/+414
* 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-023-20/+9
* fdt: Merge fdt_normal with its base classSimon Glass2017-06-023-253/+157
* fdt: Drop fdt_fallback librarySimon Glass2017-06-023-204/+5
* fdt: Drop use of the legacy libfdt python moduleSimon Glass2017-06-021-24/+8
* fdt: Support use of the new python libfdt librarySimon Glass2017-06-022-9/+27
* fdt: Rename existing python libfdt moduleSimon Glass2017-06-021-1/+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: Decode val if it's a byte stringGeorge McCollister2017-04-131-0/+2
* 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: Decode strings for struct.unpack on python 3.xPaul Burton2016-10-091-0/+3
* dtoc: Use items() to iterate over dictionaries in python 3.xPaul Burton2016-10-092-5/+5
* dtoc: Add a way for tests to request the fallback librarySimon Glass2016-10-091-3/+13
* dtoc: Adjust GetProps() in fdt_normal to use the node pathSimon Glass2016-10-091-6/+3
* dtoc: Fix bug in GetProp()Simon Glass2016-10-091-1/+1