[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] docs/about: Deprecate the 'next-cube' m68k machine
|
From: |
Thomas Huth |
|
Subject: |
[PATCH] docs/about: Deprecate the 'next-cube' m68k machine |
|
Date: |
Sat, 7 Oct 2023 09:23:13 +0200 |
The machine is incomplete, and unfortunately the hoped-for improvements
never happened. So it's maybe best if we mark this machine as deprecated
and finally remove it again in case it gets into the way of a code
refactoring or other reasons.
Signed-off-by: Thomas Huth <huth@tuxfamily.org>
---
docs/about/deprecated.rst | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/docs/about/deprecated.rst b/docs/about/deprecated.rst
index 3b074b9ed4..2f6dadd12f 100644
--- a/docs/about/deprecated.rst
+++ b/docs/about/deprecated.rst
@@ -253,6 +253,14 @@ deprecated; use the new name ``dtb-randomness`` instead.
The new name
better reflects the way this property affects all random data within
the device tree blob, not just the ``kaslr-seed`` node.
+``next-cube`` m68k machine (since 8.2)
+''''''''''''''''''''''''''''''''''''''
+
+The machine never got fully implemented and can only show the firmware prompt.
+Given the incomplete state and slow progress on improvements, it might get
+removed again without replacement.
+
+
Backend options
---------------
--
2.41.0
- [PATCH] docs/about: Deprecate the 'next-cube' m68k machine,
Thomas Huth <=