summaryrefslogtreecommitdiffstats
path: root/init.tuna.rc
Commit message (Collapse)AuthorAgeFilesLines
* tuna: wlan: Add wpa_supplicant overlay file supportDmitry Shmidt2013-04-251-3/+8
| | | | | | | Bug: 8725307 Change-Id: I4bfe6887086517f0901033b3b68ad39e0999ab16 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* am 661d6f56: am 3a98fa92: Merge "SELinux mods to init file."Geremy Condra2013-03-191-0/+15
|\ | | | | | | | | * commit '49333b3c1ea5e74423515203197680dce066248e': SELinux mods to init file.
| * Merge "SELinux mods to init file."Geremy Condra2013-03-191-0/+15
| |\
| | * SELinux mods to init file.rpcraig2012-11-051-0/+15
| | | | | | | | | | | | | | | Change-Id: I981d9791e0a3a5a83116bbb842870ccdcd84c4fe Signed-off-by: rpcraig <rpcraig@tycho.ncsc.mil>
* | | Use dumpstate directly for bugreports.Jeff Sharkey2013-03-131-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | Use new broadcast flag on dumpstate to notify framework when a bugreport finished. Remove older shell scripts. Bug: 7005318 Change-Id: I61cdc31273c704dc2b6fdbb6ef58ee77dc5db6df
* | | Fix BT rev-tether iface name.Robert Greenwalt2013-02-061-2/+7
|/ / | | | | | | Change-Id: Ia4455e4fd89db25f9d1975d0a0ca4f9d4436cb13
* | [tuna] GPS: Fix security holeSangcheol Lee2012-11-201-0/+2
| | | | | | | | | | | | | | | | | | Change a permssion for /proc/mcspi1_cs3_ctrl as 600. With this patch, there is no GPS operation issue. Bug ID : 7494980 Change-Id: I4446c2805a0d47a803f9f3ca1f5bce26371653d3 Signed-off-by: Sangcheol Lee <goodsc.lee@samsung.com>
* | Allow traversal into /storage/emulated.Jeff Sharkey2012-09-301-1/+1
| | | | | | | | | | Bug: 7255202 Change-Id: Ifc017e702f0c6b6d3ecb3220a5321303f3849c51
* | Final shuffle to make /sdcard work in shell.Jeff Sharkey2012-09-301-7/+5
| | | | | | | | | | | | | | | | | | Move legacy mount location to /storage/emulated/legacy, and create a symlink to point towards shell-visible FUSE daemon. This symlink is then masked from zygote-forked apps by a tmpfs. Bug: 7255202 Change-Id: I22967c10e5719c0628816f061606924ddd15e5bb
* | ISSUE 6849488 Bluedroid stack, remove system/bluetooth.Zhihai Xu2012-09-201-9/+0
| | | | | | | | | | | | | | | | remove system/bluetooth stuff bug 6849488 Change-Id: I183359650b84e32dc210d272d42e34d0db346ac3
* | tuna: dhcp: Add CLIENTID request to dhcpcd serviceDmitry Shmidt2012-09-201-2/+2
| | | | | | | | | | | | | | BUG: b/7175187 Change-Id: I4977a4429827ab1f996d1cefb47c094fe8cafb91 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* | One more legacy symlink.Jeff Sharkey2012-09-131-4/+1
| | | | | | | | Change-Id: If598bb76fc760c7f12dcf9a5ff865508106e73d0
* | Include user identifier in external storage paths.Jeff Sharkey2012-09-111-10/+13
| | | | | | | | | | | | | | | | When building external storage paths, always include user in path to enable cross-user paths and aid debugging. Bug: 7131382 Change-Id: Ic065fb8739a9d5d6e7f88ab93932391d906fed57
* | Bring back ADB_EXTERNAL_STORAGE.Jeff Sharkey2012-09-061-0/+1
| | | | | | | | | | Bug: 7119408 Change-Id: Ia08146965ee6218a033a70c2f02cbc621e339316
* | Remove /sdcard hack for shell users.Jeff Sharkey2012-09-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Using a /storage/sdcard0 symlink and a tmpfs staging area was used to enable "/sdcard" paths for both zygote processes and the shell user, but it breaks on devices with both emulated and physical external storage. Specifically, vold can't mount a physical sdcard onto the primary storage symlink, and zygote can't re-bind-mount when secondary storage is remounted after dropping privileges. Bug: 7094858, 7064600 Change-Id: Ic9821129f94c22d0c64e84d8ee9f55d505a78e5d
* | Iteration on multi-user external storage.Jeff Sharkey2012-08-221-5/+4
| | | | | | | | | | | | | | | | Symlink to make /sdcard work for shell users. Environment variable to find root of multiuser SD card. Bug: 6925012 Change-Id: Ia190a609a3b04357a7acb8fe630971bb13aab249
* | Revert "Add bthid device driver ko file. Init it as device driver node."Matthew Xie2012-08-201-5/+0
| | | | | | | | | | | | UHID device in kernel is used instead of this driver. This reverts commit 7607421ba7b5f17556316b801caaf16dfa028bb3.
* | Migrate sdcard0 to shell-accessible location.Jeff Sharkey2012-08-201-3/+7
| | | | | | | | | | Bug: 7005701 Change-Id: I0c07505d9ccc2842186a00a4e96489063cc8c7e8
* | Multi-user external storage support.Jeff Sharkey2012-08-161-15/+17
| | | | | | | | | | | | | | | | Move FUSE daemon to secure mount point, and relax /storage access now that sdcard_r is enforced using private bind mounts in zygote. Bug: 6925012 Change-Id: I6c3b54e07a176408053749de6966b26c9f58bb5f
* | Specify destination sdcard mount point.Jeff Sharkey2012-08-131-1/+1
| | | | | | | | | | Bug: 6925012 Change-Id: Ib9d5ce0dfba3669e75a9c57af9f7ae3872bb6235
* | Add bthid device driver ko file. Init it as device driver node.Matthew Xie2012-07-131-0/+5
|/ | | | | | Author: Priti Aghera Change-Id: Iae05cfeca4a02755594c1276135b5aa737c90004
* tuna: init.rc: add dhcpcd_eth0 serviceBenoit Goby2012-05-081-0/+5
| | | | | | This is needed to support USB ethernet adapters Change-Id: I6dcc7f1530c7747b0e838741bdc47aa21b6cf10e
* Use the filesystem mounter to mount and check filesystemsKen Sumrall2012-05-011-6/+1
| | | | | | | fs_mgr reads /fstab.<device> to determine what to mount and what to check, and removes the details from the init.<device>.rc file. Change-Id: Idf9f9ba737a4850dc15a926a74e74b9d7023693f
* Reduce /storage permissions to 0050.Jeff Sharkey2012-04-231-1/+1
| | | | | Bug: 6346248 Change-Id: I3eee6657d1477d94ed5bb65bdc6c5d297d35d902
* tuna: Add Power HALTodd Poynor2012-04-111-8/+0
| | | | | | | | | | | | | | | * Add Power HAL for Tuna. * Update cpufreq interactive governor params: min_sample_time = 100ms to cover bursts of graphics load go_hispeed_load = 40% to handle graphics loads * Move screen off maximum frequency to generic cpufreq scaling_max_freq interface, set when turning screen on/off. * Move cpufreq init from init.rc to Power HAL. Change-Id: I12efd9b5fbfe89a487fac926b42ce1fe65980f7a
* Remove tracing setup from init.tuna.rc.Jamie Gennis2012-04-101-4/+0
| | | | | | This initialization has been moved to the init.rc in system/core. Change-Id: Ib2f8e242c8c918e943d4e030acf97315779681ae
* Organize external storage to enforce sdcard_r.Jeff Sharkey2012-04-101-6/+8
| | | | | | | | | Create /storage/ to require that users have sdcard_r GID, and place both emulated and real SD card mount points inside it. Also reduce visibility of /data/media. Bug: 6131916 Change-Id: I820a347d203e8f0b3bd7f7f11e8b41d0566030bc
* Remove route setup from dhcpIrfan Sheriff2012-02-291-1/+1
| | | | | | | The connectivity service takes care and now we need this to do ARP verification Change-Id: I6f7e069dfd3a8733fdd36a2ad46aaa6167edb115
* init.rc: set things up for tracingJamie Gennis2012-02-171-0/+4
| | | | | | | This change makes the tuna init.rc make the trace_marker file world-writable and disables kernel tracing by default. Change-Id: I6079a2acbcf0b521ee24fc050920dc4eb56643c0
* Add support for concurrent operationIrfan Sheriff2012-02-141-1/+13
| | | | Change-Id: I433cbc664c863d8770dfe4a581b70bb72e4eddff
* new kernel prebuiltErik Gilling2012-01-191-1/+1
| | | | | | | | | | includes: e28757d Merge branch 'android-omap-3.0' into android-omap-tuna-3.0 19be8a1 Merge branch 'linux-omap-3.0' into android-omap-3.0 c885fad gpu: pvr: Update to DDK 1.8@794370 Change-Id: I974e945ebaa0a211aa16994c67eaa9e884165e8a Signed-off-by: Erik Gilling <konkers@android.com>
* tuna: convert all usages of $prop to ${prop}Dima Zavin2012-01-121-2/+2
| | | | | Change-Id: If89041802cb2b8e927794b269564e7982e5dcdcf Signed-off-by: Dima Zavin <dima@android.com>
* Create /data/radio directory in post-fs-data sectionKen Sumrall2012-01-111-2/+3
| | | | | | | | All files/directories created by init*.rc in /data must be done in the post-fs-data section, otherwise they won't get created if the device is encrypted with wipe. Change-Id: I456632800daf3f63d42924de911d7c143c16d8ea
* Run tf_daemon as class main instead of class coreJeff Tinker2011-12-131-1/+1
| | | | | Change-Id: Ie416980d1cc347a1e939776649bffcfbdd8960ff related-to-bug: 5751212
* tuna: don't use setup_fs on efs partitionBenoit Goby2011-12-091-2/+1
| | | | | | The efs partition is now read-only and does not need to be formatted Change-Id: I50332a76c24bbb2df61152e3a73598ec9133ffbc
* tuna: set root hubs autosuspend delay to 0Benoit Goby2011-12-091-0/+4
| | | | | | | | | The musb driver now holds a wakelock when the root hub is resumed. Suspend root hubs immediatly if no device is attached or immaediatly after attached devices are suspended by setting their autosuspend delay to 0. Change-Id: If573b76065f2cc1b0b1bf4b56cfcda18d682851f
* am abdc2b54: Merge "tuna: interactive governor timer 20ms intermediate bump ↵Paul Eastham2011-11-101-3/+4
|\ | | | | | | | | | | | | speed 700MHz" into ics-mr0 * commit '70c5d6541b75f3f4cdc5035d9b6a81c65ea3e861': tuna: interactive governor timer 20ms intermediate bump speed 700MHz
| * tuna: interactive governor timer 20ms intermediate bump speed 700MHzTodd Poynor2011-11-091-3/+4
| | | | | | | | | | Change-Id: I965b41378630fe1916070440ccc40ea844c1627d Signed-off-by: Todd Poynor <toddpoynor@google.com>
* | am efc0fb42: Merge "tuna: init: Interactive governor use 80ms timer" into ↵Todd Poynor2011-11-051-2/+2
|\ \ | |/ | | | | | | | | | | ics-mr0 * commit '3d8471d9994da6b58823f9798553f4691c69673a': tuna: init: Interactive governor use 80ms timer
| * tuna: init: Interactive governor use 80ms timerTodd Poynor2011-11-041-2/+2
| | | | | | | | | | Change-Id: I38d2893e4472f85db843aa6253e1cc0ef5b85e32 Signed-off-by: Todd Poynor <toddpoynor@google.com>
| * tuna: don't use setup_fs on efs partitionBenoit Goby2011-11-021-2/+1
| | | | | | | | | | | | The efs partition is now read-only and does not need to be formatted Change-Id: I50332a76c24bbb2df61152e3a73598ec9133ffbc
| * tuna: set root hubs autosuspend delay to 0Benoit Goby2011-11-021-0/+4
|/ | | | | | | | | The musb driver now holds a wakelock when the root hub is resumed. Suspend root hubs immediatly if no device is attached or immaediatly after attached devices are suspended by setting their autosuspend delay to 0. Change-Id: If573b76065f2cc1b0b1bf4b56cfcda18d682851f
* tuna: interactive governor timer 100ms, min sample 10msTodd Poynor2011-10-281-0/+4
| | | | | | | Significant power savings in Navigation, video encode, and games. Change-Id: Ia8bd64c11b8ccd33fda62f7920d79fa5222da06e Signed-off-by: Todd Poynor <toddpoynor@google.com>
* tuna: Allow the RIL to control the LTE modem autosuspend modeBenoit Goby2011-10-241-0/+3
| | | | Change-Id: Iecf672a25911792acf51b4de08c794f5e8024551
* SMC: Run tf_daemon and smc_pa_ctrl as drmrpcJeffrey Tinker2011-10-211-4/+7
| | | | Change-Id: I220489731d5bd457f3db69156bb54b7caa3e452b
* init.tuna.rc: add symlink for HDCP keyIliyan Malchev2011-10-171-0/+3
| | | | | Change-Id: I80f8d4549fb35eac52da4932e1ef0f4b93cc0e4f Signed-off-by: Iliyan Malchev <malchev@google.com>
* tuna: enable off mode based on propertyColin Cross2011-10-091-0/+3
| | | | | | | | | If property persist.sys.tuna.off_mode is 1, enable off mode. To enable off mode: adb root adb shell setprop persist.sys.tuna.off_mode 1 Change-Id: I01ce285dd2bd42b41b0432e142a6d63442ca7479
* Create /data/smc directory on startupJeff Tinker2011-10-081-0/+1
| | | | | Bug: 4598045 Implementing secure video path on TI OMAP4 chip for ICS Change-Id: I7c81044ffefd48ac3b7c0d1b46990ef5b9ed6106
* Load the smc pa, start the daemon and set driver permissions.Jeff Tinker2011-10-071-0/+14
| | | | | | Bug 4598045 Implementing secure video path on TI OMAP4 chip for ICS Change-Id: I010ab638daf3630a3765cbe41b671c95a3f8bea5
* tuna: set maximum screen off cpu frequency to 700MHzColin Cross2011-10-041-0/+3
| | | | | | | Cap the maximum screen off cpu frequency at 700MHz to reduce power usage during events that wake the device from suspend. Change-Id: I83462383759d330cad616f4ec14a0c9d20df7a3f