From patchwork Tue Nov 12 19:01:36 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pierre-Jean Texier X-Patchwork-Id: 1193773 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=busybox.net (client-ip=140.211.166.138; helo=whitealder.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=quarantine dis=none) header.from=koncepto.io Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=koncepto.io header.i=@koncepto.io header.b="EpzHUM45"; dkim-atps=neutral Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 47CHDg3GkZz9s7T for ; Wed, 13 Nov 2019 06:02:26 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 51E3486C5C; Tue, 12 Nov 2019 19:02:24 +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 8NrEb37SXtlL; Tue, 12 Nov 2019 19:02:20 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 2121D86E33; Tue, 12 Nov 2019 19:02:20 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 984B81BF97D for ; Tue, 12 Nov 2019 19:02:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 950378535F for ; Tue, 12 Nov 2019 19:02:18 +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 9CgWdR2EdHW4 for ; Tue, 12 Nov 2019 19:02:17 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from koncepto.io (koncepto.io [195.154.119.111]) by fraxinus.osuosl.org (Postfix) with ESMTPS id 2985584AC5 for ; Tue, 12 Nov 2019 19:02:17 +0000 (UTC) Received: from menoah.home (lfbn-1-6734-38.w90-120.abo.wanadoo.fr [90.120.168.38]) by koncepto.io (Postfix) with ESMTPSA id EC24E60301; Tue, 12 Nov 2019 20:02:11 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=koncepto.io; s=default; t=1573585332; bh=rEOs4I9nJprZ4Oim7FOSsy/Pv+6sqAvowvREgy1vYcY=; h=From:To:Cc:Subject:Date:From; b=EpzHUM45bEy0H6JRb9AxTv5dgca6OwEkEhhWkU+JSHn+v+KHE9UlfPTqGveprYwiF v/EdDLhb3pxbQzcS168AKDvMoDf+2NCCWLhRvv4DvARpzB8YAKlo/9EuTKNgEFceGe j65fcRFw4Hf4CC3oN6I7gTYINqOEFLjQQo+tfgiX415N1WNrme2wV177EtzlPPtka4 SFG6XP5cXBl22ojxVUrNI/VynxGHKvXZVakct6dLrirVqpB9qkMxhiICQ/F4GJRapP pwV68jZGzxPccttc8LDKOXvAeoR3dHYh4FZm5ZDHy+WZ8HDPrJJq3rv/F1D1wRMSgx ROmPJ4MQ/cP4Q== From: Pierre-Jean Texier To: buildroot@buildroot.org Date: Tue, 12 Nov 2019 20:01:36 +0100 Message-Id: <1573585296-15754-1-git-send-email-pjtexier@koncepto.io> X-Mailer: git-send-email 2.7.4 Subject: [Buildroot] [PATCH] package/stm32flash: bump to revision 3cebf12 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Luca Ceresoli , Pierre-Jean Texier MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" This includes the following changes: 3cebf12 dev_table: add STM32G07xxx/08xxx 5ad1f87 Makefile: Check if CC and AR are defined ee5b009 Fix comparison between signed and unsigned integer 74bfe1a serial_w32: remove always false if-then d302abf Add comment on switch fall-through 12f06e3 Fix warning for unused parameters with mingw-gcc 4957909 Fix compile warning for unused parameters 475da89 Fix signed/unsigned comparison 68cc278 Fix dev_table for Android compilation 2e09c51 Fix indentation warning from GCC 7.1.1 c4293d3 Flip PEMPTY bit before SW reset on STM32L452 acf15a2 dev_table: add device STM32L01xxx/02xxx 59d08c2 dev_table: add device family H7 12bfd33 dev_table: fix flash layout of STM32F72xxx/73xxx 0c84669 dev_table: add STM32L45xxx/46xxx e2a4f65 dev_table: fix option byte end address for STM32L43xxx/44xxx 76da7c4 dev_table: L4: reorder with AN2606 rev 31 cc70634 dev_table: F0: reorder with AN2606 rev 31 8a0d423 dev_table: F4: reorder and align names with AN2606 rev 31 bc0876d dev_table: fix RAM size for STM32F412xx 2783493 Add some more F4/F7/L4 devices 27626f5 Add autotools support 6b6b6e5 Let user decide length for unknown memory areas 671561e Allow read/write to full option byte area and system memory 843c6f5 Don't write diagnostics messages to stdout unconditionally 3a07489 Don't always print banner to stdout cc97bca Treat filenames starting with hyphen correctly a1b2fe4 Improve validation of GPIO sequence 7683db8 Allow specifying more than 255 pages to erase 033aaa8 Report RAM and flash size as maximal values 1f10b4e Serial POSIX: Check if tty is already opened by another stm32flash 8aa685c Add ctrl-C signal handler 3daa90e Print message on failing read/write protect/unprotect 7b5b33a Verbose error message on GPIO signal change failure d5df420 Add message and fix return code on failed boot entry sequence a285a09 Flush port after boot GPIO sequence ee7c963 Fix return code from GPIO bootloader exit sequence de7332e Fix return code from GPIO bootloader entry sequence efeab97 Allow extra delay or no delay at all in GPIO sequences d202bd0 Make termios timeout settable via TERMIOS_TIMEOUT_MS define 0242da6 Ensure correct precedence of bit and logic comparisons 26854ef Fix return value in case of successful protect/unprotect operation 3772e95 Fix return code in case of flash failure 7a7b4c9 Always run GPIO exit sequence if present d581ce8 Put Linux specific GPIO code under conditional compile 8c4aa65 dev_table: Mark 0x417, 0x429, 0x427 for no mass-erase 2381ce3 Fix parity setting/checking on *BSD and MacOSX 5361ed8 Fix for device 0x442: System memory start address Also add hash for license file Signed-off-by: Pierre-Jean Texier --- package/stm32flash/stm32flash.hash | 3 ++- package/stm32flash/stm32flash.mk | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package/stm32flash/stm32flash.hash b/package/stm32flash/stm32flash.hash index d12b935..3adcb96 100644 --- a/package/stm32flash/stm32flash.hash +++ b/package/stm32flash/stm32flash.hash @@ -1,2 +1,3 @@ # Locally computed: -sha256 73afcbd317ca3eb080c14b6ed1451e5a74a3bbae8f8fb5fe24ea496333f03ead stm32flash-1f934ae86babdeea47afdfae1d856d5fd5da6c53.tar.gz +sha256 58788826b80f16f2084632299340f9a3155b326936210e5f7a58f9dbd1b18bdd stm32flash-3cebf121f7b32b9edfcb0d49f0fb43ccf33e5650.tar.gz +sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 gpl-2.0.txt diff --git a/package/stm32flash/stm32flash.mk b/package/stm32flash/stm32flash.mk index 9bb05ab..a8ae9b0 100644 --- a/package/stm32flash/stm32flash.mk +++ b/package/stm32flash/stm32flash.mk @@ -4,7 +4,7 @@ # ################################################################################ -STM32FLASH_VERSION = 1f934ae86babdeea47afdfae1d856d5fd5da6c53 +STM32FLASH_VERSION = 3cebf121f7b32b9edfcb0d49f0fb43ccf33e5650 STM32FLASH_SITE = git://git.code.sf.net/p/stm32flash/code STM32FLASH_LICENSE = GPL-2.0+ STM32FLASH_LICENSE_FILES = gpl-2.0.txt