mbox series

[master|kirkstone,0/2] SGX driver enablement

Message ID 20230921124848.3663826-1-anandb@ti.com
Headers show
Series SGX driver enablement | expand

Message

Anand Balagopalakrishnan Sept. 21, 2023, 12:48 p.m. UTC
This series enables the SGX driver for TI SoCs that contain Imagination
PowerVR SGX GPU. On Kirkstone, there are a series of assumptions between Mesa
layers and SGX user modules.

This series enables GPU driver. The recipe for SGX user mode libraries will be
posted separately.

This patch series depends on two other patches:
1. Enable gpudrive in conf -
https://lists.yoctoproject.org/g/meta-ti/message/16893
2. Enable CONFIG_PREEMPT in kernel configuration. This patch is needed on all
ARMv7 platforms - AM3/AM4/AM5. The kernel patch has been merged onto
ti-linux-6.1.y-cicd. The kernel recipe should pull in the source commit that
has CONFIG_PREEMPT. Otherwise, GPU driver build for ARMv7 platforms will fail.

Anand Balagopalakrishnan (2):
  ti-sgx-ddk-km: move to 6.1 kernel
  mesa-pvr: remove auto configurations for sgx driver

 .../powervr-drivers/ti-sgx-ddk-km_1.17.4948957.bb           | 6 +++---
 meta-ti-bsp/recipes-graphics/mesa/mesa-pvr_22.3.5.bb        | 3 ---
 2 files changed, 3 insertions(+), 6 deletions(-)