summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishnu Banavath <vishnu.banavath@arm.com>2019-10-04 17:42:47 +0100
committerTushar Khandelwal <tushar.khandelwal@arm.com>2020-01-07 17:29:33 +0000
commit8b402b3d6ef52d9b25a61601921849f5b6a871d3 (patch)
treef43d7c999d983fc6b735ee62b62be146bb2f244b
parent3f7eec27c372e9008b1bd1290d085733ca132a93 (diff)
corstone700: reduce rootfs size to 2MB
Because of memory constraint, reducing rootfs to 2MB Change-Id: I853fc4322372456ea3df2b7a0e1e5f8b08677e40
-rw-r--r--meta-corstone700/conf/machine/corstone700.conf2
-rw-r--r--meta-corstone700/wic/iota-tiny-image.corstone700.wks2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-corstone700/conf/machine/corstone700.conf b/meta-corstone700/conf/machine/corstone700.conf
index e01ab88..d7f6119 100644
--- a/meta-corstone700/conf/machine/corstone700.conf
+++ b/meta-corstone700/conf/machine/corstone700.conf
@@ -16,7 +16,7 @@ TF-A_PLATFORM = "corstone700"
TF-A_EXTRA_OPTIONS += " \
RESET_TO_SP_MIN=1 \
ARM_LINUX_KERNEL_AS_BL33=1 \
- PRELOADED_BL33_BASE=0x08500000 \
+ PRELOADED_BL33_BASE=0x08300000 \
ARM_PRELOADED_DTB_BASE=0x02800000 \
ENABLE_STACK_PROTECTOR=strong \
ENABLE_PIE=1 \
diff --git a/meta-corstone700/wic/iota-tiny-image.corstone700.wks b/meta-corstone700/wic/iota-tiny-image.corstone700.wks
index 3a3b973..e1d296a 100644
--- a/meta-corstone700/wic/iota-tiny-image.corstone700.wks
+++ b/meta-corstone700/wic/iota-tiny-image.corstone700.wks
@@ -7,7 +7,7 @@ part --source rawcopy --sourceparams="file=se_ramfw.bin" --no-table --align 1 --
part --source rawcopy --sourceparams="file=corstone700.fip" --no-table --align 1 --fixed-size 991k
# Rawcopy of the rootfs
-part --source rawcopy --sourceparams="file=${IMGDEPLOYDIR}/iota-tiny-image-corstone700.cpio.gz" --no-table --fixed-size 4
+part --source rawcopy --sourceparams="file=${IMGDEPLOYDIR}/iota-tiny-image-corstone700.cpio.gz" --no-table --fixed-size 2
# Rawcopy of the kernel binary
part --source rawcopy --sourceparams="file=xipImage" --no-table --fixed-size 3