summaryrefslogtreecommitdiff
path: root/tools/dtoc
AgeCommit message (Expand)AuthorFilesLines
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-17dm: 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-19dtoc: Add methods for reading data from propertiesSimon Glass1-0/+25
2016-09-19dtoc: Correct quotes in fdt_utilSimon Glass1-1/+1
2016-09-19dtoc: Support finding the offset of a propertySimon Glass2-0/+29
2016-09-19dtoc: Support packing the device treeSimon Glass2-0/+27
2016-09-19dtoc: Support deleting device tree propertiesSimon Glass3-0/+43
2016-09-19dtoc: Move to using bytearraySimon Glass1-1/+1
2016-09-19dtoc: Prepare for supporting changing of device treesSimon Glass1-4/+42
2016-09-19dtoc: Drop the convert_dash parameter to GetProps()Simon Glass1-4/+1
2016-09-19dtoc: Allow the device tree to be compiled from sourceSimon Glass3-2/+48
2016-09-19dtoc: Move a few more common functions into fdt.pySimon Glass3-32/+57
2016-09-19dtoc: Move Widen() and GetPhandle() into the base classSimon Glass3-83/+41
2016-09-19dtoc: Move BytesToValue() and GetEmpty() into PropBaseSimon Glass5-79/+80
2016-09-19dtoc: Create a base class for FdtSimon Glass4-48/+148
2016-09-19dtoc: Rename fdt.py to fdt_normal.pySimon Glass2-1/+1
2016-09-19dtoc: Move the fdt library selection into fdt_selectSimon Glass2-15/+26
2016-09-19dtoc: Move the struct import into the correct orderSimon Glass1-2/+1
2016-07-25dtoc: Correct the type widening code in fdt_fallbackSimon Glass1-0/+6
2016-07-15dm: core: Expand platdata for of-platdata devicesSimon Glass1-0/+2
2016-07-15dtoc: Ignore the u-boot, dm-pre-reloc propertySimon Glass1-0/+1
2016-07-15dm: Add a more efficient libfdt librarySimon Glass1-0/+180
2016-07-15dm: Add a tool to generate C code from a device treeSimon Glass2-0/+392