Commit Graph

1291 Commits

Author SHA1 Message Date
Ajay Dudani 4182828dba Disable generating dt.img if TARGET_NO_KERNEL is defined as true
TARGET_NO_KERNEL implies the kernel is not present/compiled with
the rest of the build.  In absence of a kernel, it does not make
much sense to compile a device tree either.  Make dt.img generation
tied to TARGET_NO_KERNEL flag.

Change-Id: Ie0421c7630f30c39019bebd63fd82fe52e11e982
2014-01-06 12:47:22 -08:00
Linux Build Service Account 5d71b32f0c Merge "Provide diag permission to wcnss_filter" 2013-12-27 14:24:38 -08:00
Linux Build Service Account dff8ca19bc Merge "wlan: make PTT app as default running daemon" 2013-12-27 14:24:31 -08:00
Linux Build Service Account abfcfde70a Merge "CPUFreq: Set optimal frequency for msm8610" 2013-12-24 00:01:00 -08:00
Linux Build Service Account a91a5f5b8f Merge "IMS-VT: Enable libimscamera_jni library." 2013-12-23 11:57:30 -08:00
Garik Badalyan 03fad1b50f IMS-VT: Enable libimscamera_jni library.
Enable libimscamera_jni library.

Change-Id: I6a1f5c79323879719aba5cea565b232b6d1eb2de
CRs-Fixed: 592584
2013-12-23 09:15:52 -08:00
Linux Build Service Account 57832db3f5 Merge "no default packages specified after overlay is diabled" 2013-12-20 17:00:37 -08:00
Linux Build Service Account a198217333 Merge "common: Add owner permission for audio_slimslave" 2013-12-20 16:59:10 -08:00
Linux Build Service Account 461a41cc7f Merge "init: qcom: Change owner and permissions of input_current_settled property" 2013-12-20 14:04:57 -08:00
Linux Build Service Account d7879d3e23 Merge "init.qcom.rc: Deferring ADSP load until debug flag setup" 2013-12-20 09:44:04 -08:00
Kevin Tang f458d02923 no default packages specified after overlay is diabled
both Nlp and Flp default packages are either missing or wrong

Change-Id: I9eba47eb9c725155bbe52ada515c50cb60e502b6
CRs-Fixed: 591196
2013-12-20 08:34:06 -08:00
Anirudh Ghayal f0c8be03fa init: qcom: Change owner and permissions of input_current_settled property
The input_current_settled property is accessed by the charger_monitor which
is running as a system service. Modify the permissions and owner for it to
be accessible.

Change-Id: I0bc0b6b31d2cda0c1550e38ce838b984f80a959b
2013-12-20 20:38:15 +05:30
Linux Build Service Account ede5e50834 Merge "common: init: update sensor settings file related entries" 2013-12-19 15:54:17 -08:00
Krishna Vanka 396223e124 CPUFreq: Set optimal frequency for msm8610
The ondemand governor has the ability to adapt to multicore
targets to render better scaling. This change sets one of such
parameters i.e optimal frequency to the nominal max frequency
to achieve best perf/power. Along with that, this change also
tunes the down_differential_multi_core to a reasonable value.

Change-Id: I4fe76224f0166a3a6db2a79c18637e0ab760ceac
CRs-fixed: 561456
2013-12-19 10:20:38 +05:30
Linux Build Service Account 7cdb8610ac Merge "mpq8092: Enable memtrack" 2013-12-18 09:23:02 -08:00
Linux Build Service Account 8cd28b6d77 Merge "Bluetooth: Enable config to skip read remote device features" 2013-12-17 21:50:37 -08:00
Naseer Ahmed 31c01e7fcd mpq8092: Enable memtrack
Enable memtrack HAL for dumpsys meminfo

Change-Id: I45c79958a8efb332e73cf0f211567aa055500bab
2013-12-17 20:49:35 -05:00
Damir Didjusto c390eaa483 init.qcom.rc: Deferring ADSP load until debug flag setup
- ADSP was getting loaded way too early. This blocked debugging
processor
- Moved ADSP loading command to the line after the command to setup
debug flag
- The debug flag couldn't be moved as its current place allows
access to android persistent properties

