| Submitter | Kamal Mostafa |
|---|---|
| Date | March 14, 2013, 8:36 p.m. |
| Message ID | <E1UGEst-0003Qv-DH@fourier> |
| Download | mbox |
| Permalink | /patch/227793/ |
| State | New |
| Headers | show
Return-Path: <kernel-team-bounces@lists.ubuntu.com> X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) by ozlabs.org (Postfix) with ESMTP id 006FB2C00D4 for <incoming@patchwork.ozlabs.org>; Fri, 15 Mar 2013 07:36:31 +1100 (EST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from <kernel-team-bounces@lists.ubuntu.com>) id 1UGEsx-0005GP-9t; Thu, 14 Mar 2013 20:36:23 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from <kamal@canonical.com>) id 1UGEsv-0005GJ-OW for kernel-team@lists.ubuntu.com; Thu, 14 Mar 2013 20:36:21 +0000 Received: from c-67-160-231-42.hsd1.ca.comcast.net ([67.160.231.42] helo=fourier) by youngberry.canonical.com with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from <kamal@canonical.com>) id 1UGEsv-0004bi-I9; Thu, 14 Mar 2013 20:36:21 +0000 Received: from kamal by fourier with local (Exim 4.80) (envelope-from <kamal@whence.com>) id 1UGEst-0003Qv-DH; Thu, 14 Mar 2013 13:36:19 -0700 Date: Thu, 14 Mar 2013 13:36:19 -0700 To: kernel-team@lists.ubuntu.com Subject: [Raring][PULL] Convert bnx2x firmware files to ihex format User-Agent: Heirloom mailx 12.5 6/20/10 MIME-Version: 1.0 Message-Id: <E1UGEst-0003Qv-DH@fourier> From: Kamal Mostafa <kamal@canonical.com> X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.14 Precedence: list List-Id: Kernel team discussions <kernel-team.lists.ubuntu.com> List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/kernel-team>, <mailto:kernel-team-request@lists.ubuntu.com?subject=unsubscribe> List-Archive: <https://lists.ubuntu.com/archives/kernel-team> List-Post: <mailto:kernel-team@lists.ubuntu.com> List-Help: <mailto:kernel-team-request@lists.ubuntu.com?subject=help> List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/kernel-team>, <mailto:kernel-team-request@lists.ubuntu.com?subject=subscribe> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: kernel-team-bounces@lists.ubuntu.com |
Pull-request
git://kernel.ubuntu.com/kamal/ubuntu-raring.git bnx2x-ihexComments
Tim Gardner - March 15, 2013, 12:31 p.m.
The bnx2x firmware in the Raring repo is checked into git as binary .fw files instead of the usual .ihex files (only in Raring, and only bnx2x). The Makefile system thinks the .fw files are generated targets so it wants to clean them. Keep them as ascii .ihex files instead (like the rest). Thanks, -Kamal -------------------------------- >8 -------------------------------- The following changes since commit 6a968d557c9d32af75b1b95d6dcfe1bb7342433b: UBUNTU: [Config] Re-enable CONFIG_PSTORE for x86 (2013-03-14 08:50:27 -0600) are available in the git repository at: git://kernel.ubuntu.com/kamal/ubuntu-raring.git bnx2x-ihex for you to fetch changes up to ab75de4344c4d3082a00d1bd5b4f99a92b88e784: UBUNTU: SAUCE: Convert bnx2x firmware files to ihex format (2013-03-14 13:26:03 -0700) ---------------------------------------------------------------- Kamal Mostafa (1): UBUNTU: SAUCE: Convert bnx2x firmware files to ihex format firmware/bnx2x/bnx2x-e1-7.8.2.0.fw | Bin 163352 -> 0 bytes firmware/bnx2x/bnx2x-e1-7.8.2.0.fw.ihex |10213 ++++++++++++++++ firmware/bnx2x/bnx2x-e1h-7.8.2.0.fw | Bin 171368 -> 0 bytes firmware/bnx2x/bnx2x-e1h-7.8.2.0.fw.ihex |10714 +++++++++++++++++ firmware/bnx2x/bnx2x-e2-7.8.2.0.fw | Bin 304664 -> 0 bytes firmware/bnx2x/bnx2x-e2-7.8.2.0.fw.ihex |19047 ++++++++++++++++++++++++++++++ 6 files changed, 39974 insertions(+) delete mode 100644 firmware/bnx2x/bnx2x-e1-7.8.2.0.fw create mode 100644 firmware/bnx2x/bnx2x-e1-7.8.2.0.fw.ihex delete mode 100644 firmware/bnx2x/bnx2x-e1h-7.8.2.0.fw create mode 100644 firmware/bnx2x/bnx2x-e1h-7.8.2.0.fw.ihex delete mode 100644 firmware/bnx2x/bnx2x-e2-7.8.2.0.fw create mode 100644 firmware/bnx2x/bnx2x-e2-7.8.2.0.fw.ihex