commit | 62b1db33778611a3023d1e3a98e869b495edc9ca | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Sep 26 08:14:43 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 06 14:38:13 2023 -0400 |
tree | a02bcbcf8555af6897638135af9662a53ff591af | |
parent | 67fb2159fb3438359fa0fc3f8cb491ffe8d57c0f [diff] |
dm: core: Add a way to convert a devicetree to a dtb Add a way to flatten a devicetree into binary form. For livetree this involves generating the devicetree using fdt_property() and other calls. For flattree it simply involves providing the buffer containing the tree. Signed-off-by: Simon Glass <sjg@chromium.org>