ChanServ changed the topic of #linux-sunxi to: Allwinner/sunxi development - Did you try looking at our wiki? https://linux-sunxi.org - Don't ask to ask. Just ask and wait for an answer! - This channel is logged at https://oftc.irclog.whitequark.org/linux-sunxi
<apritzel> yes, this is one reason we don't support Falcon boot on sunxi
chewitt has joined #linux-sunxi
apritzel has quit [Ping timeout: 480 seconds]
Schimsalabim has quit [Read error: Connection reset by peer]
Schimsalabim has joined #linux-sunxi
chewitt has quit [Quit: Zzz..]
gsz has joined #linux-sunxi
<tokyovigilante> macromorgan: battery driver looks good at first cut, successfully built and *not* detecting my unplugged battery :)
<tokyovigilante> will put it back together and give it a proper run
<tokyovigilante> apritzel: same with the crypto engine, looks good from dmesg, any specific testing to do? [ 0.166067] random: crng init done
<tokyovigilante> is a nice improvement from ~5sec
gsz has quit [Ping timeout: 480 seconds]
hexdump01 has joined #linux-sunxi
hexdump0815 has quit [Ping timeout: 480 seconds]
JohnDoe_71Rus has joined #linux-sunxi
chewitt has joined #linux-sunxi
chewitt has quit [Quit: Zzz..]
Schimsalabim has quit [Read error: Connection reset by peer]
Schimsalabim has joined #linux-sunxi
ity has quit [Remote host closed the connection]
ity has joined #linux-sunxi
junari has joined #linux-sunxi
junari has quit []
chewitt has joined #linux-sunxi
mripard has quit [Quit: mripard]
Schimsalabim has quit [Read error: Connection reset by peer]
Schimsalabim has joined #linux-sunxi
<montjoie> tokyovigilante: you could test the trng with rngtest
<montjoie> to check its quality
Schimsalabim has quit [Ping timeout: 480 seconds]
Schimsalabim has joined #linux-sunxi
gsz has joined #linux-sunxi
chewitt has quit [Quit: Zzz..]
Schimsalabim has quit [Read error: Connection reset by peer]
Schimsalabim has joined #linux-sunxi
Schimsalabim has quit [Ping timeout: 480 seconds]
Schimsalabim has joined #linux-sunxi
Schimsalabim has quit [Read error: Connection reset by peer]
Schimsalabim has joined #linux-sunxi
<tokyovigilante> montjoie: thanks, looks good
<tokyovigilante> rngtest: starting FIPS tests...
<tokyovigilante> rngtest: FIPS 140-2 successes: 1000
<tokyovigilante> rngtest: bits received from input: 20000032
<tokyovigilante> rngtest: FIPS 140-2 failures: 0
<tokyovigilante> rngtest: FIPS 140-2(2001-10-10) Monobit: 0
<tokyovigilante> rngtest: FIPS 140-2(2001-10-10) Runs: 0
<tokyovigilante> rngtest: FIPS 140-2(2001-10-10) Poker: 0
<tokyovigilante> rngtest: FIPS 140-2(2001-10-10) Continuous run: 0
<tokyovigilante> rngtest: FIPS 140-2(2001-10-10) Long run: 0
<tokyovigilante> rngtest: input channel speed: (min=167.311; avg=683.368; max=866.977)Mibits/s
<tokyovigilante> rngtest: FIPS tests speed: (min=17.355; avg=51.619; max=62.742)Mibits/s
<tokyovigilante> rngtest: Program run time: 397938 microseconds
<wens> weird, trng on my h618 is slow
chewitt has joined #linux-sunxi
chewitt has quit [Quit: Zzz..]
<tokyovigilante> apritzel: on a tangent, I and kikuchan noted a crash in your GPU PPD patch, it seems we can only even clear the register, leaving the option to set bit 1 causes a crash. Removing the false path from sun50i_h616_ppu_pd_set_power() allows the GPU to be used but obviously not quite so good for power consumption
<montjoie> tokyovigilante: 100% success, this is good. <troll> not like rockchip one kr kr krkr<>/troll
apritzel has joined #linux-sunxi
apritzel has quit [Ping timeout: 480 seconds]
Robot_ has joined #linux-sunxi
jernej has quit [Quit: Free ZNC ~ Powered by LunarBNC: https://LunarBNC.net]
jernej has joined #linux-sunxi
ftg has joined #linux-sunxi
<loki666> tokyovigilante, tried your de33-mainline-v2 branch, but no "sun8i-mixer 1100000.mixer: Adding to iommu group 0"
<loki666> sun8i_mixer module was autoloaded at boot
<loki666> I do have the CONFIG_DRM_PANEL_NEWVISION_NV3052C=y
<loki666> and CONFIG_SUN50I_IOMMU=y
<loki666> sun8i_ce got also autoloaded
gsz is now known as Guest10476
gsz has joined #linux-sunxi
Guest10476 has quit [Ping timeout: 480 seconds]
Robot_ has quit [Ping timeout: 480 seconds]
tlwoerner_ has joined #linux-sunxi
tlwoerner has quit [Ping timeout: 480 seconds]
ftg has quit [Ping timeout: 480 seconds]
ftg has joined #linux-sunxi
apritzel has joined #linux-sunxi
halal_beef has joined #linux-sunxi
<halal_beef> Hi again, for H616 devices what mem addr should i read from for reading stuff coming from a serial tty from my pc?
dsimic is now known as Guest10484
dsimic has joined #linux-sunxi
<jakllsch> which uart?
<jakllsch> if there's a SoC manual, go look at that
<halal_beef> UART0, the one based at 0x5000000 and im not aware of any soc manuals rn
Guest10484 has quit [Ping timeout: 480 seconds]
<halal_beef> found some manual, looks like u can read off the same offset as THR to get the incoming data?
apritzel has quit [Ping timeout: 480 seconds]
<halal_beef> i wont lie, this looks kinda confusing, its flying over my head rn
<halal_beef> nvm i think i got my grips onto it now :)
Schimsalabim has quit [Ping timeout: 480 seconds]
Schimsalabim has joined #linux-sunxi
<jakllsch> halal_beef: sounds like how a 8250-style UART works..
Robot_ has joined #linux-sunxi
<halal_beef> well if im right it seems to be simply
<halal_beef> while (!(readl(UART0_LSR) & 1)) {} readl(UART0_RBR);
<halal_beef> to get the char
gsz is now known as Guest10494
gsz has joined #linux-sunxi
Guest10494 has quit [Ping timeout: 480 seconds]
gsz has quit []
<halal_beef> oh cool it worked lmao, i think i just didnt impl it properly in a func
apritzel has joined #linux-sunxi
<apritzel> halal_beef: you want the user manual from here: https://linux-sunxi.org/H616#Documentation
wingrime-ww has joined #linux-sunxi
apritzel has quit [Ping timeout: 480 seconds]
Schimsalabim has quit [Read error: Connection reset by peer]
Schimsalabim has joined #linux-sunxi
jernej has quit [Quit: Free ZNC ~ Powered by LunarBNC: https://LunarBNC.net]
jernej has joined #linux-sunxi
jernej has quit [Quit: Free ZNC ~ Powered by LunarBNC: https://LunarBNC.net]
jernej has joined #linux-sunxi
<loki666> tokyovigilante: ok, so I have the framebuffer (with blinking cursor) on LCD now, but still no "sun8i-mixer 1100000.mixer: Adding to iommu group 0"
<loki666> I guess that validates your DE33 patches, but not sure for iommu
jernej has quit [Quit: Free ZNC ~ Powered by LunarBNC: https://LunarBNC.net]
jernej has joined #linux-sunxi
halal_beef has quit [Remote host closed the connection]
JohnDoe_71Rus has quit [Quit: KVIrc 5.2.4 Quasar http://www.kvirc.net/]
apritzel has joined #linux-sunxi
<loki666> last test, I tested your h700-cpufreq-fix branch, and for me it still unstable
<loki666> cpu freq doesn't seems to ever go below 1008000
<loki666> and random hangs
<loki666> if anyone wants to give it a run on a RG35XX H700 device, here is my buildroot branch https://github.com/loki666/buildroot/tree/h700-cpufreq-fix
jernej has quit [Quit: Free ZNC ~ Powered by LunarBNC: https://LunarBNC.net]
jernej has joined #linux-sunxi
indy has quit [Ping timeout: 480 seconds]
Robot_ has quit [Ping timeout: 480 seconds]
ftg has quit [Read error: Connection reset by peer]
<tokyovigilante> that’s great loki666, thanks for the testing! not sure about the cpufreq issues, I haven’t seen any instability across two devices after the more recent generic fixes, which are in 6.10-rcs. Have you double checked the DT is being correctly applied?
<tokyovigilante> I’ve got a few massive compile projects on but will try your builroot if I have a chance, I much prefer a distro userspace personally though, much faster to iterate.
Schimsalabim has quit [Ping timeout: 480 seconds]
Schimsalabim has joined #linux-sunxi
Schimsalabim has quit [Read error: Connection reset by peer]
Schimsalabim has joined #linux-sunxi