qemu-arm
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 1/6] arm: Remove swift-bmc machine


From: Cédric Le Goater
Subject: Re: [PATCH 1/6] arm: Remove swift-bmc machine
Date: Wed, 16 Feb 2022 19:27:04 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0

On 2/16/22 16:02, Philippe Mathieu-Daudé wrote:
On 16/2/22 10:21, Cédric Le Goater wrote:
From: Joel Stanley <joel@jms.id.au>

It was scheduled for removal in 7.0.

Signed-off-by: Joel Stanley <joel@jms.id.au>
Message-Id: <20220216080947.65955-1-joel@jms.id.au>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
---
  docs/about/deprecated.rst  |  7 -----
  docs/system/arm/aspeed.rst |  1 -
  hw/arm/aspeed.c            | 53 --------------------------------------
  3 files changed, 61 deletions(-)

  static void sonorapass_bmc_i2c_init(AspeedMachineState *bmc)
  {
      AspeedSoCState *soc = &bmc->soc;
@@ -1102,26 +1073,6 @@ static void 
aspeed_machine_sonorapass_class_init(ObjectClass *oc, void *data)
          aspeed_soc_num_cpus(amc->soc_name);
  };
-static void aspeed_machine_swift_class_init(ObjectClass *oc, void *data)
-{
-    MachineClass *mc = MACHINE_CLASS(oc);
-    AspeedMachineClass *amc = ASPEED_MACHINE_CLASS(oc);
-
-    mc->desc       = "OpenPOWER Swift BMC (ARM1176)";
-    amc->soc_name  = "ast2500-a1";
-    amc->hw_strap1 = SWIFT_BMC_HW_STRAP1;

Can we also remove this definition?

Indeed.

Thanks,

C.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]