aboutsummaryrefslogtreecommitdiffstats
path: root/kernels/marlin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* repo: use new wireguard-linux-compat repo for buildingJason A. Donenfeld2019-12-291-1/+1
|
* kernels: marlin: move hack to init from uninitJason A. Donenfeld2019-10-161-4/+4
|
* kernels: add marlin manifest and build commandsNathan Chancellor2019-10-142-0/+17
| | | | Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
* kernels: marlin: hack around unexported tvec_base_deferrableJason A. Donenfeld2019-10-142-0/+35
| | | | | | Qualcomm made wild changes to the timers in 50f9e740, but in the process they forgot to EXPORT_SYMBOL(tvec_base_deferrable). So, we claw it back the ugly way.
* kernels: add version hashes for remaining pixelsJason A. Donenfeld2019-10-141-0/+1
Now we have: - android-msm-bonito-4.9-pie-b4s4 - android-msm-crosshatch-4.9-pie-qpr2 - android-msm-wahoo-4.4-pie-qpr2 - android-msm-marlin-3.18-pie-qpr2 However, we need to still add a manifest.xml and a do.bash for each of these. These were all generated via: $ util/extract-version-hash-from-factory.bash https://dl.google.com/dl/android/aosp/bonito-qp1a.191005.007-factory-9754d7c6.zip $ util/extract-version-hash-from-factory.bash https://dl.google.com/dl/android/aosp/crosshatch-qp1a.191005.007-factory-2989a08d.zip $ util/extract-version-hash-from-factory.bash https://dl.google.com/dl/android/aosp/taimen-qp1a.191005.007.a1-factory-3ed47161.zip $ util/extract-version-hash-from-factory.bash https://dl.google.com/dl/android/aosp/marlin-qp1a.191005.007.a1-factory-c27241e0.zip