Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Ariel D'Alessandro <ariel@vanguardiasur.com.ar>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/3] mali-t76x: add new package
Date: Sun, 14 Feb 2016 15:56:00 -0300	[thread overview]
Message-ID: <56C0CDC0.7080809@vanguardiasur.com.ar> (raw)
In-Reply-To: <878u2ss3rz.fsf@dell.be.48ers.dk>

Hi Peter,

El 10/02/16 a las 17:34, Peter Korsgaard escribi?:
>>>>>> "Ariel" == Ariel D'Alessandro <ariel@vanguardiasur.com.ar> writes:
> 
>  > Package provides the binary user-space components for the ARM Mali
>  > Midgard T76X GPU.
> 
>  > Note that this package requires a kernel with the ARM Mali Midgard GPU
>  > Kernel Drivers enabled.
> 
>  > Signed-off-by: Ariel D'Alessandro <ariel@vanguardiasur.com.ar>
>  > ---
>  >  package/Config.in                                  |  1 +
>  >  ...latform.h-with-framebuffer-instead-of-X11.patch | 39 +++++++++++++
>  >  package/mali-t76x/Config.in                        | 27 +++++++++
>  >  package/mali-t76x/egl.pc                           | 12 ++++
>  >  package/mali-t76x/glesv2.pc                        | 12 ++++
>  >  package/mali-t76x/rockchip-mali.mk                 | 64 ++++++++++++++++++++++
>  >  6 files changed, 155 insertions(+)
>  >  create mode 100644 package/mali-t76x/0001-use-eglplatform.h-with-framebuffer-instead-of-X11.patch
>  >  create mode 100644 package/mali-t76x/Config.in
>  >  create mode 100644 package/mali-t76x/egl.pc
>  >  create mode 100644 package/mali-t76x/glesv2.pc
>  >  create mode 100644 package/mali-t76x/rockchip-mali.mk
> 
>  > diff --git a/package/mali-t76x/rockchip-mali.mk b/package/mali-t76x/rockchip-mali.mk
>  > new file mode 100644
>  > index 0000000..3117864
>  > --- /dev/null
>  > +++ b/package/mali-t76x/rockchip-mali.mk
> 
> This file should be named mali-t76x.mk to match the directory and
> variables.

Right, will do that.

> 
>> @@ -0,0 +1,64 @@
>  > +################################################################################
>  > +#
>  > +# mali-t76x
>  > +#
>  > +################################################################################
>  > +
>  > +MALI_T76X_VERSION = r5p0-06rel0
>  > +MALI_T76X_SOURCE = mali-t76x_$(MALI_T76X_VERSION)_linux_1+fbdev.tar.gz
>  > +MALI_T76X_SITE = http://malideveloper.arm.com/downloads/drivers/binary/$(MALI_T76X_VERSION)
> 
> A .hash file listing the sha256sum for this would be nice.

OK, will do.

> 
>> +
>  > +MALI_T76X_EXTRA_SITE = https://www.khronos.org/registry
>  > +MALI_T76X_EXTRA_DOWNLOADS = \
>  > +	$(MALI_T76X_EXTRA_SITE)/egl/api/EGL/egl.h \
>  > +	$(MALI_T76X_EXTRA_SITE)/egl/api/EGL/eglext.h \
>  > +	$(MALI_T76X_EXTRA_SITE)/egl/api/EGL/eglplatform.h \
>  > +	$(MALI_T76X_EXTRA_SITE)/gles/api/GLES/gl.h \
>  > +	$(MALI_T76X_EXTRA_SITE)/gles/api/GLES/glext.h \
>  > +	$(MALI_T76X_EXTRA_SITE)/gles/api/GLES/glplatform.h \
>  > +	$(MALI_T76X_EXTRA_SITE)/gles/api/old/2.0/gl2.h \
>  > +	$(MALI_T76X_EXTRA_SITE)/gles/api/old/2.0/gl2ext.h \
>  > +	$(MALI_T76X_EXTRA_SITE)/gles/api/old/2.0/gl2platform.h \
>  > +	$(MALI_T76X_EXTRA_SITE)/egl/api/KHR/khrplatform.h
> 
> Could this use mesa3d-headers like the nvidia drivers do?

I wasn't aware of the mesa3d-headers. It seems to be just what needed
here, so I'll give a try and modify the package as well.

> 
> Other than that it looks good.
> 

Thanks!

-- 
Ariel D'Alessandro, VanguardiaSur
www.vanguardiasur.com.ar

  reply	other threads:[~2016-02-14 18:56 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-22 15:53 [Buildroot] [PATCH 0/3] Add support for Firefly RK3288 Ariel D'Alessandro
2016-01-22 15:53 ` [Buildroot] [PATCH 1/3] mali-t76x: add new package Ariel D'Alessandro
2016-02-10 20:34   ` Peter Korsgaard
2016-02-14 18:56     ` Ariel D'Alessandro [this message]
2016-01-22 15:53 ` [Buildroot] [PATCH 2/3] board/firefly_rk3288: add new board Ariel D'Alessandro
2016-02-10 20:57   ` Peter Korsgaard
2016-02-14 18:59     ` Ariel D'Alessandro
2016-01-22 15:53 ` [Buildroot] [PATCH 3/3] configs/firefly_rk3288: " Ariel D'Alessandro
2016-02-10 21:08   ` Peter Korsgaard
2016-02-14 19:01     ` Ariel D'Alessandro
2016-02-14 19:29       ` Peter Korsgaard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=56C0CDC0.7080809@vanguardiasur.com.ar \
    --to=ariel@vanguardiasur.com.ar \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox