mbox series

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

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

Message

~ssinprem Feb. 17, 2023, 3:43 a.m. UTC
- hw/at24c : modify at24c to support 1 byte address mode
- aspeed/fuji : correct the eeprom size

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

 hw/arm/aspeed.c         | 36 ++++++++++++++++++++----------------
 hw/nvram/eeprom_at24c.c | 28 +++++++++++++++++++++++++---
 2 files changed, 45 insertions(+), 19 deletions(-)

Comments

Cédric Le Goater Feb. 17, 2023, 7:44 a.m. UTC | #1
Add Peter D. since he wrote the fuji.

Thanks for the contribution !

C.

On 2/17/23 04:43, ~ssinprem wrote:
> - hw/at24c : modify at24c to support 1 byte address mode
> - aspeed/fuji : correct the eeprom size
> 
> Sittisak Sinprem (2):
>    hw/at24c : modify at24c to support 1 byte address mode
>    aspeed/fuji : correct the eeprom size
> 
>   hw/arm/aspeed.c         | 36 ++++++++++++++++++++----------------
>   hw/nvram/eeprom_at24c.c | 28 +++++++++++++++++++++++++---
>   2 files changed, 45 insertions(+), 19 deletions(-)
>