summaryrefslogtreecommitdiff
path: root/doc/develop
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2022-01-13 07:34:27 -0500
committerTom Rini <[email protected]>2022-01-13 07:34:27 -0500
commit37b876359fbd90434b37527fa96f72a31af20f81 (patch)
tree3a8d677b0e1f0038d84aca54986047968e27b007 /doc/develop
parenta02af84e03e018d7cd08bb3070cbe5517004712b (diff)
parent6e4a7eaf7d6c9aedafa19aa57553ae44dba5ca0d (diff)
Merge branch '2022-01-12-assorted-updates'
- Fix binman fake blob support to write outside source directory - Azure now has stages in the pipeline - Update to latest focal tag for containers in CI. - Finish dropping LynxOS - Add migration message for timer code
Diffstat (limited to 'doc/develop')
-rw-r--r--doc/develop/driver-model/migration.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/develop/driver-model/migration.rst b/doc/develop/driver-model/migration.rst
index 3dbeea6537c..10f474e9cdf 100644
--- a/doc/develop/driver-model/migration.rst
+++ b/doc/develop/driver-model/migration.rst
@@ -106,3 +106,15 @@ Deadline: 2022.10
This is a legacy option which has been replaced by driver model.
Maintainers should submit patches switching over to using CONFIG_DM_KEYBOARD and
other base driver model options in time for inclusion in the 2022.10 release.
+
+CONFIG_SYS_TIMER_RATE and CONFIG_SYS_TIMER_COUNTER
+--------------------------------------------------
+Deadline: 2023.01
+
+These are legacy options which have been replaced by driver model.
+Maintainers should submit patches switching over to using CONFIG_TIMER and
+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