Page MenuHomeFreeBSD

Add support for more RK3399 SoC`s
ClosedPublic

Authored by s199p.wa1k9r_gmail.com on Oct 26 2019, 8:04 AM.
Tags
None
Referenced Files
F168099494: D22158.id63697.diff
Wed, Aug 26, 9:28 AM
F168033639: D22158.id63692.diff
Wed, Aug 26, 1:12 AM
Unknown Object (File)
Mon, Aug 24, 5:26 PM
Unknown Object (File)
Mon, Aug 24, 7:43 AM
Unknown Object (File)
Sat, Aug 22, 9:45 AM
Unknown Object (File)
Fri, Aug 21, 8:20 PM
Unknown Object (File)
Wed, Aug 19, 1:32 PM
Unknown Object (File)
Tue, Aug 18, 7:48 PM

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

s199p.wa1k9r_gmail.com retitled this revision from Add support for more RK3399 s to Add support for more RK3399 SoC`s.Oct 26 2019, 8:07 AM
sys/gnu/dts/arm64/rockchip/rk3399-khadas-edge.dtsi
7 ↗(On Diff #63689)

why whas this removed ?

sys/modules/dtb/rockchip/Makefile
12 ↗(On Diff #63689)

I'm not a fan of adding all boards if it wasn't tested.

sys/gnu/dts/arm64/rockchip/rk3399-khadas-edge.dtsi
7 ↗(On Diff #63689)

it is necessary for successful compilation
rk3399-khadas-edge.dts
rk3399-khadas-edge-v.dts
rk3399-khadas-edge-captain.dts

sys/modules/dtb/rockchip/Makefile
12 ↗(On Diff #63689)

I think we all want to expand the popularity of FreeBSD.
The road will be overcome by a walker :—).
Khadas and RockPi 4 are tested.
I can delete NanoPC and NanoPi,
although I have collected images for them and I plan to test them
on real equipment when it will be available.

This revision was not accepted when it landed; it landed in state Needs Review.Oct 26 2019, 5:51 PM
This revision was automatically updated to reflect the committed changes.

The dtc fix was commit so I've just added the dts to the build.
Thanks.

sys/gnu/dts/arm64/rockchip/rk3399-khadas-edge.dtsi
7 ↗(On Diff #63689)

Ok I see, rk3399-khadas-edge.dtsi also have /dts-v1/; at the top and that seems to confuse our dtc.
I'll have a look at that.