summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-09-07 05:27:30 +0300
committerTom Rini <trini@konsulko.com>2022-09-30 05:43:43 +0300
commit47a677c2eb030d5a4e905fb8993a4cb43bcde55d (patch)
treee8587f0e5e5077cec03aa0f555e5bf7a640a5061 /doc
parent88a1ae8172a847911ce699ac95f79ea17c88739c (diff)
downloadu-boot-47a677c2eb030d5a4e905fb8993a4cb43bcde55d.tar.xz
dm: core: Expand ofnode tests
The current tests do not cover all functions, nor do they cover the new multi-tree functionality. Add and update the tests accordingly and update the 'future work' notes in the documentation. There is a still more testing needed for the failure cases, since at present some ofnode functions return a libfdt error code instead of converting it to an errno. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/develop/driver-model/livetree.rst7
1 files changed, 2 insertions, 5 deletions
diff --git a/doc/develop/driver-model/livetree.rst b/doc/develop/driver-model/livetree.rst
index 76be89b963..65b88f854e 100644
--- a/doc/develop/driver-model/livetree.rst
+++ b/doc/develop/driver-model/livetree.rst
@@ -321,10 +321,7 @@ Adding a new function for device-tree access involves the following steps:
Future work
-----------
-Live tree support was introduced in U-Boot 2017.07. There is still quite a bit
-of work to do to flesh this out:
+Live tree support was introduced in U-Boot 2017.07. Some possible enhancements
+are:
-- tests for all access functions
-- more support for livetree modification
-- addition of more access functions as needed
- support for livetree in SPL and before relocation (if desired)