2023-07-24 17:45:16

by Drew Fustini

[permalink] [raw]
Subject: [PATCH v2 0/3] riscv: Add BeagleV Ahead board support

The BeagleV Ahead single board computer [1] features the T-Head TH1520
SoC. Similar to the Lichee Pi 4A series from Jisheng [2], this adds a
minimal device tree file to support booting to a basic shell [3].

Changes since v1:
- Add dual license to dts file as Conor noted this is typical
- Move the bindings patch before dts patch so patchwork bot is happy
- Reorder new entry in thead.yaml to maintain alphabetical order per
suggestion by Krzysztof
- Add A-b's and R-b's from v1

[1] https://beagleboard.org/beaglev-ahead
[2] https://lore.kernel.org/linux-riscv/[email protected]/
[3] https://gist.github.com/pdp7/91b98f5b8a632802e669d8c359f4f498

To: Jisheng Zhang <[email protected]>
To: Guo Ren <[email protected]>
To: Fu Wei <[email protected]>
To: Rob Herring <[email protected]>
To: Krzysztof Kozlowski <[email protected]>
To: Conor Dooley <[email protected]>
To: Paul Walmsley <[email protected]>
To: Palmer Dabbelt <[email protected]>
To: Albert Ou <[email protected]>
To: Conor Dooley <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: Robert Nelson <[email protected]>
Cc: Jason Kridner <[email protected]>

Signed-off-by: Drew Fustini <[email protected]>
---
Drew Fustini (3):
dt-bindings: riscv: Add BeagleV Ahead board compatibles
riscv: dts: thead: add BeagleV Ahead board device tree
MAINTAINERS: add reviewer for T-Head RISC-V SoC support

Documentation/devicetree/bindings/riscv/thead.yaml | 4 ++
MAINTAINERS | 1 +
arch/riscv/boot/dts/thead/Makefile | 2 +-
arch/riscv/boot/dts/thead/th1520-beaglev-ahead.dts | 61 ++++++++++++++++++++++
4 files changed, 67 insertions(+), 1 deletion(-)
---
base-commit: 295e1388de2d5c0c354adbd65d0319c5d636c222
change-id: 20230722-upstream-beaglev-ahead-dts-d651af307fa6

Best regards,
--
Drew Fustini <[email protected]>



2023-07-24 17:55:18

by Conor Dooley

[permalink] [raw]
Subject: Re: [PATCH v2 0/3] riscv: Add BeagleV Ahead board support

On Mon, Jul 24, 2023 at 10:20:37AM -0700, Drew Fustini wrote:
> The BeagleV Ahead single board computer [1] features the T-Head TH1520
> SoC. Similar to the Lichee Pi 4A series from Jisheng [2], this adds a
> minimal device tree file to support booting to a basic shell [3].
>
> Changes since v1:

> - Add dual license to dts file as Conor noted this is typical

I figure the dual licensing of the dtsi & sipeed board will be done
separately?

What's here is
Reviewed-by: Conor Dooley <[email protected]>

Thanks,
Conor.


Attachments:
(No filename) (549.00 B)
signature.asc (235.00 B)
Download all attachments

2023-07-24 17:57:47

by Drew Fustini

[permalink] [raw]
Subject: Re: [PATCH v2 0/3] riscv: Add BeagleV Ahead board support

On Mon, Jul 24, 2023 at 06:36:34PM +0100, Conor Dooley wrote:
> On Mon, Jul 24, 2023 at 10:20:37AM -0700, Drew Fustini wrote:
> > The BeagleV Ahead single board computer [1] features the T-Head TH1520
> > SoC. Similar to the Lichee Pi 4A series from Jisheng [2], this adds a
> > minimal device tree file to support booting to a basic shell [3].
> >
> > Changes since v1:
>
> > - Add dual license to dts file as Conor noted this is typical
>
> I figure the dual licensing of the dtsi & sipeed board will be done
> separately?
>
> What's here is
> Reviewed-by: Conor Dooley <[email protected]>

Thanks for the review.

Yes, I was thinking that would be a different series as a followup
to the original patch series that added th1520 and lpi4a.

Drew

2023-08-11 18:21:27

by Conor Dooley

[permalink] [raw]
Subject: Re: [PATCH v2 0/3] riscv: Add BeagleV Ahead board support

Hey,

On Mon, Jul 24, 2023 at 10:20:37AM -0700, Drew Fustini wrote:
> The BeagleV Ahead single board computer [1] features the T-Head TH1520
> SoC. Similar to the Lichee Pi 4A series from Jisheng [2], this adds a
> minimal device tree file to support booting to a basic shell [3].

What is the status of this series?
Does Drew need to repost with the MAINTAINERS patch removed?
Do you want me to queue this with the MAINTAIERS patch removed Jisheng?
If so, I'd like to do so soon so I can get my PRs into Arnd a reasonable
amount of time before the merge window opens.

Thanks,
Conor.


Attachments:
(No filename) (600.00 B)
signature.asc (235.00 B)
Download all attachments

2023-08-11 22:20:27

by Drew Fustini

[permalink] [raw]
Subject: Re: [PATCH v2 0/3] riscv: Add BeagleV Ahead board support

On Fri, Aug 11, 2023 at 06:49:16PM +0100, Conor Dooley wrote:
> Hey,
>
> On Mon, Jul 24, 2023 at 10:20:37AM -0700, Drew Fustini wrote:
> > The BeagleV Ahead single board computer [1] features the T-Head TH1520
> > SoC. Similar to the Lichee Pi 4A series from Jisheng [2], this adds a
> > minimal device tree file to support booting to a basic shell [3].
>
> What is the status of this series?
> Does Drew need to repost with the MAINTAINERS patch removed?
> Do you want me to queue this with the MAINTAIERS patch removed Jisheng?
> If so, I'd like to do so soon so I can get my PRs into Arnd a reasonable
> amount of time before the merge window opens.
>
> Thanks,
> Conor.

Thank you for the reminder. I don't want to miss the window so I'll
resubmit without the MAINTAINERS patch as it doesn't really matter.

Drew