<f_>
The S805 datasheet could still be useful though.
<zsoltiv_>
i guess so, if i cross-reference it with their kernel and u-boot sources
<f_>
Yup. I guess neither HK, nor Khadas have leaked the S812 datasheet.
<zsoltiv_>
f_: a real shame, but thankfully i only need enough to get u-boot to work, linux has mainline support already
<f_>
zsoltiv_: IIRC xdarklight is working on those 32-bit SoCs
<zsoltiv_>
f_: i'll hit him up then, once i'm home. would like to help out if it means i can resurrect my ancient board that's collecting dust
<f_>
No idea if he works on u-boot too though....
<f_>
*u-boot support
<zsoltiv_>
can you even boot arm socs using something other than u-boot?
djrscally has joined #linux-amlogic
ldevulder has joined #linux-amlogic
<narmstrong>
I don’t think xdarklight started working on s805 support for u-boot, but patches are welcome :-) basic boot with serial and network should be easy since it would use already upstream drivers, only the -mx bits in mach-meson should be needed
<xdarklight>
zsoltiv_: narmstrong is right, I've not touched u-boot on the 32-bit SoCs so far. and indeed, S805 and S812 have a lot of similarities (only tiny details are different)
<zsoltiv_>
xdarklight: okay, i'll start hacking on it then
<zsoltiv_>
narmstrong: thanks for the pointers
Daanct12 has joined #linux-amlogic
Daanct12 has quit [Quit: WeeChat 4.1.1]
Daanct12 has joined #linux-amlogic
<xdarklight>
zsoltiv_: nice. since I don't know which board you have: keep in mind that we don't have a (working) upstream NAND driver in Linux. The driver works for newer SoCs but last time I played with it on the 32-bit SoCs there were some bigger (memory corruption) issues. eMMC is much easier in that regard ;)
<zsoltiv_>
xdarklight: i have an outdated MXIII android tv box thingy, for now i just want to get u-boot working, but i wonder if the board can even boot from an sd card
mripard has joined #linux-amlogic
jacobk has quit [Ping timeout: 260 seconds]
camus has quit [Read error: Connection reset by peer]
camus1 has joined #linux-amlogic
jacobk has joined #linux-amlogic
camus1 is now known as camus
<zsoltiv_>
narmstrong: are the -mx bits even needed? they seem to be doing things with arm trustzone, but i don't see any u-boot code touching that in other socs' sources
<narmstrong>
zsoltiv_: by -mx bits I was meaning the S805 & similar specific code, as we did in arch/arm/mach-meson