summaryrefslogtreecommitdiffstats
path: root/BoardConfigCommon.mk
Commit message (Collapse)AuthorAgeFilesLines
* 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.