Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dtoc: Add a function to obtain a list of phandles | Simon Glass | 2018-08-01 | 1 | -0/+20 |
* | dtoc: Export the _FindNode() function | Simon Glass | 2018-08-01 | 1 | -4/+4 |
* | binman: Add an entry filled with a repeating byte | Simon Glass | 2018-08-01 | 1 | -1/+14 |
* | binman: Add support for passing arguments to entries | Simon Glass | 2018-08-01 | 1 | -0/+8 |
* | dtoc: Add functions to add integer properties | Simon Glass | 2018-07-09 | 1 | -0/+20 |
* | dtoc: Fix properties with a single zero-arg phandle | Simon Glass | 2018-07-09 | 1 | -1/+3 |
* | dtoc: Fix Fdt.GetNode() to handle a missing node | Simon Glass | 2018-07-09 | 1 | -0/+3 |
* | dtoc: Keep track of property offsets | Simon Glass | 2018-07-09 | 1 | -7/+58 |
* | dtoc: Update fdt tests to increase code coverage | Simon Glass | 2018-07-09 | 1 | -3/+131 |
* | dtoc: Drop use of a local dtb buffer | Simon Glass | 2018-07-09 | 1 | -2/+2 |
* | dtoc: Add some tests for the fdt module | Simon Glass | 2018-07-09 | 1 | -0/+246 |