Age | Commit message (Expand) | Author |
2018-03-05 | libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> | Masahiro Yamada |
2018-01-28 | host-tools: use python2 explicitly for shebang | Masahiro Yamada |
2018-01-15 | dtoc: Allow DTC environment variable to provide path to dtc | Simon Glass |
2017-11-22 | dtoc: Fix up tests | Simon Glass |
2017-11-22 | binman: Disable the no-unit_address_vs_reg warnings | Simon Glass |
2017-09-15 | dtoc: Add a header to the generated files | Simon Glass |
2017-09-15 | dtoc: Support properties containing multiple phandle values | Simon Glass |
2017-09-15 | dtoc: Put phandle args in an array | Simon Glass |
2017-09-15 | dtoc: Put each phandle on a separate line | Simon Glass |
2017-09-15 | dtoc: Rename the phandle struct | Simon Glass |
2017-09-15 | dtoc: Rename is_phandle() and adjust it to return more detail | Simon Glass |
2017-09-15 | dtoc: Make is_phandle() a member function | Simon Glass |
2017-09-15 | dtoc: Use the Fdt's class's phandle map | Simon Glass |
2017-09-15 | dtoc: Update the Fdt class to record phandles | Simon Glass |
2017-09-15 | dtoc: Handle 'reg' properties with unusual sizes | Simon Glass |
2017-09-15 | dtoc: Add support for 32 or 64-bit addresses | Simon Glass |
2017-09-15 | dtoc: Avoid very long lines in output | Simon Glass |
2017-09-15 | dtoc: Add a 64-bit type and a way to convert cells into 64 bits | Simon Glass |
2017-09-15 | dtoc: Adjust Node to record its parent | Simon Glass |
2017-08-20 | Fix 'notes' typos | Anatolij Gustschin |
2017-07-11 | dtoc: Add tests | Simon Glass |
2017-07-11 | dtoc: Add a comment about string replace in conv_name_to_c() | Simon Glass |
2017-07-11 | dtoc: Move the main logic into the dtb_platdata file | Simon Glass |
2017-07-11 | dtoc: Move static functions out of the class | Simon Glass |
2017-07-11 | dtoc: Pass include_disabled explicitly | Simon Glass |
2017-07-11 | dtoc: Don't handle properties with / in them | Simon Glass |
2017-07-11 | dtoc: Fix pylint warnings | Simon Glass |
2017-07-11 | dtoc: Split out the main class into its own file | Simon Glass |
2017-07-11 | dtoc: Add a comment at the top | Simon Glass |
2017-07-11 | dtoc: Use self._options instead of the global options | Simon Glass |
2017-07-11 | dtoc: Support multiple compatible strings in a node | Simon Glass |
2017-06-02 | fdt: Drop fdt_select.py | Simon Glass |
2017-06-02 | fdt: Merge fdt_normal with its base class | Simon Glass |
2017-06-02 | fdt: Drop fdt_fallback library | Simon Glass |
2017-06-02 | fdt: Drop use of the legacy libfdt python module | Simon Glass |
2017-06-02 | fdt: Support use of the new python libfdt library | Simon Glass |
2017-06-02 | fdt: Rename existing python libfdt module | Simon Glass |
2017-05-10 | dtoc: Handle nodes with phandles that depend on the same | Simon Glass |
2017-05-10 | dtoc: Move the output code into its own function | Simon Glass |
2017-04-13 | dtoc: Decode val if it's a byte string | George McCollister |
2017-03-22 | dtoc: make ScanTree recurse into subnodes | Philipp Tomsich |
2017-03-16 | dm: allow limiting pre-reloc markings to spl or tpl | Heiko Stübner |
2017-02-08 | dtoc: Replace dot with underscore to avoid compiler errors | Simon Glass |
2016-10-09 | dtoc: Make integer division python 3.x safe | Paul Burton |
2016-10-09 | dtoc: Decode strings for struct.unpack on python 3.x | Paul Burton |
2016-10-09 | dtoc: Use items() to iterate over dictionaries in python 3.x | Paul Burton |
2016-10-09 | dtoc: Add a way for tests to request the fallback library | Simon Glass |
2016-10-09 | dtoc: Adjust GetProps() in fdt_normal to use the node path | Simon Glass |
2016-10-09 | dtoc: Fix bug in GetProp() | Simon Glass |
2016-09-18 | dtoc: Add methods for reading data from properties | Simon Glass |