From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id fDHZFBQbmV+eAgAA0tVLHw (envelope-from ) for ; Wed, 28 Oct 2020 07:17:40 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id Pe0EEBQbmV/YdgAAB5/wlQ (envelope-from ) for ; Wed, 28 Oct 2020 07:17:40 +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 AC7A19403CA for ; Wed, 28 Oct 2020 07:17:39 +0000 (UTC) Received: from localhost ([::1]:58530 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kXfiC-0000a7-Pj for larch@yhetil.org; Wed, 28 Oct 2020 03:17:37 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:53158) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kXffu-0008LR-NS for help-guix@gnu.org; Wed, 28 Oct 2020 03:15:14 -0400 Received: from devianza.investici.org ([198.167.222.108]:29829) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kXffs-0004HL-8I for help-guix@gnu.org; Wed, 28 Oct 2020 03:15:14 -0400 Received: from mx2.investici.org (unknown [127.0.0.1]) by devianza.investici.org (Postfix) with ESMTP id 4CLfwL6tqhz6vLV for ; Wed, 28 Oct 2020 07:14:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autoproduzioni.net; s=stigmate; t=1603869298; bh=5Q7W2oG1dsC+i3Af31XEnJ2xbkE9IhQsVH+lc9sqnHU=; h=To:From:Subject:Date:From; b=ZqzlbNKewh4S7XHZa5LGM3q5ySDv82alwR0Ci+Bp0AYxCPrAJjnJmraYL+KprHQLV aVKIreQX/3ZjTO0MejxsdyQ+jnBKJSSPjWwtw0v2nZLMT2Iy5XWhJHwgpCvRMv9SVN S3qwmhWyTWSYo2vp+n7Ox29sxcP9CurzGpHy73ws= Received: from [198.167.222.108] (mx2.investici.org [198.167.222.108]) (Authenticated sender: matias_jose_seco@autoproduzioni.net) by localhost (Postfix) with ESMTPSA id 4CLfwL62Nkz6vL5 for ; Wed, 28 Oct 2020 07:14:58 +0000 (UTC) To: help-guix@gnu.org From: Matias Jose Seco Baccanelli Subject: PowerPC e6500 and wip-ppc Message-ID: <10daf868-b873-7133-c05d-38f6a12c860e@autoproduzioni.net> Date: Wed, 28 Oct 2020 08:14:58 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.3.1 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Received-SPF: pass client-ip=198.167.222.108; envelope-from=matias_jose_seco@autoproduzioni.net; helo=devianza.investici.org X-detected-operating-system: by eggs.gnu.org: First seen = 2020/10/28 03:14:59 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-guix@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: "Help-Guix" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=autoproduzioni.net header.s=stigmate header.b=ZqzlbNKe; dmarc=none; spf=pass (aspmx1.migadu.com: domain of help-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=help-guix-bounces@gnu.org X-Spam-Score: -1.21 X-TUID: g7ys0x7bupkP Good morning Guixers ! I was curious to find out if the processor PowerPC e6500[1] is actually compatible with the integration of the PowerPC architecture in progress [2], is it actually suitable ? My interest was sparked by a project which is developing an Open Hardware PPC Notebook [3], which i'm planning to purchase. Have a nice Guix day! Matias [1] https://en.wikipedia.org/wiki/PowerPC_e6500 [2] https://git.savannah.gnu.org/cgit/guix.git/log/?h=wip-ppc [3] https://www.powerpc-notebook.org/en/