summaryrefslogtreecommitdiffstats
path: root/BoardConfigCommon.mk
Commit message (Collapse)AuthorAgeFilesLines
* Charger with good-looking graphicsPaul Kocialkowski2013-12-271-1/+6
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* SoftwareGLPaul Kocialkowski2013-12-271-11/+2
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* Initial Replicant 4.2 commitPaul Kocialkowski2013-12-271-0/+1
| | | | Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
* aries-common: fix lun mounting in recoveryPawit Pornkitprasan2013-02-261-1/+0
| | | | | | | without specifying the lun file, the recovery will get confused when there is no sdcard inserted Change-Id: Id66c029734671ff1cfb3dedd1e9e3946216e2a8c
* aries-common: use common recovery.rcPawit Pornkitprasan2013-02-261-1/+0
| | | | | | | | Note that init.recovery.aries.rc is intentionally copied to root instead of recovery/root, the build system will put it in the correct place. Change-Id: Ie8dc0a320c1ceb62e3679c4cfaf39d1553918982
* aries-common: opt-in to bionic optimizationPawit Pornkitprasan2013-02-161-0/+1
| | | | Change-Id: I9503753104d4dc96f6ca666b12e78fa970cf95e7
* aries-common: use Google's charger suspend implementationPawit Pornkitprasan2013-02-121-1/+1
| | | | | | | In AOSP 4.2.1_r1.2, Google introduced an implementation of suspend in charger. Change-Id: I4e7cfc67471ce3f93310d4625182b80170d87432
* aries-common: use releasetools extensionsPawit Pornkitprasan2012-12-181-2/+1
| | | | | | | releasetools extensions is an AOSP-supported method of extending releasetools which is better than duplicating the way we have now. Change-Id: I7d81b2713226f89e93df983c3e365415ae6e9f8f
* aries-common: Jellybean 4.2 bring upPawit Pornkitprasan2012-12-111-1/+5
| | | | Change-Id: I96c39dc243c3cf2379ee6a41eda74cde75ba3bf9
* aries-common: remove unnecessary wifi-direct/p2p stuffjt11342012-11-111-1/+0
| | | | Change-Id: I274634d4790fec34d8f2034ec336d5207d7eec2d
* libcamera: allow changing of ISO modesjt11342012-10-141-0/+1
| | | | | | | | | | Patch-set2: make code not suck as much Patch-set3: add BOARD_CAMERA_HAVE_ISO Patch-set4: actually include BoardConfig change Change-Id: Id452c079c7dbb7ece4a68f27aa82c14463b5db2e
* aries-common: allow suspend in chargerPawit Pornkitprasan2012-09-271-0/+3
| | | | Change-Id: I777ea0dab6b3ad0631ef077bf1415cdaface74ba
* aries-common: enable custom vsync ioctlChirayu Desai2012-09-161-0/+3
| | | | Change-Id: I69a9ac2c00b3184de1a722028d311bc1480c9eff
* aries-common: Better boot animation performanceDaniel Bateman2012-08-191-0/+5
| | | | | | | | | Fixes the freezes during bootup and betters the performance. Moved over from vibrantmtd, cause this will probably benefit the rest too. Change-Id: Ie4e0ef432dc2c209acad2cde57c2210385e4abcb
* aries-common: Enable tvoutPawit Pornkitprasan2012-07-231-0/+3
| | | | | | Requires http://review.cyanogenmod.com/19972 Change-Id: I3e3dcf19876f10d02d026fe03603da574e87a009
* jellybean bring upPawit Pornkitprasan2012-07-141-0/+9
| | | | Change-Id: I19a95c3c8613a81d02f1146941fcb2f9ecc4efae
* aries-common: Support integrated kernel buildingPawit Pornkitprasan2012-04-161-0/+3
| | | | | | | - shbookimg.mk needs to be updated to use the built kernel - Added kernel source path Change-Id: Ic34bf51f22d091056940529df3313a3159b37857
* aries-common: Remove global CFLAGSPawit Pornkitprasan2012-03-051-2/+0
| | | | | | | mfpu and mfloat-abi are already set in the build system crespo doesn't set mtune and we want to remain consistent Also see http://review.cyanogenmod.com/13035
* aries-common: Remove TARGET_RECOVERY_PRE_COMMAND, the kernel now handles thisPawit Pornkitprasan2012-01-071-1/+0
|
* Update BoardConfigCommon from crespoPawit Pornkitprasan2011-12-301-2/+2
|
* Our board is s5pc110 (s5pc110 = s5pv210 + RAM + OneNAND)Pawit Pornkitprasan2011-12-071-1/+1
| | | | | Samsung stock also defines this as s5pc110 and with this, Nexus S hacks will also apply to us
* Allow mass storage mount in systemPawit Pornkitprasan2011-12-031-0/+1
| | | | (setprop persist.sys.usb.config mass_storage,adb and reboot to take effect)
* Add WiFi Direct and Bluetooth reverse tethering supportPawit Pornkitprasan2011-11-301-9/+12
| | | | | | Needs: - New kernel with bcmdhd compiled in - http://review.cyanogenmod.com/#change,10546
* Increase system image size to not b0rk out on images larger than our old ↵Shawn Alty2011-11-281-1/+1
| | | | system size
* Fix mass storage mount in recoveryPawit Pornkitprasan2011-11-241-0/+1
|
* fix a derpShawn Alty2011-11-241-1/+0
|
* Move common stuff to aries-common.Shawn Alty2011-11-241-0/+98
Move the graphics.c overlay and board config stuff to aries-common since we all use it anyway.