summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Geissler <geissonator@yahoo.com>2023-10-27 19:44:51 +0300
committerAndrew Geissler <geissonator@yahoo.com>2023-11-03 00:42:32 +0300
commit79b8d214e6250a9dc0e41fc35e56f624a9bcb98d (patch)
treefc83a71250e0a02d042e15e9a26db17d6ff96637
parent48a3c3803f93e771be05fd3c33d02c6ffc46fd29 (diff)
downloadopenbmc-79b8d214e6250a9dc0e41fc35e56f624a9bcb98d.tar.xz
meta-ibm: p10bmc: set windows-num override
p10bmc machines utilize the reserved 64MB of memory for both HIOMAP and MCTP transport implementations. HIOMAP gets the first 63MB and MCTP gets the last 1MB. Tested: - Confirmed mboxd started with "--window-num 63" parameter Change-Id: I2f82875da4b75dbcc4fdd59e9dcea8f0fc46154a Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
-rw-r--r--meta-ibm/recipes-phosphor/mboxd/mboxd_%.bbappend1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-ibm/recipes-phosphor/mboxd/mboxd_%.bbappend b/meta-ibm/recipes-phosphor/mboxd/mboxd_%.bbappend
index 0e35037fb8..51c00e4453 100644
--- a/meta-ibm/recipes-phosphor/mboxd/mboxd_%.bbappend
+++ b/meta-ibm/recipes-phosphor/mboxd/mboxd_%.bbappend
@@ -1,5 +1,6 @@
MBOXD_FLASH_SIZE:ibm-ac-server = "64M"
MBOXD_FLASH_SIZE:p10bmc = "64M"
+MBOXD_WINDOW_NUM:p10bmc = "63"
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"