From patchwork Tue Sep 10 06:26:31 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yu-Chien Peter Lin X-Patchwork-Id: 1982961 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=buildroot.org (client-ip=2605:bc80:3010::133; helo=smtp2.osuosl.org; envelope-from=buildroot-bounces@buildroot.org; receiver=patchwork.ozlabs.org) Received: from smtp2.osuosl.org (smtp2.osuosl.org [IPv6:2605:bc80:3010::133]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4X2typ59R4z1y1C for ; Tue, 10 Sep 2024 16:26:57 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id 1BAB6405C6; Tue, 10 Sep 2024 06:26:53 +0000 (UTC) X-Virus-Scanned: amavis at osuosl.org Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavis, port 10024) with ESMTP id j0MFynkamqv6; Tue, 10 Sep 2024 06:26:52 +0000 (UTC) X-Comment: SPF check N/A for local connections - client-ip=140.211.166.34; helo=ash.osuosl.org; envelope-from=buildroot-bounces@buildroot.org; receiver= DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org C8C4240399 Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp2.osuosl.org (Postfix) with ESMTP id C8C4240399; Tue, 10 Sep 2024 06:26:51 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 8ABE81BF303 for ; Tue, 10 Sep 2024 06:26:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 78CA380ADF for ; Tue, 10 Sep 2024 06:26:50 +0000 (UTC) X-Virus-Scanned: amavis at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavis, port 10024) with ESMTP id D6IqTOL7FhPO for ; Tue, 10 Sep 2024 06:26:49 +0000 (UTC) Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=60.248.80.70; helo=atcsqr.andestech.com; envelope-from=peterlin@andestech.com; receiver= DMARC-Filter: OpenDMARC Filter v1.4.2 smtp1.osuosl.org 2237B80AD9 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp1.osuosl.org 2237B80AD9 Received: from Atcsqr.andestech.com (60-248-80-70.hinet-ip.hinet.net [60.248.80.70]) by smtp1.osuosl.org (Postfix) with ESMTPS id 2237B80AD9 for ; Tue, 10 Sep 2024 06:26:48 +0000 (UTC) Received: from mail.andestech.com (ATCPCS34.andestech.com [10.0.1.134]) by Atcsqr.andestech.com with ESMTPS id 48A6QdtO086353 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=OK); Tue, 10 Sep 2024 14:26:39 +0800 (+08) (envelope-from peterlin@andestech.com) Received: from swlinux02.andestech.com (10.0.15.183) by ATCPCS34.andestech.com (10.0.1.134) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.39; Tue, 10 Sep 2024 14:26:39 +0800 To: Date: Tue, 10 Sep 2024 14:26:31 +0800 Message-ID: <20240910062635.4193650-1-peterlin@andestech.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-Originating-IP: [10.0.15.183] X-ClientProxiedBy: ATCPCS33.andestech.com (10.0.1.100) To ATCPCS34.andestech.com (10.0.1.134) X-DNSRBL: X-SPAM-SOURCE-CHECK: pass X-MAIL: Atcsqr.andestech.com 48A6QdtO086353 X-Mailman-Original-Authentication-Results: smtp1.osuosl.org; dmarc=pass (p=quarantine dis=none) header.from=andestech.com Subject: [Buildroot] [PATCH v3 0/4] Support Andes SPI_burn tool X-BeenThere: buildroot@buildroot.org 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: , X-Patchwork-Original-From: Yu Chien Peter Lin via buildroot From: Yu-Chien Peter Lin Reply-To: Yu Chien Peter Lin Cc: tim609@andestech.com, Yu Chien Peter Lin , ycliang@andestech.com, Thomas Petazzoni Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" This series adds support for Andes SPI_burn tool that can be used to update flash memory for U-Boot and OpenSBI development. Changes v1->v2: - Add documentation in the readme.txt Changes v2->v3: - Resolve comments on v2 patches: https://patchwork.ozlabs.org/project/buildroot/patch/20240904051609.2871616-2-peterlin@andestech.com/ - Fix indentation of the help text - Add LICENSE file - Rename downloaded zip file with package version - Do not `make clean` before compiling - Add links for ICEman & AICE in andes/ae350/readme.txt Yu Chien Peter Lin (4): package/andes-spi-burn: new package configs/andes_ae350_45: Enable host-andes-spi-burn board/andes/ae350: uboot.config.fragment: Support loading U-Boot on RAM board/andes/ae350: readme.txt: Add SPI_burn tool instructions DEVELOPERS | 1 + board/andes/ae350/readme.txt | 43 ++++++++++++++++++++++ board/andes/ae350/uboot.config.fragment | 1 - configs/andes_ae350_45_defconfig | 1 + package/Config.in.host | 1 + package/andes-spi-burn/Config.in.host | 8 ++++ package/andes-spi-burn/andes-spi-burn.hash | 3 ++ package/andes-spi-burn/andes-spi-burn.mk | 27 ++++++++++++++ 8 files changed, 84 insertions(+), 1 deletion(-) create mode 100644 package/andes-spi-burn/Config.in.host create mode 100644 package/andes-spi-burn/andes-spi-burn.hash create mode 100644 package/andes-spi-burn/andes-spi-burn.mk