Re: [PATCH qemu v5] aspeed add montblanc bmc reference from fuji

2023-07-05 Thread Sittisak Sinprem
> Thanks, > > Mike > > > > > > *From: *Cédric Le Goater > *Date: *Tuesday, July 4, 2023 at 7:07 AM > *To: *Sittisak Sinprem , Bin Huang < > binhu...@meta.com>, Tao Ren , Mike Choi < > mikec...@meta.com> > *Cc: *qemu-devel@nongnu.org , qemu-...@non

Re: [PATCH qemu v5] aspeed add montblanc bmc reference from fuji

2023-07-04 Thread Sittisak Sinprem
Hi Meta Team, the FRU EEPROM content, I think for now detail still be confidential, Please confirm, Can we add the description in Qemu upstream following Cedric's request? On Tue, Jul 4, 2023 at 6:19 PM Cédric Le Goater wrote: > On 7/4/23 13:06, ~ssinprem wrote: > > From: Si

Re: [PATCH qemu v4] aspeed add montblanc bmc reference from fuji

2023-07-04 Thread Sittisak Sinprem
wrote: > From: Sittisak Sinprem > > - I2C list follow I2C Tree v1.6 20230320 > - fru eeprom data use FB FRU format version 4 > > Signed-off-by: Sittisak Sinprem > --- > docs/system/arm/aspeed.rst | 1 + > hw/arm/aspeed.c| 63 +

Re: [PATCH qemu] aspeed add montblanc bmc reference from fuji

2023-06-28 Thread Sittisak Sinprem
> nic,netdev=netdev0,model=ftgmac100 > qemu-system-arm: device requires 134217728 bytes, block backend provides > 27726336 bytes On Wed, Jun 28, 2023 at 11:34 PM Cédric Le Goater wrote: > On 6/28/23 12:07, Sittisak Sinprem wrote: > > Got it Cedric, I just know for it, >

Re: [PATCH qemu] aspeed add montblanc bmc reference from fuji

2023-06-28 Thread Sittisak Sinprem
Got it Cedric, I just know for it, I am fixing, and will re-send the patch as V2. On Wed, Jun 28, 2023 at 5:04 PM Cédric Le Goater wrote: > Hello Sittisak, > > On 6/28/23 11:09, ~ssinprem wrote: > > From: Sittisak Sinprem > > > > - I2C list follow I2C Tree v1.6 202

Re: [PATCH qemu v2 1/2] hw/at24c : modify at24c to support 1 byte address mode

2023-02-16 Thread Sittisak Sinprem
the rebase auto merge failure, I will resend patches again. On Fri, Feb 17, 2023 at 10:12 AM ~ssinprem wrote: > > From: Sittisak Sinprem > > Signed-off-by: Sittisak Sinprem > --- > hw/nvram/eeprom_at24c.c | 46 + > 1 file changed,

Re: [PATCH qemu v2 2/2] aspeed/fuji : correct the eeprom size

2023-02-16 Thread Sittisak Sinprem
the rebase auto merge failure, I will resend patches again. On Fri, Feb 17, 2023 at 10:13 AM ~ssinprem wrote: > > From: Sittisak Sinprem > > Device 24C64 the size is 64 kilobits = 8kilobyte > Device 24C02 the size is 2 kilobits = 256byte > > Signed-off-by: Sittisak Sin

Re: [PATCH qemu 1/2] hw/at24c : modify at24c to support 1 byte address mode

2023-02-16 Thread Sittisak Sinprem
From: Sittisak Sinprem Signed-off-by: Sittisak Sinprem --- hw/nvram/eeprom_at24c.c | 46 + 1 file changed, 33 insertions(+), 13 deletions(-) diff --git a/hw/nvram/eeprom_at24c.c b/hw/nvram/eeprom_at24c.c index 3328c32814..0cb650d635 100644 --- a/hw

Re: [PATCH qemu 2/2] aspeed/fuji : correct the eeprom size

2023-02-16 Thread Sittisak Sinprem
From: Sittisak Sinprem Device 24C64 the size is 64 kilobits = 8kilobyte Device 24C02 the size is 2 kilobits = 256byte Signed-off-by: Sittisak Sinprem --- hw/arm/aspeed.c | 36 1 file changed, 20 insertions(+), 16 deletions(-) diff --git a/hw/arm/aspeed.c

Re: [PATCH qemu 1/2] hw/at24c : modify at24c to support 1 byte address mode

2023-02-16 Thread Sittisak Sinprem
2nd mem Addr ] -> [ Mem Data ] -> [ Stop ] read byte [ Start sAddr/W ] -> [ 1st mem Addr ] -> [ 2nd mem Addr ] -> [ reStart sAddr/R] -> [ mem data ]-> [ Stop ] On Thu, Feb 16, 2023 at 3:25 PM Philippe Mathieu-Daudé wrote: > On 10/2/23 07:20, ~ssinprem wrote: >

Re: [PATCH qemu 2/2] aspeed/fuji : correct the eeprom size

2023-02-15 Thread Sittisak Sinprem
[65], 0x53, 64 * KiB); +aspeed_eeprom_init(i2c[65], 0x53, 64 * KiB / 8); On Tue, Feb 14, 2023 at 9:29 PM Cédric Le Goater wrote: > Hello, > > Adding Peter since he contributed the fuji machine, > > On 2/14/23 10:06, ~ssinprem wrote: > > From: Sittisak Sinprem > > > > Device 24C64