[PATCH v1] aspeed: Deprecate the ast2700a0-evb machine

Jamin Lin via posted 1 patch 4 months, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20250703052400.2927831-1-jamin._5Flin@aspeedtech.com
docs/about/deprecated.rst | 8 ++++++++
1 file changed, 8 insertions(+)
[PATCH v1] aspeed: Deprecate the ast2700a0-evb machine
Posted by Jamin Lin via 4 months, 2 weeks ago
The ast2700a0-evb machine represents the first revision of the AST2700 and
serves as the initial engineering sample rather than a production version.
A newer revision, A1, is now supported, and the ast2700a1-evb should replace
the older A0 version.

Signed-off-by: Jamin Lin <jamin_lin@aspeedtech.com>
---
 docs/about/deprecated.rst | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/docs/about/deprecated.rst b/docs/about/deprecated.rst
index 42037131de..5a3ed71a64 100644
--- a/docs/about/deprecated.rst
+++ b/docs/about/deprecated.rst
@@ -315,6 +315,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.
 
+Arm ``ast2700a0-evb`` machine (since 10.1)
+''''''''''''''''''''''''''''''''''''''''''
+
+The ``ast2700a0-evb`` machine represents the first revision of the AST2700
+and serves as the initial engineering sample rather than a production version.
+A newer revision, A1, is now supported, and the ``ast2700a1-evb`` should
+replace the older A0 version.
+
 Mips ``mipssim`` machine (since 10.0)
 '''''''''''''''''''''''''''''''''''''
 
-- 
2.43.0
Re: [PATCH v1] aspeed: Deprecate the ast2700a0-evb machine
Posted by Cédric Le Goater 4 months, 2 weeks ago
On 7/3/25 07:24, Jamin Lin via Devel wrote:
> The ast2700a0-evb machine represents the first revision of the AST2700 and
> serves as the initial engineering sample rather than a production version.
> A newer revision, A1, is now supported, and the ast2700a1-evb should replace
> the older A0 version.
> 
> Signed-off-by: Jamin Lin <jamin_lin@aspeedtech.com>
> ---
>   docs/about/deprecated.rst | 8 ++++++++
>   1 file changed, 8 insertions(+)
> 
> diff --git a/docs/about/deprecated.rst b/docs/about/deprecated.rst
> index 42037131de..5a3ed71a64 100644
> --- a/docs/about/deprecated.rst
> +++ b/docs/about/deprecated.rst
> @@ -315,6 +315,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.
>   
> +Arm ``ast2700a0-evb`` machine (since 10.1)
> +''''''''''''''''''''''''''''''''''''''''''
> +
> +The ``ast2700a0-evb`` machine represents the first revision of the AST2700
> +and serves as the initial engineering sample rather than a production version.
> +A newer revision, A1, is now supported, and the ``ast2700a1-evb`` should
> +replace the older A0 version.
> +
>   Mips ``mipssim`` machine (since 10.0)
>   '''''''''''''''''''''''''''''''''''''
>   


Reviewed-by: Cédric Le Goater <clg@redhat.com>

Thanks,

C.