Tartarus changed the topic of #u-boot to: SOURCE MOVED TO https://source.denx.de/u-boot/u-boot.git / U-Boot v2024.04, v2024.07-rc4 are OUT / Merge Window is CLOSED, next branch is OPEN / Release v2024.07 is scheduled for 01 July 2024 / Channel archives at https://libera.irclog.whitequark.org/u-boot
joeskb7 has joined #u-boot
ikarso has quit [Quit: Connection closed for inactivity]
joeskb7 has quit [Quit: Lost terminal]
goliath has quit [Quit: SIGSEGV]
___nick___ has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
mmu_man has quit [Ping timeout: 256 seconds]
___nick___ has joined #u-boot
___nick___ has quit [Client Quit]
___nick___ has joined #u-boot
alpernebbi_ has quit [Ping timeout: 260 seconds]
alpernebbi has joined #u-boot
jclsn has quit [Ping timeout: 272 seconds]
jclsn has joined #u-boot
<sjg1> Tartarus: most things have been broken for a while. I expect to take a look tomorrow
<CounterPillow> tlwoerner: both chips use the same bl31 binary as far as I can recall, yes.
<CounterPillow> (you can even use the rk3568 ddr init on rk3566, but it won't actually clock higher based on me trying this ages ago)
<CounterPillow> or well, I think it does but then doesn't seem to do anything because memory bandwidth seems to remain the same
zsoltiv_ has quit [Read error: Connection reset by peer]
zsoltiv_ has joined #u-boot
Clamor has quit [Ping timeout: 256 seconds]
Clamor has joined #u-boot
Clamor has quit [Read error: Connection reset by peer]
Clamor has joined #u-boot
wooosaiiii has quit [Remote host closed the connection]
persmule has quit [Remote host closed the connection]
ladis has joined #u-boot
persmule has joined #u-boot
alperak has joined #u-boot
monstr has joined #u-boot
monstr has quit [Remote host closed the connection]
Clamor has quit [Ping timeout: 246 seconds]
Clamor has joined #u-boot
monstr has joined #u-boot
Hypfer9 has joined #u-boot
Hypfer has quit [Read error: Connection reset by peer]
Hypfer9 is now known as Hypfer
sally has quit [Remote host closed the connection]
Clamor has quit [Read error: Connection reset by peer]
Hypfer has quit [Quit: The Lounge - https://thelounge.github.io]
Clamor has joined #u-boot
Hypfer has joined #u-boot
naoki has quit [Quit: naoki]
naoki has joined #u-boot
naoki has quit [Client Quit]
wooosaiiii has joined #u-boot
prabhakalad has quit [Quit: Konversation terminated!]
prabhakalad has joined #u-boot
warpme has joined #u-boot
naoki has joined #u-boot
joeskb7 has joined #u-boot
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Jones42 has joined #u-boot
warpme has joined #u-boot
naoki has quit [Quit: naoki]
___nick___ has quit [Ping timeout: 264 seconds]
naoki has joined #u-boot
Jones42_ has joined #u-boot
m5zs7k has quit [Ping timeout: 252 seconds]
m5zs7k has joined #u-boot
Jones42 has quit [Ping timeout: 240 seconds]
Jones42_ is now known as Jones42
Clamor has quit [Ping timeout: 240 seconds]
Clamor has joined #u-boot
Clamor has quit [Ping timeout: 255 seconds]
Clamor has joined #u-boot
tlwoerner has quit [Read error: Connection reset by peer]
tlwoerner has joined #u-boot
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mmu_man has joined #u-boot
rvalue has quit [Ping timeout: 256 seconds]
Clamor has quit [Ping timeout: 272 seconds]
Clamor has joined #u-boot
rvalue has joined #u-boot
warpme has joined #u-boot
sszy has joined #u-boot
naoki has quit [Quit: naoki]
dsimic has quit [Ping timeout: 268 seconds]
dsimic has joined #u-boot
enok has joined #u-boot
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
warpme has joined #u-boot
alan_o has quit [Remote host closed the connection]
tlwoerner has quit [Ping timeout: 264 seconds]
tlwoerner has joined #u-boot
alan_o has joined #u-boot
enok has quit [Ping timeout: 240 seconds]
ikarso has joined #u-boot
enok has joined #u-boot
enok has quit [Client Quit]
enok has joined #u-boot
Jones42_ has joined #u-boot
Jones42 has quit [Ping timeout: 268 seconds]
<qschulz> marex: ddr init is not handled in TF-A, but there was some work for upstreaming TF-A (BL31) yes
<qschulz> if my board supports TPL, is there a reason for SPL_MAX_SIZE aside from the space it occupies on the storage medium?
<qschulz> Trying to figure out if I can drastically bump SPL_MAX_SIZE for my PX30 Ringneck. I've done the maths and it seems I could have 0x3d000 instead of 0x20000
rvalue has quit [Read error: Connection reset by peer]
<marex> qschulz: why not use U-Boot as PSCI provider instead ?
rvalue has joined #u-boot
<qschulz> marex: could you provide some context? not sure to understand how PSCI is related to my previous messages (I don't have experience with PSCI)
<tlwoerner> marex: i don't see any rk35xx code in the TF-A repository (nor rk3566/rk3568) but there is rk3368
<tlwoerner> so still in review
Jones42_ has quit [Ping timeout: 240 seconds]
<tlwoerner> from 2022?
<qschulz> It's clearly a very high priority task ;)
<tlwoerner> i guess we have to wait for google to put it in one of their products
<qschulz> tlwoerner: that is one of the reasons the RK3288 and RK3399 got a much better support than the other SoCs
<qschulz> they used it in Chromebooks, but it seems Google went for Mediatek and Qualcomm instead now
<tlwoerner> that's what i was referring to :-D
<tlwoerner> i have one of the rk3288 chromebooks, still using it
<qschulz> i have an rk3399 one :)
<qschulz> as daily driver and main PC :D
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
tlwoerner has quit [Quit: Leaving]
tlwoerner has joined #u-boot
<marex> qschulz: isnt TFA BL31 ~= PSCI provider ?
<qschulz> I guess? TF-A BL31 is capable of accessible secure areas, because it's running in the proper EL
<qschulz> we would need to have U-Boot persist in SRAM and use that instead
<qschulz> and that would necessarily be the SPL then, since proper is running in normal world (well, not if you skip TF-A BL31, but you shouldn't really run proper in secure world?)
<qschulz> and I guess the easiest answer is "because that's what we do for all Rockchip SoCs" :)
<qschulz> and that the blob provided by Rockchip is TF-A
<marex> qschulz: U-Boot was always meant as a debug tool, ARM somehow tried to move it into non-full-access EL and cripple that ability with TFA, but that is not how it was meant to work
<marex> qschulz: so the idea is that U-Boot __secure components are in SRAM, U-Boot runs in EL3 , but once Linux boots, only the __secure section in SRAM is retained
<marex> qschulz: also, U-Boot is GPL and has actual community, unlike tfa
<qschulz> yeah but now you're telling me to reverse engineer the blob from Rockchip and implement this in U-Boot SPL :)
<qschulz> I suspect they put some secret sauce in the BL31 and TF-A permissive licensing is a god-send for vendors :)
persmule has quit [Remote host closed the connection]
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #u-boot
Jones42 has joined #u-boot
persmule has joined #u-boot
<marex> qschulz: I was under the impression that is what was already done, maybe I misunderstood
<qschulz> marex: upstream TF-A is done by Rockchip as well right now
Jones42 has quit [Ping timeout: 256 seconds]
vagrantc has joined #u-boot
enok has quit [Ping timeout: 240 seconds]
cambrian_invader has joined #u-boot
ikarso has quit [Quit: Connection closed for inactivity]
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #u-boot
<kabel> Tartarus: hi, in commit d678a59d2d you reverted some merge, and this returned common.h include, but checkpatch complains about including it
<kabel> Tartarus: what is going on? did the revert accidentaly return common.h? Or do we want to keep it?
<Tartarus> kabel: Uh, so by accident I brought the series to master, and then reverted it
<Tartarus> Which means -next got a bit funny
<Tartarus> but top of tree next should be OK?
goliath has joined #u-boot
m5zs7k has quit [Ping timeout: 252 seconds]
Guest62 has joined #u-boot
<kabel> Tartarus: thx
mripard has quit [Quit: mripard]
mripard has joined #u-boot
jfsimon1981 has joined #u-boot
m5zs7k has joined #u-boot
Guest62 has quit [Quit: Client closed]
jfsimon1981 has quit [Ping timeout: 268 seconds]
sally has joined #u-boot
sally has quit [Changing host]
sally has joined #u-boot
jfsimon1981 has joined #u-boot
ldevulder has quit [Quit: Leaving]
monstr has quit [Remote host closed the connection]
ldevulder has joined #u-boot
ldevulder has quit [Ping timeout: 246 seconds]
brujah has quit [Remote host closed the connection]
m5zs7k has quit [Ping timeout: 268 seconds]
Stat_headcrabed has joined #u-boot
Stat_headcrabed has quit [Client Quit]
m5zs7k has joined #u-boot
mmu_man has quit [Ping timeout: 268 seconds]
mmu_man has joined #u-boot
rockosov has quit [Ping timeout: 268 seconds]
rockosov has joined #u-boot
sszy has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
rockosov has quit [Ping timeout: 246 seconds]
mmu_man has quit [Ping timeout: 268 seconds]
rockosov has joined #u-boot
rockosov has quit [Ping timeout: 268 seconds]
rockosov has joined #u-boot
mmu_man has joined #u-boot
mripard has quit [Quit: mripard]
ladis has quit [Quit: Leaving]
redbrain has quit [Read error: Connection reset by peer]
slobodan has joined #u-boot
redbrain has joined #u-boot
rfs613 has quit [Ping timeout: 260 seconds]
rfs613 has joined #u-boot
alperak has quit [Quit: Connection closed for inactivity]
Clamor has quit [Ping timeout: 240 seconds]
Clamor has joined #u-boot
Clamor has quit [Ping timeout: 252 seconds]
jfsimon1981 has quit [Remote host closed the connection]
stefanro has joined #u-boot
stefanro has quit [Quit: Leaving.]
ldevulder has joined #u-boot
slobodan has quit [Ping timeout: 256 seconds]
mmu_man has quit [Ping timeout: 256 seconds]
slobodan has joined #u-boot
mmu_man has joined #u-boot
slobodan_ has joined #u-boot
slobodan has quit [Ping timeout: 268 seconds]
naoki has joined #u-boot
slobodan__ has joined #u-boot
slobodan_ has quit [Ping timeout: 256 seconds]
jfsimon1981 has joined #u-boot
enok has joined #u-boot
slobodan_ has joined #u-boot
slobodan__ has quit [Ping timeout: 246 seconds]
mmu_man has quit [Ping timeout: 256 seconds]
mmu_man has joined #u-boot
slobodan_ has quit [Ping timeout: 264 seconds]
naoki has quit [Quit: naoki]
enok has quit [Ping timeout: 240 seconds]
stefanro has joined #u-boot