diff options
author | Cédric Le Goater <clg@redhat.com> | 2024-06-24 19:29:18 +0200 |
---|---|---|
committer | Cédric Le Goater <clg@redhat.com> | 2024-07-02 07:52:43 +0200 |
commit | 56a37eda93edafabcc4de0184b88d082ede6dec1 (patch) | |
tree | 0d0cf3122fbb8f29e1070cf4f40105ae29b1f550 /hw/arm/aspeed.c | |
parent | 87511bb878b2fc6618bee71add5c28c4e3d36d60 (diff) | |
download | qemu-56a37eda93edafabcc4de0184b88d082ede6dec1.zip qemu-56a37eda93edafabcc4de0184b88d082ede6dec1.tar.gz qemu-56a37eda93edafabcc4de0184b88d082ede6dec1.tar.bz2 |
aspeed: Deprecate the tacoma-bmc machine
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>
Diffstat (limited to 'hw/arm/aspeed.c')
-rw-r--r-- | hw/arm/aspeed.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/arm/aspeed.c b/hw/arm/aspeed.c index 40dc0e4..53a4f66 100644 --- a/hw/arm/aspeed.c +++ b/hw/arm/aspeed.c @@ -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) |