<smaeul>
apritzel: I think CCU fanout and RTC fanout are completely unrelated, and only the newest chips have CCU fanout with all the bells and whistles like D1
<apritzel>
smaeul: ah, I see
<smaeul>
I suppose you got your questions figured out already?
<apritzel>
yeah, indeed ;-)
<apritzel>
resulting in two new patches
Mangy_Dog has quit [Ping timeout: 480 seconds]
cnxsoft has joined #linux-sunxi
apritzel has quit [Ping timeout: 480 seconds]
JuniorJPDJ has joined #linux-sunxi
Newbyte has joined #linux-sunxi
insep has quit [Server closed connection]
insep has joined #linux-sunxi
ftg has quit [Ping timeout: 480 seconds]
JohnDoe_71Rus has joined #linux-sunxi
gsz has joined #linux-sunxi
megi1 has joined #linux-sunxi
megi has quit [Ping timeout: 480 seconds]
gsz has quit [Quit: leaving]
apritzel has joined #linux-sunxi
JohnDoe_71Rus has quit []
apritzel has quit [Ping timeout: 480 seconds]
Guest2275 has left #linux-sunxi [#linux-sunxi]
ynezz has joined #linux-sunxi
ynezz is now known as Guest62
Guest62 has left #linux-sunxi [#linux-sunxi]
ynezz has joined #linux-sunxi
evgeny_boger has quit [Ping timeout: 480 seconds]
macromorgan has quit [Read error: Connection reset by peer]
vpeter has quit [Remote host closed the connection]
vpeter has joined #linux-sunxi
apritzel has joined #linux-sunxi
diego71 has joined #linux-sunxi
cnxsoft has quit [Ping timeout: 480 seconds]
evgeny_boger has joined #linux-sunxi
cnxsoft has joined #linux-sunxi
dittid[m] has joined #linux-sunxi
oliv3r[m] has joined #linux-sunxi
pgwipeout[m] has joined #linux-sunxi
cnxsoft has quit []
Daanct12 has joined #linux-sunxi
Danct12 has quit [Ping timeout: 480 seconds]
Daanct12 has quit [Read error: Connection reset by peer]
Danct12 has joined #linux-sunxi
Mangy_Dog has joined #linux-sunxi
Daanct12 has joined #linux-sunxi
Daaanct12 has joined #linux-sunxi
Danct12 has quit [Ping timeout: 480 seconds]
Danct12 has joined #linux-sunxi
Daanct12 has quit [Ping timeout: 480 seconds]
Daaanct12 has quit [Ping timeout: 480 seconds]
Daanct12 has joined #linux-sunxi
Danct12 has quit [Ping timeout: 480 seconds]
Daanct12 has quit [Remote host closed the connection]
macromorgan has joined #linux-sunxi
chewitt has joined #linux-sunxi
Danct12 has joined #linux-sunxi
JohnDoe_71Rus has joined #linux-sunxi
blathijs has quit [Server closed connection]
blathijs has joined #linux-sunxi
bauen1_ has quit []
bauen1 has joined #linux-sunxi
<bauen1>
and i've confirmed, that the SPI1 bus now works properly on the h6 (if you make 1-2 code changes), it does peroperly detect my winbond spi flash
vagrantc has joined #linux-sunxi
jernej_ is now known as jernej
<apritzel>
bauen1: in U-Boot?
evgeny_boger has quit [Ping timeout: 480 seconds]
<bauen1>
apritzel: yes
<apritzel>
bauen1: please don't keep those "1-2 code changes" to yourself ;-)
<apritzel>
bauen1: and you mean you put a separate SPI flash chip on SPI1 pins for that?
<bauen1>
apritzel: yes, i have some W25Q32JV chips around that i hooked up, and `sf probe` recognised them
<apritzel>
cool, I am doing the same with the SPI0 pins on the original Pine64, and it can even boot from there
<jernej>
apritzel: any comment on my low level init patches for H6 and H616?
<apritzel>
jernej: you mean the PRCM updates?
<jernej>
yes
<apritzel>
did that actually fix anything for you?
<jernej>
nothing that I can see, but I don't like having diffs with BSP init, especially for unknown bits
<jernej>
resistor calibration is always good to do
<bauen1>
but at least some register accesses now seem to return "correcter" values, so there might still be something weird with the hardware spi1 on h6 :/
<apritzel>
benettig: well, but didn't you report that the other function were working already (with my branch), except the SPL upload (which is actually the main feature)?
<apritzel>
so there is no change, actually?
<benettig>
apritzel: there is change. The thunk that now is only armv5te arm code
<benettig>
apritzel: only when it executes SPL or uboot it hangs on host side, while the target goes on
<benettig>
Check the 2 patches ^^^. I didn’t know how to give credits to Icenowy on the one of thunks.
<apritzel>
benettig: my thunk was also v5 only as well, used for all, just a different colour
<apritzel>
so I was hoping that Icenowy's thunk would fix the SPL issue
<benettig>
apritzel: I’ve started from yours, but the problem is that it worked on armv7+ but not on armv5te, while the Icenowy’s one works on both even if it was dedicated to armv5te
<benettig>
apritzel: with SPL issue you mean that host hangs after executing spl or uboot?
PPAChao has quit []
PPA has joined #linux-sunxi
<benettig>
apritzel: oh damn, sorry, I've realized only now the mess with patches, there is yours for thunk and then the latest with thunks taken from Icenowy.
<apritzel>
no worries, you verified the one thing I was after: that just using Icenowy's thunk does not change the SPL problem