Commit Graph

71 Commits

Author SHA1 Message Date
padarshr e74969cd02 Move back init.qcom.testscripts.sh to system from vendor.
Change-Id: I948f7454e1d81c0c5f132131d01b566d3f3edd13
2017-07-07 04:48:45 -07:00
Sai Krishna Juturi 10d7b1ca39 uicc: Remove unused script
Removing unused init.qcom.uicc.sh script.

Change-Id: I0d5ec9c6775eca4b38d859c66be9723ef91e788e
Signed-off-by: Sai Krishna Juturi <jsaikrishna@codeaurora.org>
2017-06-27 01:22:02 -07:00
padarshr 19951bb997 Install init.qcom.rc at /vendor/etc/init/hw/
Install init.qcom.rc into /vendor/etc/init/hw/ so that
it rightly stays in vendor region.

Change-Id: Ida3baf51a89851b91d70a60ae342a244876d4feb
2017-06-20 18:00:36 +05:30
Niranjan Dumbala 1ebd9fbd55 Revert "Move init.qcom.coex.sh to /vendor"
This reverts commit 11e04da10e.

Change-Id: I6537206314bc9bf74628ae48ed0b6a2eef1acfca
2017-06-18 05:26:26 -07:00
Naveen Kumar 28c587fa48 Merge commit 'e22de001a91868a07e9f8e5bd6399e1a21a079d2' into remote
Conflicts:
	rootdir/etc/init.qcom.rc

Change-Id: I6890b1e4a518b796d35eab800343ad4f06f02cc4
2017-06-16 16:13:46 +05:30
Linux Build Service Account c1c3be368d Merge "Move init.qcom.coex.sh to /vendor" 2017-06-15 14:39:11 -07:00
Vara Prasad A V S G 8d231f80ee Install init.qti.ims.sh to /vendor.
Change-Id: I9e142d3a6f9eb85db632d857b60ce6707d6f63ff
2017-06-11 02:27:40 +05:30
Vara Prasad A V S G 36dc5333cb Install init.qcom.efs.sync.sh to /vendor.
Change-Id: I1b28cde0089dc617b29ab70657fe73ddbb651ba1
2017-06-11 02:25:34 +05:30
Vara Prasad A V S G f6f60c451d Install init.qcom.coex.sh to /vendor.
Change-Id: I0afbbe1c6a77ce8d82bac4433fbc51c96fea97c6
2017-06-11 02:23:44 +05:30
Vara Prasad A V S G cbaf749efe Install and launch init.qcom.sensors.sh to /vendor.
Change-Id: Iaba37d69516a531cb0291e516c53f82249b1d6be
2017-06-11 02:22:34 +05:30
Srinivas Dasari cb4e492c03 Install init.qcom.sdio.sh to /vendor
Change-Id: Icb9fa4a2f4a40ae3c3aae97c7171cc252beac90d
Signed-off-by: Sandeep Patil <sspatil@google.com>
2017-06-10 17:05:48 +05:30
Srinivas Dasari 84fe95bbba Install init.qcom.wifi.sh to /vendor
Change-Id: I60216c5b4cae9f96e23c89e167febcdf4c1bf377
Signed-off-by: Sandeep Patil <sspatil@google.com>
2017-06-10 17:05:48 +05:30
Srinivas Dasari 66220ef805 Install init.crda.sh to /vendor
Change-Id: Iab3687e1c7219e0666254511194c4f0a1f1e078d
Signed-off-by: Sandeep Patil <sspatil@google.com>
2017-06-10 17:05:48 +05:30
Srinivas Dasari 91d5765067 Install qca6234-service.sh to /vendor
Change-Id: Idefb5b2dee699af33923d539fd93fa4a2204d06a
Signed-off-by: Sandeep Patil <sspatil@google.com>
2017-06-10 17:05:48 +05:30
Diego Wilson d6c3c9871c Install init.qcom.testscripts.sh to /vendor.
Change-Id: Ic659a8230d13b1a4706d3583e3d819ca082ffae9
Signed-off-by: Sandeep Patil <sspatil@google.com>
2017-06-10 17:04:58 +05:30
Zhenhua Huang 3e9bf86706 Install init.qcom.crashdata.sh to /vendor
Change-Id: I82631c93d91b477bda07c7f815334025d031f0e1
2017-06-10 17:04:51 +05:30
Ramesh Gupta Guntha 4f2876486d Install init.qcom.debug-sdm660.sh to /vendor
Change-Id: Ic27f3b728a939c5d26a6c85258a84e5f9b8b78ed
2017-06-10 17:04:32 +05:30
Mayank Rana 66808a5338 usb: move usb related .rc and .sh to /vendor
This change moves init.qcom.usb.rc, init.msm.usb.configfs.rc and
init.qcom.usb.sh to /vendor image.

