Re: [PATCH 1/2 v5] board: starfive: support Pine64 Star64 board

2024-05-23 Thread H Bell
On Wednesday, May 22nd, 2024 at 9:40 PM, E Shattow wrote: > On Wed, May 22, 2024 at 12:13?PM H Bell dmoo...@protonmail.com wrote: > > > + {"/soc/ethernet@1604/mdio/ethernet-phy@1", > > + "tx-internal-delay-ps", "300"}, > > > No

[PATCH 2/2 v5] board: starfive: support Pine64 Star64 board

2024-05-22 Thread H Bell
Add documentation files Signed-off-by: Henry Bell Cc: ycli...@andestech.com Cc: heinrich.schucha...@canonical.com --- Changes since v1 - New patch Changes since v2 - Remove extra params to - Clarification on boot section - Add entry on MAC adresses and how to correct them Changes since v3 -

[PATCH 1/2 v5] board: starfive: support Pine64 Star64 board

2024-05-22 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 --- Changes since v1 - Fix typos on naming - Create pine64_star64

[PATCH 2/2 v4] board: starfive: support Pine64 Star64 board

2024-05-19 Thread H Bell
Add documentation files Signed-off-by: Henry Bell Cc: ycli...@andestech.com Cc: heinrich.schucha...@canonical.com --- Changes since v1 - New patch Changes since v2 - Remove extra params to - Clarification on boot section - Add entry on MAC adresses and how to correct them Changes since v3 -

[PATCH 1/2 v4] board: starfive: support Pine64 Star64 board

2024-05-19 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 --- Changes since v1 - Fix typos on naming - Create pine64_star64

[PATCH 2/2 v3] board: starfive: support Pine64 Star64 board

2024-05-19 Thread H Bell
Add documentation files Signed-off-by: Henry Bell Cc: ycli...@andestech.com Cc: heinrich.schucha...@canonical.com --- Changes since v1 - New patch Changes since v2 - Remove extra params to - Clarification on boot section - Add entry on MAC adresses and how to correct them --- doc/board/starf

[PATCH 1/2 v3] board: starfive: support Pine64 Star64 board

2024-05-19 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 --- Changes since v1 - Fix typos on naming - Create pine64_star64

[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\0starfi

[PATCH 2/2 v2] board: starfive: support Pine64 Star64 board

2024-05-08 Thread H Bell
Add documentation files Signed-off-by: Henry Bell Cc: ycli...@andestech.com Cc: heinrich.schucha...@canonical.com --- Changes since v1 - New patch --- doc/board/starfive/index.rst | 1 + doc/board/starfive/pine64_star64.rst | 109 +++ 2 files changed, 110 in

[PATCH 1/2 v2] board: starfive: support Pine64 Star64 board

2024-05-08 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 --- Changes since v1 - Fix typos on naming - Create pine64_star64

[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