IPMI OEM Get 80 Port Record
Register an IPMI command handler
NetFn: 0x30 Cmd: 0x49
This handler is for user from host to get POST code sequence.
The maximum return size is 224 due to IPMB limitation.
Test Case:
Call IPMI OEM get 80 port record
Signed-off-by: Bonnie Lo <Bonnie_Lo@wiwynn.com>
Change-Id: Iaf8c060b1e8340280928e195c205455b88df5dfd
diff --git a/meson_options.txt b/meson_options.txt
index 5c9d771..7f150ab 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,5 +1,6 @@
option('tests', type: 'feature', description: 'Build tests')
option('bic', type: 'feature', description: 'Enable bic handlers')
+option('post-code-bytes', type: 'integer', description: 'Post code byte size.', value: 1)
option(
'host-instances',
type: 'string',