From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id iMdAGrk0imLNxQAAbAwnHQ (envelope-from ) for ; Sun, 22 May 2022 15:03:53 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id IKlAGbk0imIrxwAAG6o9tA (envelope-from ) for ; Sun, 22 May 2022 15:03:53 +0200 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 A9F9533883 for ; Sun, 22 May 2022 15:03:52 +0200 (CEST) Received: from localhost ([::1]:49474 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nslFP-0005MM-To for larch@yhetil.org; Sun, 22 May 2022 09:03:51 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:60566) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nslEd-0004ey-2o for guix-patches@gnu.org; Sun, 22 May 2022 09:03:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:50020) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nslEc-0000zA-Of for guix-patches@gnu.org; Sun, 22 May 2022 09:03:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nslEc-0005je-Kh for guix-patches@gnu.org; Sun, 22 May 2022 09:03:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#55220] [PATCH v2 1/6] platform: Introduce new platforms. Resent-From: Mathieu Othacehe Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 22 May 2022 13:03:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 55220 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Maxime Devos Cc: 55220@debbugs.gnu.org Received: via spool by 55220-submit@debbugs.gnu.org id=B55220.165322457722026 (code B ref 55220); Sun, 22 May 2022 13:03:02 +0000 Received: (at 55220) by debbugs.gnu.org; 22 May 2022 13:02:57 +0000 Received: from localhost ([127.0.0.1]:43916 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nslEW-0005jC-Rq for submit@debbugs.gnu.org; Sun, 22 May 2022 09:02:57 -0400 Received: from eggs.gnu.org ([209.51.188.92]:39018) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nslEU-0005iy-3T for 55220@debbugs.gnu.org; Sun, 22 May 2022 09:02:55 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:40504) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nslEO-0000yC-Io; Sun, 22 May 2022 09:02:48 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=w2LX2rXqIXZ9fSPWrfVQc55RkfLfYSljUcQCnpT4Gm8=; b=TwofVdzXKQ3R/oXhQi8o /RToEve0XXaJQOPGWdBa4qTIVGjAoAvRmGYgo1/iFn36viEOvkrCDaG7rgBj0iaP3lM18WTTIwhxL MdOiTHk7rHfn8WKb4R240Q6TzXZMqQCkeaWDGGundKN6z+EtoQ0ji53QYzNPJVjag+uhZenZFWWfn tIe9RWGlwVB/3MolaJ2J0PUV00kM0EpauxTXoDldwkrAC1vieS7I6wFfs48zpdy/ExWpkzduweEg6 9w0Hcm29BfMAp5J8ESPSDbOo8BYM2uDJgXNXSoSvuZA5SLpDy0XfN/hsm2e5VKPwDdBgpj5oUVV6J C7CJkm+T+G9Scg==; Received: from [109.190.253.11] (port=41298 helo=meije) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nslEM-00049n-Az; Sun, 22 May 2022 09:02:48 -0400 From: Mathieu Othacehe References: <20220507161126.14553-1-othacehe@gnu.org> <20220507161126.14553-2-othacehe@gnu.org> Date: Sun, 22 May 2022 15:02:39 +0200 In-Reply-To: (Maxime Devos's message of "Mon, 09 May 2022 22:50:43 +0200") Message-ID: <87fsl1en4g.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1653224633; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=w2LX2rXqIXZ9fSPWrfVQc55RkfLfYSljUcQCnpT4Gm8=; b=MVcYp2P4Ai/mqJJU/SWMqQO4SWKsLHaTBWcc2sswMHUd0jh1Rb9Do3u4EaPOZjMuFjTQpU hmthmdQbmzs1XsVEJXPG9Z7DKhe8CHCTk9zzs+aRlovIY4zCumifaiCjkQJOQXRziFgFKf jViy1kvn6xsqEtY3rrR0BbksC6gNtxdkzydadwuh7DPjRP8SnOA+A53e0P6vaW9eC1p6ho 5Z7XD0/nr6kBqOJ50I7rwL5eV0EjuGkd+O11x5qrKt2/jBXbX0Lb8CVZfXenxxuIYChiG4 cEHey2nB5cYOQgVmS96gxCrXxONG6o47aZYFguHUQ5NsmZEy1hrUxQ0gbNuC/w== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1653224633; a=rsa-sha256; cv=none; b=I8+Jt+BvOzQXqoqME8wJ15ZviWq+8uxbPWSvDmpnongf6irax+/fO7IJ66FBBfvym5Uzy2 fmXvB7R68KjlFoB/4KhUg7lZHZ2jb+hj/BCOc0Aphyg5aYWa7VJ9aQXsgIDO0MgUzYiwjI FnbDWLr4iOraHKp+VJn6PH/8SeSapPrNoT0Q5thrn1N6RSlXLR73oTiom1HAXy9jOu2TWr HkgFG3Y0Z+jk8gE0rqVvg/0tSEBbEZsFj9K/ieyCk9V1epqgWpmiQpX1jvit0GELJlgenA y52njC+cUeD0qxhf9A4K8jUjtwXI0YZoENdOJLHWuRZAIckyfyPO9ubIl+Hkuw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=TwofVdzX; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -2.45 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=TwofVdzX; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: A9F9533883 X-Spam-Score: -2.45 X-Migadu-Scanner: scn1.migadu.com X-TUID: aZZg7QFGtcqc Hey, > Nitpick: the original spec was written by AMD=C2=A0and also implemented by > VIA according to Wikipedia. It's not tied to only Intel. More neutral > would be x86-64-linux. Also, this could be confused with the ia64 > architecture (albeit not currently supported by Guix). > > Also, we have two sets of platform modules: the =E2=80=98architecture=E2= =80=99 modules, > and the =E2=80=98kernel=E2=80=99 module arm.scm. Maybe that can be simpl= ified now by > moving the Hurd platforms (currently only i586-pc-gnu) to intel.scm (or > maybe: x86.scm, or just platforms.scm, see other reply)? You're right, I went for x86.scm and merged the hurd.scm module inside it. Thanks, Mathieu