diff options
author | JingleHsuWiwynn <jingle_hsu@wiwynn.com> | 2021-03-05 16:47:43 +0800 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-03-17 08:02:31 +0000 |
commit | 406ccf224ee180f31e7a86b98161160f1f8615f2 (patch) | |
tree | a49beb897c08e279aa6c4bf60529dda110a0cfe0 /src/drivers/ipmi/ocp/Kconfig | |
parent | 61dd05e010d91447eafff11cd65baab4e21e0bdb (diff) |
ipmi/ocp: Remove duplicate IPMI OEM command set processor information
IPMI OEM command set processor information has already been implemented
in u-root payload:
https://github.com/u-root/u-root/commit/efdc3a30ecca53e8b50b863969173969127fa384
Also this command has a higher chance to see BMC KCS timeout issue when
coreboot log level is 4, which can be avoided if this command is run at
a later stage such as LinuxBoot.
Signed-off-by: JingleHsuWiwynn <jingle_hsu@wiwynn.com>
Change-Id: If0081e5195cbd605e062723c197ac74343f79a13
Reviewed-on: https://review.coreboot.org/c/coreboot/+/51276
Reviewed-by: Jonathan Zhang <jonzhang@fb.com>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/drivers/ipmi/ocp/Kconfig')
-rw-r--r-- | src/drivers/ipmi/ocp/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/drivers/ipmi/ocp/Kconfig b/src/drivers/ipmi/ocp/Kconfig index 26503efb8d..7899e69588 100644 --- a/src/drivers/ipmi/ocp/Kconfig +++ b/src/drivers/ipmi/ocp/Kconfig @@ -3,8 +3,3 @@ config IPMI_OCP default n help This implements OCP specific IPMI command - -config IPMI_OCP_MANU_ID - hex - default 0x0 - depends on IPMI_OCP |