From: "Cédric Le Goater" <clg@kaod.org>
To: Alexander Hansen <alexander.hansen@9elements.com>, qemu-devel@nongnu.org
Cc: Titus Rwantare <titusr@google.com>,
Peter Maydell <peter.maydell@linaro.org>,
Steven Lee <steven_lee@aspeedtech.com>,
Troy Lee <leetroy@gmail.com>,
Jamin Lin <jamin_lin@aspeedtech.com>,
Kane Chen <kane_chen@aspeedtech.com>,
Andrew Jeffery <andrew@codeconstruct.com.au>,
Joel Stanley <joel@jms.id.au>,
qemu-arm@nongnu.org
Subject: Re: [PATCH v4 1/5] ast2600: yosemite4 initial support
Date: Fri, 15 May 2026 18:30:56 +0200 [thread overview]
Message-ID: <18bcf37a-29a6-436f-aa84-e5fd4d08a796@kaod.org> (raw)
In-Reply-To: <20260515150610.381066-2-alexander.hansen@9elements.com>
On 5/15/26 16:57, Alexander Hansen wrote:
> Initial patch based on [1] to support yosemite v4 bmc emulation.
>
> The goal of this machine support is to support OpenBMC development.
>
> Reference linux devicetree from openbmc linux is [2].
>
> Status:
> - Enclosure FRU: showing up
> - Management Board FRU: showing up
> - Blade Board FRU: showing up
> - Blade Board sensors: not implemented
> - Blade Chassis FRU: showing up
> - Fan Board FRU: both showing up
> - Fan Board sensors: supported
>
> Overall the emulation is incomplete but already helpful in development
> and testing.
>
> The focus of this initial support is on the FRU eeproms and fanboard
> sensors.
>
> Tested: booted an OpenBMC image for yosemite4 target.
>
> References:
> [1] https://github.com/9elements/qemu/commit/32139f913c2bd0ebe4bd26c46765861f6f9f2d49
> [2] arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-yosemite4.dts
> [3] https://github.com/legoater/qemu-aspeed-boot/pull/5
>
> Cc: Titus Rwantare <titusr@google.com>
> Cc: "Cédric Le Goater" <clg@kaod.org> (maintainer:ASPEED BMCs)
> Cc: Peter Maydell <peter.maydell@linaro.org> (maintainer:ASPEED BMCs)
> Cc: Steven Lee <steven_lee@aspeedtech.com> (reviewer:ASPEED BMCs)
> Cc: Troy Lee <leetroy@gmail.com> (reviewer:ASPEED BMCs)
> Cc: Jamin Lin <jamin_lin@aspeedtech.com> (reviewer:ASPEED BMCs)
> Cc: Kane Chen <kane_chen@aspeedtech.com> (reviewer:ASPEED BMCs)
> Cc: Andrew Jeffery <andrew@codeconstruct.com.au> (reviewer:ASPEED BMCs)
> Cc: Joel Stanley <joel@jms.id.au> (reviewer:ASPEED BMCs)
> Cc: qemu-arm@nongnu.org (open list:ASPEED BMCs)
> Cc: qemu-devel@nongnu.org (open list:All patches CC here)
> Signed-off-by: Alexander Hansen <alexander.hansen@9elements.com>
> ---
> hw/arm/aspeed_ast2600_fby4.c | 267 +++++++++++++++++++++++++++++++++++
> hw/arm/meson.build | 1 +
> 2 files changed, 268 insertions(+)
> create mode 100644 hw/arm/aspeed_ast2600_fby4.c
(Please add a cover letter)
Reviewed-by: Cédric Le Goater <clg@redhat.com>
Thanks,
C.
next prev parent reply other threads:[~2026-05-15 16:31 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-15 14:57 [PATCH v4 0/5] initial support for yosemite v4 Alexander Hansen
2026-05-15 14:57 ` [PATCH v4 1/5] ast2600: yosemite4 initial support Alexander Hansen
2026-05-15 16:30 ` Cédric Le Goater [this message]
2026-05-15 14:57 ` [PATCH v4 2/5] ast2600: yosemite4 functional test Alexander Hansen
2026-05-15 16:31 ` Cédric Le Goater
2026-05-15 14:58 ` [PATCH v4 3/5] hw/sensor: MAX31790 support Alexander Hansen
2026-05-15 14:58 ` [PATCH v4 4/5] hw/sensor: support MAX11615 Alexander Hansen
2026-05-15 14:58 ` [PATCH v4 5/5] hw/sensor: support Texas Instruments ADC128D818 Alexander Hansen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=18bcf37a-29a6-436f-aa84-e5fd4d08a796@kaod.org \
--to=clg@kaod.org \
--cc=alexander.hansen@9elements.com \
--cc=andrew@codeconstruct.com.au \
--cc=jamin_lin@aspeedtech.com \
--cc=joel@jms.id.au \
--cc=kane_chen@aspeedtech.com \
--cc=leetroy@gmail.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=steven_lee@aspeedtech.com \
--cc=titusr@google.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.