Tartarus changed the topic of #u-boot to: SOURCE MOVED TO https://source.denx.de/u-boot/u-boot.git / U-Boot v2023.10, v2024.01-rc1 are OUT / Merge Window is CLOSED, next branch is CLOSED / Release v2024.01 is scheduled for 08 January 2024 / Channel archives at https://libera.irclog.whitequark.org/u-boot
vagrantc has quit [Quit: leaving]
apritzel_ has quit [Ping timeout: 255 seconds]
apritzel_ has joined #u-boot
apritzel_ has quit [Ping timeout: 240 seconds]
Stat_headcrabed has joined #u-boot
mmu_man has quit [Ping timeout: 264 seconds]
persmule has quit [Quit: Leaving]
qschulz has quit [Remote host closed the connection]
qschulz has joined #u-boot
Epakai has joined #u-boot
persmule has joined #u-boot
ikarso has quit [Quit: Connection closed for inactivity]
naoki has joined #u-boot
alpernebbi has quit [Ping timeout: 258 seconds]
alpernebbi has joined #u-boot
hanetzer has quit [Ping timeout: 255 seconds]
hanetzer has joined #u-boot
goliath has quit [Quit: SIGSEGV]
rvalue has quit [Quit: ZNC - https://znc.in]
rvalue has joined #u-boot
jclsn has quit [Ping timeout: 255 seconds]
jclsn has joined #u-boot
camus has quit [Quit: camus]
camus has joined #u-boot
Stat_headcrabed has quit [Quit: Connection closed for inactivity]
Clamor has joined #u-boot
persmule has quit [Quit: Leaving]
apritzel_ has joined #u-boot
apritzel_ has quit [Ping timeout: 260 seconds]
monstr has joined #u-boot
persmule has joined #u-boot
persmule has quit [Quit: Leaving]
persmule has joined #u-boot
jaganteki has joined #u-boot
rvalue has quit [Quit: ZNC - https://znc.in]
ikarso has joined #u-boot
n0thing has joined #u-boot
jaganteki has quit [Quit: Ping timeout (120 seconds)]
Clamor has quit [Ping timeout: 258 seconds]
Clamor has joined #u-boot
persmule has quit [Quit: Leaving]
persmule has joined #u-boot
naoki has quit [Quit: naoki]
slobodan has joined #u-boot
n0thing has quit [Quit: Client closed]
n0thing has joined #u-boot
ikarso has quit [Quit: Connection closed for inactivity]
dsimic has quit [Ping timeout: 255 seconds]
dsimic has joined #u-boot
mmu_man has joined #u-boot
ikarso has joined #u-boot
goliath has joined #u-boot
xroumegue has quit [Ping timeout: 260 seconds]
persmule has quit [Ping timeout: 256 seconds]
xroumegue has joined #u-boot
<paulbarker> Hey folks. I'm planning to upstream CPU reset support for the Renesas RZ/G2L board. Am I right thinking a sysreset driver is preferred these days over implementing reset_cpu() in the board directory?
persmule has joined #u-boot
<Tartarus> Yeah
n0thing has quit [Quit: Client closed]
tnovotny has joined #u-boot
n0thing has joined #u-boot
<paulbarker> Ok cool. I think `drivers/power/pmic/rk8xx.c` is a good example of what we'll have, a pmic device with a sysreset child device
<Clamor> paulbarker: are you making pmic's sysreset or soc?
prabhakarlad has joined #u-boot
<paulbarker> Clamor: The pmic controls the reset line to the soc
<paulbarker> As well as controlling the power rails
justHaunted is now known as justache
<Clamor> Hm, interesting
<paulbarker> Clamor: The SoC won't have its own sysreset driver as it doesn't have an internal way to trigger a reset
<paulbarker> Well, it can put the Cortex-A cores into reset, but there's nothing to take them back out of reset automatically
monstr has quit [Ping timeout: 255 seconds]
Stat_headcrabed has joined #u-boot
Stat_headcrabed has quit [Client Quit]
prabhakarlad has quit [Quit: Client closed]
monstr has joined #u-boot
macromorgan has quit [Quit: Leaving]
macromorgan has joined #u-boot
FergusL4 has joined #u-boot
FergusL4 has quit [Client Quit]
FergusL has joined #u-boot
persmule has quit [Quit: Leaving]
persmule has joined #u-boot
persmule has quit [Ping timeout: 256 seconds]
macromorgan has quit [Quit: Leaving]
monstr has quit [Remote host closed the connection]
macromorgan has joined #u-boot
persmule has joined #u-boot
slobodan_ has joined #u-boot
slobodan_ has quit [Read error: Connection reset by peer]
n0thing has quit [Quit: Client closed]
slobodan has quit [Ping timeout: 272 seconds]
slobodan_ has joined #u-boot
slobodan_ has quit [Ping timeout: 252 seconds]
slobodan has joined #u-boot
slobodan_ has joined #u-boot
Clamor_ has joined #u-boot
Clamor_ has quit [Client Quit]
Clamor has quit [Ping timeout: 245 seconds]
Clamor has joined #u-boot
vagrantc has joined #u-boot
tnovotny has quit [Quit: Leaving]
Clamor has quit [Ping timeout: 252 seconds]
Clamor has joined #u-boot
Clamor has quit [Read error: Connection reset by peer]
Clamor has joined #u-boot
flom84 has joined #u-boot
flom84 has quit [Remote host closed the connection]
mmu_man has quit [Ping timeout: 245 seconds]
<marex> paulbarker: PMIC WDT ? :)
<marex> paulbarker: isnt that sysreset driver just calling SMC to PSCI from TFA ?
<paulbarker> marex: Not on this board sadly
rvalue has joined #u-boot
vagrantc has quit [Quit: leaving]
vagrantc has joined #u-boot
mmu_man has joined #u-boot
<marex> paulbarker: not a fan of TFA, so, good
slobodan_ has quit [Quit: Leaving]
ikarso has quit [Quit: Connection closed for inactivity]
ikarso has joined #u-boot
persmule has quit [Remote host closed the connection]
persmule has joined #u-boot
pgreco_ is now known as pgreco
<rfs613> paulbarker: a few hours late, but on RZ/N1 was able to use syscon-reboot, see https://gitlab.com/u-boot/u-boot/-/blob/master/arch/arm/dts/r9a06g032-rzn1-snarc.dts?ref_type=heads#L52
<rfs613> I'm not familiar with the RZ/G2L so it may be totally different ;-)
Clamor has quit [Ping timeout: 246 seconds]
apritzel_ has joined #u-boot
<paulbarker> rfs613: The RZ/G2L handles the module resets differently, they're in the CPG along with the clock control and there's no self-clearing reset we can trigger
<paulbarker> It looks like you can run some code on the Cortex-M cores that would reset the Cortex-A cores, but we can't rely on that as a generic solution in u-boot
<paulbarker> So reset via the PMIC it is
prabhakarlad has joined #u-boot
slobodan has quit [Read error: Connection reset by peer]
slobodan has joined #u-boot
prabhakarlad has quit [Quit: Client closed]
mmu_man has quit [Ping timeout: 260 seconds]
mmu_man has joined #u-boot
mmu_man has quit [Ping timeout: 258 seconds]
mmu_man has joined #u-boot
ikarso has quit [Quit: Connection closed for inactivity]
slobodan has quit [Remote host closed the connection]
slobodan has joined #u-boot
mmu_man has quit [Ping timeout: 264 seconds]
slobodan has quit [Ping timeout: 240 seconds]
mmu_man has joined #u-boot