From: Jamin Lin Date: Thu, 3 Jul 2025 05:24:00 +0000 (+0800) Subject: aspeed: Deprecate the ast2700a0-evb machine X-Git-Tag: v10.1.0-rc0~34^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6888a4a9c8601005a2329fee6487c3c0df1348c0;p=thirdparty%2Fqemu.git aspeed: Deprecate the ast2700a0-evb machine 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 Reviewed-by: Cédric Le Goater Link: https://lore.kernel.org/qemu-devel/20250703052400.2927831-1-jamin_lin@aspeedtech.com Signed-off-by: Cédric Le Goater --- diff --git a/docs/about/deprecated.rst b/docs/about/deprecated.rst index 42037131de1..5a3ed71a644 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) '''''''''''''''''''''''''''''''''''''