qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Add drive-backed EEPROM support to quanta-q71l
@ 2025-09-16 17:50 Yubin Zou
  2025-09-16 17:50 ` [PATCH 1/2] hw/arm: add eeproms to quanta-q7l1 board Yubin Zou
  2025-09-16 17:50 ` [PATCH 2/2] hw/arm: enable eeproms for quanta-q71l Yubin Zou
  0 siblings, 2 replies; 10+ messages in thread
From: Yubin Zou @ 2025-09-16 17:50 UTC (permalink / raw)
  To: qemu-devel
  Cc: Cédric Le Goater, Peter Maydell, Steven Lee, Troy Lee,
	Jamin Lin, Andrew Jeffery, Joel Stanley, qemu-arm, Yubin Zou,
	Patrick Venture

Overview of Changes:
This two-patch series introduces I2C EEPROM devices (AT24C64) to the
quanta-q71l machine model, representing the Baseboard, Frontpanel,
BIOS, PDB, and BMC FRUs.

Improvement to QEMU:
These changes enhance the simulation fidelity of the quanta-q71l board.
By modeling the FRU EEPROMs and allowing them to be backed by drives.

Impact (Before/After):
Before:
The quanta-q71l machine model did not include the I2C EEPROMs for FRU
data storage.

After:
The EEPROMs are added to the appropriate I2C buses at their respective
addresses. Each eeprom now can be associated with a QEMU driver backend
by using the `-drive`option.

Signed-off-by: Yubin Zou <yubinz@google.com>
---
Patrick Venture (2):
      hw/arm: add eeproms to quanta-q7l1 board
      hw/arm: enable eeproms for quanta-q71l

 hw/arm/aspeed.c | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)
---
base-commit: 190d5d7fd725ff754f94e8e0cbfb69f279c82b5d
change-id: 20250916-quanta-q71l-eeproms-0ebc6e0486d7

Best regards,
-- 
Yubin Zou <yubinz@google.com>



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2025-11-13  0:45 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-16 17:50 [PATCH 0/2] Add drive-backed EEPROM support to quanta-q71l Yubin Zou
2025-09-16 17:50 ` [PATCH 1/2] hw/arm: add eeproms to quanta-q7l1 board Yubin Zou
2025-09-17  6:10   ` Cédric Le Goater
2025-09-30 19:25     ` Yubin Zou
2025-09-30 20:14       ` Cédric Le Goater
2025-09-16 17:50 ` [PATCH 2/2] hw/arm: enable eeproms for quanta-q71l Yubin Zou
2025-09-17  6:07   ` Cédric Le Goater
2025-09-30 22:17     ` Yubin Zou
2025-11-11 18:26       ` Cédric Le Goater
2025-11-13  0:44         ` Yubin Zou

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).