aspeed: Deprecate the tacoma-bmc machine
authorCédric Le Goater <clg@redhat.com>
Mon, 24 Jun 2024 17:29:18 +0000 (19:29 +0200)
committerCédric Le Goater <clg@redhat.com>
Tue, 2 Jul 2024 05:52:43 +0000 (07:52 +0200)
The tacoma-bmc machine was a board including an AST2600 SoC based BMC
and a witherspoon like OpenPOWER system. It was used for bring up of
the AST2600 SoC in labs. It can be easily replaced by the rainier-bmc
machine which is part of a real product offering.

Signed-off-by: Cédric Le Goater <clg@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
docs/about/deprecated.rst
hw/arm/aspeed.c

index ff3da68208ac816a069e2e87c49c944061223c5a..5d9e4d8de725cd6ae4291850753b22b76a62bd36 100644 (file)
@@ -256,6 +256,14 @@ images are not available, OpenWRT dropped support in 2019, U-Boot in
 2017, Linux also is dropping support in 2024. It is time to let go of
 this ancient hardware and focus on newer CPUs and platforms.
 
+Arm ``tacoma-bmc`` machine (since 9.1)
+''''''''''''''''''''''''''''''''''''''''
+
+The ``tacoma-bmc`` machine was a board including an AST2600 SoC based
+BMC and a witherspoon like OpenPOWER system. It was used for bring up
+of the AST2600 SoC in labs.  It can be easily replaced by the
+``rainier-bmc`` machine which is a real product.
+
 Backend options
 ---------------
 
index 40dc0e4c76db772871e5336c349fc9c587d14b2d..53a4f665d0d072d247f06ca7537b36109fd73b09 100644 (file)
@@ -1379,6 +1379,8 @@ static void aspeed_machine_tacoma_class_init(ObjectClass *oc, void *data)
     amc->i2c_init  = witherspoon_bmc_i2c_init; /* Same board layout */
     mc->default_ram_size = 1 * GiB;
     aspeed_machine_class_init_cpus_defaults(mc);
+
+    mc->deprecation_reason = "Please use the similar 'rainier-bmc' machine";
 };
 
 static void aspeed_machine_g220a_class_init(ObjectClass *oc, void *data)