coreboot-kgpe-d16/src/drivers/ipmi
Tim Chu 6b297c07c3 drivers/ipmi/ocp: Add ipmi set processor information
Implement setting processor information to BMC based on
document YosemiteV3_BMC_Feature_Spec_v1.7.

TEST=Use get command in OpenBMC to check.
Command and information are shown as below:

root@bmc-oob:~# ipmi-util 1 0xd8 0x11 0x4c 0x1c 0x00 0 1
DC 11 00 47 65 6E 75 69 6E 65 20 49 6E 74 65 6C 28 52 29
20 43 50 55 20 30 30 30 30 25 40 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00
root@bmc-oob:~# ipmi-util 1 0xd8 0x11 0x4c 0x1c 0x00 0 2
DC 11 00 1A 34 00 DC 05 41 30
root@bmc-oob:~#

Signed-off-by: Tim Chu <Tim.Chu@quantatw.com>
Change-Id: I3d53ac241a11ca962572816283a0c653fcde9f9e
Reviewed-on: https://review.coreboot.org/c/coreboot/+/42242
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
2020-08-03 05:24:27 +00:00
..
ocp drivers/ipmi/ocp: Add ipmi set processor information 2020-08-03 05:24:27 +00:00
Kconfig drivers/ipmi: Add IPMI KCS support in romstage 2020-07-04 11:14:44 +00:00
Makefile.inc drivers/ipmi: Add IPMI KCS support in romstage 2020-07-04 11:14:44 +00:00
chip.h treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
ipmi_fru.c drivers/ipmi: Read more FRU data fields for Product and Board Info 2020-06-28 21:43:59 +00:00
ipmi_kcs.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
ipmi_kcs.h drivers/ipmi: Add IPMI KCS support in romstage 2020-07-04 11:14:44 +00:00
ipmi_kcs_ops.c drivers/ipmi: Increase BMC waiting message level from DEBUG to INFO 2020-07-06 06:30:14 +00:00
ipmi_kcs_ops_premem.c drivers/ipmi: Add IPMI KCS support in romstage 2020-07-04 11:14:44 +00:00
ipmi_ops.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
ipmi_ops.h drivers/ipmi: Read more FRU data fields for Product and Board Info 2020-06-28 21:43:59 +00:00