From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id A99AEE00D14; Tue, 30 Apr 2019 14:57:20 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-4.3 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, * medium trust * [198.47.19.142 listed in list.dnswl.org] * -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's * domain * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid Received: from fllv0016.ext.ti.com (fllv0016.ext.ti.com [198.47.19.142]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 92C68E00BAA for ; Tue, 30 Apr 2019 14:57:19 -0700 (PDT) Received: from lelv0266.itg.ti.com ([10.180.67.225]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id x3ULvIw3066035 for ; Tue, 30 Apr 2019 16:57:18 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1556661438; bh=HeAfMC24fwiWx0WJlrmnJqP4CYoR4NoTS0MyffwK0/s=; h=From:To:CC:Subject:Date; b=iycAHC6hMJJWjLidVLcyMwsG6NsJUkPmoMd50MKxqPqQ6XNERo+aoNTsu4etrJotk luQWrDOTMi2OGhjbz9hAIO3VE35MBJMdKYC559V0DPJo7wYYg65M/TKIvtxNFqk2FL CXC4HBweAx72V0u3h49thyYtPXhkpO2xDfWwRVAc= Received: from DLEE113.ent.ti.com (dlee113.ent.ti.com [157.170.170.24]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTPS id x3ULvIYt059919 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Tue, 30 Apr 2019 16:57:18 -0500 Received: from DLEE111.ent.ti.com (157.170.170.22) by DLEE113.ent.ti.com (157.170.170.24) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1713.5; Tue, 30 Apr 2019 16:57:18 -0500 Received: from lelv0326.itg.ti.com (10.180.67.84) by DLEE111.ent.ti.com (157.170.170.22) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1713.5 via Frontend Transport; Tue, 30 Apr 2019 16:57:18 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by lelv0326.itg.ti.com (8.15.2/8.15.2) with ESMTP id x3ULvIXK014901; Tue, 30 Apr 2019 16:57:18 -0500 From: Dan Murphy To: Date: Tue, 30 Apr 2019 16:57:18 -0500 Message-ID: <20190430215720.27169-1-dmurphy@ti.com> X-Mailer: git-send-email 2.21.0.5.gaeb582a983 MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Subject: [PATCH 1/3] ti-linux-firmware: Update am6 prueth firmware X-BeenThere: meta-ti@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-ti layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Apr 2019 21:57:20 -0000 Content-Transfer-Encoding: 8bit Content-Type: text/plain Signed-off-by: Dan Murphy --- recipes-bsp/prueth-fw/prueth-fw-bin_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/prueth-fw/prueth-fw-bin_git.bb b/recipes-bsp/prueth-fw/prueth-fw-bin_git.bb index d129620c..60dc0879 100644 --- a/recipes-bsp/prueth-fw/prueth-fw-bin_git.bb +++ b/recipes-bsp/prueth-fw/prueth-fw-bin_git.bb @@ -3,7 +3,7 @@ SUMMARY = "PRU Ethernet firmware for AM65xx" LICENSE = "TI-TFL" LIC_FILES_CHKSUM = "file://LICENSE.ti;md5=b5aebf0668bdf95621259288c4a46d76" -PV = "5.1.0.7" +PV = "5.3.0.5" CLEANBROKEN = "1" @@ -11,7 +11,7 @@ COMPATIBLE_MACHINE = "am65xx-evm" PACKAGE_ARCH = "${MACHINE_ARCH}" -SRCREV = "1e03f08e89bee6d29ffd25782f5ce45b1b4bf1e6" +SRCREV = "534ba03becfa9b39ccbd42b97e091abd94a207e7" BRANCH ?= "ti-linux-firmware" SRC_URI = "git://git.ti.com/processor-firmware/ti-linux-firmware.git;protocol=git;branch=${BRANCH}" -- 2.21.0.5.gaeb582a983