aboutsummaryrefslogtreecommitdiff
path: root/rootdir/etc/fstab.qcom (follow)
Commit message (Collapse)AuthorAge
* msm8996-common: Remove /persist bind mountDavide Garberi2019-05-25
| | | | Change-Id: I2d75ebf306bcedc09de6fa1cd53ba2a34bf6cea6
* msm8996-common: sepolicy: CleanupDavide Garberi2019-05-02
| | | | | | | | * Add back the fstab contexts to prevent some vfat denials * Remove a lot of not needed addresses * Create a domain for double tap to wake to not let the powerhal access all the sysfs files Change-Id: I44dfc5e9903eb562748215541f2d71f9a3d111d7
* msm8996-common: fstab: Go back to mounting factory as vendorDavide Garberi2019-02-06
| | | | | | | | | | * The principal reasons are: - Just one TWRP for treble and non treble ROMs - No need to flash anything to switch from treble to non treble ROM - No need for new users to flash any new zip Signed-off-by: Davide Garberi <dade.garberi@gmail.com> Change-Id: I362d703042d536be9af53ef5319858f1296e69e0
* msm8996-common: rootdir: Fix fstab indentationDavide Garberi2019-01-26
| | | | Change-Id: I98d2c82ae5786d2e6e49bd1edf0f6e2e7d6f6ae3
* msm8996-common: Bind mount /mnt/vendor/persist to /persist for sensorsdianlujitao2019-01-26
| | | | | | | * Oreo sensors.qcom cannot access to persist even with the symlink Change-Id: Ifc43515c70b51aeb8c1b5db765051fb21fddb80d Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: Moving persist mount point to /mnt/vendor/persistVinay Verma2019-01-26
| | | | | | | | | | | | Move persist entry to fstab and mount at /mnt/vendor/persist Apply required user, group and permissions once persist folder is created through __mount and parititon is mounted. Run restorecon on /mnt/vendor/persist. Change-Id: I20a16f3669bc7abf9844525c6ba0db1521a5a8e2 Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: Mount dsp and firmware in vendorVinay Verma2019-01-26
| | | | | | | | | | | Change fstab to mount dsp and firmware to /vendor/dsp and /vendor/firmware_mnt. Add classpath for firmware loading /vendor/firmware_mnt/image in kernel command line. Change-Id: I2dd2e7ea6334fb979ad8ff8c755648748de93ab4 Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: Move /bt_firmware mount point to /vendor/bt_firmwareVinay Verma2019-01-26
| | | | | Change-Id: I6dbb4e19fd00861b0c50a7df6eab197e878a5d0e Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: start bootanim before mounting data partitionWei Wang2018-09-26
| | | | | | | | | Bug: 30118894 Signed off by: Nolen Johnson <johnsonnolen@gmail.com> Change-Id: If84764e3ce51f467b2dfa867ce28e1e396422d45 Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: rootdir: Remove fstab selinux contextsDavide Garberi2018-09-16
| | | | Change-Id: I96b2f52d7cf97d9b5794422bb57d6e151917d7a9
* msm8996-common: Remove FRP entry from fstabMichael Bestas2018-08-15
| | | | | | * Not needed, system treats it as a raw block device Change-Id: Ieff8b1888c22d49974bfeb60cfc62f3bb2d424c7
* Revert "msm8996-common: Update Bluetooh firmware."Cosme Domínguez Díaz2018-08-11
| | | | | | | SELinux blocks the loading of the newer firmware and I do not know how to fix it, for now. This reverts commit 13c9609710f05a79d119636ec2b9640259dd67c2.
* msm8996-common: Update Bluetooh firmware.Cosme Domínguez Díaz2018-08-11
| | | | * From google/marlin/marlin:9/PPR1.180610.009/4898911:user/release-keys.
* rootdir: fstab: Use the right label for our vendor partition.Cosme Domínguez Díaz2018-04-12
| | | | | | | | | | | | | | * We renamed 'factory' as 'vendor' on our partition table: z2_row: sgdisk_static --change-name=9:vendor /dev/block/sda z2_plus: sgdisk_static --change-name=46:vendor /dev/block/mmcblk0 Note that partition number for z2_plus may not be the same if you came from Indian's stock or from Chinese's stock. Check first the output of 'ls -l /dev/block/bootdevice/by-name/factory' * Thanks to @cryscript for the idea and his work for z2_plus.
* msm8996-common: Properly label DSP partitionRashed Abdel-Tawab2018-03-16
| | | | Change-Id: Ia85f5755acf9c88ac45f5ccf9dc9f49e5d130bd5
* msm8996-common: Try first with ext4.Cosme Domínguez Díaz2018-03-02
| | | | | * ext4 is the stock's default choice. * f2fs support is highly dependent on which kernel you use.
* msm8996-common: Get rid of recovery-only fstabMichael Bestas2018-03-02
| | | | | | | | | | * Mounting /system and /vendor partitions is handled in kernel now, however removing the entries from fstab caused issues building the OTA. The workaround was to have a separate fstab, but turns out that simply setting the recoveryonly flag does the trick because those are then ignored during a normal Android boot. Change-Id: I2944384d0a1c41bc9f9f51e2e29daff2bed0a0f4
* msm8996-common: rootdir: Remove length from userdataLuca Stefani2018-02-25
| | | | | | | * Current code expects lenght to be the real partition size > The footer is automatically added now Change-Id: I47165062ae0b15c935c8b1c561b9788ff825c4f5
* msm8996-common: Build a vendor imageBruno Martins2018-02-25
| | | | | | | * Turn the partition /factory into something more useful for us. Change-Id: I32a3088ef7803d3db691b9031dda2dbe55565ba3
* Set FRP device permissionsBruno Martins2018-02-25
| | | | Change-Id: Ica769bf4bc058041ae044c6a71464823a92f073d
* msm8996-common: fstab: Remove formattable flagcodeworkx2018-02-03
| | | | Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: Enable DTS system mount [2/2]Davide Garberi2017-12-25
| | | | | | * Add a fstab.full to make OTA assert not fail the compilation Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996: enable noatime mount option for CTS failureSashidhar Ganiga2017-12-24
| | | | | | | | Enable noatime mount option for userdata, cache and persist partitions. Change-Id: Ie6fb063115ac6a1d62f9cf2814fd1c0b89e4d17f Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* msm8996-common: rootdir: Update ZRAM comp streams flagLuca Stefani2017-12-24
| | | | | | | * AOSP now support it as max_comp_streams Change-Id: I094f1e15f386cb7aa7909df2f7c91b93148eb840 Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* Revert "z2_plus: Remove all the calls to the sepolicy"dd3boh2017-11-04
| | | | | | This reverts commit a88a284a012da3d773f37ec12b41c8ee7877c941. Signed-off-by: dd3boh <dade.garberi@gmail.com>
* z2_plus: Remove all the calls to the sepolicydd3boh2017-09-07
| | | | Signed-off-by: dd3boh <dade.garberi@gmail.com>
* z2_plus: rootdir: Enable ZRAM for msm8996 targetsDiogo Ferreira2017-08-21
| | | | | | | | Check the accompanying kernel patch for more info and also https://source.android.com/devices/tech/debug/jank_jitter#page_cache. Change-Id: I69b9dabf2100701a55f99056facfe6978c60cfb6 Signed-off-by: dd3boh <dade.garberi@gmail.com>
* noatime implies nodiratime.Cosme Domínguez Díaz2017-08-02
| | | | https://lwn.net/Articles/244941/
* z2_plus: Move rootdir files to rootdir/etcdavidevinavil2017-06-30
|
* Ramdisk: Move init to rootdirdavidevinavil2017-01-27
| | | | Change-Id: I9926097f65e084c322ce320d43a1654e613e596b
* Small edits in fstab and init.qcom.powerFedor9172016-11-10
|
* Initialising brunch based on davidevinavil device tree (CM14.0 branch)Fedor9172016-11-10
|
* Add test ota and small editsFedor9172016-10-28
|
* Initial commitFedor9172016-10-26