summaryrefslogtreecommitdiff
path: root/src/drivers/ipmi/ocp/Kconfig
diff options
context:
space:
mode:
authorTim Chu <Tim.Chu@quantatw.com>2020-06-08 22:52:58 -0700
committerPatrick Georgi <pgeorgi@google.com>2020-08-03 05:24:27 +0000
commit6b297c07c3da6002941a365ecb89d2709e44f5d6 (patch)
tree347b829d25c89bcd0b82f4d41c0508422deb176b /src/drivers/ipmi/ocp/Kconfig
parenta9713c11c07590eb0ba6afd7bd341f349b695d12 (diff)
downloadcoreboot-6b297c07c3da6002941a365ecb89d2709e44f5d6.tar.xz
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>
Diffstat (limited to 'src/drivers/ipmi/ocp/Kconfig')
-rw-r--r--src/drivers/ipmi/ocp/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/drivers/ipmi/ocp/Kconfig b/src/drivers/ipmi/ocp/Kconfig
index 7899e69588..26503efb8d 100644
--- a/src/drivers/ipmi/ocp/Kconfig
+++ b/src/drivers/ipmi/ocp/Kconfig
@@ -3,3 +3,8 @@ config IPMI_OCP
default n
help
This implements OCP specific IPMI command
+
+config IPMI_OCP_MANU_ID
+ hex
+ default 0x0
+ depends on IPMI_OCP