Age | Commit message (Expand) | Author |
2018-10-09 | dtoc: Fix the value of SetInt() | Simon Glass |
2018-10-08 | binman: Run tests concurrently | Simon Glass |
2018-10-08 | buildman: dtoc: Suppress unwanted output from test | Simon Glass |
2018-10-08 | binman: Fix up removal of temporary directories | Simon Glass |
2018-10-08 | binman: Add a default path to libfdt.py | Simon Glass |
2018-09-28 | dtoc: Add a way to create an Fdt object from a data block | Simon Glass |
2018-09-28 | dtoc: Add methods for adding and updating properties | Simon Glass |
2018-09-28 | dtoc: Support adding new nodes | Simon Glass |
2018-09-28 | dtoc: Fixed endianness in Prop.GetEmpty() | Simon Glass |
2018-09-28 | dtoc: Allow syncing of the device tree back to a file | Simon Glass |
2018-08-08 | libfdt: Update to latest pylibfdt implementation | Simon Glass |
2018-08-01 | dtoc: Add a function to obtain a list of phandles | Simon Glass |
2018-08-01 | dtoc: Export the _FindNode() function | Simon Glass |
2018-08-01 | binman: Add an entry filled with a repeating byte | Simon Glass |
2018-08-01 | binman: Add support for passing arguments to entries | Simon Glass |
2018-08-01 | dtoc: Add missing comments to fdt_util | Simon Glass |
2018-07-09 | dtoc: Add functions to add integer properties | Simon Glass |
2018-07-09 | dtoc: Avoid unwanted output during tests | Simon Glass |
2018-07-09 | dtoc: Increase code coverage to 100% | Simon Glass |
2018-07-09 | dtoc: Add a test for code coverage | Simon Glass |
2018-07-09 | dtoc: Fix some minor errors | Simon Glass |
2018-07-09 | dtoc: Fix properties with a single zero-arg phandle | Simon Glass |
2018-07-09 | dtoc: Fix Fdt.GetNode() to handle a missing node | Simon Glass |
2018-07-09 | dtoc: Keep track of property offsets | Simon Glass |
2018-07-09 | dtoc: Update fdt tests to increase code coverage | Simon Glass |
2018-07-09 | dtoc: Drop use of a local dtb buffer | Simon Glass |
2018-07-09 | dtoc: Make use of the new pylibfdt methods | Simon Glass |
2018-07-09 | dtoc: Update tests to write failures to /tmp | Simon Glass |
2018-07-09 | dtoc: Add some tests for the fdt module | Simon Glass |
2018-07-09 | libfdt: Bring in proposed pylibfdt changes | Simon Glass |
2018-05-07 | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini |
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 |