blob: 7b81ef25ce2a0d430d13a75b6891919e0cb84044 (
plain) (
tree)
|
|
#
# 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 \
# PRU-ICSS Ethernet firmware
PRODUCT_COPY_FILES += \
vendor/ti/dra7xx/prueth-fw/am57xx-pru0-prueth-fw.elf:vendor/firmware/ti-pruss/am57xx-pru0-prueth-fw.elf:ti \
vendor/ti/dra7xx/prueth-fw/am57xx-pru1-prueth-fw.elf:vendor/firmware/ti-pruss/am57xx-pru1-prueth-fw.elf:ti \
|