[PATCH v1] Modified BMC FRU byte data in yosemitev2

2023-03-07 Thread Karthikeyan Pasupathi
Modified BMC FRU data in yosemite v2 platform. Tested: Tested and Verified in yosemitev2 platform. Signed-off-by: Karthikeyan Pasupathi --- hw/arm/aspeed_eeprom.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hw/arm/aspeed_eeprom.c b/hw/arm/aspeed_eeprom.c

[PATCH v1] Added TMP421 type sensor's support in tiogapass

2023-03-07 Thread Karthikeyan Pasupathi
Added TMP421 type sensor support in tiogapass platform. Tested: Tested and verified in tiogapass platform. Signed-off-by: Karthikeyan Pasupathi --- hw/arm/aspeed.c | 4 1 file changed, 4 insertions(+) diff --git a/hw/arm/aspeed.c b/hw/arm/aspeed.c index 86601cb1a5..c1843693fa 100644

Re: [PATCH v1] Added TMP421 type sensor's support in tiogapass

2023-03-07 Thread karthikeyan Pasupathi
Hi Goater, please ignore this patch, I have missed something here and I'll send one more patch, sorry for the inconvenience. Regards, Karthikeyan P On Tue, Mar 7, 2023 at 3:51 PM Karthikeyan Pasupathi < pkarthikeyan1...@gmail.com> wrote: > Added TMP421 type sen

[PATCH v1] Added TMP421 type sensor's support in tiogapass

2023-03-07 Thread Karthikeyan Pasupathi
Added TMP421 type sensor support in tiogapass platform. Tested: Tested and verified in tiogapass platform. Signed-off-by: Karthikeyan Pasupathi --- hw/arm/aspeed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/arm/aspeed.c b/hw/arm/aspeed.c index e985ce85e5..c1843693fa

[PATCH v1] Added TMP421 type sensor's support in yosemitev2

2023-03-07 Thread Karthikeyan Pasupathi
Added TMP421 type support in yosemite v2 platform. Tested: Tested and verified in yosemite V2 platform. Signed-off-by: Karthikeyan Pasupathi --- hw/arm/aspeed.c | 5 + 1 file changed, 5 insertions(+) diff --git a/hw/arm/aspeed.c b/hw/arm/aspeed.c index 86601cb1a5..7b5e603bc4 100644 --- a

Re: [PATCH v2] Adding new machine Tiogapass in QEMU

2023-02-17 Thread karthikeyan Pasupathi
Noted. Thanks, Cédric On Fri, Feb 17, 2023 at 1:19 PM Cédric Le Goater wrote: > Hello Karthikeyan, > > On 2/16/23 19:43, Karthikeyan Pasupathi wrote: > > This patch support Tiogapass in QEMU environment. > > and introduced EEPROM BMC FRU data support "add tiogapass

[PATCH v2] Adding new machine Tiogapass in QEMU

2023-02-16 Thread Karthikeyan Pasupathi
This patch support Tiogapass in QEMU environment. and introduced EEPROM BMC FRU data support "add tiogapass_bmc_fruid data" along with the machine support. Signed-off-by: Karthikeyan Pasupathi --- hw/arm/aspeed.c| 32 hw/arm/aspeed_eep

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" > >

[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_eep

[PATCH v2] 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| 38 ++ hw/arm/aspeed_eep

[PATCH] Adding new machine Yosemitev2 in QEMU

2023-02-16 Thread Karthikeyan Pasupathi
Signed-off-by: Karthikeyan Pasupathi --- hw/arm/aspeed.c| 38 ++ hw/arm/aspeed_eeprom.c | 23 +++ hw/arm/aspeed_eeprom.h | 3 +++ 3 files changed, 64 insertions(+) diff --git a/hw/arm/aspeed.c b/hw/arm/aspeed.c index 27dda58338

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

2023-02-14 Thread karthikeyan Pasupathi
Ok, will do that. On Tue, Feb 14, 2023 at 12:35 PM Cédric Le Goater wrote: > Hello, > > [ adding the lists ] > > > > +static void fb_bmc_i2c_init(AspeedMachineState *bmc) > > > > The same routine name is proposed in the tiogapass patch : > > > > > https://lore.kernel.org/qemu-devel/2023

[PATCH v1] Adding new machine Tiogapass in QEMU

2023-02-10 Thread Karthikeyan Pasupathi
This patch support tiogapass in QEMU environment. Signed-off-by: Karthikeyan Pasupathi --- hw/arm/aspeed.c | 31 +++ 1 file changed, 31 insertions(+) diff --git a/hw/arm/aspeed.c b/hw/arm/aspeed.c index 27dda58338..279ba60743 100644 --- a/hw/arm/aspeed.c +++ b/hw

[PATCH v1] Adding new machine Yosemitev2 in QEMU

2023-02-10 Thread Karthikeyan Pasupathi
This patch support Yosemitev2 in QEMU environment. Signed-off-by: Karthikeyan Pasupathi --- hw/arm/aspeed.c | 30 ++ 1 file changed, 30 insertions(+) diff --git a/hw/arm/aspeed.c b/hw/arm/aspeed.c index 27dda58338..74dc07190d 100644 --- a/hw/arm/aspeed.c +++ b/hw