Commit Graph

66 Commits (61da678c394583a4731178858e9b9312f05c758b)

Author SHA1 Message Date
Simon Glass d503114c66 dtoc: Add a header to the generated files 8 years ago
Simon Glass 634eba4be0 dtoc: Support properties containing multiple phandle values 8 years ago
Simon Glass bc79617fdf dtoc: Put phandle args in an array 8 years ago
Simon Glass 35d503700f dtoc: Put each phandle on a separate line 8 years ago
Simon Glass 0d15463c05 dtoc: Rename the phandle struct 8 years ago
Simon Glass 8fed2eb20c dtoc: Rename is_phandle() and adjust it to return more detail 8 years ago
Simon Glass 2925c26bb2 dtoc: Make is_phandle() a member function 8 years ago
Simon Glass 72ab7c5e38 dtoc: Use the Fdt's class's phandle map 8 years ago
Simon Glass 09264e0433 dtoc: Update the Fdt class to record phandles 8 years ago
Simon Glass 5ec741fd84 dtoc: Handle 'reg' properties with unusual sizes 8 years ago
Simon Glass c20ee0ed07 dtoc: Add support for 32 or 64-bit addresses 8 years ago
Simon Glass 21d54ac353 dtoc: Avoid very long lines in output 8 years ago
Simon Glass fbdfd228fb dtoc: Add a 64-bit type and a way to convert cells into 64 bits 8 years ago
Simon Glass 979ab02473 dtoc: Adjust Node to record its parent 8 years ago
Anatolij Gustschin f1a7ba1da5 Fix 'notes' typos 8 years ago
Simon Glass c07919281c dtoc: Add tests 8 years ago
Simon Glass 30107b08d7 dtoc: Add a comment about string replace in conv_name_to_c() 8 years ago
Simon Glass fa0ea5b09e dtoc: Move the main logic into the dtb_platdata file 8 years ago
Simon Glass 56e0bbe057 dtoc: Move static functions out of the class 8 years ago
Simon Glass e36024b05f dtoc: Pass include_disabled explicitly 8 years ago
Simon Glass 86290ce40e dtoc: Don't handle properties with / in them 8 years ago
Simon Glass 2be282ca01 dtoc: Fix pylint warnings 8 years ago
Simon Glass 7581c01a15 dtoc: Split out the main class into its own file 8 years ago
Simon Glass 14f5acfc5b dtoc: Add a comment at the top 8 years ago
Simon Glass 418355cbaa dtoc: Use self._options instead of the global options 8 years ago
Simon Glass 2cce586651 dtoc: Support multiple compatible strings in a node 8 years ago
Simon Glass 99ed4a2e97 fdt: Drop fdt_select.py 8 years ago
Simon Glass 7b75b4482d fdt: Merge fdt_normal with its base class 8 years ago
Simon Glass 160a766425 fdt: Drop fdt_fallback library 8 years ago
Simon Glass 6d804eafc1 fdt: Drop use of the legacy libfdt python module 8 years ago
Simon Glass b4360206a4 fdt: Support use of the new python libfdt library 8 years ago
Simon Glass 555ba4889c fdt: Rename existing python libfdt module 8 years ago
Simon Glass 439c947f32 dtoc: Handle nodes with phandles that depend on the same 8 years ago
Simon Glass 49eec8c7f1 dtoc: Move the output code into its own function 8 years ago
George McCollister f156b5b597 dtoc: Decode val if it's a byte string 8 years ago
Philipp Tomsich 524dd45e0d dtoc: make ScanTree recurse into subnodes 8 years ago
Philipp Tomsich 55bc080e79 dtoc: make ScanTree recurse into subnodes 8 years ago
Heiko Stübner 27326c7ee2 dm: allow limiting pre-reloc markings to spl or tpl 8 years ago
Simon Glass 6b6024a3a2 dtoc: Replace dot with underscore to avoid compiler errors 8 years ago
Paul Burton 34c3889635 dtoc: Make integer division python 3.x safe 9 years ago
Paul Burton c4c5f9eefb dtoc: Decode strings for struct.unpack on python 3.x 9 years ago
Paul Burton 4ae6549f8e dtoc: Use items() to iterate over dictionaries in python 3.x 9 years ago
Simon Glass 3cb44ba80c dtoc: Add a way for tests to request the fallback library 9 years ago
Simon Glass 8828254cae dtoc: Adjust GetProps() in fdt_normal to use the node path 9 years ago
Simon Glass 0734b70c9c dtoc: Fix bug in GetProp() 9 years ago
Simon Glass 8f224b3734 dtoc: Add methods for reading data from properties 9 years ago
Simon Glass 20024daee5 dtoc: Correct quotes in fdt_util 9 years ago
Simon Glass babdbde68f dtoc: Support finding the offset of a property 9 years ago
Simon Glass da5f74998b dtoc: Support packing the device tree 9 years ago
Simon Glass 2a70d897ed dtoc: Support deleting device tree properties 9 years ago