From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id yFkaBRIPdl+VcQAA0tVLHw (envelope-from ) for ; Thu, 01 Oct 2020 17:17:06 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id gCHqABIPdl/eXwAA1q6Kng (envelope-from ) for ; Thu, 01 Oct 2020 17:17:06 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 72AB0940142 for ; Thu, 1 Oct 2020 17:17:05 +0000 (UTC) Received: from localhost ([::1]:60720 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kO2CW-0003SW-4E for larch@yhetil.org; Thu, 01 Oct 2020 13:17:04 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:57314) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kO2BP-0003Rj-Av for guix-devel@gnu.org; Thu, 01 Oct 2020 13:15:55 -0400 Received: from cascadia.aikidev.net ([2600:3c01:e000:267:0:a171:de7:c]:47084) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kO2BM-0002s2-Sg for guix-devel@gnu.org; Thu, 01 Oct 2020 13:15:55 -0400 Received: from localhost (unknown [IPv6:2600:3c01:e000:21:21:21:0:100e]) (Authenticated sender: vagrant@cascadia.debian.net) by cascadia.aikidev.net (Postfix) with ESMTPSA id 9C6371AD7A; Thu, 1 Oct 2020 10:15:47 -0700 (PDT) From: Vagrant Cascadian To: Denis 'GNUtoo' Carikli , guix-devel@gnu.org Subject: u-boot for beagleboard In-Reply-To: <20201001110741.1bb8254c@primarylaptop.localdomain> References: <20201001110741.1bb8254c@primarylaptop.localdomain> Date: Thu, 01 Oct 2020 10:15:40 -0700 Message-ID: <871rih7tqb.fsf@ponder> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: none client-ip=2600:3c01:e000:267:0:a171:de7:c; envelope-from=vagrant@debian.org; helo=cascadia.aikidev.net X-detected-operating-system: by eggs.gnu.org: First seen = 2020/10/01 13:15:48 X-ACL-Warn: Detected OS = ??? X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+larch=yhetil.org@gnu.org Sender: "Guix-devel" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-devel-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-devel-bounces@gnu.org X-Spam-Score: -0.11 X-TUID: QiAti5xIn7Qd --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On 2020-10-01, Denis Carikli wrote: > I'd like to send a patch to add a bootloader (u-boot) package for a > single board computer. The patch is trivial and it's already > ready. Great! > However before sending the patch, I'm supposed to build it within Guix > source code and to test it. Can't help with that part right now... > From 06a9dc65588a1b56add1188ba14fd5985a8a26d0 Mon Sep 17 00:00:00 2001 > From: Denis 'GNUtoo' Carikli > Date: Sun, 27 Sep 2020 01:07:44 +0200 > Subject: [PATCH] gnu: Add u-boot-beagleboard. > > * gnu/packages/bootloaders (u-boot-beagleboard): New variable. > * gnu/bootloader/u-boot (install-beagleboard-u-boot): New variable. > (u-boot-beagleboard-bootloader): New variable. > * gnu/system/install (define beagleboard-installation-os): New variable. ... > diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm > index d1de5cea4e..2b90fab895 100644 > --- a/gnu/packages/bootloaders.scm > +++ b/gnu/packages/bootloaders.scm > @@ -685,6 +685,9 @@ it fits within common partitioning schemes.") > (define-public u-boot-am335x-evm > (make-u-boot-package "am335x_evm" "arm-linux-gnueabihf")) >=20=20 > +(define-public u-boot-beagleboard > + (make-u-boot-package "omap3_beagle" "arm-linux-gnueabihf")) > + This package and related variables should be named "u-boot-omap3-beagle". I think most u-boot targets follow this convention(naming it after the defconfig target), so it would keep naming consistent. Maybe make-u-boot-package should be extended to support passing a list of "common" names for boards, which could then be appended to the description? live well, vagrant --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCX3YOvgAKCRDcUY/If5cW qp38AQCegLIauM4bBLdK1gB9s0IMjbWdYHgNZjbcDHv40mgdSAEA1dWoRl2PEfAz 2SzAFXGL88EWEuaLGI1c9XmJWV20Ggg= =XoFl -----END PGP SIGNATURE----- --=-=-=--