├── .gitignore ├── LICENSE ├── README.md ├── aosptree └── vendor │ └── devices-community │ ├── gd_cm4 │ ├── AndroidProducts.mk │ ├── BoardConfig.mk │ ├── boot │ │ └── config.txt │ └── gd_cm4.mk │ └── gd_rpi4 │ ├── AndroidProducts.mk │ ├── BoardConfig.mk │ ├── boot │ └── config.txt │ ├── codecs │ └── request_api_headers_v4 │ │ ├── libdrm │ │ └── drm_fourcc.h │ │ └── linux │ │ ├── media.h │ │ ├── v4l2-common.h │ │ ├── v4l2-controls.h │ │ └── videodev2.h │ ├── device.mk │ ├── drm │ ├── board.mk │ ├── device.mk │ └── sepolicy │ │ └── vendor │ │ ├── file.te │ │ ├── file_contexts │ │ ├── hal_drm_widevine.te │ │ └── service_contexts │ ├── etc │ ├── audio.rpi4.xml │ ├── audio.rpi400.xml │ ├── power.rpi4.rc │ ├── snd.rpi4.rc │ └── uevent.device.rc │ ├── firmware │ ├── BCM4345C0.hcd │ ├── BCM4345C5.hcd │ ├── LICENCE.broadcom_bcm43xx │ ├── brcmfmac43455-sdio.bin │ ├── brcmfmac43455-sdio.clm_blob │ ├── brcmfmac43455-sdio.txt │ ├── brcmfmac43456-sdio.bin │ ├── brcmfmac43456-sdio.clm_blob │ ├── brcmfmac43456-sdio.txt │ ├── regulatory.db │ └── regulatory.db.p7s │ ├── gd_rpi4.mk │ └── kernel.config ├── device ├── glodroid ├── jenkins ├── 0001-Switch-to-beta-channel.patch └── multi-branch-ci.groovy ├── manifests ├── default_aosp.xml ├── default_lineage.xml ├── glodroid.xml ├── lineage-static.xml ├── tesla-android.xml └── update_lineage_manifest.sh ├── out ├── patches-aosp ├── build │ ├── make │ │ ├── 0001-Use-dev-keys-as-release-keys.-Simplifies-signing-pro.patch │ │ ├── 0002-Skip-VINTF-check.patch │ │ └── 0003-HACK-replace-default-test-keys.patch │ └── soong │ │ └── 0001-Add-vendor-tesla-android-signing-to-allowlist.patch ├── external │ ├── libcxx │ │ └── 0001-Update-include-chrono-to-fix-LLVM-bug-41430.patch │ ├── tinycompress │ │ └── 0001-WIP-Don-t-include-kernel-headers.patch │ └── wpa_supplicant_8 │ │ ├── 0001-Add-netlink-public-header-library.patch │ │ ├── 0002-Decalre-a-soong-module-for-hostapd-manifest.patch │ │ └── 0003-Remove-a-host-of-incorrect-OPENSSL_IS_BORINGSSL-ifde.patch ├── frameworks │ ├── av │ │ └── 0001-Audioflinger-add-audio-capture-via-tesla-android-aud.patch │ ├── base │ │ ├── 0001-HWUI-Fix-deadlock-in-graphics-pipeline.patch │ │ ├── 0002-Added-forced-orientation-lock.patch │ │ ├── 0002-Revert-Revert-Turn-on-vk-unit-tests.patch │ │ ├── 0003-Ignore-build-warnings-about-inconsistent-builds.patch │ │ └── 0004-Allow-runtime-override-of-hwui.use_vulkan.patch │ └── native │ │ ├── 0001-SurfaceFlinger-include-secure-layers-in-screen-captu.patch │ │ └── 0002-SurfaceFlinger-allow-creation-of-secure-displays-fro.patch ├── glodroid │ ├── bootloader │ │ └── u-boot │ │ │ ├── 0001-cmd-adtimg-Add-support-getting-FDT-using-id-field.patch │ │ │ ├── 0002-avb-Fix-support-for-unlocked-state.patch │ │ │ ├── 0004-android-Fix-ramdisk-loading-for-bootimage-v3.patch │ │ │ ├── 0005-rpi-Use-CONFIG_OF_BOARD-instead-of-CONFIG_EMBED.patch │ │ │ ├── 0006-rpi-add-NVMe-to-boot-order.patch │ │ │ ├── 0007-Revert-nvme-Correct-the-prps-per-page-calculation-me.patch │ │ │ ├── 0008-usb-xhci-brcm-Make-driver-compatible-with-downstream.patch │ │ │ ├── 0009-nvme-improve-readability-of-nvme_setup_prps.patch │ │ │ ├── 0010-nvme-Use-pointer-for-CPU-addressed-buffers.patch │ │ │ ├── 0011-nvme-translate-virtual-addresses-into-the-bus-s-addr.patch │ │ │ ├── 0012-Revert-pci-Check-region-ranges-are-addressable.patch │ │ │ ├── 0013-add-device-to-bcb.patch │ │ │ └── 0014-Fix-fastboot-build-for-mmc.patch │ ├── configuration │ │ └── 0001-write-bootloader-update-image-to-vendor_dlkm.patch │ ├── kernel │ │ └── broadcom │ │ │ ├── 0001-Add-Virtual-Touchscreen.patch │ │ │ ├── 0002-cdc_ether-Map-USB-network-cards-as-ethX-interfaces-i.patch │ │ │ ├── 0003-cdc_ncm-remove-FLAG_POINTTOPOINT-fixes-Android-to-An.patch │ │ │ ├── 0004-cdc_mbim-add-FLAG_ETHER.patch │ │ │ ├── 0005-rndis_host-remove-FLAG_POINTTOPOINT.patch │ │ │ ├── 0006-cdc_mbim-remove-wwan-flags.patch │ │ │ ├── 0007-build-virtual-touchscreen-as-a-module.patch │ │ │ ├── 0008-Build-IPETH.patch │ │ │ ├── 0009-Virtual-Touchscreen-configurable-X-Y-params.patch │ │ │ └── 0010-android_rpi4_defconfig-enable-rndis_host.patch │ └── vendor │ │ ├── aospext │ │ ├── 0001-Add-libbase-to-drmhwcomposer-dependencies.patch │ │ └── 0002-Fix-build-after-ffmpeg-8.0-update.patch │ │ ├── drm_hwcomposer │ │ ├── 0001-hwc2_device-Allow-overriding-headless-resolution-in-.patch │ │ └── 0002-drm_hwcomposer-allow-to-force-mode-by-a-property.patch │ │ ├── ffmpeg │ │ ├── 0001-Add-pi-configs-and-scripts.patch │ │ ├── 0002-Add-sand-pix-fmts-conversion-fns.patch │ │ ├── 0003-Deal-with-the-lack-of-trivial-sand-cropping.patch │ │ ├── 0004-Add-an-unsand-filter.patch │ │ ├── 0005-checkasm-Add-tests-for-rpi_sand-sand30-fns.patch │ │ ├── 0006-Reduce-mmal-compile-warnings.patch │ │ ├── 0007-Add-chroma-location-to-hevc-parse.patch │ │ ├── 0008-hwaccel-Add-.abort_frame-use-in-hevcdec.patch │ │ ├── 0009-Weak-link-utils.patch │ │ ├── 0010-Add-v4l2_req-V4L2-request-H265-drm_prime-decode.patch │ │ ├── 0011-Add-no_cvt_hw-option-to-ffmpeg.patch │ │ ├── 0012-Add-vout_drm.patch │ │ ├── 0013-Add-vout_egl.patch │ │ ├── 0014-V4L2-stateful-rework.patch │ │ ├── 0015-Add-V4L2-M2M-deinterlace-scale-filters.patch │ │ ├── 0016-Fix-crash-in-hw_device_default_name-if-type-not-foun.patch │ │ ├── 0017-Fix-raw-video-s.t.-it-respects-any-remaining-croppin.patch │ │ ├── 0018-hwcontext_drm-Add-sand-conversions.patch │ │ ├── 0019-matroskaenc-Allow-H264-SPS-PPS-headers-in-packet-sid.patch │ │ ├── 0020-hevcdec-Avoid-allocating-or-using-s-w-only-arrays-if.patch │ │ ├── 0021-movenc-Allow-H264-SPS-PPS-headers-in-packet-sidedata.patch │ │ ├── 0022-rtpenc-Allow-H264-SPS-PPS-headers-in-packet-sidedata.patch │ │ ├── 0023-Initial-buffersink-alloc-callback-code.patch │ │ ├── 0024-vulkan-Add-missing-decode-extension-defines.patch │ │ ├── 0025-swcale-Add-explicit-bgr24-yv12-conversions.patch │ │ ├── 0026-vf_bwdif-Add-ability-to-deinterlace-NV12.patch │ │ ├── 0027-fate-Fix-tests-broken-by-addition-of-sand-formats.patch │ │ ├── 0028-checkasm-Allow-rpi_sand-test-to-build-and-pass-on-no.patch │ │ ├── 0029-fate-source-Add-old-hevc-headers-to-copyright-inclus.patch │ │ ├── 0030-fate-filter-fps-Disable-test-due-to-Pi-other-mismatc.patch │ │ ├── 0031-conformenc-Add-an-output-mux-for-conformance-testing.patch │ │ ├── 0032-conformenc-Add-conform_corrupt-flag.patch │ │ ├── 0033-ffconf-Ensure-corrupt-frames-make-it-through.patch │ │ ├── 0034-android-add-configure-script.patch │ │ ├── 0035-android-add-rpi-specific-configuration.patch │ │ ├── 0036-android-modify-gitignore-to-add-generated-files.patch │ │ ├── 0037-android-add-generated-files.patch │ │ ├── 0038-android-Rename-libavutil-time.h-to-libavutil-avtime..old │ │ ├── 0039-android-Disable-Wbool-operation-locally.patch │ │ ├── 0040-Remove-config.h-conflicts-with-aospext.patch │ │ └── 0040-android-fix-including-drm-header.patch │ │ ├── ffmpeg_codec2 │ │ ├── 0001-seccomp_policy-allow-sysinfo.patch │ │ ├── 0002-Update-to-FFMPEG-7.0.patch │ │ └── 0003-remove-AV_CODEC_CAP_SUBFRAMES.patch │ │ ├── libcamera │ │ ├── 0001-HACK-Use-minigbm-handle-structure-to-obtain-strides-.patch │ │ ├── 0002-GLODROID-Don-t-add-ljpeg-argument-when-building-liby.patch │ │ └── 0003-HACK-Support-for-RaspberryPI.patch │ │ ├── mesa3d │ │ ├── 0001-dri-Remove-__driDriverExtensions-leftovers.patch │ │ ├── 0002-HACK-Use-mask-in-dri.sym.patch │ │ └── 0003-isaspec-Remove-symlink-that-points-to-missing-file.patch │ │ ├── minigbm │ │ ├── 0001-cros_gralloc-Remove-Android.bp-files.patch │ │ ├── 0002-cros_gralloc-Add-cros_gralloc_buffer-get_pixel_strid.patch │ │ ├── 0003-minigbm-Use-dmabuf-inode-as-unique-buffer-id-instead.patch │ │ ├── 0004-minigbm-Add-external-driver-support.patch │ │ ├── 0005-minigbm-Add-bo_get_plane_fd-backend-hook.patch │ │ ├── 0006-minigbm-Add-const-to-the-backend-name.patch │ │ ├── 0007-minigbm-Add-drv_bo_get_pixel_stride-function.patch │ │ ├── 0008-minigbm-make-dumb-drivers-optional.patch │ │ ├── 0009-minigbm-Allow-using-single-path-for-testing-and-allo.patch │ │ ├── 0010-cros_gralloc-Add-name-to-reserved-buffer.patch │ │ ├── 0011-helpers-Add-helpers-to-convert-use_flags-to-string.patch │ │ ├── 0012-minigbm-Add-gbm_mesa-backend.patch │ │ ├── 0013-minigbm-Add-dmabuf_heap-based-backend.patch │ │ ├── 0014-cros_gralloc-Use-property-to-select-custom-backends.patch │ │ ├── 0015-Add-meson.build.patch │ │ ├── 0016-WIP-Add-build_deploy.sh-script.patch │ │ ├── 0017-RPI4-Add-HW-codecs-support-and-constraints.patch │ │ └── 0018-README.patch │ │ ├── tinyhal │ │ └── 0001-GLODROID-config-Distinguish-between-rpi4b-and-rpi400.patch │ │ └── v4l2_codec2 │ │ ├── 0001-v4l2_codec2-Remove-multilib-support.patch │ │ ├── 0002-v4l2_codec2-Make-the-project-directory-independent.patch │ │ ├── 0003-plugin_store-Mark-libc2plugin_store-library-as-vendo.patch │ │ ├── 0004-GLODROID-Disable-seccomp.patch │ │ ├── 0005-Rename-HAL-instance-from-default-to-v4l2.patch │ │ ├── 0006-EncoderInterface-Set-both-input-and-output-usage-to-.patch │ │ ├── 0007-v4l2_codec2-Increase-maximum-frame-rate-to-60FPS.patch │ │ ├── 0008-HACK-v4l2_codec2-Allow-format-converter-initializati.patch │ │ ├── 0009-v4l2_codec2-encoder-Don-t-advertise-BITRATE_CONST.patch │ │ ├── 0010-RPI4-v4l2_codec2-encoder-Set-input-format-after-1st-.patch │ │ └── 0011-RPI4-v4l2_codec2-decoder-Enable-zero-copy-AVC-decodi.patch ├── hardware │ └── interfaces │ │ └── usb │ │ └── aidl │ │ └── default │ │ └── 0001-GLODROID-Report-fake-port-if-no-one-was-detected.patch ├── packages │ ├── apps │ │ └── Settings │ │ │ ├── 0001-Wi-Fi-Hotspot-Remove-maximize-compatibility-setting.patch │ │ │ ├── 0002-Wi-Fi-Hotspot-Remove-auto-off-settings.patch │ │ │ ├── 0003-Wi-Fi-Hotspot-Disable-switchbar.patch │ │ │ ├── 0004-Network-Internet-Disable-the-ability-to-connect-to-W.patch │ │ │ └── 0005-Fix-crash-when-changing-tether-params.patch │ └── modules │ │ ├── Connectivity │ │ ├── 0001-Tethering-change-ip-prefixes.patch │ │ ├── 0002-ConnectivityManager-Add-WiFi-Spoofing.patch │ │ └── 0003-NetworkCapabilities-always-report-that-the-device-ha.patch │ │ └── Wifi │ │ ├── 0001-SoftApConfiguration-Permanently-disable-hotspot-auto.patch │ │ ├── 0002-WifiApConfigStore-Use-a-static-default-Wi-Fi-passwor.patch │ │ ├── 0003-HostAp-channel-channel-width-and-band-configuration-.patch │ │ ├── 0004-SoftAp-add-option-to-start-tether-from-shell-with-st.patch │ │ ├── 0005-Fix-build-on-Android-14.patch │ │ └── 0006-WifiManager-Add-WiFi-spoofing.patch └── system │ ├── core │ └── 0001-RFC-Fix-boot-from-one-mmc-dev-while-android-present-.patch │ └── netd │ ├── 0001-Configurable-offline-mode-iptables-for-frontend-acce.patch │ ├── 0002-netd-use-216.58.215.78-6969-for-the-fullscreen-redir.patch │ ├── 0003-Remove-old-TA-endpoints.patch │ ├── 0004-Remove-hermes-dns-spoof-from-offline-mode.-It-is-not.patch │ └── 0005-Add-www.tesla.com-to-offline-mode-domains.patch ├── unfold_aosp.sh └── unfold_lineageos.sh /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/README.md -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/gd_cm4/AndroidProducts.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/aosptree/vendor/devices-community/gd_cm4/AndroidProducts.mk -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/gd_cm4/BoardConfig.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/aosptree/vendor/devices-community/gd_cm4/BoardConfig.mk -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/gd_cm4/boot/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/aosptree/vendor/devices-community/gd_cm4/boot/config.txt -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/gd_cm4/gd_cm4.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/aosptree/vendor/devices-community/gd_cm4/gd_cm4.mk -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/gd_rpi4/AndroidProducts.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/aosptree/vendor/devices-community/gd_rpi4/AndroidProducts.mk -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/gd_rpi4/BoardConfig.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/aosptree/vendor/devices-community/gd_rpi4/BoardConfig.mk -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/gd_rpi4/boot/config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/aosptree/vendor/devices-community/gd_rpi4/boot/config.txt -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/gd_rpi4/codecs/request_api_headers_v4/libdrm/drm_fourcc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/aosptree/vendor/devices-community/gd_rpi4/codecs/request_api_headers_v4/libdrm/drm_fourcc.h -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/gd_rpi4/codecs/request_api_headers_v4/linux/media.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/aosptree/vendor/devices-community/gd_rpi4/codecs/request_api_headers_v4/linux/media.h -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/gd_rpi4/codecs/request_api_headers_v4/linux/v4l2-common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/aosptree/vendor/devices-community/gd_rpi4/codecs/request_api_headers_v4/linux/v4l2-common.h -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/gd_rpi4/codecs/request_api_headers_v4/linux/v4l2-controls.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/aosptree/vendor/devices-community/gd_rpi4/codecs/request_api_headers_v4/linux/v4l2-controls.h -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/gd_rpi4/codecs/request_api_headers_v4/linux/videodev2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/aosptree/vendor/devices-community/gd_rpi4/codecs/request_api_headers_v4/linux/videodev2.h -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/gd_rpi4/device.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/aosptree/vendor/devices-community/gd_rpi4/device.mk -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/gd_rpi4/drm/board.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/aosptree/vendor/devices-community/gd_rpi4/drm/board.mk -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/gd_rpi4/drm/device.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/aosptree/vendor/devices-community/gd_rpi4/drm/device.mk -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/gd_rpi4/drm/sepolicy/vendor/file.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/aosptree/vendor/devices-community/gd_rpi4/drm/sepolicy/vendor/file.te -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/gd_rpi4/drm/sepolicy/vendor/file_contexts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/aosptree/vendor/devices-community/gd_rpi4/drm/sepolicy/vendor/file_contexts -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/gd_rpi4/drm/sepolicy/vendor/hal_drm_widevine.te: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/aosptree/vendor/devices-community/gd_rpi4/drm/sepolicy/vendor/hal_drm_widevine.te -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/gd_rpi4/drm/sepolicy/vendor/service_contexts: -------------------------------------------------------------------------------- 1 | android.hardware.drm.IDrmFactory/widevine u:object_r:hal_drm_service:s0 2 | -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/gd_rpi4/etc/audio.rpi4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/aosptree/vendor/devices-community/gd_rpi4/etc/audio.rpi4.xml -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/gd_rpi4/etc/audio.rpi400.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/aosptree/vendor/devices-community/gd_rpi4/etc/audio.rpi400.xml -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/gd_rpi4/etc/power.rpi4.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/aosptree/vendor/devices-community/gd_rpi4/etc/power.rpi4.rc -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/gd_rpi4/etc/snd.rpi4.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/aosptree/vendor/devices-community/gd_rpi4/etc/snd.rpi4.rc -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/gd_rpi4/etc/uevent.device.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/aosptree/vendor/devices-community/gd_rpi4/etc/uevent.device.rc -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/gd_rpi4/firmware/BCM4345C0.hcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/aosptree/vendor/devices-community/gd_rpi4/firmware/BCM4345C0.hcd -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/gd_rpi4/firmware/BCM4345C5.hcd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/aosptree/vendor/devices-community/gd_rpi4/firmware/BCM4345C5.hcd -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/gd_rpi4/firmware/LICENCE.broadcom_bcm43xx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/aosptree/vendor/devices-community/gd_rpi4/firmware/LICENCE.broadcom_bcm43xx -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/gd_rpi4/firmware/brcmfmac43455-sdio.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/aosptree/vendor/devices-community/gd_rpi4/firmware/brcmfmac43455-sdio.bin -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/gd_rpi4/firmware/brcmfmac43455-sdio.clm_blob: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/aosptree/vendor/devices-community/gd_rpi4/firmware/brcmfmac43455-sdio.clm_blob -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/gd_rpi4/firmware/brcmfmac43455-sdio.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/aosptree/vendor/devices-community/gd_rpi4/firmware/brcmfmac43455-sdio.txt -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/gd_rpi4/firmware/brcmfmac43456-sdio.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/aosptree/vendor/devices-community/gd_rpi4/firmware/brcmfmac43456-sdio.bin -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/gd_rpi4/firmware/brcmfmac43456-sdio.clm_blob: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/aosptree/vendor/devices-community/gd_rpi4/firmware/brcmfmac43456-sdio.clm_blob -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/gd_rpi4/firmware/brcmfmac43456-sdio.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/aosptree/vendor/devices-community/gd_rpi4/firmware/brcmfmac43456-sdio.txt -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/gd_rpi4/firmware/regulatory.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/aosptree/vendor/devices-community/gd_rpi4/firmware/regulatory.db -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/gd_rpi4/firmware/regulatory.db.p7s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/aosptree/vendor/devices-community/gd_rpi4/firmware/regulatory.db.p7s -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/gd_rpi4/gd_rpi4.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/aosptree/vendor/devices-community/gd_rpi4/gd_rpi4.mk -------------------------------------------------------------------------------- /aosptree/vendor/devices-community/gd_rpi4/kernel.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/aosptree/vendor/devices-community/gd_rpi4/kernel.config -------------------------------------------------------------------------------- /device: -------------------------------------------------------------------------------- 1 | aosptree/vendor/devices-community/gd_rpi4 -------------------------------------------------------------------------------- /glodroid: -------------------------------------------------------------------------------- 1 | aosptree/glodroid -------------------------------------------------------------------------------- /jenkins/0001-Switch-to-beta-channel.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/jenkins/0001-Switch-to-beta-channel.patch -------------------------------------------------------------------------------- /jenkins/multi-branch-ci.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/jenkins/multi-branch-ci.groovy -------------------------------------------------------------------------------- /manifests/default_aosp.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/manifests/default_aosp.xml -------------------------------------------------------------------------------- /manifests/default_lineage.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/manifests/default_lineage.xml -------------------------------------------------------------------------------- /manifests/glodroid.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/manifests/glodroid.xml -------------------------------------------------------------------------------- /manifests/lineage-static.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/manifests/lineage-static.xml -------------------------------------------------------------------------------- /manifests/tesla-android.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/manifests/tesla-android.xml -------------------------------------------------------------------------------- /manifests/update_lineage_manifest.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/manifests/update_lineage_manifest.sh -------------------------------------------------------------------------------- /out: -------------------------------------------------------------------------------- 1 | aosptree/out/target/product/gd_rpi4 -------------------------------------------------------------------------------- /patches-aosp/build/make/0001-Use-dev-keys-as-release-keys.-Simplifies-signing-pro.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/build/make/0001-Use-dev-keys-as-release-keys.-Simplifies-signing-pro.patch -------------------------------------------------------------------------------- /patches-aosp/build/make/0002-Skip-VINTF-check.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/build/make/0002-Skip-VINTF-check.patch -------------------------------------------------------------------------------- /patches-aosp/build/make/0003-HACK-replace-default-test-keys.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/build/make/0003-HACK-replace-default-test-keys.patch -------------------------------------------------------------------------------- /patches-aosp/build/soong/0001-Add-vendor-tesla-android-signing-to-allowlist.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/build/soong/0001-Add-vendor-tesla-android-signing-to-allowlist.patch -------------------------------------------------------------------------------- /patches-aosp/external/libcxx/0001-Update-include-chrono-to-fix-LLVM-bug-41430.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/external/libcxx/0001-Update-include-chrono-to-fix-LLVM-bug-41430.patch -------------------------------------------------------------------------------- /patches-aosp/external/tinycompress/0001-WIP-Don-t-include-kernel-headers.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/external/tinycompress/0001-WIP-Don-t-include-kernel-headers.patch -------------------------------------------------------------------------------- /patches-aosp/external/wpa_supplicant_8/0001-Add-netlink-public-header-library.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/external/wpa_supplicant_8/0001-Add-netlink-public-header-library.patch -------------------------------------------------------------------------------- /patches-aosp/external/wpa_supplicant_8/0002-Decalre-a-soong-module-for-hostapd-manifest.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/external/wpa_supplicant_8/0002-Decalre-a-soong-module-for-hostapd-manifest.patch -------------------------------------------------------------------------------- /patches-aosp/external/wpa_supplicant_8/0003-Remove-a-host-of-incorrect-OPENSSL_IS_BORINGSSL-ifde.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/external/wpa_supplicant_8/0003-Remove-a-host-of-incorrect-OPENSSL_IS_BORINGSSL-ifde.patch -------------------------------------------------------------------------------- /patches-aosp/frameworks/av/0001-Audioflinger-add-audio-capture-via-tesla-android-aud.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/frameworks/av/0001-Audioflinger-add-audio-capture-via-tesla-android-aud.patch -------------------------------------------------------------------------------- /patches-aosp/frameworks/base/0001-HWUI-Fix-deadlock-in-graphics-pipeline.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/frameworks/base/0001-HWUI-Fix-deadlock-in-graphics-pipeline.patch -------------------------------------------------------------------------------- /patches-aosp/frameworks/base/0002-Added-forced-orientation-lock.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/frameworks/base/0002-Added-forced-orientation-lock.patch -------------------------------------------------------------------------------- /patches-aosp/frameworks/base/0002-Revert-Revert-Turn-on-vk-unit-tests.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/frameworks/base/0002-Revert-Revert-Turn-on-vk-unit-tests.patch -------------------------------------------------------------------------------- /patches-aosp/frameworks/base/0003-Ignore-build-warnings-about-inconsistent-builds.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/frameworks/base/0003-Ignore-build-warnings-about-inconsistent-builds.patch -------------------------------------------------------------------------------- /patches-aosp/frameworks/base/0004-Allow-runtime-override-of-hwui.use_vulkan.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/frameworks/base/0004-Allow-runtime-override-of-hwui.use_vulkan.patch -------------------------------------------------------------------------------- /patches-aosp/frameworks/native/0001-SurfaceFlinger-include-secure-layers-in-screen-captu.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/frameworks/native/0001-SurfaceFlinger-include-secure-layers-in-screen-captu.patch -------------------------------------------------------------------------------- /patches-aosp/frameworks/native/0002-SurfaceFlinger-allow-creation-of-secure-displays-fro.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/frameworks/native/0002-SurfaceFlinger-allow-creation-of-secure-displays-fro.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/bootloader/u-boot/0001-cmd-adtimg-Add-support-getting-FDT-using-id-field.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/bootloader/u-boot/0001-cmd-adtimg-Add-support-getting-FDT-using-id-field.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/bootloader/u-boot/0002-avb-Fix-support-for-unlocked-state.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/bootloader/u-boot/0002-avb-Fix-support-for-unlocked-state.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/bootloader/u-boot/0004-android-Fix-ramdisk-loading-for-bootimage-v3.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/bootloader/u-boot/0004-android-Fix-ramdisk-loading-for-bootimage-v3.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/bootloader/u-boot/0005-rpi-Use-CONFIG_OF_BOARD-instead-of-CONFIG_EMBED.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/bootloader/u-boot/0005-rpi-Use-CONFIG_OF_BOARD-instead-of-CONFIG_EMBED.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/bootloader/u-boot/0006-rpi-add-NVMe-to-boot-order.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/bootloader/u-boot/0006-rpi-add-NVMe-to-boot-order.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/bootloader/u-boot/0007-Revert-nvme-Correct-the-prps-per-page-calculation-me.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/bootloader/u-boot/0007-Revert-nvme-Correct-the-prps-per-page-calculation-me.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/bootloader/u-boot/0008-usb-xhci-brcm-Make-driver-compatible-with-downstream.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/bootloader/u-boot/0008-usb-xhci-brcm-Make-driver-compatible-with-downstream.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/bootloader/u-boot/0009-nvme-improve-readability-of-nvme_setup_prps.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/bootloader/u-boot/0009-nvme-improve-readability-of-nvme_setup_prps.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/bootloader/u-boot/0010-nvme-Use-pointer-for-CPU-addressed-buffers.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/bootloader/u-boot/0010-nvme-Use-pointer-for-CPU-addressed-buffers.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/bootloader/u-boot/0011-nvme-translate-virtual-addresses-into-the-bus-s-addr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/bootloader/u-boot/0011-nvme-translate-virtual-addresses-into-the-bus-s-addr.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/bootloader/u-boot/0012-Revert-pci-Check-region-ranges-are-addressable.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/bootloader/u-boot/0012-Revert-pci-Check-region-ranges-are-addressable.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/bootloader/u-boot/0013-add-device-to-bcb.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/bootloader/u-boot/0013-add-device-to-bcb.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/bootloader/u-boot/0014-Fix-fastboot-build-for-mmc.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/bootloader/u-boot/0014-Fix-fastboot-build-for-mmc.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/configuration/0001-write-bootloader-update-image-to-vendor_dlkm.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/configuration/0001-write-bootloader-update-image-to-vendor_dlkm.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/kernel/broadcom/0001-Add-Virtual-Touchscreen.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/kernel/broadcom/0001-Add-Virtual-Touchscreen.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/kernel/broadcom/0002-cdc_ether-Map-USB-network-cards-as-ethX-interfaces-i.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/kernel/broadcom/0002-cdc_ether-Map-USB-network-cards-as-ethX-interfaces-i.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/kernel/broadcom/0003-cdc_ncm-remove-FLAG_POINTTOPOINT-fixes-Android-to-An.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/kernel/broadcom/0003-cdc_ncm-remove-FLAG_POINTTOPOINT-fixes-Android-to-An.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/kernel/broadcom/0004-cdc_mbim-add-FLAG_ETHER.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/kernel/broadcom/0004-cdc_mbim-add-FLAG_ETHER.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/kernel/broadcom/0005-rndis_host-remove-FLAG_POINTTOPOINT.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/kernel/broadcom/0005-rndis_host-remove-FLAG_POINTTOPOINT.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/kernel/broadcom/0006-cdc_mbim-remove-wwan-flags.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/kernel/broadcom/0006-cdc_mbim-remove-wwan-flags.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/kernel/broadcom/0007-build-virtual-touchscreen-as-a-module.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/kernel/broadcom/0007-build-virtual-touchscreen-as-a-module.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/kernel/broadcom/0008-Build-IPETH.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/kernel/broadcom/0008-Build-IPETH.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/kernel/broadcom/0009-Virtual-Touchscreen-configurable-X-Y-params.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/kernel/broadcom/0009-Virtual-Touchscreen-configurable-X-Y-params.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/kernel/broadcom/0010-android_rpi4_defconfig-enable-rndis_host.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/kernel/broadcom/0010-android_rpi4_defconfig-enable-rndis_host.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/aospext/0001-Add-libbase-to-drmhwcomposer-dependencies.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/aospext/0001-Add-libbase-to-drmhwcomposer-dependencies.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/aospext/0002-Fix-build-after-ffmpeg-8.0-update.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/aospext/0002-Fix-build-after-ffmpeg-8.0-update.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/drm_hwcomposer/0001-hwc2_device-Allow-overriding-headless-resolution-in-.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/drm_hwcomposer/0001-hwc2_device-Allow-overriding-headless-resolution-in-.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/drm_hwcomposer/0002-drm_hwcomposer-allow-to-force-mode-by-a-property.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/drm_hwcomposer/0002-drm_hwcomposer-allow-to-force-mode-by-a-property.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/ffmpeg/0001-Add-pi-configs-and-scripts.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/ffmpeg/0001-Add-pi-configs-and-scripts.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/ffmpeg/0002-Add-sand-pix-fmts-conversion-fns.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/ffmpeg/0002-Add-sand-pix-fmts-conversion-fns.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/ffmpeg/0003-Deal-with-the-lack-of-trivial-sand-cropping.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/ffmpeg/0003-Deal-with-the-lack-of-trivial-sand-cropping.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/ffmpeg/0004-Add-an-unsand-filter.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/ffmpeg/0004-Add-an-unsand-filter.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/ffmpeg/0005-checkasm-Add-tests-for-rpi_sand-sand30-fns.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/ffmpeg/0005-checkasm-Add-tests-for-rpi_sand-sand30-fns.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/ffmpeg/0006-Reduce-mmal-compile-warnings.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/ffmpeg/0006-Reduce-mmal-compile-warnings.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/ffmpeg/0007-Add-chroma-location-to-hevc-parse.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/ffmpeg/0007-Add-chroma-location-to-hevc-parse.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/ffmpeg/0008-hwaccel-Add-.abort_frame-use-in-hevcdec.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/ffmpeg/0008-hwaccel-Add-.abort_frame-use-in-hevcdec.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/ffmpeg/0009-Weak-link-utils.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/ffmpeg/0009-Weak-link-utils.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/ffmpeg/0010-Add-v4l2_req-V4L2-request-H265-drm_prime-decode.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/ffmpeg/0010-Add-v4l2_req-V4L2-request-H265-drm_prime-decode.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/ffmpeg/0011-Add-no_cvt_hw-option-to-ffmpeg.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/ffmpeg/0011-Add-no_cvt_hw-option-to-ffmpeg.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/ffmpeg/0012-Add-vout_drm.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/ffmpeg/0012-Add-vout_drm.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/ffmpeg/0013-Add-vout_egl.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/ffmpeg/0013-Add-vout_egl.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/ffmpeg/0014-V4L2-stateful-rework.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/ffmpeg/0014-V4L2-stateful-rework.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/ffmpeg/0015-Add-V4L2-M2M-deinterlace-scale-filters.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/ffmpeg/0015-Add-V4L2-M2M-deinterlace-scale-filters.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/ffmpeg/0016-Fix-crash-in-hw_device_default_name-if-type-not-foun.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/ffmpeg/0016-Fix-crash-in-hw_device_default_name-if-type-not-foun.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/ffmpeg/0017-Fix-raw-video-s.t.-it-respects-any-remaining-croppin.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/ffmpeg/0017-Fix-raw-video-s.t.-it-respects-any-remaining-croppin.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/ffmpeg/0018-hwcontext_drm-Add-sand-conversions.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/ffmpeg/0018-hwcontext_drm-Add-sand-conversions.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/ffmpeg/0019-matroskaenc-Allow-H264-SPS-PPS-headers-in-packet-sid.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/ffmpeg/0019-matroskaenc-Allow-H264-SPS-PPS-headers-in-packet-sid.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/ffmpeg/0020-hevcdec-Avoid-allocating-or-using-s-w-only-arrays-if.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/ffmpeg/0020-hevcdec-Avoid-allocating-or-using-s-w-only-arrays-if.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/ffmpeg/0021-movenc-Allow-H264-SPS-PPS-headers-in-packet-sidedata.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/ffmpeg/0021-movenc-Allow-H264-SPS-PPS-headers-in-packet-sidedata.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/ffmpeg/0022-rtpenc-Allow-H264-SPS-PPS-headers-in-packet-sidedata.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/ffmpeg/0022-rtpenc-Allow-H264-SPS-PPS-headers-in-packet-sidedata.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/ffmpeg/0023-Initial-buffersink-alloc-callback-code.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/ffmpeg/0023-Initial-buffersink-alloc-callback-code.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/ffmpeg/0024-vulkan-Add-missing-decode-extension-defines.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/ffmpeg/0024-vulkan-Add-missing-decode-extension-defines.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/ffmpeg/0025-swcale-Add-explicit-bgr24-yv12-conversions.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/ffmpeg/0025-swcale-Add-explicit-bgr24-yv12-conversions.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/ffmpeg/0026-vf_bwdif-Add-ability-to-deinterlace-NV12.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/ffmpeg/0026-vf_bwdif-Add-ability-to-deinterlace-NV12.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/ffmpeg/0027-fate-Fix-tests-broken-by-addition-of-sand-formats.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/ffmpeg/0027-fate-Fix-tests-broken-by-addition-of-sand-formats.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/ffmpeg/0028-checkasm-Allow-rpi_sand-test-to-build-and-pass-on-no.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/ffmpeg/0028-checkasm-Allow-rpi_sand-test-to-build-and-pass-on-no.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/ffmpeg/0029-fate-source-Add-old-hevc-headers-to-copyright-inclus.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/ffmpeg/0029-fate-source-Add-old-hevc-headers-to-copyright-inclus.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/ffmpeg/0030-fate-filter-fps-Disable-test-due-to-Pi-other-mismatc.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/ffmpeg/0030-fate-filter-fps-Disable-test-due-to-Pi-other-mismatc.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/ffmpeg/0031-conformenc-Add-an-output-mux-for-conformance-testing.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/ffmpeg/0031-conformenc-Add-an-output-mux-for-conformance-testing.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/ffmpeg/0032-conformenc-Add-conform_corrupt-flag.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/ffmpeg/0032-conformenc-Add-conform_corrupt-flag.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/ffmpeg/0033-ffconf-Ensure-corrupt-frames-make-it-through.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/ffmpeg/0033-ffconf-Ensure-corrupt-frames-make-it-through.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/ffmpeg/0034-android-add-configure-script.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/ffmpeg/0034-android-add-configure-script.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/ffmpeg/0035-android-add-rpi-specific-configuration.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/ffmpeg/0035-android-add-rpi-specific-configuration.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/ffmpeg/0036-android-modify-gitignore-to-add-generated-files.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/ffmpeg/0036-android-modify-gitignore-to-add-generated-files.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/ffmpeg/0037-android-add-generated-files.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/ffmpeg/0037-android-add-generated-files.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/ffmpeg/0038-android-Rename-libavutil-time.h-to-libavutil-avtime..old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/ffmpeg/0038-android-Rename-libavutil-time.h-to-libavutil-avtime..old -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/ffmpeg/0039-android-Disable-Wbool-operation-locally.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/ffmpeg/0039-android-Disable-Wbool-operation-locally.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/ffmpeg/0040-Remove-config.h-conflicts-with-aospext.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/ffmpeg/0040-Remove-config.h-conflicts-with-aospext.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/ffmpeg/0040-android-fix-including-drm-header.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/ffmpeg/0040-android-fix-including-drm-header.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/ffmpeg_codec2/0001-seccomp_policy-allow-sysinfo.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/ffmpeg_codec2/0001-seccomp_policy-allow-sysinfo.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/ffmpeg_codec2/0002-Update-to-FFMPEG-7.0.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/ffmpeg_codec2/0002-Update-to-FFMPEG-7.0.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/ffmpeg_codec2/0003-remove-AV_CODEC_CAP_SUBFRAMES.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/ffmpeg_codec2/0003-remove-AV_CODEC_CAP_SUBFRAMES.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/libcamera/0001-HACK-Use-minigbm-handle-structure-to-obtain-strides-.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/libcamera/0001-HACK-Use-minigbm-handle-structure-to-obtain-strides-.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/libcamera/0002-GLODROID-Don-t-add-ljpeg-argument-when-building-liby.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/libcamera/0002-GLODROID-Don-t-add-ljpeg-argument-when-building-liby.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/libcamera/0003-HACK-Support-for-RaspberryPI.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/libcamera/0003-HACK-Support-for-RaspberryPI.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/mesa3d/0001-dri-Remove-__driDriverExtensions-leftovers.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/mesa3d/0001-dri-Remove-__driDriverExtensions-leftovers.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/mesa3d/0002-HACK-Use-mask-in-dri.sym.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/mesa3d/0002-HACK-Use-mask-in-dri.sym.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/mesa3d/0003-isaspec-Remove-symlink-that-points-to-missing-file.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/mesa3d/0003-isaspec-Remove-symlink-that-points-to-missing-file.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/minigbm/0001-cros_gralloc-Remove-Android.bp-files.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/minigbm/0001-cros_gralloc-Remove-Android.bp-files.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/minigbm/0002-cros_gralloc-Add-cros_gralloc_buffer-get_pixel_strid.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/minigbm/0002-cros_gralloc-Add-cros_gralloc_buffer-get_pixel_strid.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/minigbm/0003-minigbm-Use-dmabuf-inode-as-unique-buffer-id-instead.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/minigbm/0003-minigbm-Use-dmabuf-inode-as-unique-buffer-id-instead.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/minigbm/0004-minigbm-Add-external-driver-support.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/minigbm/0004-minigbm-Add-external-driver-support.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/minigbm/0005-minigbm-Add-bo_get_plane_fd-backend-hook.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/minigbm/0005-minigbm-Add-bo_get_plane_fd-backend-hook.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/minigbm/0006-minigbm-Add-const-to-the-backend-name.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/minigbm/0006-minigbm-Add-const-to-the-backend-name.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/minigbm/0007-minigbm-Add-drv_bo_get_pixel_stride-function.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/minigbm/0007-minigbm-Add-drv_bo_get_pixel_stride-function.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/minigbm/0008-minigbm-make-dumb-drivers-optional.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/minigbm/0008-minigbm-make-dumb-drivers-optional.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/minigbm/0009-minigbm-Allow-using-single-path-for-testing-and-allo.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/minigbm/0009-minigbm-Allow-using-single-path-for-testing-and-allo.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/minigbm/0010-cros_gralloc-Add-name-to-reserved-buffer.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/minigbm/0010-cros_gralloc-Add-name-to-reserved-buffer.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/minigbm/0011-helpers-Add-helpers-to-convert-use_flags-to-string.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/minigbm/0011-helpers-Add-helpers-to-convert-use_flags-to-string.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/minigbm/0012-minigbm-Add-gbm_mesa-backend.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/minigbm/0012-minigbm-Add-gbm_mesa-backend.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/minigbm/0013-minigbm-Add-dmabuf_heap-based-backend.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/minigbm/0013-minigbm-Add-dmabuf_heap-based-backend.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/minigbm/0014-cros_gralloc-Use-property-to-select-custom-backends.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/minigbm/0014-cros_gralloc-Use-property-to-select-custom-backends.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/minigbm/0015-Add-meson.build.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/minigbm/0015-Add-meson.build.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/minigbm/0016-WIP-Add-build_deploy.sh-script.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/minigbm/0016-WIP-Add-build_deploy.sh-script.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/minigbm/0017-RPI4-Add-HW-codecs-support-and-constraints.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/minigbm/0017-RPI4-Add-HW-codecs-support-and-constraints.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/minigbm/0018-README.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/minigbm/0018-README.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/tinyhal/0001-GLODROID-config-Distinguish-between-rpi4b-and-rpi400.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/tinyhal/0001-GLODROID-config-Distinguish-between-rpi4b-and-rpi400.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/v4l2_codec2/0001-v4l2_codec2-Remove-multilib-support.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/v4l2_codec2/0001-v4l2_codec2-Remove-multilib-support.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/v4l2_codec2/0002-v4l2_codec2-Make-the-project-directory-independent.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/v4l2_codec2/0002-v4l2_codec2-Make-the-project-directory-independent.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/v4l2_codec2/0003-plugin_store-Mark-libc2plugin_store-library-as-vendo.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/v4l2_codec2/0003-plugin_store-Mark-libc2plugin_store-library-as-vendo.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/v4l2_codec2/0004-GLODROID-Disable-seccomp.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/v4l2_codec2/0004-GLODROID-Disable-seccomp.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/v4l2_codec2/0005-Rename-HAL-instance-from-default-to-v4l2.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/v4l2_codec2/0005-Rename-HAL-instance-from-default-to-v4l2.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/v4l2_codec2/0006-EncoderInterface-Set-both-input-and-output-usage-to-.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/v4l2_codec2/0006-EncoderInterface-Set-both-input-and-output-usage-to-.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/v4l2_codec2/0007-v4l2_codec2-Increase-maximum-frame-rate-to-60FPS.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/v4l2_codec2/0007-v4l2_codec2-Increase-maximum-frame-rate-to-60FPS.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/v4l2_codec2/0008-HACK-v4l2_codec2-Allow-format-converter-initializati.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/v4l2_codec2/0008-HACK-v4l2_codec2-Allow-format-converter-initializati.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/v4l2_codec2/0009-v4l2_codec2-encoder-Don-t-advertise-BITRATE_CONST.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/v4l2_codec2/0009-v4l2_codec2-encoder-Don-t-advertise-BITRATE_CONST.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/v4l2_codec2/0010-RPI4-v4l2_codec2-encoder-Set-input-format-after-1st-.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/v4l2_codec2/0010-RPI4-v4l2_codec2-encoder-Set-input-format-after-1st-.patch -------------------------------------------------------------------------------- /patches-aosp/glodroid/vendor/v4l2_codec2/0011-RPI4-v4l2_codec2-decoder-Enable-zero-copy-AVC-decodi.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/glodroid/vendor/v4l2_codec2/0011-RPI4-v4l2_codec2-decoder-Enable-zero-copy-AVC-decodi.patch -------------------------------------------------------------------------------- /patches-aosp/hardware/interfaces/usb/aidl/default/0001-GLODROID-Report-fake-port-if-no-one-was-detected.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/hardware/interfaces/usb/aidl/default/0001-GLODROID-Report-fake-port-if-no-one-was-detected.patch -------------------------------------------------------------------------------- /patches-aosp/packages/apps/Settings/0001-Wi-Fi-Hotspot-Remove-maximize-compatibility-setting.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/packages/apps/Settings/0001-Wi-Fi-Hotspot-Remove-maximize-compatibility-setting.patch -------------------------------------------------------------------------------- /patches-aosp/packages/apps/Settings/0002-Wi-Fi-Hotspot-Remove-auto-off-settings.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/packages/apps/Settings/0002-Wi-Fi-Hotspot-Remove-auto-off-settings.patch -------------------------------------------------------------------------------- /patches-aosp/packages/apps/Settings/0003-Wi-Fi-Hotspot-Disable-switchbar.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/packages/apps/Settings/0003-Wi-Fi-Hotspot-Disable-switchbar.patch -------------------------------------------------------------------------------- /patches-aosp/packages/apps/Settings/0004-Network-Internet-Disable-the-ability-to-connect-to-W.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/packages/apps/Settings/0004-Network-Internet-Disable-the-ability-to-connect-to-W.patch -------------------------------------------------------------------------------- /patches-aosp/packages/apps/Settings/0005-Fix-crash-when-changing-tether-params.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/packages/apps/Settings/0005-Fix-crash-when-changing-tether-params.patch -------------------------------------------------------------------------------- /patches-aosp/packages/modules/Connectivity/0001-Tethering-change-ip-prefixes.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/packages/modules/Connectivity/0001-Tethering-change-ip-prefixes.patch -------------------------------------------------------------------------------- /patches-aosp/packages/modules/Connectivity/0002-ConnectivityManager-Add-WiFi-Spoofing.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/packages/modules/Connectivity/0002-ConnectivityManager-Add-WiFi-Spoofing.patch -------------------------------------------------------------------------------- /patches-aosp/packages/modules/Connectivity/0003-NetworkCapabilities-always-report-that-the-device-ha.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/packages/modules/Connectivity/0003-NetworkCapabilities-always-report-that-the-device-ha.patch -------------------------------------------------------------------------------- /patches-aosp/packages/modules/Wifi/0001-SoftApConfiguration-Permanently-disable-hotspot-auto.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/packages/modules/Wifi/0001-SoftApConfiguration-Permanently-disable-hotspot-auto.patch -------------------------------------------------------------------------------- /patches-aosp/packages/modules/Wifi/0002-WifiApConfigStore-Use-a-static-default-Wi-Fi-passwor.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/packages/modules/Wifi/0002-WifiApConfigStore-Use-a-static-default-Wi-Fi-passwor.patch -------------------------------------------------------------------------------- /patches-aosp/packages/modules/Wifi/0003-HostAp-channel-channel-width-and-band-configuration-.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/packages/modules/Wifi/0003-HostAp-channel-channel-width-and-band-configuration-.patch -------------------------------------------------------------------------------- /patches-aosp/packages/modules/Wifi/0004-SoftAp-add-option-to-start-tether-from-shell-with-st.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/packages/modules/Wifi/0004-SoftAp-add-option-to-start-tether-from-shell-with-st.patch -------------------------------------------------------------------------------- /patches-aosp/packages/modules/Wifi/0005-Fix-build-on-Android-14.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/packages/modules/Wifi/0005-Fix-build-on-Android-14.patch -------------------------------------------------------------------------------- /patches-aosp/packages/modules/Wifi/0006-WifiManager-Add-WiFi-spoofing.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/packages/modules/Wifi/0006-WifiManager-Add-WiFi-spoofing.patch -------------------------------------------------------------------------------- /patches-aosp/system/core/0001-RFC-Fix-boot-from-one-mmc-dev-while-android-present-.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/system/core/0001-RFC-Fix-boot-from-one-mmc-dev-while-android-present-.patch -------------------------------------------------------------------------------- /patches-aosp/system/netd/0001-Configurable-offline-mode-iptables-for-frontend-acce.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/system/netd/0001-Configurable-offline-mode-iptables-for-frontend-acce.patch -------------------------------------------------------------------------------- /patches-aosp/system/netd/0002-netd-use-216.58.215.78-6969-for-the-fullscreen-redir.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/system/netd/0002-netd-use-216.58.215.78-6969-for-the-fullscreen-redir.patch -------------------------------------------------------------------------------- /patches-aosp/system/netd/0003-Remove-old-TA-endpoints.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/system/netd/0003-Remove-old-TA-endpoints.patch -------------------------------------------------------------------------------- /patches-aosp/system/netd/0004-Remove-hermes-dns-spoof-from-offline-mode.-It-is-not.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/system/netd/0004-Remove-hermes-dns-spoof-from-offline-mode.-It-is-not.patch -------------------------------------------------------------------------------- /patches-aosp/system/netd/0005-Add-www.tesla.com-to-offline-mode-domains.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/patches-aosp/system/netd/0005-Add-www.tesla.com-to-offline-mode-domains.patch -------------------------------------------------------------------------------- /unfold_aosp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/unfold_aosp.sh -------------------------------------------------------------------------------- /unfold_lineageos.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tesla-android/android-raspberry-pi/HEAD/unfold_lineageos.sh --------------------------------------------------------------------------------