Re: [PATCH v3] Adding new machine Yosemitev2 in QEMU

2023-02-16 Thread karthikeyan Pasupathi
Ok, thanks. On Thu, Feb 16, 2023 at 7:57 PM Philippe Mathieu-Daudé wrote: > On 16/2/23 14:33, Karthikeyan Pasupathi wrote: > > This patch support Yosemitev2 in QEMU environment. > > and introduced EEPROM BMC FRU data support "add fbyv2_bmc_fruid data" > > along with the machine support. > > > >

Re: [PATCH v3] Adding new machine Yosemitev2 in QEMU

2023-02-16 Thread Philippe Mathieu-Daudé
On 16/2/23 14:33, Karthikeyan Pasupathi wrote: This patch support Yosemitev2 in QEMU environment. and introduced EEPROM BMC FRU data support "add fbyv2_bmc_fruid data" along with the machine support. Signed-off-by: Karthikeyan Pasupathi --- hw/arm/aspeed.c| 31 +++

Re: [PATCH v3] Adding new machine Yosemitev2 in QEMU

2023-02-16 Thread Cédric Le Goater
On 2/16/23 14:33, Karthikeyan Pasupathi wrote: This patch support Yosemitev2 in QEMU environment. and introduced EEPROM BMC FRU data support "add fbyv2_bmc_fruid data" along with the machine support. Signed-off-by: Karthikeyan Pasupathi Reviewed-by: Cédric Le Goater Thanks, C. --- hw/

[PATCH v3] Adding new machine Yosemitev2 in QEMU

2023-02-16 Thread Karthikeyan Pasupathi
This patch support Yosemitev2 in QEMU environment. and introduced EEPROM BMC FRU data support "add fbyv2_bmc_fruid data" along with the machine support. Signed-off-by: Karthikeyan Pasupathi --- hw/arm/aspeed.c| 31 +++ hw/arm/aspeed_eeprom.c | 23