summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDelphine CC Chiu <Delphine_CC_Chiu@wiwynn.com>2023-02-09 08:08:10 +0300
committerPatrick Williams <patrick@stwcx.xyz>2023-03-30 22:41:25 +0300
commit4b0a914ea16d53c6b8da63769bf8665fd9c36edb (patch)
treeace3e8e16bceffe97107e72893832ba4361089a7
parentfd21f6d770eaac0fb3b83a299b4cb2d8c1432440 (diff)
downloadopenbmc-4b0a914ea16d53c6b8da63769bf8665fd9c36edb.tar.xz
meta-facebook: greatlakes: add post code byte definition in greatlakes.conf
Description: - Add post code byte definition in greatlakes.conf. Design: - Originally, there is a default value(1) to define how many bytes post code that CPU sends each time in phosphor-host-postd - Define a parameter in conf file to tell BMC the exact post code size in this platform - Moreover, if other Repo. needs this information, it could direclty use in bbappend Signed-off-by: Delphine CC Chiu <Delphine_CC_Chiu@wiwynn.com> Change-Id: Ia525e69ed0c02106a0e6ebbc8269068f55b5b51b
-rw-r--r--meta-facebook/meta-greatlakes/conf/machine/greatlakes.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-facebook/meta-greatlakes/conf/machine/greatlakes.conf b/meta-facebook/meta-greatlakes/conf/machine/greatlakes.conf
index ea048583cf..b36b7b3f01 100644
--- a/meta-facebook/meta-greatlakes/conf/machine/greatlakes.conf
+++ b/meta-facebook/meta-greatlakes/conf/machine/greatlakes.conf
@@ -22,3 +22,4 @@ OBMC_CHASSIS_INSTANCES = "0 ${OBMC_HOST_INSTANCES}"
VIRTUAL-RUNTIME_obmc-host-state-manager = "phosphor-state-manager-host"
VIRTUAL-RUNTIME_obmc-chassis-state-manager = "phosphor-state-manager-chassis"
+POST_CODE_BYTES = "1"