Commit Graph

26 Commits

Author SHA1 Message Date
Luca Stefani 97bc7bf3c4 peregrine: Specify we have a cache partition
* In android 7.1 /cache is symlinked to /data/cache
  -> set BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE to switch to the old "mkdir"

Change-Id: I0c6d410063231a4f2de964b297561d5d2f10fd57
2016-11-06 06:41:42 -08:00
Gabriele M 72f90304ca peregrine: Use L-compatible camera feature enums
Needed after commit c8c05b12e8
("peregrine: Partially switch to L camera blobs")

Change-Id: I12a0f2bc00e6a4f048812f68ad5d3366c2149cfa
2016-10-31 14:12:40 -07:00
Michael Bestas d3f1fbfb3c peregrine: Switch to standalone libinit
* No need to build the msm one

Change-Id: Ifdc43788714fea27a25004ef63497a35d4f6f49c
2016-05-21 05:32:43 -07:00
LuK1337 3d16bd85c9 peregrine: Commonize fstab
* It makes no sense to have it device common in M

Change-Id: I9ca95a0495fb12f9e454712655fda29bad1b7725
2015-11-24 14:36:59 -05:00
Luca Stefani 0bade9c37e peregrine: remove custom mkbootimg
Change-Id: If558923c528eff6fd51a9f9f11cdacb7a8e946e3
2015-11-02 12:38:08 -08:00
LuK1337 0249dd823e peregrine: Build init as C++
Change-Id: I310a0a079caa49be56b7090f75db4a9129d49a80
2015-10-18 23:37:20 +02:00
Alberto97 2303cc2ba3 peregrine: Move props to the common device tree
* Rename LOCAL_PATH to DEVICE_PATH
 * Use $(DEVICE_PATH) instead of hardcoded path

Change-Id: I7d04b4c8dbd3fdd4e95f6a12586e62f09c4976fa
2015-09-09 23:09:44 +02:00
LuK1337 3a83fed13e peregrine: Add Bootloader Assert
With the new version, there was a modification to the modem layout.
Users on the older bootloader would have non-functioning radio in this case. Another issue would be the display flickering.

Add assert to alert user to update his bootloader (motoboot.img)

Change-Id: I73588865646da3a962fd98309ff5710cbdee085c
2015-07-21 08:15:43 -07:00
LuK1337 8301e44e73 Revert "Peregrine: Move kernel config to device"
This reverts commit 693472a85f.

Change-Id: Ief74fcdfa691e7cc4825caf9bc3d424b4441bfb0
2015-03-14 22:01:11 +01:00
LuK1337 693472a85f Peregrine: Move kernel config to device
Titan doesn't use msm8226 common kernel so move config here.

Change-Id: Ib690c876715b40193034b209c6d495eb7c623088
2015-02-18 22:47:27 +01:00
Samir Mehta 3332fcbd60 peregrine: add extra padding for encryption
Provide 16K for footer region of data partition
   /data should have 16K data for the encryption footer.
   In "fstab.qcom" we specify this by adding
   "encryptable=footer" option for the /data parition.
   However after factory reset these paritions will
   be wiped out and mounted using the parition tables
   mentioned in "recovery.fstab".
   In this case the /data should again leave the 16K for
   the encryption footer. So "length=-16384" needs to be
   added for the /data parition for the encryption to
   work after factory reset is done. Similarly BoardConfig
   is changed for userdata partition by reducing it by
   16kb.

   Change-ID I188ee4ea959bb8eb791b9387fc6adf299ffdc498

Change-Id: I0d58b350e96f1c57190759e2cd8c71aec99efdf2
2015-02-01 20:47:25 +00:00
Rabih Salamey d92a35aae9 peregrine: Correct system partition size
In hex it comes out to 0x0000000045000000 which is more
than the value given.

Change-Id: If05cf9322fffd08ba1bffb55e5355c2ea9e9a899
2014-11-17 21:42:42 -05:00
martincz db239e68b7 peregrine: rename error kernel config name
fix build compile

Change-Id: I572dd558b75634698b5c872ab2604db704d53d1c
2014-09-19 18:44:04 +08:00
Rabih Salamey f1125f5bac peregrine: Rename defconfig
Change-Id: I5dd0ba8827c22df7a054513cb4d6eb9135192497
2014-09-16 21:30:50 +00:00
somcom3x 27372c6c36 Peregrine: Unify the Peregrine variants based on radio version
This is a WIP attempt to unify all of the variants.

    *Credits to dhacker for the original setup

PS2: Use info instead of error

Change-Id: I4e4889c1fb0da81ba432ec40c4da162400008d3a
2014-08-15 16:41:30 -04:00
Ethan Chen 6fab759582 peregrine: Use msm8226-common repo
* Remove extra init scripts
* Use nested cm.dependencies
* Remove extra makefiles
* Add device specific WCNSS NV
* Add setup-makefiles.sh, extract-files.sh
2014-08-13 16:36:08 -07:00
David Rouleau 9cea5fc52d Revert "One final fstab change"
This reverts commit 44103cc64c.
2014-07-31 08:02:21 -04:00
David Rouleau 44103cc64c One final fstab change 2014-07-30 15:33:52 -04:00
David Rouleau 0254b5162f Squashed commit of complete ugly work 2014-07-22 09:35:58 -04:00
David Rouleau 8e2b4af30b Try seperate fstabs again 2014-07-15 17:08:34 -04:00
David Rouleau 25d8f3af22 CM Device tree bringup 2014-07-15 16:54:06 -04:00
David Rouleau 763d7c3e3f Revert "Switched to new fstab setup"
This reverts commit feef3e7e12.
2014-07-07 11:36:58 -04:00
David Rouleau feef3e7e12 Switched to new fstab setup 2014-06-18 11:39:02 -04:00
David Rouleau abe6029209 Switch from prebuilt dtb 2014-06-17 10:18:17 -04:00
David Rouleau ffb3fcd64c Switch to msm8226-common for building 2014-06-17 07:52:06 -04:00
David Rouleau 9b697108e9 mkvendor.sh: Initial commit of peregrine 2014-06-15 18:20:18 -04:00