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 7901CC0015E for ; Fri, 28 Jul 2023 02:59:34 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id BE08385727; Fri, 28 Jul 2023 04:59:31 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=hodcarrier.org 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 C3CFF863EE; Fri, 28 Jul 2023 04:59:28 +0200 (CEST) Received: from p3plsmtpa09-01.prod.phx3.secureserver.net (p3plsmtpa09-01.prod.phx3.secureserver.net [173.201.193.230]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id CFF298475C for ; Fri, 28 Jul 2023 04:59:25 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=hodcarrier.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=dhu@hodcarrier.org Received: from rc20 ([120.196.129.210]) by :SMTPAUTH: with ESMTPSA id PDhEqKiVVWrrOPDhIqwhmc; Thu, 27 Jul 2023 19:59:22 -0700 X-CMAE-Analysis: v=2.4 cv=CL7sHznD c=1 sm=1 tr=0 ts=64c32f0b a=i6tv2GntVdll8Sqa4Eyaug==:117 a=i6tv2GntVdll8Sqa4Eyaug==:17 a=kj9zAlcOel0A:10 a=gEfo2CItAAAA:8 a=DL3HNlmpAAAA:8 a=NEAV23lmAAAA:8 a=_twTT5zqAAAA:8 a=uGyaV0SPrp5LRibwHAIA:9 a=CjuIK1q_8ugA:10 a=sptkURWiP4Gy88Gu7hUp:22 a=n-FVBuE0o8qf3uItjiYg:22 a=ILoXdGDbYT3DTB7Z0gVI:22 X-SECURESERVER-ACCT: dhu@hodcarrier.org Date: Fri, 28 Jul 2023 10:59:16 +0800 From: Du Huanpeng To: Tom Rini Cc: u-boot@lists.denx.de, u74147@gmail.com Subject: Re: [PATCH v5 3/6] mips: add a ls1c300 based board Message-ID: References: <20230726123027.1536-1-dhu@hodcarrier.org> <20230726123027.1536-4-dhu@hodcarrier.org> <20230727190528.GL3630934@bill-the-cat> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230727190528.GL3630934@bill-the-cat> X-CMAE-Envelope: MS4xfKEsF8nQCtsNpTSge7hY9WMolw8d2eullfNgyBDc1tvg0kQjcPZcGs4DtdigTVzeZmomffIHOlDmrvsocvtXHLhxEHtr4Y2t86O2ec1ZrMUPkOBstsz+ q2qGMIWhWi0X7rhRvlEAPHZ3/x7ZDQuEDMxPug2UZdYmnChiy3eIB9AiqoG8w5786SAJi0fzwpg6MVJ65H77iYveU5ad1e/eJqxHQWD4mHwseu6TJHdJFAFC 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 Thu, Jul 27, 2023 at 03:05:28PM -0400, Tom Rini wrote: > On Wed, Jul 26, 2023 at 08:30:24PM +0800, Du Huanpeng wrote: > > > - devicetree for ls1c300 SoC and board this devicetree was writen from scratch, I read the SoC's manual and devicetree-specification-v0.3.pdf, and write a Excel to generate it. the v0.3 was lastest version when I wrote it. https://www.devicetree.org/specifications/ the manual seens not available now from official site, https://www.loongson.cn/product/list?id=2 here is my backup: https://github.com/hodcarrier/ls1c300_bsp > > What linux kernel release is this from? > > [snip] > > + u-boot,dm-pre-reloc; > > Here and elsewhere, these are "bootph-" now and also upstreamable. > > [snip] > > +LS1C300_EVAL BOARD > > +M: Du Huanpeng > > Missing space. > > -- > Tom --- du huanpeng