Change-Id: Ie63c7bb67c05f9372413549a1c007a7542fe5006
2017-06-10 17:04:01 +05:30
Abhishek Arpure dca0ac4cba Install init.qcom.syspart_fixup.sh to /vendor.
Change-Id: I448dfd5d34f28e22f18d5d73578cc168f3097194
2017-06-10 16:59:43 +05:30
Abhishek Arpure 008fed8858 Do not move init.qcom.rc to /vendor
Instead add a TODO with the reason why the file must not be moved
for now.

Change-Id: I82a62b7ba24bce5120c0e4038d0354761dea907d
2017-06-10 16:59:43 +05:30
Abhishek Arpure 4ec9a9acc3 Move uevent.qcom.rc to /vendor
Change-Id: I7e42c803561606128314bc4fb0f51fd02270d9fd
2017-06-10 16:59:43 +05:30
Abhishek Arpure e7461501f0 Move hardware specific .rc files to /vendor/etc/init/hw
The reason these files are moved to /vendor/etc/init/hw and
not /vendor/etc/init is because 'init' scans the /vendor/etc/init folder
for vendorr service .rc fragments to import. That would either result
in duplicate imports or out-of-order imports of these hardware
specific .rc files and that *may* have unintended consequences.

In order to preserve the current import order for MTP, we move all
hardware specific .rc files to /vendor/etc/init/hw which is not
autoscanned by init BUT leave the init.${ro.hardware}.rc (i.e.
init.qcom.rc in this case) in root for 'init' to find.

