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

~ssinprem posted 2 patches 1 year, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/167660539263.10409.9736070122710923479-0@git.sr.ht
Maintainers: "Cédric Le Goater" <clg@kaod.org>, Peter Maydell <peter.maydell@linaro.org>, Andrew Jeffery <andrew@aj.id.au>, Joel Stanley <joel@jms.id.au>
hw/arm/aspeed.c         | 36 ++++++++++++++++++++----------------
hw/nvram/eeprom_at24c.c | 28 +++++++++++++++++++++++++---
2 files changed, 45 insertions(+), 19 deletions(-)
[PATCH qemu v3 0/2] hw/at24c support eeprom size less than equal 256 byte
Posted by ~ssinprem 1 year, 2 months ago
- 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(-)

-- 
2.34.6
Re: [PATCH qemu v3 0/2] hw/at24c support eeprom size less than equal 256 byte
Posted by Cédric Le Goater 1 year, 2 months ago
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(-)
>