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
F102993825: D22158.diff
Tue, Nov 19, 2:34 PM
Unknown Object (File)
Mon, Oct 28, 8:21 AM
Unknown Object (File)
Oct 16 2024, 2:00 PM
Unknown Object (File)
Oct 15 2024, 10:00 AM
Unknown Object (File)
Oct 12 2024, 6:08 PM
Unknown Object (File)
Oct 8 2024, 6:20 AM
Unknown Object (File)
Oct 7 2024, 11:27 PM
Unknown Object (File)
Oct 4 2024, 8:51 PM

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped

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

why whas this removed ?

sys/modules/dtb/rockchip/Makefile
12

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

sys/gnu/dts/arm64/rockchip/rk3399-khadas-edge.dtsi
7

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

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

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.