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 D97B7F8E4B6 for ; Fri, 17 Apr 2026 07:46:50 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 431ED83FC0; Fri, 17 Apr 2026 09:46:49 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=dolcini.it 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; unprotected) header.d=dolcini.it header.i=@dolcini.it header.b="PpMjhXwR"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 9582284214; Fri, 17 Apr 2026 09:46:48 +0200 (CEST) Received: from mail11.truemail.it (mail11.truemail.it [217.194.8.81]) (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 5DEFE83015 for ; Fri, 17 Apr 2026 09:46:46 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=dolcini.it Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=francesco@dolcini.it Received: from francesco-nb (93-49-2-63.ip317.fastwebnet.it [93.49.2.63]) by mail11.truemail.it (Postfix) with ESMTPA id 3EF8C1FCB2; Fri, 17 Apr 2026 09:46:45 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dolcini.it; s=default; t=1776412005; bh=jSxc3YyMARzIrjL/W5+p/kjqThglSRC9rcKlJfJoaQw=; h=From:To:Subject; b=PpMjhXwRM9rFOpqbZxZAJmuVg6MaHTavICquHBHfZcGyhxi73pxGWgcpzV8R6qrKm GZ1G1+OuwTnH4lw9iW4A6xIgF7Fh1WMgEXQqJoTxipgscySfIt9RmErSfA7dhSOPbj iDDYuMWE/4590z/KKSlikAJk+8h5xycAT2ZRV1k5XpRFoJ7XjJyrvdswUdLjnMC0t5 7u0o1/SDe9uxgIpmuS7SKljzY09JZspwdAegFHkGGjN6sDAyZOxHU8OMAtxgGrelbd 001fpJaAnqfXJSyestHp/2lcbYOGU6Yo6sGM4o6UgutVFENHb0+dZTxwu3lXBvh/ww 0U2r9WXmiKkAQ== Date: Fri, 17 Apr 2026 09:46:41 +0200 From: Francesco Dolcini To: Emanuele Ghidoli Cc: Tom Rini , Stefano Babic , Fabio Estevam , "NXP i.MX U-Boot Team" , Francesco Dolcini , Emanuele Ghidoli , Peng Fan , Alice Guo , Sumit Garg , Simon Glass , u-boot@lists.denx.de Subject: Re: [PATCH v2 0/3] add Toradex Verdin iMX95 support Message-ID: <20260417074641.GA22114@francesco-nb> References: <20260417071546.1610330-1-ghidoliemanuele@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260417071546.1610330-1-ghidoliemanuele@gmail.com> 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.8 at phobos.denx.de X-Virus-Status: Clean On Fri, Apr 17, 2026 at 09:13:30AM +0200, Emanuele Ghidoli wrote: > From: Emanuele Ghidoli > > This series adds initial U-Boot support for the Toradex Verdin iMX95. > > It also introduces a new RAM-size probing helper based on alias checks. > On Verdin iMX95, the first DDR region is reserved for Cortex-M7 firmware and > the get_ram_size() could not be used to detect the actual RAM size. > Using explicit probe/alias pairs provides reliable size detection for the > supported memory variants. > > The board DT is currently aligned with linux-next. Once the board DTS is > in mainline Linux, we'll move to OF_UPSTREAM. Acked-by: Francesco Dolcini