Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/7] new package: ti-sgx - SGX graphics acceleration for TI SoCs
@ 2016-07-12  8:26 Lothar Felten
  2016-07-12  8:26 ` [Buildroot] [PATCH 1/7] ti-gfx: config help text: list supported processors Lothar Felten
                   ` (6 more replies)
  0 siblings, 7 replies; 14+ messages in thread
From: Lothar Felten @ 2016-07-12  8:26 UTC (permalink / raw)
  To: buildroot

This patch adds support for SGX graphics acceleration for Texas Instuments SoCs
It's an alternative for the existing ti-gfx package but suppports newer
Linux 4.1 kernels and addtional processors (AM4xxx/AM5xxx).
The ti-gfx package is not obsolete as it supports older CPUs/kernels.
This patch is based on the ti-processor-sdk-02.00.00.00 and includes some
binary demos for testing.

Lothar Felten (7):
  ti-gfx: config help text: list supported processors
  new package: ti-sgx/ti-sgx-km kernel module SGX graphics accelerator
  new package: ti-sgx/ti-sgx-um binary libraries SGX graphics
    accelerator
  new package: ti-sgx/ti-sgx-libgbm libgbm for SGX graphics accelerator
  new package: ti-sgx/ti-sgx-demos SGX binary demos
  new package: ti-sgx top level package for SGX graphics accelerator
  add ti-sgx package to menu

 package/Config.in                               |  1 +
 package/ti-gfx/Config.in                        |  4 +-
 package/ti-sgx/Config.in                        | 71 +++++++++++++++++++++++++
 package/ti-sgx/ti-sgx-demos/Config.in           |  4 ++
 package/ti-sgx/ti-sgx-demos/ti-sgx-demos.hash   |  2 +
 package/ti-sgx/ti-sgx-demos/ti-sgx-demos.mk     | 20 +++++++
 package/ti-sgx/ti-sgx-km/Config.in              |  4 ++
 package/ti-sgx/ti-sgx-km/ti-sgx-km.hash         |  2 +
 package/ti-sgx/ti-sgx-km/ti-sgx-km.mk           | 48 +++++++++++++++++
 package/ti-sgx/ti-sgx-libgbm/Config.in          |  5 ++
 package/ti-sgx/ti-sgx-libgbm/ti-sgx-libgbm.hash |  2 +
 package/ti-sgx/ti-sgx-libgbm/ti-sgx-libgbm.mk   | 41 ++++++++++++++
 package/ti-sgx/ti-sgx-um/Config.in              |  4 ++
 package/ti-sgx/ti-sgx-um/S80ti-sgx              | 16 ++++++
 package/ti-sgx/ti-sgx-um/powervr.ini            |  5 ++
 package/ti-sgx/ti-sgx-um/ti-sgx-um.hash         |  2 +
 package/ti-sgx/ti-sgx-um/ti-sgx-um.mk           | 49 +++++++++++++++++
 package/ti-sgx/ti-sgx.mk                        |  8 +++
 18 files changed, 287 insertions(+), 1 deletion(-)
 create mode 100644 package/ti-sgx/Config.in
 create mode 100644 package/ti-sgx/ti-sgx-demos/Config.in
 create mode 100644 package/ti-sgx/ti-sgx-demos/ti-sgx-demos.hash
 create mode 100644 package/ti-sgx/ti-sgx-demos/ti-sgx-demos.mk
 create mode 100644 package/ti-sgx/ti-sgx-km/Config.in
 create mode 100644 package/ti-sgx/ti-sgx-km/ti-sgx-km.hash
 create mode 100644 package/ti-sgx/ti-sgx-km/ti-sgx-km.mk
 create mode 100644 package/ti-sgx/ti-sgx-libgbm/Config.in
 create mode 100644 package/ti-sgx/ti-sgx-libgbm/ti-sgx-libgbm.hash
 create mode 100644 package/ti-sgx/ti-sgx-libgbm/ti-sgx-libgbm.mk
 create mode 100644 package/ti-sgx/ti-sgx-um/Config.in
 create mode 100644 package/ti-sgx/ti-sgx-um/S80ti-sgx
 create mode 100644 package/ti-sgx/ti-sgx-um/powervr.ini
 create mode 100644 package/ti-sgx/ti-sgx-um/ti-sgx-um.hash
 create mode 100644 package/ti-sgx/ti-sgx-um/ti-sgx-um.mk
 create mode 100644 package/ti-sgx/ti-sgx.mk

-- 
1.9.1

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2016-07-12 14:57 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-12  8:26 [Buildroot] [PATCH 0/7] new package: ti-sgx - SGX graphics acceleration for TI SoCs Lothar Felten
2016-07-12  8:26 ` [Buildroot] [PATCH 1/7] ti-gfx: config help text: list supported processors Lothar Felten
2016-07-12 14:35   ` Thomas Petazzoni
2016-07-12  8:26 ` [Buildroot] [PATCH 2/7] new package: ti-sgx/ti-sgx-km kernel module SGX graphics accelerator Lothar Felten
2016-07-12 14:41   ` Thomas Petazzoni
2016-07-12  8:26 ` [Buildroot] [PATCH 3/7] new package: ti-sgx/ti-sgx-um binary libraries " Lothar Felten
2016-07-12 14:46   ` Thomas Petazzoni
2016-07-12  8:26 ` [Buildroot] [PATCH 4/7] new package: ti-sgx/ti-sgx-libgbm libgbm for " Lothar Felten
2016-07-12 14:51   ` Thomas Petazzoni
2016-07-12  8:26 ` [Buildroot] [PATCH 5/7] new package: ti-sgx/ti-sgx-demos SGX binary demos Lothar Felten
2016-07-12 14:55   ` Thomas Petazzoni
2016-07-12  8:26 ` [Buildroot] [PATCH 6/7] new package: ti-sgx top level package for SGX graphics accelerator Lothar Felten
2016-07-12 14:57   ` Thomas Petazzoni
2016-07-12  8:26 ` [Buildroot] [PATCH 7/7] add ti-sgx package to menu Lothar Felten

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox