aboutsummaryrefslogtreecommitdiff
path: root/tools/dtoc
AgeCommit message (Expand)AuthorFilesLines
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2-2/+2
2018-01-28host-tools: use python2 explicitly for shebangMasahiro Yamada1-1/+1
2018-01-15dtoc: Allow DTC environment variable to provide path to dtcSimon Glass1-1/+2
2017-11-22dtoc: Fix up testsSimon Glass1-45/+37
2017-11-22binman: Disable the no-unit_address_vs_reg warningsSimon Glass1-1/+2
2017-09-15dtoc: Add a header to the generated filesSimon Glass1-0/+12
2017-09-15dtoc: Support properties containing multiple phandle valuesSimon Glass3-12/+53
2017-09-15dtoc: Put phandle args in an arraySimon Glass2-2/+2
2017-09-15dtoc: Put each phandle on a separate lineSimon Glass2-6/+9
2017-09-15dtoc: Rename the phandle structSimon Glass2-2/+3
2017-09-15dtoc: Rename is_phandle() and adjust it to return more detailSimon Glass2-22/+58
2017-09-15dtoc: Make is_phandle() a member functionSimon Glass1-18/+18
2017-09-15dtoc: Use the Fdt's class's phandle mapSimon Glass1-13/+3
2017-09-15dtoc: Update the Fdt class to record phandlesSimon Glass1-0/+5
2017-09-15dtoc: Handle 'reg' properties with unusual sizesSimon Glass2-0/+38
2017-09-15dtoc: Add support for 32 or 64-bit addressesSimon Glass7-0/+401
2017-09-15dtoc: Avoid very long lines in outputSimon Glass2-3/+10
2017-09-15dtoc: Add a 64-bit type and a way to convert cells into 64 bitsSimon Glass3-1/+18
2017-09-15dtoc: Adjust Node to record its parentSimon Glass1-5/+7
2017-08-20Fix 'notes' typosAnatolij Gustschin1-1/+1
2017-07-11dtoc: Add testsSimon Glass7-4/+411
2017-07-11dtoc: Add a comment about string replace in conv_name_to_c()Simon Glass1-0/+3
2017-07-11dtoc: Move the main logic into the dtb_platdata fileSimon Glass2-17/+31
2017-07-11dtoc: Move static functions out of the classSimon Glass1-62/+63
2017-07-11dtoc: Pass include_disabled explicitlySimon Glass2-5/+5
2017-07-11dtoc: Don't handle properties with / in themSimon Glass1-1/+0
2017-07-11dtoc: Fix pylint warningsSimon Glass2-131/+144
2017-07-11dtoc: Split out the main class into its own fileSimon Glass2-405/+414
2017-07-11dtoc: Add a comment at the topSimon Glass1-0/+20
2017-07-11dtoc: Use self._options instead of the global optionsSimon Glass1-2/+2
2017-07-11dtoc: Support multiple compatible strings in a nodeSimon Glass1-7/+21
2017-06-02fdt: Drop fdt_select.pySimon Glass3-20/+9
2017-06-02fdt: Merge fdt_normal with its base classSimon Glass3-253/+157
2017-06-02fdt: Drop fdt_fallback librarySimon Glass3-204/+5
2017-06-02fdt: Drop use of the legacy libfdt python moduleSimon Glass1-24/+8
2017-06-02fdt: Support use of the new python libfdt librarySimon Glass2-9/+27
2017-06-02fdt: Rename existing python libfdt moduleSimon Glass1-1/+1
2017-05-10dtoc: Handle nodes with phandles that depend on the sameSimon Glass1-14/+41
2017-05-10dtoc: Move the output code into its own functionSimon Glass1-44/+52
2017-04-13dtoc: Decode val if it's a byte stringGeorge McCollister1-0/+2
2017-03-22dtoc: make ScanTree recurse into subnodesPhilipp Tomsich1-1/+18
2017-03-16dm: allow limiting pre-reloc markings to spl or tplHeiko Stübner1-0/+2
2017-02-08dtoc: Replace dot with underscore to avoid compiler errorsSimon Glass1-0/+1
2016-10-09dtoc: Make integer division python 3.x safePaul Burton1-1/+1
2016-10-09dtoc: Decode strings for struct.unpack on python 3.xPaul Burton1-0/+3
2016-10-09dtoc: Use items() to iterate over dictionaries in python 3.xPaul Burton2-5/+5
2016-10-09dtoc: Add a way for tests to request the fallback librarySimon Glass1-3/+13
2016-10-09dtoc: Adjust GetProps() in fdt_normal to use the node pathSimon Glass1-6/+3
2016-10-09dtoc: Fix bug in GetProp()Simon Glass1-1/+1
2016-09-18dtoc: Add methods for reading data from propertiesSimon Glass1-0/+25