summaryrefslogtreecommitdiffstats
path: root/BoardCommonConfig.mk
Commit message (Collapse)AuthorAgeFilesLines
* camera: new build flags from CyanogenModWolfgang Wiedmeyer2016-08-251-0/+3
| | | | Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
* smdk4412-common: add macloader and tinyplay sepolicy [1/2]Simon Shields2016-02-161-0/+3
| | | | Change-Id: I1dcc6f97ba7f6d95ed92770d5f38d03b4e3b3d57
* Merge remote-tracking branch 'github/cm-13.0' into replicant-6.0Wolfgang Wiedmeyer2015-12-151-5/+26
|\ | | | | | | | | | | | | | | | | | | | | Conflicts: BoardCommonConfig.mk camera/Android.mk common.mk configs/80cfw lpm.rc overlay/frameworks/base/core/res/res/values/config.xml overlay/packages/apps/Camera2/res/values/config.xml
| * Enable BOARD_EGL_NEEDS_HANDLE_VALUE := truerogersb112015-11-271-0/+1
| | | | | | | | Change-Id: I22680690ce9f709a9da685499083dc2606cd6278
| * Enable LPM (charging mode) battery percentagerogersb112015-06-111-0/+3
| | | | | | | | Change-Id: If8e0d9827fd41854478b4135b21c757b1333ae98
| * Revert "wifi: don't build wifi HAL"MarcKe2015-01-191-1/+0
| | | | | | | | | | | | This reverts commit 37d6de9500788e99a0f3660ab0005b6a276eb209. Change-Id: Id0d20d59660779dfaba9644c450fd5cf533d777d
| * smdk4412-common: switch to opensource healthd-chargerDheeraj CVR2015-01-161-5/+4
| | | | | | | | | | | | | | | | | | Conflicts: common.mk proprietary-files.txt rootdir/init.smdk4x12.rc Change-Id: I32aeb89f0c4acb0ba50f1f03a87d5e55386a05ca
| * Revert "smdk4412-common: add missing symbol for legacy widevine lib"Scott Brissenden2014-12-311-3/+0
| | | | | | | | | | | | This reverts commit f8f98746d3c5e913edcf95ebd29dfee6808f0d59. Change-Id: I98a7189c9d153107f1db8dc70c526d294ed5fb94
| * smdk4412-common: add missing symbol for legacy widevine libsbrissen2014-12-291-0/+3
| | | | | | | | Change-Id: I056609d6473391666656d06e5372913633e10364
| * wifi: don't build wifi HALGianmarco Reverberi2014-12-191-0/+1
| | | | | | | | | | | | This fixes wifi crash and system reboot every time the screen is locked Change-Id: I6c46ed1eb45a45df2e89646f472a649dc4a99319
| * smdk4412-common: overrides for Healthd led/backlight pathssbrissen2014-12-171-0/+6
| | | | | | | | | | | | this is in prep for removing lpm.rc Change-Id: I31f719c6cd7fddfca5a6b6d7096ba21e4d5d375d
| * smdk4412-common: fix legacy widevinesbrissen2014-12-151-1/+3
| | | | | | | | | | | | -Enable legacy mmap Change-Id: I5db258e9092f8d43947ee05ebc78fc2727ccacf4
| * smdk4412: More L changessbrissen2014-12-121-1/+7
| | | | | | | | Change-Id: If284864c7a06399b0ea93aab63086b5cfe141356
| * CleanupUtkarsh Gupta2014-07-071-4/+0
| | | | | | | | Change-Id: I5072f23827b7ec6471d0ba0cb873506b81ceaf85
| * Proper battery pathsDavid Ferguson2014-02-111-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 4.4 introduces a new daemon, healthd, that handles battery status - resides in: /system/core/healthd - BatteryMonitor.cpp iterates through all the *directories* under /sys/class/power_supply looking for a file called 'type' - if the type == Battery, it assumes this is the location for the battery stats for the device. Only the first directory that matches this criteria is used. - on msm8660/d2/jf/s2 kernels, this search results in: /sys/class/power_supply/fuelgauge. - To determine capacity, healthd looks at the contents of the 'capacity' file under this discovered base path. This results in /sys/class/power_supply/fuelgauge/capacity on msm8660/d2/jf/s2 kernels. - Unfortunately, this is the wrong path. The capacity file at this location returns a large negative number. - Other paths like status, voltage_now, and present are also incorrectly determined. * For comparison, in 4.3 battery statistics gathering was handled by frameworks/base/services/jni/com_android_server_BatteryService.cpp - BatteryService does a similar search for a file called 'type' with the contents of 'Battery' - But the search logic is different here: it takes the *last* path that matches the criteria. - This results in the correct /sys/class/power_supply/battery * This patch overrides the discovery mechanism for battery status completely. Change-Id: I4579c92bba5596eef4dac67b8c0687be50a1d2f5
| * smdk4412: Enable camera message managementSteve Kondik2014-01-031-0/+1
| | | | | | | | | | | | * Fixes the deadlocks seen with back-to-back shots Change-Id: I539b2618187fa4598556359f9dbce61f729cd909
| * Updates for 11.0Ricardo Cerqueira2013-11-061-1/+2
| | | | | | | | Change-Id: Ie3388de4e91262b7b8cd5c6949b9575e282baf1b
| * Treat all screenshots as going to a CPU consumerRicardo Cerqueira2013-10-261-1/+1
| | | | | | | | Change-Id: Iee55fa03d9602f31a3b7f4f188778c58e8ca0131
| * Get rid of the gfx buffer workaroundsRicardo Cerqueira2013-10-261-1/+0
| | | | | | | | | | | | Concurrent buffers are now working, we don't need this crap anymore Change-Id: I80c35bb67c41e9c61faeb6f3cd80d3e9033f9641
| * smdk4412: add opensource camera halPaul Kocialkowski2013-09-011-1/+0
| | | | | | | | Change-Id: Icb555cc6158247c32a6feb5d846bcf4d727749af
| * smdk4412-common: remove TARGET_SPECIFIC_HEADER_PATHsbrissen2013-08-211-2/+0
| | | | | | | | | | | | - no longer used Change-Id: Id64f6f48bea69a3fe784b4f86db8b94ddb3c5c12
| * smdk4412: hardware tunables: vibrator supportcodeworkx2013-08-101-0/+3
| | | | | | | | Change-Id: I3a691dc97c3b75012f4a31e92abeec08f0cf0ce4
| * smdk4412: cleanup egl flagscodeworkx2013-08-071-1/+1
| | | | | | | | Change-Id: I44ebfbce51675d5d158f513a3046af41485cc4cd
| * Merge "smdk4412-common: use new SAMSUNG_DVFS flag" into cm-10.2Ethan Chen2013-08-071-0/+1
| |\
| | * smdk4412-common: use new SAMSUNG_DVFS flagEthan Chen2013-08-051-0/+1
| | | | | | | | | | | | Change-Id: I28688bc6419d5ee10cd888a5cb1a3dce038f2e7c
| * | BoardCommonConfig: Add LEGACY_EGL and prop editXpLoDWilD2013-08-061-0/+1
| |/ | | | | | | Change-Id: I13625579cf3c56303f4eea9ed376f6e0a78126ca
| * smdk4412: remove vold.fstab and recovery.rc, reorg rootdircodeworkx2013-07-301-1/+0
| | | | | | | | Change-Id: Ibae8f76260001c0e1f672376db92c60c6d580c10
| * BoardCommonConfig: remove GL hack at device tree levelXpLoDWilD2013-07-281-1/+1
| | | | | | | | Change-Id: Iaacaa651ca3b762a926cc69bb4fcecfb65348452
| * smdk4412: Fix EGL extension failing (good ol' times) and fix buildXpLoDWilD2013-07-271-1/+1
| | | | | | | | | | | | Yeah, that did happen already in the past... Love you. Change-Id: I932896e2f47fb2f833200010bca22ccde8a2aac4
| * smdk4412-common: BoardCommonConfig: add TARGET_CPU_VARIANTXpLoDWilD2013-07-261-0/+1
| | | | | | | | Change-Id: I726d95bf7b2880b0cb600f6e6ba2ecc788b28135
* | make video recording working againWolfgang Wiedmeyer2015-09-241-0/+9
| |
* | SMDK4x12 CameraPaul Kocialkowski2014-01-151-2/+0
| | | | | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* | Disable hardware video encoding/decodingPaul Kocialkowski2014-01-061-9/+0
| | | | | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* | WiFi and bluetooth firmwares pathsPaul Kocialkowski2014-01-061-5/+5
| | | | | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* | Avoid proprietary fimc and tvoutPaul Kocialkowski2014-01-061-5/+0
| | | | | | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* | SoftwareGLPaul Kocialkowski2014-01-041-2/+1
|/ | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* smdk4412: set board vendorDaniel Hillenbrand2013-07-071-0/+1
| | | | Change-Id: I66eb7a4db482c78e25a76b1654c3ab71652d69ea
* smdk4412: use fimgDaniel Hillenbrand2013-06-141-0/+4
| | | | Change-Id: Id6ddec1ce08b1028ce08cb7bfa421520cc0cfeb6
* smdk4412: add flags for cortex-a9 and neon optimizationscodeworkx2013-03-051-0/+3
| | | | Change-Id: I1cca7f2781d229592498e592796e5a39871e9af8
* smdk4412: remove legacy egl hackcodeworkx2013-02-231-1/+0
| | | | Change-Id: Id31f9a7db6ebeedcec56394c50249b9430b610f5
* smdk4412: use sysfs for vsync notificationcodeworkx2013-01-091-0/+1
| | | | Change-Id: I6145c150c14825e767a6ef986993d5bbadd42853
* smdk4412: define WIFI_DRIVER_MODULE_AP_ARGcodeworkx2012-12-221-0/+1
| | | | Change-Id: I0a4981510fba6eb7a9e60b8a2cb782c6b83fc6f4
* EGL: Use BOARD_EGL_NEEDS_LEGACY_FBAndrew Dodd2012-12-101-0/+1
| | | | | | | Our Mali EGL needs FramebufferNativeWindow or it stalls. Change-Id: I8be7551116c024bc91f56587f02852b6220b4b49
* smdk4412: remove bt init, add bt vendor conf, enable bt-pan interfacecodeworkx2012-12-101-0/+1
| | | | Change-Id: Ifc6e0f776be4dddf32a7c5fe2f8e22ed9dfe6fae
* smdk4412-common: add global cflag for camera isocodeworkx2012-11-271-1/+2
| | | | Change-Id: Idcdb3b436ad0a48ce068d127cad404e0348a1938
* smdk4412-common: camera iso supportcodeworkx2012-11-271-0/+1
| | | | Change-Id: I3f78a0d04352abe837ea4c23cfcb2ca4eb1ca237
* BoardConfig: use samsung colorformatcodeworkx2012-11-261-0/+1
| | | | Change-Id: If57c66dc37042cc48d661ed66b5ba7845ab44638
* BoardConfig cleanupcodeworkx2012-11-251-10/+1
| | | | Change-Id: I40168dd8e5dcbc88e283b8a9d3fe86efe4a8360d
* common: set TARGET_ARCHcodeworkx2012-11-231-0/+1
| | | | Change-Id: I026f5fdbe5c51f0bf18b4f37fc3a4de95572053a
* Initial commitnebkat2012-11-101-0/+150