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
<micken> when is it safe to power off boot cpu? PMU reg 0014?
kaspter has quit [Ping timeout: 276 seconds]
kaspter has joined #linux-rockchip
warpme_ has quit [Quit: Connection closed for inactivity]
<micken> ah now my gic code is broken :D
vagrantc has quit [Quit: leaving]
<micken> RISC OS 987MB
<micken> Cortex-A72 Processor
<micken> \o/
<micken> half not working
<micken> GIC is not working so
<micken> seems like only core 0 gets interupted
<micken> micken: rtfm
kaspter has quit [Quit: kaspter]
kaspter has joined #linux-rockchip
* flacks grabs popcorn
<anarsoul> flacks: any luck with fixing reboot issue?
<flacks> no, just testing different versions of u-boot/bl31 before diving into the code
<flacks> have yet to build linux for this chip, will probably start with ayufan's tree in an attempt to help identify the whereabouts of the regression
<flacks> what I don't get is that it'll sometimes reboot successfully. it rebooted successfully twice just now
kaspter has quit [Ping timeout: 265 seconds]
kaspter has joined #linux-rockchip
chewitt has joined #linux-rockchip
camus has joined #linux-rockchip
kaspter has quit [Read error: Connection reset by peer]
camus is now known as kaspter
architt has joined #linux-rockchip
chewitt has quit [Quit: Zzz..]
chewitt has joined #linux-rockchip
chewitt has quit [Client Quit]
camus has joined #linux-rockchip
kaspter has quit [Ping timeout: 240 seconds]
camus is now known as kaspter
return0e has quit []
ifbizo has quit [Remote host closed the connection]
ifbizo has joined #linux-rockchip
<anarsoul> flacks: yeah, it looks like some regulator issue but I checked all the regulators and they're fine
<anarsoul> also I'm not sure if it's a regression, I've never seen it working on mainline
ifbizo_ has joined #linux-rockchip
ifbizo has quit [Remote host closed the connection]
kevery has joined #linux-rockchip
matthias_bgg has joined #linux-rockchip
ifbizo_ has quit [Remote host closed the connection]
matthias_bgg has quit [Quit: Leaving]
matthias_bgg has joined #linux-rockchip
ldevulder_ is now known as ldevulder
ifbizo_ has joined #linux-rockchip
Kwiboo has quit [Ping timeout: 268 seconds]
ifbizo_ has quit [Remote host closed the connection]
ifbizo_ has joined #linux-rockchip
stikonas has joined #linux-rockchip
pcbBob has quit [Remote host closed the connection]
Kwiboo has joined #linux-rockchip
warpme_ has joined #linux-rockchip
mrjay has joined #linux-rockchip
mrjay has quit [Remote host closed the connection]
<robmur01> anarsoul: FWIW my NanoPC-T4 reboots just fine with a mainline kernel
<robmur01> firmware is a mainline u-boot from when RK3399 support was just landing, with downstream rkbin miniloader and ATF
kevery has quit [Remote host closed the connection]
kevery has joined #linux-rockchip
pcbBob has joined #linux-rockchip
<pcbBob> matthias_bgg You sent me a private message I think
<pcbBob> are you still here?
<matthias_bgg> pcbBob, well I mentioned you in #linux-mediatek
drrty has quit [Ping timeout: 240 seconds]
field^Mop has joined #linux-rockchip
ifbizo_ has quit [Ping timeout: 260 seconds]
ifbizo_ has joined #linux-rockchip
<anarsoul> robmur01: try upstream SPL and ATF. ATF is responsible for reload (kernel does it with PSCI)
<micken> anyone: How can I redirect gic to a72?
<micken> as it is now core 0 of a53 gets interrupts
<micken> affinity
<micken> but can't really figure it out
<robmur01> micken: GICD_IROUTERn, I *think*
<maz> robmur01: yup.
<micken> robmur01: ok
<robmur01> enjoy :P
<maz> robmur01: why are you so horrible to the poor sod? ;-)
<micken> robmur01: maz thanks
<robmur01> maz: because thanks to somebody I feel obliged to know more about the GIC, so I'm taking it out on everyone :P
drrty has joined #linux-rockchip
JohnDoe_71Rus has joined #linux-rockchip
<maz> robmur01: you're welcome! :D
<maz> robmur01: the v4.1 code needs moar reviewing!
matthias_bgg has quit [Read error: Connection reset by peer]
matthias_bgg has joined #linux-rockchip
matthias_bgg has quit [Ping timeout: 240 seconds]
vagrantc has joined #linux-rockchip
pcbBob has quit [Remote host closed the connection]
<micken> touching icc_igrpen0 makes el3 exception
<micken> in other words , I have no idea of what I am doing.. when used core 0 only I didnt need to do much setup
<micken> and regarding routing
<micken> that register is offset+(irq*8)?
<micken> I don't know what to put there , but I think bit 31 is good
<micken> I have a old gicv2 implementation , and the cpu inerface is different ( and more things)
JohnDoe_71Rus has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/]
pcbBob has joined #linux-rockchip
return0e has joined #linux-rockchip
pcbBob has quit [Remote host closed the connection]
pcbBob has joined #linux-rockchip
<pcbBob> Can someone tell me why webchat.freenode.net disconnects me after like half an hour?
<pcbBob> What IRC client are you using?
<micken> irssi
<micken> robmur01: one thing is puzzling me, how do I connect the cpu/cluster to gic , make the pe to accept spi's
<micken> and is GICD the first segment in the GIC block?
vicencb has joined #linux-rockchip
ifbizo_ has quit [Ping timeout: 260 seconds]
ifbizo_ has joined #linux-rockchip
BenG83 has joined #linux-rockchip
ifbizo_ has quit [Remote host closed the connection]
ifbizo_ has joined #linux-rockchip
pcbBob has quit [Remote host closed the connection]
<flacks> robmur01: can you link to the miniloader and ATF you're using? feel free to PM
robmur0121 has joined #linux-rockchip
<robmur0121> micken: on RK3399 you definitely have GICv3 (GIC-500), it just has the GICv2 compatibility mode option too ;)
stikonas_ has joined #linux-rockchip
<robmur0121> I don't know off-hand the exact sequence of stuff to enable, but I'd hope it's mostly just a case of tweaking whatever existing setup to target a different CPUIF
ifbizo_ has quit [Remote host closed the connection]
ifbizo_ has joined #linux-rockchip
stikonas has quit [Ping timeout: 240 seconds]
<robmur0121> then set the affinity of SPIs to the appropriate MPIDR (e.g. 0x100 instead of 0)
<robmur0121> flacks: just https://github.com/rockchip-linux/rkbin/ as of however long ago it was
vicencb has quit [Quit: Leaving.]
robmur0121 has quit [Remote host closed the connection]
ifbizo_ has quit [Remote host closed the connection]
ifbizo_ has joined #linux-rockchip
stikonas_ has quit [Quit: Konversation terminated!]
stikonas_ has joined #linux-rockchip
ldevulder_ has joined #linux-rockchip
ldevulder has quit [Ping timeout: 246 seconds]
stikonas_ has quit [Remote host closed the connection]