mbox series

[qemu,0/2] hw/at24c support eeprom size less than equal 256 byte

Message ID 167636845806.2107.2382940753543768501-0@git.sr.ht
Headers show
Series hw/at24c support eeprom size less than equal 256 byte | expand

Message

~ssinprem Feb. 14, 2023, 9:54 a.m. UTC
This series includes 2 patches
1. Improve at24c to support 1-byte address EEPROM such as 24c01 and
24c02.
2. correct the EEPROM size for aspeed/fuji platform.
ref: https://gitlab.com/qemu-project/qemu/-/issues/1485

Sittisak Sinprem (2):
  hw/at24c : modify at24c to support 1 byte address mode
  aspeed/fuji : correct the eeprom size

 hw/arm/aspeed.c         | 32 ++++++++++++++++----------------
 hw/nvram/eeprom_at24c.c |  8 +++++---
 2 files changed, 21 insertions(+), 19 deletions(-)