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
benettig has quit [Read error: Network is unreachable]
steev has quit [Write error: connection closed]
szemzoa_ has quit [Read error: Network is unreachable]
NishanthMenon has quit [Read error: Network is unreachable]
benettig has joined #linux-sunxi
szemzoa_ has joined #linux-sunxi
NishanthMenon has joined #linux-sunxi
steev has joined #linux-sunxi
aggi has quit [Ping timeout: 480 seconds]
Asara has quit [Remote host closed the connection]
Asara has joined #linux-sunxi
apritzel has quit [Ping timeout: 480 seconds]
aggi has joined #linux-sunxi
aggi_ has joined #linux-sunxi
aggi_ has quit []
aggi has quit [Remote host closed the connection]
Schimsalabim has quit [Ping timeout: 480 seconds]
Schimsalabim has joined #linux-sunxi
aggi has joined #linux-sunxi
aggi has quit [Remote host closed the connection]
aggi has joined #linux-sunxi
hexdump01 has joined #linux-sunxi
hexdump0815 has quit [Ping timeout: 480 seconds]
Raqbit33989 has joined #linux-sunxi
Raqbit3398 has quit [Ping timeout: 480 seconds]
JohnDoe_71Rus has joined #linux-sunxi
<ity> Hi! Anyone has info about the D1 BROM ?
Schimsalabim has quit [Ping timeout: 480 seconds]
Schimsalabim has joined #linux-sunxi
mripard 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
apritzel has joined #linux-sunxi
<apritzel> ity: there is a dump in the sun20i directory in here: https://github.com/smaeul/sunxi-blobs/tree/master
Raqbit33989 has quit [Read error: Connection reset by peer]
Raqbit33989 has joined #linux-sunxi
<apritzel> not too much info, but some symbols, at least
apritzel has quit [Quit: Leaving]
apritzel has joined #linux-sunxi
montjoie_ is now known as montjoie
pmp-p has quit [Ping timeout: 480 seconds]
pmp-p has joined #linux-sunxi
apritzel has quit [Ping timeout: 480 seconds]
JohnDoe_71Rus has quit [Quit: KVIrc 5.2.6 Quasar http://www.kvirc.net/]
apritzel has joined #linux-sunxi
pmp-p is now known as Guest8032
pmp-p has joined #linux-sunxi
Guest8032 has quit [Ping timeout: 480 seconds]
Daanct12 has joined #linux-sunxi
Daanct12 has quit []
Hypfer has quit [Quit: Ping timeout (120 seconds)]
Hypfer has joined #linux-sunxi
JohnDoe_71Rus has joined #linux-sunxi
Hypfer has quit [Ping timeout: 480 seconds]
Hypfer has joined #linux-sunxi
apritzel has quit [Ping timeout: 480 seconds]
jernej- is now known as jernej
<jernej> apritzel: some dram improvements: https://github.com/jernejsk/u-boot/commits/a523/
<jernej> comments welcome :)
Schimsalabim has quit [Ping timeout: 480 seconds]
Schimsalabim has joined #linux-sunxi
digetx has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
apritzel has joined #linux-sunxi
<apritzel> jernej: so PHY write training is not really working, or is not tested, that's why you remove it?
<jernej> it is just copy from h616, which don't work here
<apritzel> looks quite good after a first glance, really like it
digetx has joined #linux-sunxi
elias has joined #linux-sunxi
elias has quit []
eliasbakken has joined #linux-sunxi
vagrantc has joined #linux-sunxi
<eliasbakken> Has anyone played around with the CPUS on the T527? It's not well documented, but it seems there is a OR1000-style CPU buried in there. I've tried poking around the reset register for the CPUS from a booted board, but it leads to an instant freeze.
psydroid has joined #linux-sunxi
dsimic is now known as Guest8057
dsimic has joined #linux-sunxi
Guest8057 has quit [Ping timeout: 480 seconds]
linkmauve has left #linux-sunxi [Error from remote client]
apritzel has quit [Ping timeout: 480 seconds]
Schimsalabim has quit [Read error: Connection reset by peer]
Schimsalabim has joined #linux-sunxi
sporewoh has joined #linux-sunxi
sporewoh has quit [Remote host closed the connection]
Schimsalabim has quit [Ping timeout: 480 seconds]
Schimsalabim has joined #linux-sunxi
bauen1 has quit [Ping timeout: 480 seconds]
bauen1 has joined #linux-sunxi
JohnDoe_71Rus has quit [Quit: KVIrc 5.2.6 Quasar http://www.kvirc.net/]
apritzel has joined #linux-sunxi
<apritzel> eliasbakken: jernej discovered the ARISC before, but not sure he got something running on it
<jernej> no, nothing yet
digetx has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
digetx has joined #linux-sunxi
bauen1 has quit [Ping timeout: 480 seconds]
<eliasbakken> Right, so am I right in assuming that there is an ARISC present? The user manual seems to place the ARSIC and the RISCV both in the CPUS domain, so I'm guessing they might share the same peripheral bus or something. There is also an SCP.bin file in the Orange Pi 4A Debian distro, so it seems to be loaded. Where would the code to do an AR100 reset be located? Is that in u-boot?
<loki666> apritzel: I'm having a similar issue with GPU (G31) as I had with the CPU: unstable when running a dynamic freq governor. It seems pretty stable when running powersave or perf, but panfros does some oops when running simple_ondemand gov
<loki666> could it be that devfreq doesn't honor the ramp delay ?
<loki666> mmmh, no... on a second thought it can't be that as all opp use the same voltage...
Turl has quit [Ping timeout: 480 seconds]
<apritzel> also devfreq would just use the regulator framework, which would handle the ramp delay
<apritzel> loki666: I guess we need some reparenting and re-locking as done for the CPU PLL, see the end of sun50i_h616_ccu_probe() in the clock driver
<macromorgan> has there been any movement on the DE33 patches? https://lore.kernel.org/linux-sunxi/20240929091107.838023-1-ryan@testtoast.com/
<apritzel> no, but any reviews are welcome ;-)
<apritzel> eliasbakken: we are pretty sure that there is an ARISC, since there is OpenRISC code in the BSP firmware
<apritzel> eliasbakken: the code to release the ARISC from reset would probably be in TF-A, at least I haven't seen anything in Syterkit
<apritzel> loki666: the manual doesn't even mention frequency scaling for GPU_PLL (in contrast to the H6, for instance), so we really need to reparent the GPU clock over frequency changes
<macromorgan> I can give a belated tested by I suppose... I can try to review it but considering I'm 100% self taught it might be a review of dubious quality
<apritzel> I don't think there is anyone professionally educated for display engine review anywhere ;-)
<macromorgan> fair enough
Turl has joined #linux-sunxi
Turl has quit [Ping timeout: 480 seconds]
Turl has joined #linux-sunxi
<loki666> DE33 works fine