summaryrefslogtreecommitdiffstats
blob: 699ed7ea092b72bc685ac7509d8f9b75081c1e74 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
#
# Copyright (C) 2018 Texas Instruments Incorporated - http://www.ti.com/
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#      http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#

#  blob(s) necessary for AM57x hardware

# GPU kernel module
BOARD_VENDOR_KERNEL_MODULES += \
	vendor/ti/dra7xx/sgx_km/lib/modules/pvrsrvkm.ko \

# GPU userspace libraries
PRODUCT_COPY_FILES += \
	vendor/ti/dra7xx/sgx_um/bin/pvrsrvctl:vendor/bin/pvrsrvctl:ti \
	vendor/ti/dra7xx/sgx_um/lib/egl/libEGL_POWERVR_SGX544_116.so:vendor/lib/egl/libEGL_POWERVR_SGX544_116.so:ti \
	vendor/ti/dra7xx/sgx_um/lib/egl/libGLESv1_CM_POWERVR_SGX544_116.so:vendor/lib/egl/libGLESv1_CM_POWERVR_SGX544_116.so:ti \
	vendor/ti/dra7xx/sgx_um/lib/egl/libGLESv2_POWERVR_SGX544_116.so:vendor/lib/egl/libGLESv2_POWERVR_SGX544_116.so:ti \
	vendor/ti/dra7xx/sgx_um/lib/hw/gralloc.am57x.so:vendor/lib/hw/gralloc.am57x.so:ti \
	vendor/ti/dra7xx/sgx_um/lib/hw/memtrack.am57x.so:vendor/lib/hw/memtrack.am57x.so:ti \
	vendor/ti/dra7xx/sgx_um/lib/libglslcompiler.so:vendor/lib/libglslcompiler.so:ti \
	vendor/ti/dra7xx/sgx_um/lib/libIMGegl.so:vendor/lib/libIMGegl.so:ti \
	vendor/ti/dra7xx/sgx_um/lib/libpvr2d.so:vendor/lib/libpvr2d.so:ti \
	vendor/ti/dra7xx/sgx_um/lib/libpvrANDROID_WSEGL.so:vendor/lib/libpvrANDROID_WSEGL.so:ti \
	vendor/ti/dra7xx/sgx_um/lib/libPVRScopeServices.so:vendor/lib/libPVRScopeServices.so:ti \
	vendor/ti/dra7xx/sgx_um/lib/libsrv_init.so:vendor/lib/libsrv_init.so:ti \
	vendor/ti/dra7xx/sgx_um/lib/libsrv_um.so:vendor/lib/libsrv_um.so:ti \
	vendor/ti/dra7xx/sgx_um/lib/libusc.so:vendor/lib/libusc.so:ti \

# IPU firmware for Video Encoding/Decoding
PRODUCT_COPY_FILES += \
	vendor/ti/dra7xx/firmware/ducati/dra7-ipu2-fw.xem4:vendor/firmware/dra7-ipu2-fw.xem4:ti \

# PRU-ICSS demo firmware
PRODUCT_COPY_FILES += \
	vendor/ti/dra7xx/firmware/pru-icss/am57xx-pru1_0-fw:vendor/firmware/am57xx-pru1_0-fw:ti \
	vendor/ti/dra7xx/firmware/pru-icss/am57xx-pru1_1-fw:vendor/firmware/am57xx-pru1_1-fw:ti \
	vendor/ti/dra7xx/firmware/pru-icss/am57xx-pru2_0-fw:vendor/firmware/am57xx-pru2_0-fw:ti \
	vendor/ti/dra7xx/firmware/pru-icss/am57xx-pru2_1-fw:vendor/firmware/am57xx-pru2_1-fw:ti \