mirror of
https://github.com/linux-msm/rmtfs.git
synced 2024-11-23 12:14:12 +08:00
Qualcomm Remote Filesystem Service Implementation
5b1471efa8
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> |
||
---|---|---|
.gitignore | ||
Android.bp | ||
LICENSE | ||
Makefile | ||
qmi_rmtfs.c | ||
qmi_rmtfs.h | ||
qmi_rmtfs.qmi | ||
qmi_tlv.c | ||
rmtfs.c | ||
rmtfs.h | ||
rmtfs.service.in | ||
rproc.c | ||
sharedmem.c | ||
storage.c | ||
util.c | ||
util.h |