aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-01-29 13:42:58 -0500
committerTom Rini <trini@konsulko.com>2022-01-29 13:42:58 -0500
commit98a90b2730696c1ba773359b7944f6685ae13344 (patch)
tree6376c36f19409294563fc843bf4d5bbd8959418d /doc
parent2d0953c0e0de02dc470345c2b07d77d2a782dba6 (diff)
parent1e69db57e64249f7f7a5a282a3a2f1b053be3f6f (diff)
downloadu-boot-98a90b2730696c1ba773359b7944f6685ae13344.zip
u-boot-98a90b2730696c1ba773359b7944f6685ae13344.tar.gz
u-boot-98a90b2730696c1ba773359b7944f6685ae13344.tar.bz2
Merge branch '2022-01-28-assorted-fixes'
- Extend the pci command to support a few more features. - Add support for custom SPL boot device names (so it's easier for users to understand) - Updates for am64x to address some review comments. - Migration deadline notice for DM_SERIAL - coreboot payload test - Support rsa3072 signatures. - DFU should skip writing empty UBI pages, bootcount printf format char correction.
Diffstat (limited to 'doc')
-rw-r--r--doc/develop/driver-model/migration.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/develop/driver-model/migration.rst b/doc/develop/driver-model/migration.rst
index 10f474e..5a60436 100644
--- a/doc/develop/driver-model/migration.rst
+++ b/doc/develop/driver-model/migration.rst
@@ -118,3 +118,11 @@ other base driver model options in time for inclusion in the 2022.10 release.
There is only one method to implement, unless you want to support bootstage,
in which case you need an early timer also. For example drivers, see
sandbox_timer.c and rockchip_timer.c
+
+CONFIG_DM_SERIAL
+----------------
+Deadline: 2023.04
+
+The serial subsystem has supported the driver model since late 2014.
+Maintainers should submit patches switching over to using CONFIG_DM_SERIAL and
+other base driver model options in time for inclusion in the 2022.10 release.