Re: [PATCH v5 3/6] mips: add a ls1c300 based board

2023-07-29 Thread Du Huanpeng
On Fri, Jul 28, 2023 at 10:35:01AM -0400, Tom Rini wrote: > On Fri, Jul 28, 2023 at 10:59:16AM +0800, Du Huanpeng wrote: > > 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 b

Re: [PATCH v5 3/6] mips: add a ls1c300 based board

2023-07-28 Thread Tom Rini
On Fri, Jul 28, 2023 at 10:59:16AM +0800, Du Huanpeng wrote: > 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 man

Re: [PATCH v5 3/6] mips: add a ls1c300 based board

2023-07-27 Thread Du Huanpeng
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 generat

Re: [PATCH v5 3/6] mips: add a ls1c300 based board

2023-07-27 Thread Tom Rini
On Wed, Jul 26, 2023 at 08:30:24PM +0800, Du Huanpeng wrote: > - devicetree for ls1c300 SoC and board 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

[PATCH v5 3/6] mips: add a ls1c300 based board

2023-07-26 Thread Du Huanpeng
- devicetree for ls1c300 SoC and board - setup debug uart pins Signed-off-by: Du Huanpeng --- arch/mips/dts/loongson32-ls1c300b.dtsi | 150 arch/mips/dts/ls1c300-eval.dts | 30 + board/loongson/ls1c300-eval/Kconfig | 12 ++ board/loongson/ls1c300-eval