summaryrefslogtreecommitdiffstats
path: root/BoardConfig.mk
Commit message (Collapse)AuthorAgeFilesLines
* Wi-Fi driver as a moduleHEADreplicant-6.0Wolfgang Wiedmeyer2017-06-131-1/+2
| | | | Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* default pixel format for recoveryWolfgang Wiedmeyer2017-05-111-1/+0
| | | | Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* Get rid of dumpstateWolfgang Wiedmeyer2017-05-101-2/+0
| | | | | | | | | | | | | | Adapted from Paul's Replicant 4.2 commit: commit 153e49419135117f06c7c366c79f78ffd5fbf3ef Author: Paul Kocialkowski <contact@paulk.fr> Date: Tue Dec 31 19:39:22 2013 +0100 Get rid of dumpstate Signed-off-by: Paul Kocialkowski <contact@paulk.fr> Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* Get rid of HDCP keysWolfgang Wiedmeyer2017-05-101-3/+0
| | | | | | | | | | | | | | Adapted from Paul's commit for Replicant 4.2: commit 4105187ae3ba28a5ee9e55dd52ba3596820f2fbd Author: Paul Kocialkowski <contact@paulk.fr> Date: Tue Dec 31 19:21:31 2013 +0100 Get rid of HDCP keys Signed-off-by: Paul Kocialkowski <contact@paulk.fr> Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* SoftwareGLWolfgang Wiedmeyer2017-05-101-0/+4
| | | | Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* tuna: define TARGET_BOARD_OMAP_CPU in device.mkAndreas Blaesius2017-03-031-3/+0
| | | | | | | | | | - TARGET_BOARD_OMAP_CPU is needed by omap4 hardware and ti vendor repos which get inherit from device.mk. TARGET_BOARD_OMAP_CPU is not defined at time if it is set in BoardConfig - original this changes was made while unifying tuna, we are using device specific builds here Change-Id: If8d4569ce56fa8be68186438d9265963a6e40506
* Use common SGX KM build targetZiyan2017-03-031-10/+3
| | | | Change-Id: Ia5a8072afbb557a33b1e5a1cf7bedf3cd3682fba
* Revert "Disable dexpreopt to make room for gapps on /system"Dániel Járai2016-07-261-0/+4
| | | | | | | | | | This reverts commit f46175d718e519aeb0c2cd8bed2f1965fa57edf1. Open GApps Nano won't fit anyways, and there's still about 50 MB free after installing Pico. People who want bigger packages repartition anyways, so let's speed up the upgrading process a bit. Change-Id: I2e80b693265cea93fc9d6e894a266940ddc203b8
* Set SELinux to enforcingTrulan Martin2016-07-041-1/+1
| | | | Change-Id: I0f212818ea7ab4f7431afb4939a2441b468e5b8c
* Set selinux to permissive for nowZiyan2016-03-111-1/+1
| | | | Change-Id: If7d72fb7710b9def7264a0229e9ee29014f56292
* Disable dexpreopt to make room for gapps on /systemZiyan2016-02-121-6/+0
| | | | | | Note: EXTENDED_FONT_FOOTPRINT is set by default on M. Change-Id: I04efef2e55628e6b5b0b8e0bfcb602ecd0ecb1ce
* Disable camera hal debuggingZiyan2016-02-101-1/+0
| | | | | | Our camera is now "fixed up". Change-Id: Id3177305d6746ec692019303394b1576ea5999dc
* Use common omap4 CMHW for ColorCalibration/LiveDisplayZiyan2016-02-101-1/+4
| | | | Change-Id: I1a11f31de12768a0a86c9fa8f318a6388d91ef4b
* Remove TARGET_NEEDS_BIONIC_MD5.Kyle Repinski2016-01-171-3/+0
| | | | RIL libs have been patched directly now.
* Revert "tuna: switch to dlmalloc"Ziyan2016-01-171-3/+0
| | | | | | | This reverts commit 9edd01c28d81c271eeee08b4b8b68ebc1b82d3dc. Conflicts: BoardConfig.mk
* tuna: pass androidboot.hardware via kernel cmdlineZiyan2016-01-171-1/+1
| | | | | | In M, init no longer gets the hardware name from /proc/cpuinfo. Change-Id: I722cef8b8091192af68d2463bf19d687511962c9
* Drop BOARD_SEPOLICY_UNIONZiyan2016-01-171-10/+0
| | | | Change-Id: Ia6b21b115fe2c4efa8c91ef00c21ec876525febe
* SGX module building: remove unused PLATFORM_VERSION parameterZiyan2016-01-081-1/+1
| | | | Change-Id: I11c251e66072cb73cf24ce520e28735bb37a0cc3
* Enable EXTENDED_FONT_FOOTPRINTZiyan2016-01-081-0/+2
| | | | | | Recent changes made enough room on /system to include this. Change-Id: I01422ff52f2ad92da777875be9a39dd9fdbced69
* Enable WITH_DEXPREOPT_BOOT_IMG_ONLYZiyan2016-01-041-1/+2
| | | | | | | | Otherwise, there's not enough space on /system to install nano gapps, to which the CM wiki points to. This increases the initial boot time by ~2 mins, but saves ~45 mb. Change-Id: I680b95c9a8481cdff3af7fe367c35fdf2b9dea66
* Remove bootloader and radio updatersZiyan2016-01-031-4/+0
| | | | | | | | | We're not going to create OTA packages with these images. samsung.fs_size_fix also got removed: nobody is going to install this to a factory (never installed any factory image, bootloader or ota package), encrypted maguro device. Change-Id: Iae292f4fce48eede0d5ac34e90096c0258552b53
* Add missing partition sizesZiyan2016-01-021-0/+3
| | | | Change-Id: Ib541776f46da58021c50da91b0a26650572b1144
* Set the camera HAL interface to OMX-only.Kyle Repinski2016-01-021-0/+1
| | | | | | We don't use V4L2/USB at all. Change-Id: I7f94ac228ac0e0dd55e2b89c9512eb32a513ef0f
* tuna: update SELinux policiesZiyan2015-08-061-8/+9
| | | | Change-Id: I0509465046ae5b22f4ab1e857db0645075d66628
* Fix healthd backlight pathZiyan2015-05-091-1/+2
| | | | Change-Id: I33cc86a89d90b62124936e169df221598cabb9b3
* tuna: add f2fs support for /data and /cacheNoeljunior2015-05-021-0/+1
| | | Change-Id: I503112a3d892b489abb89520292fab9826e2bd8c
* Switch to omap4-nextZiyan2015-04-111-34/+12
| | | | | | | Conflicts: BoardConfig.mk Change-Id: I710674d87da75b079379fad02a84ffad52b57d69
* Disable journaling on system.img to save space.Ziyan2015-04-111-0/+3
|
* tuna: switch to dlmallocZiyan2015-04-111-0/+3
| | | | Change-Id: Ie2b3207a100327c4326863be237da2eeb3e96f57
* tuna: remove obsolete stuffZiyan2015-04-111-4/+0
| | | | Change-Id: Ibbff09829d354a4e39adcf12d403c5dceb96d291
* tuna: cleanup domx definesZiyan2015-04-111-60/+8
|
* tuna: remove custom recovery uiZiyan2015-04-111-1/+0
| | | | | | The default UI can do the same now. Change-Id: I20946210f5dff40f65490fc81e98b087795b440b
* tuna: add support for CMHWZiyan2015-04-111-1/+4
| | | | | | | | | | | | - Adaptive backlight - Color and gamma calibration - LTO - Vibrator control Also switched to cyanogenmod_tuna_defconfig, since these features require non-stock kernel configs. Change-Id: I5d5b0999c91690eb4c46ce33b6040bc52c0d9cb9
* tuna: fix most selinux denialsZiyan2014-12-131-1/+6
|
* hwc: Add option to ignore fb1.Kyle Repinski2014-12-131-0/+2
| | | | | | | | With Lollipop, HWC 1.0 and secondary displays don't play well together. So we might as well just disable it and save 16MB of RAM. Conflicts: BoardConfig.mk
* tuna: add TARGET_NEEDS_BIONIC_MD5Ziyan2014-12-131-2/+2
| | | | Needed for RIL. Requires http://review.cyanogenmod.org/#/c/79279/
* tuna: add open-source domx/camera stuffZiyann2014-12-131-8/+7
| | | | | | | | Camera is still half-broken. Credits to @MWisBest Change-Id: I87a802abfacaf36ab22676f5284f0cc1996f6b03
* tuna: enable WITH_DEXPREOPTZiyann2014-12-131-0/+3
| | | | Change-Id: I0ab03209db1c5503af9ed6ebd4deaeecae875811
* tuna: update device tree to use PVR 1.9@2291151Ziyan2014-12-131-3/+76
| | | | | | | Change-Id: Iff82f5be1b25c4806e842319fb5b333d9a8223a0 Conflicts: device.mk
* tuna: recovery updatesZiyann2014-12-131-0/+3
| | | | Change-Id: I5ea8b27b29398ddad3b2def403fb6f967ef3fd69
* selinux: Don't reset inherited system-wide configsRicardo Cerqueira2014-12-131-2/+2
| | | | | | | Conflicts: BoardConfig.mk Change-Id: I6700f9640cb1ecb4673651c370775b09e82630c5
* tuna: update flag for dumpstate libraryMichael Limb2014-12-131-1/+1
| | | | | | This is the new standard for HAL static libraries in 4.4 Change-Id: If8d931facd3ec6d48b769641c6c9a15a30ed6529
* tuna: force the screenshot path to CPU consumerZiyann2014-12-131-0/+3
| | | | Change-Id: Ib554894153fb75d33f057b0e49c56574bb7d38e6
* tuna: refactor makefilesZiyann2014-12-131-35/+40
| | | | Change-Id: I68d8d05f1baa333e94da4e2450d9e961ec68bd0b
* tuna: remove outdated prebuilt kernel, setup inline kernel buildingZiyann2014-12-131-0/+3
| | | | Change-Id: Idc3fc360843e29f488ee9dc79f44041a6b69a34a
* tuna: Add audio submix, enable WFDKyle Repinski2014-12-131-0/+3
| | | | | | | | | | Fixes Chromecast streaming! Change-Id: Iae2ce082d45f91997b58df8284b25efb66aa67e4 Signed-off-by: Kyle Repinski <repinski23@gmail.com> Conflicts: BoardConfig.mk
* tuna: move root files to rootdirZiyann2014-12-131-1/+1
| | | | Change-Id: I6341fd2da5941d6e6861c499aa65656b1fcd2d65
* tuna: no sync framework supportMichael Limb2014-12-131-0/+3
| | | | | | Show this is true by toggling the flag Change-Id: Ie7c77165fe48eaf7288b7979de1122ddd39741f1
* recovery: Set RECOVERY_FSTAB_VERSIONBrint E. Kriebel2014-11-141-0/+3
| | | | | | | Tuna devices use the new recovery.fstab format, set RECOVERY_FSTAB_VERSION=2 to indicate this. Change-Id: I3284b345480d7db6458270eca56ed8e5b8dbd2c4
* am 79147936: am 96a4697a: Merge "Remove unused samsung/tuna ↵Elliott Hughes2013-03-221-1/+0
|\ | | | | | | | | | | | | ARCH_ARM_HAVE_TLS_REGISTER." * commit '300ca448d2d0c1b389214c2c2e41a76187102c30': Remove unused samsung/tuna ARCH_ARM_HAVE_TLS_REGISTER.