summaryrefslogtreecommitdiff
path: root/meta-ibm
diff options
context:
space:
mode:
authorAdriana Kobylak <anoo@us.ibm.com>2019-05-21 19:33:55 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-05-23 18:42:26 +0300
commit79916f138db63c0503ef6d415b1a802311c4e2b3 (patch)
treea0d70ce4506e2b8f95c022559e01ba9a9140086e /meta-ibm
parent66107be46c7e35be8493e06ad13931936aa0e056 (diff)
downloadopenbmc-79916f138db63c0503ef6d415b1a802311c4e2b3.tar.xz
swift: Increase read-write volume to 32MB
Swift will be using UBI for its filesystem. Since it has 128MB flash chips, increase the size of the read-write volume to 32MB, same as witherspoon-128. (From meta-ibm rev: af07bab16662383dbf01ed4b7fae5083e66ae357) Change-Id: I631c69791e67f29903ae1e2377fc4414f33a0317 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-ibm')
-rw-r--r--meta-ibm/meta-witherspoon/conf/machine/swift.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-ibm/meta-witherspoon/conf/machine/swift.conf b/meta-ibm/meta-witherspoon/conf/machine/swift.conf
index 23d2d0f8e..4a84b0cb7 100644
--- a/meta-ibm/meta-witherspoon/conf/machine/swift.conf
+++ b/meta-ibm/meta-witherspoon/conf/machine/swift.conf
@@ -11,3 +11,8 @@ PHOSPHOR_MRW_REV = "661fdc993683bd40df4e5f11463ba51da702c55b"
# 128MB flash size
FLASH_SIZE = "131072"
+
+# 32MB read-write filesystem
+FLASH_UBI_RWFS_SIZE ?= "32768"
+FLASH_UBI_RWFS_TXT_SIZE ?= "32MiB"
+BMC_RW_SIZE = "0x2000000"