Change-Id: I14531da05e2a3a256f734f8de96e1f1969c753f9
2017-06-10 16:59:43 +05:30
Abhishek Arpure 7c166576e3 Install init.mdm.sh to /vendor.
Change-Id: I17314ab9d9f913e5c0811c6a351b76d9561b9cd4
2017-06-10 16:59:43 +05:30
Abhishek Arpure d4b5cf42ac Install init.qcom.debug.sh to /vendor.
Change-Id: I1543d4b21c82069ebd24a8211a28a4bf2dc2767c
2017-06-10 16:59:43 +05:30
Abhishek Arpure dc91d071c2 Install init.qcom.ssr.sh to /vendor.
Change-Id: I27a3fb366daceae60c81e65c5d26b0d413b051fa
2017-06-10 16:59:43 +05:30
Abhishek Arpure 44899fdb09 Install and launch init.class_main.sh from /vendor.
Change-Id: I1c9bca8e4274951954262ad65f1871da0b7e7db6
2017-06-10 16:59:42 +05:30
Abhishek Arpure cb99af590d Install and launch init.qcom.class_core.sh from /vendor.
Change-Id: I7001e554d8f9527d704d77271175b94109f26c9d
2017-06-10 16:59:42 +05:30
Abhishek Arpure 21ef8aa1fe Install and launch init.qcom.sh from /vendor.
Change-Id: Idd93e47857741403ae3bf0630ab94b2ae1dfe463
2017-06-10 16:59:42 +05:30
Abhishek Arpure 8190d767f9 Install and launch init.qcom.post_boot.sh from /vendor.
Change-Id: Idf78667baf2c439c7e97bbf1a9028030c1bcc72f
2017-06-10 16:59:42 +05:30
Abhishek Arpure 9ae7c4a58a Install and launch init.qcom.early_boot.sh from /vendor
Change-Id: Icca1263378b9acfe65ba2028180c4f8e03e78e60
2017-06-10 16:59:41 +05:30
Rajiv Ranjan 11e04da10e Move init.qcom.coex.sh to /vendor
CRs-Fixed: 2059040
Change-Id: I39d0bf0547e834b55c6a5baa38069e70b8b2cc04
2017-06-09 19:55:03 +05:30
Srinivas Dasari 21185b8f85 Install init.qcom.sdio.sh to /vendor
Change-Id: Icb9fa4a2f4a40ae3c3aae97c7171cc252beac90d
Signed-off-by: Sandeep Patil <sspatil@google.com>
2017-06-06 01:40:13 -07:00
Srinivas Dasari 7fad88245a Install init.qcom.wifi.sh to /vendor
Change-Id: I60216c5b4cae9f96e23c89e167febcdf4c1bf377
Signed-off-by: Sandeep Patil <sspatil@google.com>
2017-06-06 01:39:37 -07:00
Srinivas Dasari 4e33cdf11d Install init.crda.sh to /vendor
Change-Id: Iab3687e1c7219e0666254511194c4f0a1f1e078d
Signed-off-by: Sandeep Patil <sspatil@google.com>
2017-06-06 01:38:24 -07:00
Srinivas Dasari 9d44b2081f Install qca6234-service.sh to /vendor
Change-Id: Idefb5b2dee699af33923d539fd93fa4a2204d06a
Signed-off-by: Sandeep Patil <sspatil@google.com>
2017-06-06 01:36:56 -07:00
Linux Build Service Account 57ef3e2fbb Merge "fm: Remove unused scripts & service" 2017-05-30 18:22:33 -07:00
RAJATH R 879c4551f2 Removing unwanted scripts as part of the cleanup.
Change-Id: I70834e859478358fffaf10ee123d801262cf68a8
CRs-Fixed: 2053753
2017-05-30 19:28:10 +05:30
Nitin Shivpure f080a6b559 fm: Remove unused scripts & service
Removing unused init.qcom.fm.sh script & fm_hal service.

CRs-fixed: 2053765
Change-Id: I04fa99832d69ec71dcf2b580db76940ca5ac6e2f
2017-05-30 15:19:17 +05:30
Naveen Kumar 4d79ff49cb Update configuration for sdm660
Change-Id: If023dd696d54ea32e4eac367421999192c4996a2
2017-04-24 16:16:15 +05:30
Saurabh Shah c9789a56aa device/qcom/common: Add init.recovery.qcom.rc
Add init.recovery.qcom.rc to set a default brightness value on the
new backlight node /sys/class/backlight/panel0-backlight/brightness
This file is included by init.recovery.rc currently.

Change-Id: Ic446a22b69ae25a1c7cf8f75ad581f34f2fb1601
2017-04-10 16:49:16 -07:00
Biswajit Paul 09970d051b init.qcom.test.rc: Add new rc script for userdebug builds
Add a new test rc script for userdebug builds to add certain
configuration for debugging.

CRs-Fixed: 1064691
Change-Id: I38ecd99f08f8c349850712686aaca5bd31a8629a
2016-09-08 11:56:34 -07:00
Mayank Rana 439ace14b1 Revert "Revert "USB: Add configfs related rules for USB compositions""
This reverts commit 5d54438673 which brings
back USB composition related rules using configfs.

Change-Id: I1c153fefac40bc4931145af2804c6d7cf276af12
2016-04-25 11:18:47 -07:00
Naveen Kumar 5d54438673 Revert "USB: Add configfs related rules for USB compositions"
This reverts commit 9f96096a93.

