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
aggi has quit [Remote host closed the connection]
aggi has joined #linux-sunxi
chewitt has joined #linux-sunxi
chewitt has quit []
evgeny_boger has quit [Ping timeout: 480 seconds]
rajkosto has joined #linux-sunxi
diego71 has quit [Ping timeout: 480 seconds]
junari_ has joined #linux-sunxi
grming has quit [Quit: Konversation terminated!]
junari_ has quit [Ping timeout: 480 seconds]
junari_ has joined #linux-sunxi
digetx has quit [Ping timeout: 480 seconds]
digetx has joined #linux-sunxi
diego71 has joined #linux-sunxi
vagrantc has quit [Quit: leaving]
marek has joined #linux-sunxi
marek has quit []
junari__ has joined #linux-sunxi
junari_ has quit [Ping timeout: 480 seconds]
warpme has joined #linux-sunxi
apritzel has joined #linux-sunxi
Rajko has joined #linux-sunxi
rajkosto has quit [Ping timeout: 480 seconds]
evgeny_boger has joined #linux-sunxi
rpirea has joined #linux-sunxi
<apritzel> warpme (or anyone else): do you know who the original author of the Trusted Firmware "T507 patches" is? I need a Signed-off-by: for the upstreaming
<warpme> it was yunari i think
junari_ has joined #linux-sunxi
junari_ has quit [Remote host closed the connection]
junari__ has quit [Ping timeout: 480 seconds]
<apritzel> junari__: did you write the T507 TF-A patches? I reworked and fixed ;-) them, but want to keep your authorship, of course
junari has joined #linux-sunxi
rajkosto has joined #linux-sunxi
Rajko has quit [Ping timeout: 480 seconds]
bauen1 has quit [Ping timeout: 480 seconds]
apritzel has quit [Ping timeout: 480 seconds]
apritzel has joined #linux-sunxi
<apritzel> junari: did you write the T507 TF-A patches? I reworked and fixed ;-) them, but want to keep your authorship, of course
<junari> apritzel: Yes, iuncuim is my nickname on github
<apritzel> junari: ah, great, thanks!
<junari> I don't care about autorship
<junari> But it would be interesting to see your work
<apritzel> junari: but you did quite some work on figuring the registers out, so you deserve the credit
<apritzel> and legally I cannot just take your code from github and submit it, because I need your Signed-off-by: for that
rpirea_ has joined #linux-sunxi
rpirea has quit [Ping timeout: 480 seconds]
grming has joined #linux-sunxi
rpirea has joined #linux-sunxi
rpirea_ has quit [Ping timeout: 480 seconds]
junari_ has joined #linux-sunxi
junari has quit [Ping timeout: 480 seconds]
<apritzel> please also mind that there are four patches before that, which prepare the stage
<apritzel> warpme: junari_: I tried to extend the power up/down sequence to match the original one, please let me know if that breaks anything
<warpme> apritzel : on mainline 2.8 atf i'm getting like this: https://controlc.com/e05d8d3e
junari_ is now known as junari
<junari> warpme: You lost one of the patches
<junari> feat(allwinner): add oracle function to detect H616 die variant
<junari> apritzel: Thanks for the proper patches
<apritzel> warpme: no, you need all five of them
<warpme> ok clear!
<warpme> apritzel : just to confirm: for both varinats of h313 i need to use bl31 from mainline atf 2.8 + 5 patches built for PLAT=sun50i_h616 right?
bauen1 has joined #linux-sunxi
rpirea has quit []
rpirea has joined #linux-sunxi
evgeny_boger has quit [Ping timeout: 480 seconds]
rajkosto has quit [Read error: Connection reset by peer]
junari_ has joined #linux-sunxi
junari has quit [Ping timeout: 480 seconds]
<apritzel> warpme: yes, the detection is automatic
<apritzel> I based the patches on current mainline, but I guess it works with 2.8 as well
<warpme> asking as on "t507-like" box i'm getting famous "only 1 core booted" : https://controlc.com/b200fcc5
<apritzel> warpme: thanks, will have a look
<apritzel> warpme: btw, on a booted system, can you check if /sys/devices/soc0/revision differs between the two boxes?
tlwoerner has quit [Quit: Leaving]
tlwoerner has joined #linux-sunxi
junari__ has joined #linux-sunxi
junari_ has quit [Ping timeout: 480 seconds]
junari__ has quit [Remote host closed the connection]
junari__ has joined #linux-sunxi
junari__ has quit [Remote host closed the connection]
JohnDoe_71Rus has joined #linux-sunxi
junari__ has joined #linux-sunxi
rpirea has quit [Ping timeout: 480 seconds]
rpirea has joined #linux-sunxi
szemzoa has quit [Read error: Connection reset by peer]
szemzoa has joined #linux-sunxi
junari_ has joined #linux-sunxi
<warpme> apritzel : here it is https://controlc.com/acfdfe9e6
<warpme> i see in form atf: BL31: Detected Allwinner H616 SoC (1823) maybe it is worth to add "rev00[02]" in this log line?
<warpme> in form -> from
junari__ has quit [Ping timeout: 480 seconds]
<apritzel> warpme: somewhat interesting that it doesn't work, since I didn't really change the power on sequence
<warpme> apritzel : i personally learn that when playing with HW variants/quirks it is really useful to add logging/verbosity. Current code behaviour seems the same like mainline without t507 additions. So maybe soc rev. isn't correctly detected or is detected but logic is different or.... Pls add debug log entries and I will test it i.e. on my hw....
ftg has joined #linux-sunxi
macromorgan_ has quit []
macromorgan_ has joined #linux-sunxi
macromorgan_ has quit [Remote host closed the connection]
macromorgan has joined #linux-sunxi
<apritzel> warpme: you can easily add INFO("..."); lines into the two branches of sunxi_cpu_on(), but you won't see them at Linux runtime, unless you enable TF-A output at "runtime" as well
<apritzel> which you should be able to do by commenting the call to console_switch_state() in plat/allwinner/common/sunxi_bl31_setup.c:bl31_plat_runtime_setup
junari_ is now known as junari
jason123santaonirc has joined #linux-sunxi
jason123onirc has quit [Ping timeout: 480 seconds]
jernej_ is now known as jernej
warpme has quit [Remote host closed the connection]
warpme has joined #linux-sunxi
<warpme> apritzel : i added INFO in conditionals; commented console_switch_state(). rebuild. I see my INFO strings in binary. But on boot can't find any strings in console nor uart
<apritzel> I then might need to look up again how to exactly enable runtime logging, will report later today
Asara_ has joined #linux-sunxi
bauen1 has quit [Ping timeout: 480 seconds]
warpme has quit []
Asara has quit [Ping timeout: 480 seconds]
evgeny_boger has joined #linux-sunxi
apritzel has quit [Ping timeout: 480 seconds]
vagrantc has joined #linux-sunxi
junari has quit [Read error: Network is unreachable]
bauen1 has joined #linux-sunxi
jkm has joined #linux-sunxi
apritzel has joined #linux-sunxi
JohnDoe_71Rus has quit []
warpme has joined #linux-sunxi
jkm has quit [Quit: leaving]
warpme has quit []
heartburn has quit [Ping timeout: 480 seconds]
rajkosto has joined #linux-sunxi
heartburn has joined #linux-sunxi
digetx has quit [Read error: Connection reset by peer]
digetx has joined #linux-sunxi
Asara_ is now known as Asara
rajkosto has quit [Remote host closed the connection]
hentai has quit [Ping timeout: 480 seconds]
szemzoa_ has joined #linux-sunxi
szemzoa has quit [Read error: Connection reset by peer]
ftg has quit [Read error: Connection reset by peer]
apritzel has quit [Ping timeout: 480 seconds]