From patchwork Mon Sep 3 12:10:32 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sven Neumann X-Patchwork-Id: 181351 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 817862C008E for ; Mon, 3 Sep 2012 22:10:48 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id C8964101B65; Mon, 3 Sep 2012 12:10:46 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tmRQRiCJQ8Op; Mon, 3 Sep 2012 12:10:43 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id A5A3C101AF4; Mon, 3 Sep 2012 12:10:43 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 4F9678F797 for ; Mon, 3 Sep 2012 12:10:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 9A5278A2A0 for ; Mon, 3 Sep 2012 12:10:42 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 25Qjs0Xs21zV for ; Mon, 3 Sep 2012 12:10:40 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail.zonque.de (svenfoo.org [82.94.215.22]) by whitealder.osuosl.org (Postfix) with ESMTPS id 7F66C81937 for ; Mon, 3 Sep 2012 12:10:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.zonque.de (Postfix) with ESMTP id B8609C0223; Mon, 3 Sep 2012 14:10:36 +0200 (CEST) Received: from mail.zonque.de ([127.0.0.1]) by localhost (rambrand.bugwerft.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jUY3WLvrha8b; Mon, 3 Sep 2012 14:10:36 +0200 (CEST) Received: from localhost.localdomain (pd907dbf4.dip0.t-ipconnect.de [217.7.219.244]) (using TLSv1.1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.zonque.de (Postfix) with ESMTPSA id 4E2F5C0099; Mon, 3 Sep 2012 14:10:36 +0200 (CEST) From: Sven Neumann To: buildroot@uclibc.org Date: Mon, 3 Sep 2012 14:10:32 +0200 Message-Id: <1346674232-21649-1-git-send-email-s.neumann@raumfeld.com> X-Mailer: git-send-email 1.7.9.5 Subject: [Buildroot] [PATCH] linux-firmware: add firmware for SDIO based Marvell Libertas modules X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Sven Neumann --- package/linux-firmware/Config.in | 19 +++++++++++++++++++ package/linux-firmware/linux-firmware.mk | 12 ++++++++++++ 2 files changed, 31 insertions(+) diff --git a/package/linux-firmware/Config.in b/package/linux-firmware/Config.in index 5166800..2d55379 100644 --- a/package/linux-firmware/Config.in +++ b/package/linux-firmware/Config.in @@ -22,6 +22,25 @@ config BR2_PACKAGE_LINUX_FIRMWARE_ATHEROS_9271 endmenu +menu "Marvell Libertas" + +config BR2_PACKAGE_LINUX_FIRMWARE_LIBERTAS_SD8686_V8 + bool "Libertas SD 8686 v8" + help + Firmware files (version 8) for the Marvell SD8686 module + +config BR2_PACKAGE_LINUX_FIRMWARE_LIBERTAS_SD8686_V9 + bool "Libertas SD 8686 v9" + help + Firmware files (version 9) for the Marvell SD8686 module + +config BR2_PACKAGE_LINUX_FIRMWARE_LIBERTAS_SD8688 + bool "Libertas SD 8688" + help + Firmware files for the Marvell SD8688 module + +endmenu + menu "Ralink" config BR2_PACKAGE_LINUX_FIRMWARE_RALINK_RT61 diff --git a/package/linux-firmware/linux-firmware.mk b/package/linux-firmware/linux-firmware.mk index 2a6bfc1..74b45ef 100644 --- a/package/linux-firmware/linux-firmware.mk +++ b/package/linux-firmware/linux-firmware.mk @@ -29,6 +29,18 @@ LINUX_FIRMWARE_FILES_$(BR2_PACKAGE_LINUX_FIRMWARE_ATHEROS_7010) += \ LINUX_FIRMWARE_FILES_$(BR2_PACKAGE_LINUX_FIRMWARE_ATHEROS_9271) += \ LICENCE.atheros_firmware ar9271.fw htc_9271.fw +# sd8686 v8 +LINUX_FIRMWARE_FILES_$(BR2_PACKAGE_LINUX_FIRMWARE_LIBERTAS_SD8686_V8) += \ + libertas/sd8686_v8.bin libertas/sd8686_v8_helper.bin LICENCE.Marvell + +# sd8686 v9 +LINUX_FIRMWARE_FILES_$(BR2_PACKAGE_LINUX_FIRMWARE_LIBERTAS_SD8686_V9) += \ + libertas/sd8686_v9.bin libertas/sd8686_v9_helper.bin LICENCE.Marvell + +# sd8688 +LINUX_FIRMWARE_FILES_$(BR2_PACKAGE_LINUX_FIRMWARE_LIBERTAS_SD8688) += \ + libertas/sd8688.bin libertas/sd8688_helper.bin LICENCE.Marvell + # wl127x LINUX_FIRMWARE_FILES_$(BR2_PACKAGE_LINUX_FIRMWARE_TI_WL127X) += \ ti-connectivity/wl1271-fw-2.bin \