6d3ad586 | 11-Sep-2020 |
Zhikui Ren <zhikui.ren@intel.com> |
Get i2c addresses from configuration files.
Different platforms have different bus topology. Use the peci address and i2c address specified in json file to read data from cpu.
Tested: Update basebo
Get i2c addresses from configuration files.
Different platforms have different bus topology. Use the peci address and i2c address specified in json file to read data from cpu.
Tested: Update baseboard json file: { "Address": "0x30", "Bus": 0, "CpuID": 1, "Name": "CPU 1", "PresenceGpio": [ { "Name": "CPU1_PRESENCE", "Polarity": "Low" } ], "PiromI2cBus": 13, "PiromI2cAddress": "0x50", "Type": "XeonCPU" } Verified that correct bus addresses are used.
Signed-off-by: Zhikui Ren <zhikui.ren@intel.com> Change-Id: Ib133958af8349b43c2f8f73c32d1aaa0d5bf52eb
show more ...
|
3f244c0c | 03-Sep-2020 |
Kuiying Wang <kuiying.wang@intel.com> |
Move service file to daemon from bb file folder.
Currently smbios-mdrv2.service service file is in bb file foler, move it into this daemon repo. Move bin file to /usr/bin from /usr/sbin/
Change-Id:
Move service file to daemon from bb file folder.
Currently smbios-mdrv2.service service file is in bb file foler, move it into this daemon repo. Move bin file to /usr/bin from /usr/sbin/
Change-Id: I201b3d1348cb2971e80802c743fb0ce49b5718ea Signed-off-by: Kuiying Wang <kuiying.wang@intel.com>
show more ...
|