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 48DB8C76195 for ; Tue, 21 Mar 2023 02:39:56 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 51453859B6; Tue, 21 Mar 2023 03:39:52 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=starfivetech.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by phobos.denx.de (Postfix, from userid 109) id 06ACD85BC7; Tue, 21 Mar 2023 03:39:50 +0100 (CET) Received: from ex01.ufhost.com (ex01.ufhost.com [61.152.239.75]) by phobos.denx.de (Postfix) with ESMTP id A6117859B6 for ; Tue, 21 Mar 2023 03:39:33 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=starfivetech.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=yanhong.wang@starfivetech.com Received: from EXMBX165.cuchost.com (unknown [175.102.18.54]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "EXMBX165", Issuer "EXMBX165" (not verified)) by ex01.ufhost.com (Postfix) with ESMTP id 8B1D324E26A; Tue, 21 Mar 2023 10:39:30 +0800 (CST) Received: from EXMBX073.cuchost.com (172.16.6.83) by EXMBX165.cuchost.com (172.16.6.75) with Microsoft SMTP Server (TLS) id 15.0.1497.42; Tue, 21 Mar 2023 10:39:31 +0800 Received: from [192.168.120.49] (171.223.208.138) by EXMBX073.cuchost.com (172.16.6.83) with Microsoft SMTP Server (TLS) id 15.0.1497.42; Tue, 21 Mar 2023 10:39:29 +0800 Message-ID: <25a31500-01c2-86c0-77fc-d8ba68c81a5d@starfivetech.com> Date: Tue, 21 Mar 2023 10:39:28 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.9.0 Subject: Re: [PATCH v4 17/17] configs: starfive: add starfive_visionfive2_defconfig To: Andreas Schwab CC: , Rick Chen , Leo , Lukasz Majewski , Sean Anderson , Lee Kuan Lim , "Jianlong Huang" , Emil Renner Berthing References: <20230316025332.3297-1-yanhong.wang@starfivetech.com> <20230316025332.3297-18-yanhong.wang@starfivetech.com> Content-Language: en-US From: yanhong wang In-Reply-To: Content-Type: text/plain; charset="UTF-8" X-Originating-IP: [171.223.208.138] X-ClientProxiedBy: EXCAS066.cuchost.com (172.16.6.26) To EXMBX073.cuchost.com (172.16.6.83) X-YovoleRuleAgent: yovoleflag Content-Transfer-Encoding: quoted-printable 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 2023/3/20 22:28, Andreas Schwab wrote: > On M=C3=A4r 16 2023, Yanhong Wang wrote: >=20 >> This is the initial basic config for StarFive VisionFive v2 board. It >> includes consol, Norflash, sdio, ddr etc. >=20 > Are you also planning to add a config for the 1.2a version? >=20 Except for CONFIG_DEFAULT_DEVICE_TREE and CONFIG_DEFAULT_FDT_FILE,=20 1.2a and 1.3b versions use the same config.=20 Version 1.3b uses the following configuration:=20 CONFIG_DEFAULT_DEVICE_TREE=3D"jh7110-starfive-visionfive-2-v1.3b"=20 CONFIG_DEFAULT_FDT_FILE=3D"starfive/jh7110-starfive-visionfive-2-v1.3= b.dtb" Version 1.2a uses the following configuration:=20 CONFIG_DEFAULT_DEVICE_TREE=3D"jh7110-starfive-visionfive-2-v1.2a" CONFIG_DEFAULT_FDT_FILE=3D"starfive/jh7110-starfive-visionfive-2-v1.2= a.dtb" Is it necessary to separate the configs for 1.2a and 1.3b as separate def= config files? Best Regards. Yanhong.