ChanServ changed the topic of #linux-rockchip to: Rockchip development discussion | IRC log http://irclog.whitequark.org/linux-rockchip | Community GH https://github.com/linux-rockchip | Rockchip GH https://github.com/rockchip-linux | ML https://groups.google.com/group/linux-rockchip
field^Zzz4 has quit [Ping timeout: 272 seconds]
kevery1 has joined #linux-rockchip
kevery has quit [Ping timeout: 240 seconds]
kevery1 is now known as kevery
vicencb has quit [Quit: Leaving.]
lkcl has quit [Read error: Connection reset by peer]
lkcl has joined #linux-rockchip
kevery1 has joined #linux-rockchip
kevery has quit [Ping timeout: 240 seconds]
kevery1 is now known as kevery
stikonas has quit [Remote host closed the connection]
stikonas has joined #linux-rockchip
kaspter has joined #linux-rockchip
kevery1 has joined #linux-rockchip
kevery has quit [Ping timeout: 272 seconds]
kevery1 is now known as kevery
vstehle has quit [Ping timeout: 265 seconds]
fncapkle has quit [Quit: fncapkle]
shailangsa has quit [Ping timeout: 246 seconds]
archetech has quit [Quit: Konversation terminated!]
shailangsa has joined #linux-rockchip
Necrosporus has joined #linux-rockchip
Necrosporus has quit [Killed (beckett.freenode.net (Nickname regained by services))]
kaspter has quit [Ping timeout: 240 seconds]
kaspter has joined #linux-rockchip
vagrantc has quit [Quit: leaving]
fncapkle has joined #linux-rockchip
kevery1 has joined #linux-rockchip
kevery has quit [Ping timeout: 264 seconds]
kevery1 is now known as kevery
chewitt has quit [Read error: Connection reset by peer]
chewitt has joined #linux-rockchip
fncapkle has quit [Ping timeout: 240 seconds]
kevery1 has joined #linux-rockchip
kevery has quit [Remote host closed the connection]
kevery1 is now known as kevery
chewitt has quit [Read error: Connection reset by peer]
chewitt_ has joined #linux-rockchip
kaspter has quit [Ping timeout: 260 seconds]
kaspter has joined #linux-rockchip
vstehle has joined #linux-rockchip
matthias_bgg has joined #linux-rockchip
kevery1 has joined #linux-rockchip
kevery has quit [Ping timeout: 256 seconds]
kevery1 is now known as kevery
lopsided98 has quit [Ping timeout: 264 seconds]
lopsided98 has joined #linux-rockchip
camus has joined #linux-rockchip
kaspter has quit [Ping timeout: 240 seconds]
camus is now known as kaspter
matthias_bgg has quit [Ping timeout: 240 seconds]
kevery has quit [Ping timeout: 240 seconds]
kevery has joined #linux-rockchip
matthias_bgg has joined #linux-rockchip
field^Zzz4 has joined #linux-rockchip
lopsided98 has quit [Ping timeout: 260 seconds]
kevery has quit [Ping timeout: 240 seconds]
matthias_bgg has quit [Ping timeout: 256 seconds]
Necrosporus has quit [*.net *.split]
jlanda has quit [*.net *.split]
SolidHal has quit [*.net *.split]
tomeu has quit [*.net *.split]
ldevulder__ is now known as ldevulder
robmur01 has quit [Read error: Connection reset by peer]
Necrosporus has joined #linux-rockchip
SolidHal has joined #linux-rockchip
jlanda has joined #linux-rockchip
tomeu has joined #linux-rockchip
kevery has joined #linux-rockchip
matthias_bgg has joined #linux-rockchip
lopsided98 has joined #linux-rockchip
kevery1 has joined #linux-rockchip
kevery has quit [Ping timeout: 260 seconds]
kevery1 is now known as kevery
kevery1 has joined #linux-rockchip
kevery has quit [Ping timeout: 256 seconds]
kevery1 is now known as kevery
vicencb has joined #linux-rockchip
chewitt_ has quit [Read error: Connection reset by peer]
chewitt has joined #linux-rockchip
kaspter has quit [Ping timeout: 256 seconds]
kaspter has joined #linux-rockchip
kevery1 has joined #linux-rockchip
kevery has quit [Ping timeout: 246 seconds]
kevery has joined #linux-rockchip
kevery1 has quit [Ping timeout: 264 seconds]
stikonas has quit [Remote host closed the connection]
ldevulder_ has joined #linux-rockchip
ldevulder has quit [Ping timeout: 265 seconds]
phh has quit [Ping timeout: 265 seconds]
stikonas has joined #linux-rockchip
robmur01 has joined #linux-rockchip
field^Zzz4 has quit [Ping timeout: 240 seconds]
<indy> hi all, there is something wrong with pcie initialization code for rockchip, i can boot from nvme with preempt_rt kernel and non-preempt_rt kernel
<indy> 5.10-rc6 kernels from debian
<indy> but
<indy> that nvme is pcie x4 gen2
<indy> but
<indy> when trying to play with wch368 pcie x1 card of unknown generation, kernel freezes on rt kernel. no panic, only freezes after i enter userid and press enter on login (serial)
<indy> but in uboot i can run pcie list and pci commands
<indy> unfortunately atf/u-boot/kernel do not enable clocks for coresight/debug so no way to use jtag yet
<indy> kdump/kexec i'm not able to get working on aarch64
<indy> oh - board is rock pi 4b
kaspter has quit [Ping timeout: 265 seconds]
kaspter has joined #linux-rockchip
ldevulder_ is now known as ldevulder
phh has joined #linux-rockchip
<robmur01> yeah, RK3399's PCIe doesn't like bridges - there were a couple of threads about that on the mailing list a while back
<robmur01> U-Boot doesn't appear to try looking at what's *beyond* the bridge, but it's those accesses that are the problem
<robmur01> (IIRC, essentially the root complex is supposed to handle a PCIe Unsupported Request coming back from the config access, but instead just forwards it into SoC interconnect as a fatal system error)
<robmur01> long story short; certain cards just aren't ever likely to work
kaspter has quit [Quit: kaspter]
<indy> robmur01, what you mean "U-Boot doesn't appear to try looking at what's *beyond* the bridge"?
<indy> oh i see, pci list just displays vid;pid of pci bridge 1d87:0100
phh has quit [Read error: Connection reset by peer]
phh has joined #linux-rockchip
field^Zzz4 has joined #linux-rockchip
phh has quit [Quit: http://quassel-irc.org - Discuter simplement. Partout.]
phh has joined #linux-rockchip
<robmur01> oh wait, sorry, I misread - I assumed your card had a bridge with an endpoint attached on its secondary side
<robmur01> but that's just U-Boot showing the root complex (since the host bridge is still a type of bridge) with no suggestion of any devices being attached to it at all
<robmur01> so probably your device is attached directly to bus 0, and Linux blows up trying to probe for implemented functions
<robmur01> unfortunately that's another facet of the same problem - some cards return different responses for unimplemented functions than others, and the RC only handles some of them correctly
<robmur01> TBH I think the most telling thing is that on everything since RK3399, Rockchip abandoned that PCIe IP and licensed DesignWare instead... ;)
JohnDoe_71Rus has joined #linux-rockchip
kaspter has joined #linux-rockchip
urjaman has quit [Read error: Connection reset by peer]
urjaman has joined #linux-rockchip
kaspter has quit [Quit: kaspter]
camus has joined #linux-rockchip
camus is now known as kaspter
stikonas has quit [Remote host closed the connection]
stikonas has joined #linux-rockchip
tlwoerner has quit [Quit: Leaving]
vagrantc has joined #linux-rockchip
ldevulder has quit [Read error: Connection reset by peer]
ldevulder has joined #linux-rockchip
tlwoerner has joined #linux-rockchip
stikonas has quit [Remote host closed the connection]
stikonas has joined #linux-rockchip
kaspter has quit [Quit: kaspter]
kaspter has joined #linux-rockchip
vicencb has quit [Quit: Leaving.]
kaspter has quit [Quit: kaspter]
JohnDoe_71Rus has quit [Quit: KVIrc 5.0.1 Aria http://www.kvirc.net/]
damex has quit [Ping timeout: 256 seconds]
stikonas has quit [Ping timeout: 260 seconds]
<indy> robmur01, so there is chance to get it working?
<indy> robmur01, i know, that card is 'capable' of hotplugging, i tested it on x86_64
<indy> but if no card is in rock pi 4, lspci says nothing
<indy> on the other hand, nvme runs smoothly
vicencb has joined #linux-rockchip
stikonas has joined #linux-rockchip
archetech has joined #linux-rockchip
matthias_bgg has quit [Ping timeout: 240 seconds]
archetech has quit [Quit: Konversation terminated!]
vicencb has quit [Remote host closed the connection]
field^Zzz4 has quit [Ping timeout: 256 seconds]
warpme_ has quit [Quit: Connection closed for inactivity]
gendevbot has joined #linux-rockchip