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.build b/meson.build
index 4736ea0..fccd790 100644
--- a/meson.build
+++ b/meson.build
@@ -34,6 +34,7 @@
conf_data = configuration_data()
conf_data.set_quoted('INSTANCES',host_instances)
+conf_data.set('POST_CODE_BYTES', get_option('post-code-bytes'))
configure_file(input: 'meson_config.h.in',
output: 'config.h',