summaryrefslogtreecommitdiff
path: root/tools/dtoc
AgeCommit message (Expand)Author
2017-07-11dtoc: Add testsSimon Glass
2017-07-11dtoc: Add a comment about string replace in conv_name_to_c()Simon Glass
2017-07-11dtoc: Move the main logic into the dtb_platdata fileSimon Glass
2017-07-11dtoc: Move static functions out of the classSimon Glass
2017-07-11dtoc: Pass include_disabled explicitlySimon Glass
2017-07-11dtoc: Don't handle properties with / in themSimon Glass
2017-07-11dtoc: Fix pylint warningsSimon Glass
2017-07-11dtoc: Split out the main class into its own fileSimon Glass
2017-07-11dtoc: Add a comment at the topSimon Glass
2017-07-11dtoc: Use self._options instead of the global optionsSimon Glass
2017-07-11dtoc: Support multiple compatible strings in a nodeSimon Glass
2017-06-02fdt: Drop fdt_select.pySimon Glass
2017-06-02fdt: Merge fdt_normal with its base classSimon Glass
2017-06-02fdt: Drop fdt_fallback librarySimon Glass
2017-06-02fdt: Drop use of the legacy libfdt python moduleSimon Glass
2017-06-02fdt: Support use of the new python libfdt librarySimon Glass
2017-06-02fdt: Rename existing python libfdt moduleSimon Glass
2017-05-10dtoc: Handle nodes with phandles that depend on the sameSimon Glass
2017-05-10dtoc: Move the output code into its own functionSimon Glass
2017-04-13dtoc: Decode val if it's a byte stringGeorge McCollister
2017-03-22dtoc: make ScanTree recurse into subnodesPhilipp Tomsich
2017-03-16dm: allow limiting pre-reloc markings to spl or tplHeiko Stübner
2017-02-08dtoc: Replace dot with underscore to avoid compiler errorsSimon Glass
2016-10-09dtoc: Make integer division python 3.x safePaul Burton
2016-10-09dtoc: Decode strings for struct.unpack on python 3.xPaul Burton
2016-10-09dtoc: Use items() to iterate over dictionaries in python 3.xPaul Burton
2016-10-09dtoc: Add a way for tests to request the fallback librarySimon Glass
2016-10-09dtoc: Adjust GetProps() in fdt_normal to use the node pathSimon Glass
2016-10-09dtoc: Fix bug in GetProp()Simon Glass
2016-09-19dtoc: Add methods for reading data from propertiesSimon Glass
2016-09-19dtoc: Correct quotes in fdt_utilSimon Glass
2016-09-19dtoc: Support finding the offset of a propertySimon Glass
2016-09-19dtoc: Support packing the device treeSimon Glass
2016-09-19dtoc: Support deleting device tree propertiesSimon Glass
2016-09-19dtoc: Move to using bytearraySimon Glass
2016-09-19dtoc: Prepare for supporting changing of device treesSimon Glass
2016-09-19dtoc: Drop the convert_dash parameter to GetProps()Simon Glass
2016-09-19dtoc: Allow the device tree to be compiled from sourceSimon Glass
2016-09-19dtoc: Move a few more common functions into fdt.pySimon Glass
2016-09-19dtoc: Move Widen() and GetPhandle() into the base classSimon Glass
2016-09-19dtoc: Move BytesToValue() and GetEmpty() into PropBaseSimon Glass
2016-09-19dtoc: Create a base class for FdtSimon Glass
2016-09-19dtoc: Rename fdt.py to fdt_normal.pySimon Glass
2016-09-19dtoc: Move the fdt library selection into fdt_selectSimon Glass
2016-09-19dtoc: Move the struct import into the correct orderSimon Glass
2016-07-25dtoc: Correct the type widening code in fdt_fallbackSimon Glass
2016-07-15dm: core: Expand platdata for of-platdata devicesSimon Glass
2016-07-15dtoc: Ignore the u-boot, dm-pre-reloc propertySimon Glass
2016-07-15dm: Add a more efficient libfdt librarySimon Glass
2016-07-15dm: Add a tool to generate C code from a device treeSimon Glass