qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Add drive-backed EEPROM support to quanta-q71l
@ 2025-11-13  0:43 Yubin Zou
  2025-11-13  0:43 ` [PATCH v2 1/3] hw/nvram: Add a new auxiliary function to init at24c eeprom Yubin Zou
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Yubin Zou @ 2025-11-13  0:43 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,
	Hao Wu, 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>
---
Changes in v2:
Include a patch to add a auxiliary function in the at24c eeprom module to assign unique
unit numbers for each eeproms in each board

- Link to v1: https://lore.kernel.org/qemu-devel/20250916-quanta-q71l-eeproms-v1-0-3648692cc441@google.com

---
Hao Wu (1):
      hw/nvram: Add a new auxiliary function to init at24c eeprom

Patrick Venture (2):
      hw/arm: add eeproms to quanta-q7l1 board
      hw/arm: enable eeproms for quanta-q71l

 hw/arm/aspeed.c                 | 15 ++++++++++-----
 hw/nvram/eeprom_at24c.c         | 17 +++++++++++++++++
 include/hw/nvram/eeprom_at24c.h |  4 ++++
 3 files changed, 31 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] 6+ messages in thread

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-13  0:43 [PATCH v2 0/3] Add drive-backed EEPROM support to quanta-q71l Yubin Zou
2025-11-13  0:43 ` [PATCH v2 1/3] hw/nvram: Add a new auxiliary function to init at24c eeprom Yubin Zou
2025-11-13 11:09   ` Cédric Le Goater
2025-11-13  0:43 ` [PATCH v2 2/3] hw/arm: add eeproms to quanta-q7l1 board Yubin Zou
2025-11-13  0:43 ` [PATCH v2 3/3] hw/arm: enable eeproms for quanta-q71l Yubin Zou
2025-11-13  5:06 ` [PATCH v2 0/3] Add drive-backed EEPROM support to quanta-q71l Jamin Lin

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).