56 Commits

Author SHA1 Message Date
Michael Bestas 0b994d48de sm6225-common: Add missing hvdcp_opti blobs
Change-Id: I8490534c582bae2e28d0ec5783a642c150d236d4
2023-06-01 00:53:18 +03:00
Michael Bestas ff5da5fe97 sm6225-common: cne: drop unused blob
Change-Id: I1897f0a75ba7f461c333edbaf1dce7c7181e8318
2023-05-31 21:49:29 +03:00
Michael Bestas 3fa5a02fcc sm6225-common: Add missing gnss lib
Change-Id: I4315986d68ee28e6455b20b73770b71c44d6d8ec
2023-05-31 21:41:48 +03:00
Michael Bestas 116945c534 sm6225-common: Patch ims.apk
Change-Id: I3bd46cdb0f75580188a79bca7de2ba7a73a6b1ec
2023-05-27 17:41:53 +03:00
TH779 8b1c6b75b6 sm6225-common: Don't call configureRpcThreadpool for camera postproc impl
* In Android 12, no longer allowed to shrink the process pool after a
   larger process pool is started, we should patch camera postproc impl
   to nuke it from shrinking process pool and prevent triggering a fatal
   to cause the camera to crash.
   Ref: https://android.googlesource.com/platform/system/libhwbinder/+/8e047f7a626c782a02dc9e67dee2dbae35bc6956.

 * The following are the difference between before and after the
   patch.
   Before:
   MOV    W1, #1
   BL     ._ZN7android8hardware22configureRpcThreadpoolEmb
   Now:
   MOV    W1, #1
   NOP

 * Obtained by comparing the camera postproc impl modified by
   GitHub@erfanoabdi.

 * A tutorial on use hexdump, sed and xxd to patch hex in
   binary file: https://everydaywithlinux.blogspot.com/2012/11/patch-strings-in-binary-files-with-sed.html.

Co-authored-by: Erfan Abdi <erfangplus@gmail.com>
Signed-off-by: TH779 <i@779.moe>
Change-Id: I66c257e80bf56a48c640efc3c1c8949852edf756
2023-05-27 17:41:46 +03:00
Michael Bestas f431f86d27 sm6225-common: Import blobs from devon_g S2SNS32.34-60-6
Change-Id: I3baa2cce57995ea97b08e236cee21b8ef560a6d1
2023-05-27 17:41:39 +03:00