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_config.h.in b/meson_config.h.in
index ff7109c..6b8af72 100644
--- a/meson_config.h.in
+++ b/meson_config.h.in
@@ -1,3 +1,5 @@
#pragma once
inline static const std::string hostInstances = @INSTANCES@;
+
+inline static const size_t postCodeSize = @POST_CODE_BYTES@;