summaryrefslogtreecommitdiff
path: root/mali/bifrost/lib/egl/libGLES_mali.so
AgeCommit message (Collapse)Author
2022-02-23hikey960/hikey: Re-transition to using to vendor-packageJohn Stultz
Moves the bootloader objects, and mali libraries to the vendor package and adds the support files, tweaking the flash-all.sh script Will use the vendor-package located here: https://releases.linaro.org/android/aosp-linaro-vendor-package/extract-linaro_devices-20220210.tgz Previously this patch was reverted, as there would be build errors when the vendor pacakge was missing. This patch re-applies the earlier change, with some additional fixes to ensure we don't see build trouble when the package is missing. Signed-off-by: John Stultz <john.stultz@linaro.org> Change-Id: I53ec5516d91391c0d3f18c801e730eff150076af
2022-02-16Revert "hikey960/hikey: Transition to using to vendor-package"Steve Muckle
This reverts commit af6e3c040223f3dfa5ac3e8b684b16a37d9a078c. Reason for revert: broke build_test target, b/219798815 Change-Id: I22cfd1321d22b1f03e7e12a781a94886871faa18
2022-02-15hikey960/hikey: Transition to using to vendor-packageJohn Stultz
Moves the bootloader objects, and mali libraries to the vendor package and adds the support files, tweaking the flash-all.sh script Will use the vendor-package located here: https://releases.linaro.org/android/aosp-linaro-vendor-package/extract-linaro_devices-20220210.tgz Signed-off-by: John Stultz <john.stultz@linaro.org> Change-Id: I5e22c28c6f2c9ce3a7ec42e72411192dfbb6b312
2018-09-06hikey960: bifrost: Update mali bifrost blobs to r10p0John Stultz
Update the mali blobs to the r10p0 binary blobs from https://developer.arm.com/products/software/mali-drivers/user-space Specifically: https://developer.arm.com/-/media/Files/downloads/mali-drivers/user-space/HiKey%20960/mali-G71_r10p0-01rel1_android-8.1_1.tar.gz?revision=56403097-18f0-4ea2-9ff8-de7044b71e5e NOTE: This change should not land until pre-built binaries that include the r10p0 kernel driver have been merged, as these blobs do not function with the r9p0 kernel driver. Change-Id: Ic1fa1a64108e0856f578144ea54527ea3d556944 Signed-off-by: John Stultz <john.stultz@linaro.org>
2018-03-29MALI: bifrost: Add mali r9p0 bifrost blobs to device directoryJohn Stultz
With new licence terms, we can now redistribute mali blobs without the vendor package type-through license. Instead the EULA just has to be included with the blobs. So switch to using included r9p0 binaries rather then using the vendor package. Change-Id: If16cd4fbeb317c146d3c90c93cce6a73a6530dd0 Signed-off-by: John Stultz <john.stultz@linaro.org>