From patchwork Tue Jan 12 10:51:52 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Walle X-Patchwork-Id: 1425145 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.133; helo=hemlock.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=walle.cc Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; secure) header.d=walle.cc header.i=@walle.cc header.a=rsa-sha256 header.s=mail2016061301 header.b=oajBesiU; dkim-atps=neutral Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4DFS88057Dz9sf9 for ; Tue, 12 Jan 2021 21:52:24 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 94DFB86FDA; Tue, 12 Jan 2021 10:52:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4hJ2PDHj-ZJU; Tue, 12 Jan 2021 10:52:22 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 06ED886FDC; Tue, 12 Jan 2021 10:52:22 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 6B03E1BF23C for ; Tue, 12 Jan 2021 10:52:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 435D8204C1 for ; Tue, 12 Jan 2021 10:52:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YzkJrUTmlwXh for ; Tue, 12 Jan 2021 10:52:18 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from ssl.serverraum.org (ssl.serverraum.org [176.9.125.105]) by silver.osuosl.org (Postfix) with ESMTPS id 76BE8203E7 for ; Tue, 12 Jan 2021 10:52:18 +0000 (UTC) Received: from mwalle01.fritz.box (unknown [IPv6:2a02:810c:c200:2e91:fa59:71ff:fe9b:b851]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by ssl.serverraum.org (Postfix) with ESMTPSA id DE60123E55; Tue, 12 Jan 2021 11:52:16 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=walle.cc; s=mail2016061301; t=1610448737; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=AdOXF2h+j6UQFaIT/CkyztXReyJbY4rZrOq2f3EbKD8=; b=oajBesiUteIT7dDuaV4rMluvtNHICLvAf5UE6L52DTOB9CPTyLzVVP7RpERPF1SALstQnG ZNMWF+EgCAwFOObD9CVOJePQzH7cvTVx9LMmwc9GujSbjGzeGhxYmFIUimm7pjftoTqESB 29Eaiprxf0QhF7dWE9nLgdd6E5QQB3A= From: Michael Walle To: buildroot@buildroot.org Date: Tue, 12 Jan 2021 11:51:52 +0100 Message-Id: <20210112105154.31531-1-michael@walle.cc> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Subject: [Buildroot] [PATCH 0/2] Add support for an RCW on sl28 boards 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: Michael Walle Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Add a new package for the RCW and then use it on the sl28 board to integrate it into the target image. Michael Walle (2): package/rcw-smarc-sal28: new package configs/kontron_smarc_sal28: integrate RCW into rootfs image DEVELOPERS | 1 + board/kontron/smarc-sal28/genimage.cfg | 6 ++++ configs/kontron_smarc_sal28_defconfig | 1 + package/Config.in | 1 + package/rcw-smarc-sal28/Config.in | 25 +++++++++++++ package/rcw-smarc-sal28/rcw-smarc-sal28.hash | 3 ++ package/rcw-smarc-sal28/rcw-smarc-sal28.mk | 37 ++++++++++++++++++++ 7 files changed, 74 insertions(+) create mode 100644 package/rcw-smarc-sal28/Config.in create mode 100644 package/rcw-smarc-sal28/rcw-smarc-sal28.hash create mode 100644 package/rcw-smarc-sal28/rcw-smarc-sal28.mk