From patchwork Mon Oct 29 08:41:10 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gregory Hermant X-Patchwork-Id: 194884 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 65A622C0095 for ; Mon, 29 Oct 2012 19:42:05 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 8E1EF103AA8; Mon, 29 Oct 2012 08:41:58 +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 ftgmD0+fdhxe; Mon, 29 Oct 2012 08:41:51 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 2B978103C2D; Mon, 29 Oct 2012 08:41:35 +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 CC6F28F74A for ; Mon, 29 Oct 2012 08:41:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 2C7928B41A for ; Mon, 29 Oct 2012 08:41:29 +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 C+OIMfK1Rard for ; Mon, 29 Oct 2012 08:41:24 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mo-p00-ob.rzone.de (mo-p00-ob.rzone.de [81.169.146.160]) by whitealder.osuosl.org (Postfix) with ESMTPS id 8C4B98BDB0 for ; Mon, 29 Oct 2012 08:41:24 +0000 (UTC) X-RZG-AUTH: :K34Bck+6YrEgjuBfzmrkukPJhhbHEm1G+2SCnvvjhur6rsGj/jgixsrTkwdMQP1Z/nY9De0+2BgiMclr0OQ= X-RZG-CLASS-ID: mo00 Received: from ghermant-Q310.home (ALyon-754-1-10-162.w90-53.abo.wanadoo.fr [90.53.121.162]) by smtp.strato.de (jorabe mo45) (RZmta 30.20 DYNA|AUTH) with ESMTPA id 6063a4o9T81jK8 ; Mon, 29 Oct 2012 09:41:21 +0100 (CET) From: Gregory Hermant To: buildroot@busybox.net Date: Mon, 29 Oct 2012 09:41:10 +0100 Message-Id: <1351500073-4351-4-git-send-email-gregory.hermant@calao-systems.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1351500073-4351-1-git-send-email-gregory.hermant@calao-systems.com> References: <1351500073-4351-1-git-send-email-gregory.hermant@calao-systems.com> Subject: [Buildroot] [PATCH 3/6] Add firmware for the AW-NH580 connectivity module of the snowball 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: Gregory Hermant --- package/Config.in | 1 + package/snowball-firmware/Config.in | 8 ++++++++ package/snowball-firmware/snowball-firmware.mk | 17 +++++++++++++++++ 3 files changed, 26 insertions(+) create mode 100644 package/snowball-firmware/Config.in create mode 100644 package/snowball-firmware/snowball-firmware.mk diff --git a/package/Config.in b/package/Config.in index 097a94d..fd5281f 100644 --- a/package/Config.in +++ b/package/Config.in @@ -532,6 +532,7 @@ source "package/googlefontdirectory/Config.in" source "package/hdmiservice/Config.in" source "package/mobile-broadband-provider-info/Config.in" source "package/shared-mime-info/Config.in" +source "package/snowball-firmware/Config.in" source "package/sound-theme-borealis/Config.in" source "package/sound-theme-freedesktop/Config.in" endmenu diff --git a/package/snowball-firmware/Config.in b/package/snowball-firmware/Config.in new file mode 100644 index 0000000..1d0789d --- /dev/null +++ b/package/snowball-firmware/Config.in @@ -0,0 +1,8 @@ +config BR2_PACKAGE_SNOWBALL_FIRMWARE + bool "snowball-firmware" + help + This package provides various binary firmware files (closed binary blobs) + for the Azurewave AW-NH580 combo module (wifi, bt, gps). + + https://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git + diff --git a/package/snowball-firmware/snowball-firmware.mk b/package/snowball-firmware/snowball-firmware.mk new file mode 100644 index 0000000..05326e2 --- /dev/null +++ b/package/snowball-firmware/snowball-firmware.mk @@ -0,0 +1,17 @@ +############################################################# +# +# snowball-firmware +# +############################################################# +SNOWBALL_FIRMWARE_VERSION = 1.1.3-5 +SNOWBALL_FIRMWARE_SOURCE = ux500-firmware_$(SNOWBALL_FIRMWARE_VERSION).tar.gz +SNOWBALL_FIRMWARE_SITE = https://launchpad.net/~linaro-maintainers/+archive/overlay/+files/ +SNOWBALL_FIRMWARE_LICENSE = PROPRIETARY + +define SNOWBALL_FIRMWARE_INSTALL_TARGET_CMDS + mkdir -p $(TARGET_DIR)/lib/firmware + cp -r $(@D)/* $(TARGET_DIR)/lib/firmware/ + rename 's/CG2900/CG29XX/' $(TARGET_DIR)/lib/firmware/*.fw +endef + +$(eval $(generic-package))