Conflicts:
	rootdir/etc/init.qcom.usb.sh

Change-Id: I0193d3d5ce1ccbed810303e72fcd612c72da3b90
2016-04-15 14:29:23 +05:30
Mayank Rana 9f96096a93 USB: Add configfs related rules for USB compositions
This change adds required support and relevant rules to select and
use USB composition using configFS.

Change-Id: I91c45180e3c64800eebbbb4a0c26157003dbbee1
2016-03-22 12:35:19 -07:00
Chitti Babu Theegala a8fae24ecc common: ZRAM, SWAP Disks creation
ZRAM Disk size - 512 MB. "init.qcom.zram.sh" is now deleted.

ZRAM disk creation is moved to "init.com.post_boot.sh" (at the
common Memory related configuratons) and is done only if
"ro.config.zram" is enabled.

SWAP Disk size - 200 MB (Created only for lower RAM ( < 1GB )
devices & only if "ro.config.swap" is enabled ).

Change-Id: I077d3bdf10e56d2c40f0057c95533cfb136a2ab8
2016-03-09 19:06:37 +05:30
Gopal G Goberu 4b014cfbc9 "IMS start from bootup"
Change-Id: I1c686cd91ba9d6a9a23a3ad13c02ca1a13bd75b7
2015-11-05 00:00:40 -08:00
muluhe f7e7810a11 common: Modify ffbm settings script
Change ffbm related setting script to rc format.

Change-Id: I658760f9a02f0a2e1e70bfa9f8d22af009c24978
2015-08-19 13:55:12 +08:00
Chiou-Hao Hsu 64e54d0eab Merge tag 'AU_LINUX_ANDROID_LA.HB.1.1.1.05.01.01.063.356' into HEAD
* commit '6dfa44b044c858c2b5de0f0c3ca9eef28131a0c1': (27 commits)
  Add tcp buffer sizes for LTE_CA
  init.qcom.post_boot.sh: Update scheduler tunables for 8996
  tz app seemp_healthd removed
  init.qcom.post_boot: Enable low power modes for 8952
  init.qcom.usb: Add composition to support DPL with DUN over char bridge
  init.qcom.rc: FST Manager runs as user "wifi"
  init.qcom.post_boot.sh: Enable all the LPMs by default
  qcom: Add default configuration for DCC block on MSM8976
  BTLogKit: Added BTLogKit to Product Packages
  init.qcom.usb: Set default USB request buffer size as 128 KB for MTP
  Adding and starting IOP service for 8996
  base.mk: add FST Manager to the build
  init.qcom.rc: add FST manager service
  Bluetooth: Drop Wcnss_filter to bluetooth only access
  init.qcom.post_boot: Set mincpubw devfreq governor to cpufreq for 8996
  audio_policy: disable software DRC flag
  init.qcom.rc: Seemp health Deamon
  Disable sched_boost on msm8996 at post-boot.
  Mms: Change default config options
  qcom: Add default configuration for DCC block.
  ...

Conflicts:
	rootdir/etc/init.qcom.rc

Change-Id: Ifedca1c92c67b2006f11eaa54d4fb8134fe5952c
2015-08-03 11:28:17 -07:00
Avijit Kanti Das be4f64bbbc qti-testscripts: Adding new service to init.qcom.rc
Adding new service for in init.qcom.rc for testing purpose.
This service is only for userdebug configuration.

Change-Id: Id94a50bd6269a8a47ca1a8929b566c70a23d852e
2015-07-24 11:27:10 -07:00
Satya Durga Srinivasu Prabhala ee637c86ba common: init: move sensor service to it's own script
Even though sensor service moved to core class, common script is
being started as part of late_start services, from which, sensor
service is started. This is causing issues like, none of the
sensors are available to clients as System Server also scheduled
in parallel.

Change-Id: Ie69e43e9845952f06efd9fe52b68b9a02a9522ce
2015-07-08 16:30:43 -07:00