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 CA364C636CC for ; Sun, 5 Feb 2023 23:24:20 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id C7B048445A; Mon, 6 Feb 2023 00:24:18 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=debian.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; secure) header.d=debian.org header.i=@debian.org header.b="mpEw97eK"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id EA01185AE6; Mon, 6 Feb 2023 00:24:16 +0100 (CET) Received: from cascadia.aikidev.net (cascadia.aikidev.net [IPv6:2600:3c01:e000:267:0:a171:de7:c]) (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 2D99D85637 for ; Mon, 6 Feb 2023 00:24:14 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=debian.org Authentication-Results: phobos.denx.de; spf=none smtp.mailfrom=vagrant@debian.org Received: from localhost (unknown [IPv6:2600:3c01:e000:21:7:77:0:40]) (Authenticated sender: vagrant@cascadia.debian.net) by cascadia.aikidev.net (Postfix) with ESMTPSA id CB6A21AC50; Sun, 5 Feb 2023 15:24:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=debian.org; s=1.vagrant.user; t=1675639451; bh=R19vyTgz//LzKGjGnrfUwN3Z+F3VfKC+KVYvf5V5xjI=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=mpEw97eKRAiYBK0UyfAK8bBPgQHgBOfJsGe8rqvaVA76MDMWsGhFKyLsUtow4TTGU k+BvqhvCHX40yxpsuwwwMJIoyhvYo00fg682yfK5SXXb49IBKHEcC71eI040U21XoJ Y7/3K53d1bNWV2sU6wW/rCreqL6Tf0f6JxBwvxGJgc0K3mnjmml8fHtQk+/RwvkJH4 naXYN0NSBzOhoLWJy6X/kFf/6KFeckNLu4EDipPzyq+Vsv4gdfxLWC5ioKW/19yhXt ODWgEl5DcJMxYWbCdkhAqdQj/hokYBXDT5HG/nBdCCJScAFmGcu85D2GNh8l0GVBGj f5xsdj0wZmAVQ== From: Vagrant Cascadian To: Patrick Wildt , Stefano Babic , Fabio Estevam Cc: u-boot@lists.denx.de, "Lukas F. Hartmann" Subject: Re: [PATCH v6] board: mntre: imx8mq: Add MNT Reform 2 board support In-Reply-To: References: Date: Sun, 05 Feb 2023 15:24:05 -0800 Message-ID: <87bkm7y9uy.fsf@yucca> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" 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 --=-=-= Content-Type: text/plain On 2023-01-19, Patrick Wildt wrote: > The MNT Reform 2 is a modular DIY laptop. In its initial version it > is based on the BoundaryDevices i.MX8MQ SoM. Some parts have been > lifted from BoundaryDevices official U-Boot downstream project. > > Signed-off-by: Patrick Wildt > --- > Changes since v3: > - Adjusted to Binman changes in main branch. > - Cleaned up environment variables akin to i.MX8MM. > - Added vendor-prefix to device tree filename. > - Provided ramdisk_addr_r. ramdisk_addr_r no longer appears to be set. > +++ b/include/configs/imx8mq_reform2.h ... > +#include > + > +/* Initial environment variables */ > +#define CFG_EXTRA_ENV_SETTINGS \ > + BOOTENV \ > + "scriptaddr=" __stringify(CONFIG_SYS_LOAD_ADDR) "\0" \ > + "kernel_addr_r=" __stringify(CONFIG_SYS_LOAD_ADDR) "\0" \ Maybe put "ramdisk_addr_r=0x44000000\0" here? I had proposed 0x44000000 as a valid value before. Other than that, seems to work well enough for me, thanks for working on this! Would love to be CCed on future patch series. :) live well, vagrant --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCY+A6lgAKCRDcUY/If5cW qgMDAP9CS/Rn8w9OyE43uLJY9wzuwcEPkABnOoSu9MlIui2s3AD9Fr7+DlzbOPHE yzD1jr7cYeBwmXCKyA3CZkE3qavXqAc= =E55L -----END PGP SIGNATURE----- --=-=-=--