Qualcomm Remote Filesystem Service Implementation
Go to file
Amit Pundir 5b1471efa8 storage: Use -o option to override partition by-name
Instead of hardcoding BY_PARTLABEL_PATH for AOSP,
reuse -o option as suggested by Bjorn to expand John's
patch to find correct partition by-name on newer
kernels (which is /dev/block/platform/soc*/*.*/by-name).

For example: On db845c running v5.4+ kernel we run:
rmtfs -o /dev/block/platform/soc@0/1d84000.ufshc/by-name -P -r -s

Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
Signed-off-by: John Stultz <john.stultz@linaro.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
2020-09-28 10:07:23 -05:00
.gitignore rmtfs.service: Add systemd service 2019-07-25 11:18:58 -07:00
Android.bp ANDROID: Add Android support 2020-02-03 09:13:59 -08:00
LICENSE rmtfs: Add missing LICENSE file 2016-06-02 10:29:40 -07:00
Makefile rmtfs.service: Add systemd service 2019-07-25 11:18:58 -07:00
qmi_rmtfs.c rmtfs: Migrate to new QMI encoder/decoder library 2018-02-01 02:09:35 +00:00
qmi_rmtfs.h rmtfs: Migrate to new QMI encoder/decoder library 2018-02-01 02:09:35 +00:00
qmi_rmtfs.qmi qmi_rmtfs: Update definition file to match the generated files 2018-02-01 04:39:46 +00:00
qmi_tlv.c rmtfs: Update tlv prototypes to accept message header 2016-02-08 11:49:55 -08:00
rmtfs.c storage: Use -o option to override partition by-name 2020-09-28 10:07:23 -05:00
rmtfs.h rmtfs: Sync rmtfs server with rproc instance 2019-07-19 00:24:35 -07:00
rmtfs.service.in rmtfs.service.in: Add RestartSec to 1 sec intervals 2020-01-30 22:09:44 -08:00
rproc.c rmtfs: Sync rmtfs server with rproc instance 2019-07-19 00:24:35 -07:00
sharedmem.c sharedmem: Keep /dev/qcom_rmtfs_memX fd open 2020-09-28 10:07:20 -05:00
storage.c storage: Use -o option to override partition by-name 2020-09-28 10:07:23 -05:00
util.c rmtfs: Initial rmtfs implementation 2016-02-07 09:32:14 -08:00
util.h rmtfs: Initial rmtfs implementation 2016-02-07 09:32:14 -08:00