[PATCH] board: starfive: support Pine64 Star64 board

2024-05-08 Thread H Bell
On Tuesday, May 7th, 2024 at 12:31 AM, E Shattow wrote: > On Mon, May 6, 2024 at 8:30 AM H Bell wrote: > > + static const char compat[] = "starfive,star64\0starfive,jh7110"; > Should be "pine64,star64\nstarfive,jh7110" ? changed to "pine64,star64\0starfive,jh7110" in v2 On Tuesday, May 7th, 2024

Re: [PATCH] board: starfive: support Pine64 Star64 board

2024-05-08 Thread E Shattow
On Pine64 Star64 8GB (May 2023 order date: "Star64 v1.1" silkscreen) by contributor Tenkawa (contact info withheld so posting on their behalf and listing myself in the tag). Other than the inconclusive networking result (for discussion via code review) it seems to have basic functionality. # mac V

Re: [PATCH] board: starfive: support Pine64 Star64 board

2024-05-06 Thread E Shattow
Hi, On Mon, May 6, 2024 at 8:30 AM H Bell wrote: > > Similar to the Milk-V Mars, The Star64 board contains few differences to the > VisionFive 2 boards, so can be part of the same U-boot build. > > Signed-off-by: Henry Bell > Cc: ycli...@andestech.com > Cc: heinrich.schucha...@canonical.com > --

[PATCH] board: starfive: support Pine64 Star64 board

2024-05-06 Thread H Bell
Similar to the Milk-V Mars, The Star64 board contains few differences to the VisionFive 2 boards, so can be part of the same U-boot build. Signed-off-by: Henry Bell Cc: ycli...@andestech.com Cc: heinrich.schucha...@canonical.com --- board/starfive/visionfive2/spl.c | 52