CRs-fixed: 581939
Change-Id: I11cb7907f6d006c08b7d4e4e22a8d8d2d4942991
2013-12-17 16:12:31 -08:00
Linux Build Service Account 9e3710e36e Merge "init.qcom.rc: remove set GID bit for /data/audio" 2013-12-17 12:32:28 -08:00
Leo Chang 27487b2512 wlan: make PTT app as default running daemon
PTT app will running as default daemon.
Mission mode, will control RIDL and Quarky
   Start with root prevelige and drop to SYSTEM
FFBM mode, will handle FTM
   Will run root always.
   Only FFBM mode will start this mode.

Change-Id: I18a64b35d2097e274a5a7c6f769382f1af834e9c
CRs-fixed: 536472
2013-12-17 09:14:54 -08:00
Vidyakumar Athota 6d87755aae common: Add owner permission for audio_slimslave
As audio_slimslave device is used by audio to make
custom ioctls, add the required permissions

Change-Id: If6181692ae3a3d0305200cf7c66870549cce5ac2
2013-12-16 16:19:47 -08:00
Satish kumar sugasi d09a9bd4d6 Bluetooth: Enable config to skip read remote device features
This avoids sending read remote device features which cause encryption
failure with few remote devices.

CRs-Fixed: 590293
Change-Id: I8b5fd9f1dda1fa11b74953825a3ccbdc0e709511
2013-12-16 11:38:43 -08:00
Linux Build Service Account f41a4424e4 Merge "common: Add initial support for msm8916." 2013-12-16 07:32:56 -08:00
Linux Build Service Account f4ae8fdaa6 Merge "CPUFreq: Set optimal frequency for msm8226" 2013-12-16 07:32:34 -08:00
Linux Build Service Account cf0c8616bc Merge "Compiling audio policy and hal for mpq8092" 2013-12-16 07:31:38 -08:00
Linux Build Service Account 7fbee7a4b4 Merge "Remove ultrasound settings from syspart_fixup" 2013-12-16 07:31:31 -08:00
Krishna Vanka ab3b2116dd CPUFreq: Set optimal frequency for msm8226
The ondemand governor has the ability to adapt to multicore
targets to render better scaling. This change sets one of such
parameters i.e optimal frequency to the nominal max frequency
to achieve best perf/power. Along with that, this change also
tunes the down_differential_multi_core to a reasonable value.

CRs-fixed: 561456
Change-Id: If0ea8e2f663982201f7d680144def44fbfd62c50
2013-12-16 11:00:20 +05:30
Linux Build Service Account 8efdc3741c Merge "mdm2: Start QMUX and NETMGR daemons for mdm2" 2013-12-13 23:08:56 -08:00
Linux Build Service Account 2ed3c8d74b Merge "ueventd: Added correct permissions for mhi device file node" 2013-12-13 18:46:01 -08:00
Linux Build Service Account 08d3868350 Merge "disable NLP and FLP overlay" 2013-12-12 17:36:58 -08:00
Kevin Tang 25e09dac00 disable NLP and FLP overlay
Enabling overlay will risk having a later market installed NLP
or FLP that comes with gcore from app store override the tested
platform NLP or FLP. Something might get broken.

CRs-Fixed: 580898

Change-Id: I49ae07d46df0722e55acde5ae8c3e2c4e18c6fc1
2013-12-12 12:27:26 -08:00
Vidyakumar Athota e735e2f595 init.qcom.rc: remove set GID bit for /data/audio
Remove set GID bit for /data/audio for security reasons

Change-Id: I23f037e101dd4fc783761c8fc3f08f46de8733a5
CRs-Fixed: 578087
2013-12-12 11:29:17 -08:00
Sivalatha Chakrala 3a04605842 common: Add initial support for msm8916.
Add msm8916 target in the common makefiles
and lunch combo.

Change-Id: I90327da5706a61ce8faf73dda20d00c417719af2
2013-12-12 22:30:23 +05:30
Satya Durga Srinivasu Prabhala c7c5a0dd0c common: init: update sensor settings file related entries
As part of consolidating sensor directories & files,
updating sensor settings related entries in init script
for better alignment & security.

