On Mon, Sep 28, 2020 at 6:11 PM Cédric Le Goater wrote:
>
> >> Isn't it possible to add some default I2C devices ? temperature sensors ?
> >
> > hmm, G220A BMC uses emc1413 as the temperature sensor. I can not find
> > it in qemu.
>
> Could it be compatible with the tm105 or TM421 ?
It isn't, I t
Cédric Le Goater,
Sorry, I did not reply to all, this email is the same as the previous one.
On Mon, Sep 28, 2020 at 3:55 PM Cédric Le Goater wrote:
>
> On 9/28/20 8:12 AM, John Wang wrote:
> > G220A is a 2 socket x86 motherboard supported by OpenBMC.
> > Strapping configuration was obtained fr
G220A is a 2 socket x86 motherboard supported by OpenBMC.
Strapping configuration was obtained from hardware.
Signed-off-by: John Wang
---
hw/arm/aspeed.c | 35 +++
1 file changed, 35 insertions(+)
diff --git a/hw/arm/aspeed.c b/hw/arm/aspeed.c
index bdb981d2f8..
>> Isn't it possible to add some default I2C devices ? temperature sensors ?
>
> hmm, G220A BMC uses emc1413 as the temperature sensor. I can not find
> it in qemu.
Could it be compatible with the tm105 or TM421 ?
> I can't find an i2c chip that qemu has and that the g220a uses. :(
Try to mode
On 9/28/20 8:12 AM, John Wang wrote:
> G220A is a 2 socket x86 motherboard supported by OpenBMC.
> Strapping configuration was obtained from hardware.
>
> Signed-off-by: John Wang > ---
> hw/arm/aspeed.c | 35 +++
> 1 file changed, 35 insertions(+)
>
> diff --git