Home
last modified time | relevance | path

Searched hist:96066240 (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/tools/dtoc/
H A Dtest_fdt.py96066240 Fri Jul 06 11:27:27 CDT 2018 Simon Glass <sjg@chromium.org> dtoc: Drop use of a local dtb buffer

At present the Fdt class has its own copy of the device tree. This is
confusing an unnecessary now that pylibfdt has its own. Drop it and
provide access functions to the buffer.

This allows us to move the rest of the implementation to use pylibfdt
methods instead of directly calling libfdt stubs.

Signed-off-by: Simon Glass <sjg@chromium.org>
H A Dfdt.py96066240 Fri Jul 06 11:27:27 CDT 2018 Simon Glass <sjg@chromium.org> dtoc: Drop use of a local dtb buffer

At present the Fdt class has its own copy of the device tree. This is
confusing an unnecessary now that pylibfdt has its own. Drop it and
provide access functions to the buffer.

This allows us to move the rest of the implementation to use pylibfdt
methods instead of directly calling libfdt stubs.

Signed-off-by: Simon Glass <sjg@chromium.org>