CRs-Fixed: 582070
Change-Id: I5df308fe2d77ea047435d03dfda47a338fb858af
2013-12-12 08:50:56 -08:00
Linux Build Service Account f95f96ec0f Merge "Bluetooth: Enable macro to skip conn update at conn complete" 2013-12-12 00:08:52 -08:00
Nitin Arora f68d13a12d Bluetooth: Enable macro to skip conn update at conn complete
The patch enables the macro in order to skip the connection
param update at the conn complete event since it interferes
with the link encryption

Change-Id: Id41ed9d9b44bb5f1292b41ac9ec9507e97d51eba
CRs-Fixed: 585765
2013-12-11 11:56:47 -08:00
Vadivel Thekkamalai 2becab78d9 Provide diag permission to wcnss_filter
wcnss_filter should have diag permission to write bluetooth
logs into the QXDM.

Change-Id: I880c681450dd81017e35f898effd209bc6874269
2013-12-10 11:42:26 -08:00
Linux Build Service Account 0804072561 Merge "common: Generate Android disk image for simulation software" 2013-12-10 09:00:01 -08:00
Aparna Mallavarapu ba13952d8e common: Generate Android disk image for simulation software
Add support to generate the android disk image as part of the
regular android images so that simulation software can load it.

Change-Id: Ic7af0a0c17b9899fc92f5e3abea054b588ce238f

Conflicts:
	generate_extra_images.mk
2013-12-10 13:04:25 +05:30
Linux Build Service Account 1684ce1c36 Merge "Init: Add services logkit needed to initialize." 2013-12-09 18:34:56 -08:00
Linux Build Service Account 36d868ade6 Merge "mpq8092: setting lcd-density & enabling hwcomposer and gralloc" 2013-12-09 18:34:48 -08:00
Linux Build Service Account 9a22c937c6 Merge "Bluetooth: generalize transport related properties" 2013-12-09 18:34:32 -08:00
Linux Build Service Account 6ea8b0de60 Merge "init.qcom.post_boot: Modify above_hispeed_delay for 8974 pro" 2013-12-09 15:45:32 -08:00
Subash Abhinov Kasiviswanathan 002830b23f mdm2: Start QMUX and NETMGR daemons for mdm2
For mdm2 targets (Fusion 4.5), start netmgrd and QMUXD daemons
at powerup.

CRs-fixed: 587136
Change-Id: Ib9d7fd5a7f94bc30053a1f3cee5df57dab61c7a5
2013-12-09 16:01:19 -07:00
Zohaib Alam 3751c74d59 mpq8092: setting lcd-density & enabling hwcomposer and gralloc
setting lcd-density for 8092, and enabling hwcomposer and
gralloc

Change-Id: Ifce52c4b7015a69e5c180c32a7ee2cb7c9354108
2013-12-09 16:15:35 -05:00
Linux Build Service Account 2112301653 Merge "common:Add pronto_wlan for user variant builds" 2013-12-09 06:30:39 -08:00
Wu Jin 260f056527 Init: Add services logkit needed to initialize.
The qlogd is a daemon of capturing logs and rootagent is for
autotrigger. The service logkit needed is controled by property.

Change-Id: I21d03fa38b705969394b5ca8a256f90dfa6e8c3d
2013-12-09 13:25:19 +08:00
Linux Build Service Account 1d227a77f5 Merge "init.qcom.post_boot: Enable input boost for 8974 pro" 2013-12-07 11:10:29 -08:00
Linux Build Service Account 38f68f1b81 Merge "Revert "Revert "power: keep two cores online when display is on""" 2013-12-07 11:10:22 -08:00
Rohit Gupta 90d5b2b127 init.qcom.post_boot: Enable input boost for 8974 pro
Enables the following parameters for input_boost:
1) input_boost_freq is set to 1.49 GHz
2) input_boost_ms which is the time for which the boost is effective
   is set to 40ms

Change-Id: I697ddb1c2511ec3aa8cf9168bca392c7480a9a3d
2013-12-06 17:14:05 -08:00