Home
last modified time | relevance | path

Searched hist:fa80c25c (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/tools/dtoc/
H A Dtest_fdt.pyfa80c25c Fri Sep 14 05:57:13 CDT 2018 Simon Glass <sjg@chromium.org> dtoc: Allow syncing of the device tree back to a file

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>
H A Dfdt.pyfa80c25c Fri Sep 14 05:57:13 CDT 2018 Simon Glass <sjg@chromium.org> dtoc: Allow syncing of the device tree back to a file

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>
/openbmc/u-boot/tools/binman/
H A Dcontrol.pyfa80c25c Fri Sep 14 05:57:13 CDT 2018 Simon Glass <sjg@chromium.org> dtoc: Allow syncing of the device tree back to a file

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>