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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 91B8EC433F5 for ; Tue, 11 Oct 2022 07:25:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229994AbiJKHZb (ORCPT ); Tue, 11 Oct 2022 03:25:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58682 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229972AbiJKHZ1 (ORCPT ); Tue, 11 Oct 2022 03:25:27 -0400 Received: from relay7-d.mail.gandi.net (relay7-d.mail.gandi.net [IPv6:2001:4b98:dc4:8::227]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EC77B1F2F2; Tue, 11 Oct 2022 00:25:24 -0700 (PDT) Received: (Authenticated sender: clement.leger@bootlin.com) by mail.gandi.net (Postfix) with ESMTPSA id 82DD82000F; Tue, 11 Oct 2022 07:25:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1665473123; h=from:from: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: in-reply-to:in-reply-to:references:references; bh=R00HyJQ8h7D6q517xGqAlwuwVUZyP19hq6nl7qda6sY=; b=JUF0wF5vnUyA7i4HzyyMl7/f1PSqESAkrw1gU4X/0/no9Y5CzumnvMJCUROtfrQxh2McOj LudnBkNDwJ9Lk8Q/seixn5BBJB3SU3V52Lr5E90/WWF1IRyuLL1cCFflRrlde8aOxRhJrf lY446Y6vulqnRuJCTsEVBje0iSJNIWh10NmkPxlB4Ta648NMDR4ouJUOBgIuUbCcQLbgzq IU2uaJFOfKxMV0Hl9Bz1Qu92KRkNVfzDlm/uM6+eLVX5fMmBTmleE/J8wNSPlQ/zIIVbkr odi3Ia9Vw1NDIkG4+yp9emQtnuIn0P1y+E4BKjKLNcf5ZAC3VAeB2AtvjdK6Ww== Date: Tue, 11 Oct 2022 09:26:54 +0200 From: =?UTF-8?B?Q2zDqW1lbnQgTMOpZ2Vy?= To: Frank Rowand Cc: Rob Herring , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Lizhi Hou , Allan Nielsen , Horatiu Vultur , Steen Hegelund , Thomas Petazzoni Subject: Re: [PATCH 1/2] of: create of_root if no dtb provided Message-ID: <20221011092654.6c7d7ec3@fixe.home> In-Reply-To: <6d40876c-2751-01bb-94ab-7c9ab90e636f@gmail.com> References: <20220624034327.2542112-1-frowand.list@gmail.com> <20220624034327.2542112-2-frowand.list@gmail.com> <20220624141320.3c473605@fixe.home> <6d40876c-2751-01bb-94ab-7c9ab90e636f@gmail.com> Organization: Bootlin X-Mailer: Claws Mail 4.1.0 (GTK 3.24.34; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Le Fri, 24 Jun 2022 11:44:07 -0500, Frank Rowand a =C3=A9crit : > On 6/24/22 08:13, Cl=C3=A9ment L=C3=A9ger wrote: > > Le Thu, 23 Jun 2022 22:43:26 -0500, > > frowand.list@gmail.com a =C3=A9crit : > > =20 > >> =20 > >> +/* > >> + * __dtb_empty_root_begin[] magically created by cmd_dt_S_dtb in > >> + * scripts/Makefile.lib > >> + */ > >> +extern void *__dtb_empty_root_begin; > >> + > >> /* > >> * of_fdt_limit_memory - limit the number of regions in the /memory n= ode > >> * @limit: maximum entries > >> @@ -1332,8 +1338,13 @@ bool __init early_init_dt_scan(void *params) > >> */ > >> void __init unflatten_device_tree(void) > >> { =20 > >=20 Any news on this series ? --=20 Cl=C3=A9ment L=C3=A9ger, Embedded Linux and Kernel engineer at Bootlin https://bootlin.com