
2 Oct
2018
2 Oct
'18
1:19 p.m.
On 14 September 2018 at 03:57, Simon Glass sjg@chromium.org wrote:
At present we require the caller to manually update the device tree using individual calls to libfdt functions. This is not ideal. It would be better if we could make changes using the Python structure and then call a Sync() function to write them back.
Add this feature to the Fdt class. Update binman and the tests to match.
Signed-off-by: Simon Glass sjg@chromium.org
tools/binman/control.py | 2 + tools/dtoc/fdt.py | 91 +++++++++++++++++++++++++++++++++++++---- tools/dtoc/test_fdt.py | 8 +++- 3 files changed, 91 insertions(+), 10 deletions(-)
Applied to u-boot-dm, and now in mainline.