From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v1 1/1] package/linux-firmware: add support for nvidia files
Date: Sat, 6 Jun 2020 14:05:13 +0200 [thread overview]
Message-ID: <20200606120513.GF13972@scaer> (raw)
In-Reply-To: <20200606034839.352118-1-christian@paral.in>
Christian, All,
On 2020-06-05 20:48 -0700, Christian Stewart spake thusly:
> Signed-off-by: Christian Stewart <christian@paral.in>
> ---
> package/linux-firmware/Config.in | 5 +++++
> package/linux-firmware/linux-firmware.mk | 5 +++++
> 2 files changed, 10 insertions(+)
>
> diff --git a/package/linux-firmware/Config.in b/package/linux-firmware/Config.in
> index eba58014b6..2d729716aa 100644
> --- a/package/linux-firmware/Config.in
> +++ b/package/linux-firmware/Config.in
> @@ -29,6 +29,11 @@ config BR2_PACKAGE_LINUX_FIRMWARE_I915
> help
> Firmware files for the Intel i915 video cards.
>
> +config BR2_PACKAGE_LINUX_FIRMWARE_NVIDIA
> + bool "Nvidia video card firmware"
> + help
> + Firmware files for the Nvidia video cards.
> +
> config BR2_PACKAGE_LINUX_FIRMWARE_RADEON
> bool "AMD Radeon video card firmware"
> help
> diff --git a/package/linux-firmware/linux-firmware.mk b/package/linux-firmware/linux-firmware.mk
> index b1c765dfae..2dbf13b94b 100644
> --- a/package/linux-firmware/linux-firmware.mk
> +++ b/package/linux-firmware/linux-firmware.mk
> @@ -24,6 +24,11 @@ LINUX_FIRMWARE_DIRS += i915
> LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENSE.i915
> endif
>
> +ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_NVIDIA),y)
> +LINUX_FIRMWARE_DIRS += nvidia
> +LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENSE.nvidia
Please add a hash for the license file.
Regards,
Yann E. MORIN.
> +endif
> +
> ifeq ($(BR2_PACKAGE_LINUX_FIRMWARE_RADEON),y)
> LINUX_FIRMWARE_DIRS += radeon
> LINUX_FIRMWARE_ALL_LICENSE_FILES += LICENSE.radeon
> --
> 2.27.0
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
next prev parent reply other threads:[~2020-06-06 12:05 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-06 3:48 [Buildroot] [PATCH v1 1/1] package/linux-firmware: add support for nvidia files Christian Stewart
2020-06-06 12:05 ` Yann E. MORIN [this message]
2020-06-06 15:02 ` Thomas Petazzoni
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=20200606120513.GF13972@scaer \
--to=yann.morin.1998@free.fr \
--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