<apritzel>
hexdump0815: thanks for the "u-boot v2021.10 results in a less stable system" report, but it would be good to either bisect or at least narrow down the instability
<apritzel>
and btw. we are pretty sure that HDMI on the Eachlink needs a command line override to detect a monitor, at least I came to that conclusion some months ago
<hexdump0815>
apritzel: i plan to look closer into this instability - bisecting might be a bit painful but i was thinking about putting the ram timing code from the working old version into the new one to see if this is the problematic area or now
<apritzel>
hexdump0815: which old version? from earlier mainline U-Boot?
<hexdump0815>
at the top of the patch is a link to the irc discussion from back then
<hexdump0815>
this patch got my other no-name box working and is the u-boot i was using since then - so maybe something of this is not yet in mainline?
<apritzel>
looks like this patch got merged into v2021.04: ec9cdaaa13d5
apritzel has quit [Ping timeout: 480 seconds]
cnxsoft has joined #linux-sunxi
jernej has quit [Ping timeout: 480 seconds]
jernej has joined #linux-sunxi
sunshavi has quit [Read error: Connection reset by peer]
hexdump01 has joined #linux-sunxi
hexdump0815 has quit [Ping timeout: 480 seconds]
vagrantc has quit [Quit: leaving]
JohnDoe_71Rus has joined #linux-sunxi
Luke-Jr has quit [Ping timeout: 480 seconds]
Luke-Jr has joined #linux-sunxi
Luke-Jr has quit [Ping timeout: 480 seconds]
Luke-Jr has joined #linux-sunxi
hexdump01 has quit []
hexdump0815 has joined #linux-sunxi
<hexdump0815>
apritzel: looks like you are offline, but just in case you are reading it via irc log - looks like the u-boot problem comes from atf - new u-boot works with v2.3 and is broken with v2.6
<jernej>
hexdump0815: same procedure, bisecting would be best
apritzel has joined #linux-sunxi
cnxsoft has quit [Ping timeout: 480 seconds]
rajkosto has joined #linux-sunxi
cnxsoft has joined #linux-sunxi
Mangy_Dog has joined #linux-sunxi
JohnDoe_71Rus has quit []
apritzel has quit [Ping timeout: 480 seconds]
jelly has quit [Read error: Connection reset by peer]
jelly has joined #linux-sunxi
JohnDoe_71Rus has joined #linux-sunxi
cnxsoft has quit []
apritzel has joined #linux-sunxi
rajkosto has quit [Quit: Leaving]
rajkosto has joined #linux-sunxi
<hexdump0815>
jernej: yes i'll do that in case nobody has an idea off mind which of the atf changes between v2.3 and v2.6 might cause those instabilities
apritzel has quit [Ping timeout: 480 seconds]
<jernej>
hexdump0815: how quickly can you reproduce the issues? even if testing takes 15 minutes, it's still the quickest way to get answers
<hexdump0815>
jernej: its no problem to do it - just want to have a little break - too much trying out things yesterday :)
vagrantc has joined #linux-sunxi
Rajko has joined #linux-sunxi
vagrantc has quit [Remote host closed the connection]
bitrot has joined #linux-sunxi
rajkosto has quit [Ping timeout: 480 seconds]
prefixcactus has quit [Ping timeout: 480 seconds]
Rajko has quit [Ping timeout: 480 seconds]
bitrot has quit [Ping timeout: 480 seconds]
apritzel has joined #linux-sunxi
<apritzel>
hexdump0815: from a quick browse over the changes in TF-A there is nothing that really sticks out when it comes to stability
<apritzel>
there is a lot of refactoring, significant changes in how we do core power management, using RSB for talking to the PMIC, enabling the SCP, and enabling a Cortex-A53 erratum workaround (1530924)
jagan_ has joined #linux-sunxi
<hexdump0815>
apritzel: ok - will do the bisecting during the next days then
<apritzel>
hexdump0815: how did the instability manifest? And was that on the Eachlink H6 Mini?
<hexdump0815>
apritzel: i think i saw it both on the qplus and on the eachlink - the test was to run "7z b" which puts quite a bit of stress to the system and then it usually hangs quite fast (within a minute or maybe max a few minuntes)
<apritzel>
hexdump0815: thanks, I might give it a try on my Eachlink then
<hexdump0815>
apritzel: would be interesting to see if you can reproduce it as well
<apritzel>
that would be the first step, yes
vagrantc has joined #linux-sunxi
JohnDoe_71Rus has quit []
apritzel has quit [Ping timeout: 480 seconds]
apritzel has joined #linux-sunxi
sunshavi has joined #linux-sunxi
pcbBob has joined #linux-sunxi
pcbBob has quit []
pcBob has joined #linux-sunxi
<gamiee>
Hi, is Bootrom in V3s or other similar SoC capable of loading u-boot from SDC1?
<gamiee>
(looks like not, so second question is..) Is u-boot capable of treating SDC1 as SD Card? Basically it should be same as SDC0, but I might miss something
pcBob has quit [Remote host closed the connection]
<apritzel>
gamiee: it should work for U-Boot proper, by just adding the right DT nodes
<apritzel>
loading U-Boot proper from there is another story though, but since you need something else for the SPL anyway, that's probably not a concern?