Re: [PATCH aspeed-5.2] aspeed: g220a-bmc: Add an FRU

2020-12-10 Thread Cédric Le Goater
On 12/10/20 11:36 AM, John Wang wrote: > Add an eeprom device and fill it with fru > information > > $ ipmitool fru print 0 > Product Manufacturer : Bytedance > Product Name : G220A > > Signed-off-by: John Wang Reviewed-by: Cédric Le Goater Thanks, C. > --- > hw/arm/aspeed.c |

[PATCH aspeed-5.2] aspeed: g220a-bmc: Add an FRU

2020-12-10 Thread John Wang
Add an eeprom device and fill it with fru information $ ipmitool fru print 0 Product Manufacturer : Bytedance Product Name : G220A Signed-off-by: John Wang --- hw/arm/aspeed.c | 12 1 file changed, 12 insertions(+) diff --git a/hw/arm/aspeed.c b/hw/arm/aspeed.c index 04c