From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id E6C49C54EE9 for ; Mon, 19 Sep 2022 13:39:52 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 0603284B06; Mon, 19 Sep 2022 15:39:51 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=akkea.ca Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=akkea.ca header.i=@akkea.ca header.b="T5v3h5NC"; dkim=pass (1024-bit key) header.d=akkea.ca header.i=@akkea.ca header.b="pDxeb6g0"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 01C8484C1B; Mon, 19 Sep 2022 15:39:49 +0200 (CEST) Received: from node.akkea.ca (li1434-30.members.linode.com [45.33.107.30]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id F058384B06 for ; Mon, 19 Sep 2022 15:39:44 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=akkea.ca Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=angus@akkea.ca Received: from localhost (localhost [127.0.0.1]) by node.akkea.ca (Postfix) with ESMTP id 11AA04E2006; Mon, 19 Sep 2022 13:39:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=akkea.ca; s=mail; t=1663594783; bh=+YGwU75O7wiB8yVnHW5kj0gqwKxup6c4i23DtiK+ITU=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=T5v3h5NCmOFlbExJ/h2B7lzCxLeecEF2Lrf3MmUV+KGuiQR0dgyGHpBRrdDCWTez4 Xl7VFT6HVxtYKn73F8IthVjgv7HHP9x8xx5XbEXJMHvaU9u1WmcLDzdc2BMA92ptQJ aIrfnQQ1pWjVXpUgb0ZHtsae2u5gF02LX1tbBu94= Received: from node.akkea.ca ([127.0.0.1]) by localhost (mail.akkea.ca [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ssyiovqphDH9; Mon, 19 Sep 2022 13:39:42 +0000 (UTC) Received: from www.akkea.ca (localhost [127.0.0.1]) by node.akkea.ca (Postfix) with ESMTP id 6037C4E2003; Mon, 19 Sep 2022 13:39:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=akkea.ca; s=mail; t=1663594782; bh=+YGwU75O7wiB8yVnHW5kj0gqwKxup6c4i23DtiK+ITU=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=pDxeb6g06iHKc1vXSxHXNleUgzvgUY7YwwAgaAidMyVWTx+2sVnPdebKTRD8PoKlV Yrn4mGw+I+UY/zEOd0vd0YaUJ9ls9R0VVORf3NLOVvuK1uB94NFKG2UnPPQBnmIYSQ saNtYthHdaKCko+peQffco1Evo9bSlHvkb3lzZg8= MIME-Version: 1.0 Date: Mon, 19 Sep 2022 06:39:42 -0700 From: Angus Ainslie To: sbabic@denx.de Cc: u-boot@lists.denx.de, kernel@puri.sm Subject: Re: [PATCH v8] board: purism: add the Purism Librem5 phone In-Reply-To: <20220918204105.F28514E2006@node.akkea.ca> References: <20220918204105.F28514E2006@node.akkea.ca> Message-ID: X-Sender: angus@akkea.ca User-Agent: Roundcube Webmail/1.3.17 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean On 2022-09-18 13:41, sbabic@denx.de wrote: >> Initial commit of Librem5 u-boot and SPL >> Signed-off-by: Angus Ainslie >> Co-developed-by: Sebastian Krzyszkowiak >> >> Signed-off-by: Sebastian Krzyszkowiak >> Reviewed-by: Fabio Estevam > Applied to u-boot-imx, master, thanks ! > Thanks Stefano ! Cheers Angus > Best regards, > Stefano Babic