narmstrong_ has quit [Write error: connection closed]
jelly has joined #linux-sunxi
narmstrong_ has joined #linux-sunxi
cnxsoft has joined #linux-sunxi
sunshavi has quit [Ping timeout: 480 seconds]
macromorgan is now known as Guest2470
Guest2470 has quit [Read error: Connection reset by peer]
macromorgan has joined #linux-sunxi
<ad__>
smaeul, correct, it is not that trivial :) But uhm, wondering .... falcon mode should work on other arm, maybe, i can look other "mach-" philosophy
macromorgan is now known as Guest2491
Guest2491 has quit [Read error: Connection reset by peer]
macromorgan has joined #linux-sunxi
macromorgan is now known as Guest2494
Guest2494 has quit [Remote host closed the connection]
macromorgan has joined #linux-sunxi
apritzel has joined #linux-sunxi
cmeerw has joined #linux-sunxi
cmeerw has quit [Ping timeout: 480 seconds]
apritzel has quit [Ping timeout: 480 seconds]
lunixoid has joined #linux-sunxi
cnxsoft has quit [Remote host closed the connection]
cnxsoft has joined #linux-sunxi
narmstrong_ has quit []
narmstrong has joined #linux-sunxi
tnovotny has joined #linux-sunxi
<smaeul>
ad__: it depends on where SMP is implemented. some arm platforms don't have SMP, some have SMP implemented in Linux (so it will work with falcon mode), some have SMP implemented in U-Boot or other firmware
cnxsoft has quit [Remote host closed the connection]
<apritzel>
smaeul: I will push what I have (various easy patches plus DM_I2C) to the sunxi/master tree later today, then do some board testing and send the PR
<smaeul>
apritzel: great, thanks!
<smaeul>
one concern with some of the later patches is that they require merging DT updates from Linux
<apritzel>
which would be expected, normally, but break all older kernels in this case :-(
<smaeul>
probably makes sense to do that up front -- what's our standard for testing that ?
<apritzel>
for H6, I mean, because of your RTC changes
<apritzel>
as I said, normally it's a no-brainer, since U-Boot mostly isn't affected by those updates, so you just need to provide a tag from Linus' tree
<smaeul>
well, for example, I know for sure that sun5i and sun6i DT updates will break one of the DM_I2C patches I just sent
<apritzel>
ah, that is another matter then
<smaeul>
because the DT node for the bitbanged I2C bus was renamed from "i2c@0" to "i2c"
<smaeul>
apritzel: I don't need H6 updates for my patches, mostly just the SoCs that are way out of date: A83T and older
warpme_ has joined #linux-sunxi
pmp-p_ has joined #linux-sunxi
pmp-p is now known as Guest2503
Guest2503 has quit [Ping timeout: 480 seconds]
megi1 has joined #linux-sunxi
cnxsoft has joined #linux-sunxi
megi1 has quit []
megi1 has joined #linux-sunxi
megi has quit [Ping timeout: 480 seconds]
lioka has quit [Quit: leaving]
apritzel has quit [Remote host closed the connection]
apritzel has joined #linux-sunxi
Mangy_Dog has joined #linux-sunxi
sunshavi has joined #linux-sunxi
lunixoid has quit []
lunixoid has joined #linux-sunxi
JohnDoe_71Rus has joined #linux-sunxi
cnxsoft has quit []
cmeerw has joined #linux-sunxi
kmaincent has joined #linux-sunxi
tnovotny has quit [Quit: Leaving]
lunixoid has quit []
apritzel has quit []
igraltist has quit [Remote host closed the connection]
igraltist has joined #linux-sunxi
sunshavi has quit [Remote host closed the connection]
vagrantc has joined #linux-sunxi
<ad__>
smaeul, thanks, i see. Disabling psci in the kernel also makes falcon boot working, but boot is slow, likely, on single cpu. Anyway, enjoying a bit on this in the night.