From patchwork Fri Jun 21 23:02:08 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sandeep Sheriker M X-Patchwork-Id: 1120522 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=lists.openwrt.org (client-ip=2607:7c80:54:e::133; helo=bombadil.infradead.org; envelope-from=openwrt-devel-bounces+incoming=patchwork.ozlabs.org@lists.openwrt.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=microchip.com Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="OL5FpGej"; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 45VvPp49Cwz9s5c for ; Sat, 22 Jun 2019 09:03:57 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Subject:MIME-Version:Message-ID:Date:To :From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=EjYWVYjliriPS/toutnczopr1ezCGQfmhh8qqwScu5o=; b=OL5FpGejQL6q0b p1/0+KqLeGwhRaR8p4cQOIWAF3IsoU9aNBtZmUjslJDDOxJupjf2kXc4/xCS3Mq5BXUjIUgzDF0R0 gOyDlCSC2hOQYNGBuMbg4FS7BWxwV8bHfuwE03PIIAUkXPspT46+cKdI6WkCUmY8r1hDOpZTc+TUn O4RN/kJhCr2pD2KttXnO+XD2wkNU5iUJkzdT929mCRb9E39DOCcMIu6BDRmWrusF2Tt8c9CGe97vX iNL9z6gAtsRUqNs6ooNA5GISdUjstKrZCMUXfVy5AC0nav+K7kPt7gAiAuSbrw3eMoKLaM3Zl90Hl LFkDaBXWNeBQVVtKAw3w==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1heSZL-00013b-9m; Fri, 21 Jun 2019 23:03:43 +0000 Received: from esa4.microchip.iphmx.com ([68.232.154.123]) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1heSZF-00011M-85 for openwrt-devel@lists.openwrt.org; Fri, 21 Jun 2019 23:03:40 +0000 Received-SPF: Pass (esa4.microchip.iphmx.com: domain of Sandeep.Sheriker@microchip.com designates 198.175.253.82 as permitted sender) identity=mailfrom; client-ip=198.175.253.82; receiver=esa4.microchip.iphmx.com; envelope-from="Sandeep.Sheriker@microchip.com"; x-sender="Sandeep.Sheriker@microchip.com"; x-conformance=spf_only; x-record-type="v=spf1"; x-record-text="v=spf1 mx a:ushub1.microchip.com a:smtpout.microchip.com a:mx1.microchip.iphmx.com a:mx2.microchip.iphmx.com include:servers.mcsv.net include:mktomail.com include:spf.protection.outlook.com ~all" Received-SPF: None (esa4.microchip.iphmx.com: no sender authenticity information available from domain of postmaster@email.microchip.com) identity=helo; client-ip=198.175.253.82; receiver=esa4.microchip.iphmx.com; envelope-from="Sandeep.Sheriker@microchip.com"; x-sender="postmaster@email.microchip.com"; x-conformance=spf_only Authentication-Results: esa4.microchip.iphmx.com; dkim=none (message not signed) header.i=none; spf=Pass smtp.mailfrom=Sandeep.Sheriker@microchip.com; spf=None smtp.helo=postmaster@email.microchip.com; dmarc=pass (p=none dis=none) d=microchip.com X-IronPort-AV: E=Sophos;i="5.63,402,1557212400"; d="scan'208";a="37936969" Received: from smtpout.microchip.com (HELO email.microchip.com) ([198.175.253.82]) by esa4.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 21 Jun 2019 16:03:34 -0700 Received: from chn-vm-ex02.mchp-main.com (10.10.87.72) by chn-vm-ex03.mchp-main.com (10.10.87.152) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Fri, 21 Jun 2019 16:03:36 -0700 Received: from sandeep-office.microchip.com (10.10.85.251) by chn-vm-ex02.mchp-main.com (10.10.85.144) with Microsoft SMTP Server id 15.1.1713.5 via Frontend Transport; Fri, 21 Jun 2019 16:03:33 -0700 From: Sandeep Sheriker M To: Date: Fri, 21 Jun 2019 16:02:08 -0700 Message-ID: <1561158139-13473-1-git-send-email-sandeep.sheriker@microchip.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190621_160337_320762_1D4A2F5B X-CRM114-Status: UNSURE ( 5.45 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.3 (--) X-Spam-Report: SpamAssassin version 3.4.2 on bombadil.infradead.org summary: Content analysis details: (-2.3 points) pts rule name description ---- ---------------------- -------------------------------------------------- -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, medium trust [68.232.154.123 listed in list.dnswl.org] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record Subject: [OpenWrt-Devel] [at91][patch v2 00/11] at91 patch series X-BeenThere: openwrt-devel@lists.openwrt.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: sandeep.sheriker@microchip.com Sender: "openwrt-devel" Errors-To: openwrt-devel-bounces+incoming=patchwork.ozlabs.org@lists.openwrt.org Hi, This patch series contains 1. rework in creating sdcard images for different subtarget. 2. creating a fit images. 3. add support for sam9x5ek soc 4. add uboot env file. 5. bump uboot & at91bootstrap to latest versions --- v1 -> v2 fixed errors while creating sdcard images. Sandeep Sheriker M (11): uboot-at91: bump linux4sam_5.8 to linux4sam_6.0 uboot-at91:add at91sam9x5ek soc uboot-at91: changed som1 ek default defconfigs uboot-at91: fix -Wformat-security at91bootstrap: bump v3.8.10 to v3.8.12 at91bootstrap: add support for at91sam9x5ek at91bootstrap: add sama5d27_som1_eksd1_uboot as default defconfig at91: move at91-sdcard command to sama5.mk at91: add uboot environments at91:sama5: create fit image at91:sam9x: create fit image and sdcard image package/boot/at91bootstrap/Makefile | 25 +++++++++--- package/boot/uboot-at91/Makefile | 25 ++++++++---- .../patches/001-fix-Wformat-security.patch | 13 +++++++ target/linux/at91/image/Makefile | 33 +--------------- target/linux/at91/image/sam9x.mk | 44 +++++++++++++++++++++- target/linux/at91/image/sama5.mk | 42 +++++++++++++++++++++ target/linux/at91/image/uboot-env.txt | 14 +++++++ 7 files changed, 149 insertions(+), 47 deletions(-) create mode 100644 package/boot/uboot-at91/patches/001-fix-Wformat-security.patch create mode 100644 target/linux/at91/image/uboot-env.txt