Tartarus changed the topic of #u-boot to: SOURCE MOVED TO https://source.denx.de/u-boot/u-boot.git / U-Boot v2025.01 is OUT / Merge Window is OPEN, next branch is CLOSED / Release v2025.04 is scheduled for 07 April 2025 / Channel archives at https://libera.irclog.whitequark.org/u-boot
naoki has joined #u-boot
goliath has quit [Quit: SIGSEGV]
flyback has quit [Ping timeout: 248 seconds]
mckoan|away has quit [Ping timeout: 244 seconds]
mckoan|away has joined #u-boot
flyback has joined #u-boot
rvalue has quit [Quit: 'forgot to sleep']
mckoan_ has joined #u-boot
mckoan|away has quit [Ping timeout: 248 seconds]
GNUtoo has quit [Ping timeout: 272 seconds]
zibolo_ has quit [Ping timeout: 246 seconds]
zibolo has joined #u-boot
GNUtoo has joined #u-boot
ikarso has quit [Quit: Connection closed for inactivity]
mmu_man has quit [Ping timeout: 246 seconds]
frytaped has joined #u-boot
joeskb7 has joined #u-boot
jclsn has quit [Ping timeout: 272 seconds]
jclsn has joined #u-boot
joeskb7 has quit [Quit: Lost terminal]
Stat_headcrabbed has joined #u-boot
Stat_headcrabbed has quit [Client Quit]
vardhan__ has joined #u-boot
zsoltiv_ has quit [Ping timeout: 244 seconds]
Stat_headcrabbed has joined #u-boot
m5zs7k has quit [Ping timeout: 260 seconds]
m5zs7k has joined #u-boot
monstr has joined #u-boot
Stat_headcrabbed has quit [Remote host closed the connection]
ikarso has joined #u-boot
Stat_headcrabbed has joined #u-boot
mckoan_ is now known as mckoan
frytaped has quit [Ping timeout: 252 seconds]
Stat_headcrabbed has quit [Quit: Stat_headcrabbed]
qschulz has quit [Quit: qschulz]
qschulz has joined #u-boot
<LeSpocky> sjg1: I'm hitting PREFER_IF checkpatch warnings suggesting to replace #ifdef with if (IS_ENABLED(…, the commit introducing that check gives no further explanation why this is useful. is there something in documentation or can you explain?
flyback has quit [Ping timeout: 248 seconds]
Stat_headcrabbed has joined #u-boot
prabhakalad has quit [Quit: Konversation terminated!]
prabhakalad has joined #u-boot
flyback has joined #u-boot
gsz has joined #u-boot
dsimic has quit [Ping timeout: 276 seconds]
dsimic has joined #u-boot
Stat_headcrabbed has quit [Quit: Stat_headcrabbed]
sszy has joined #u-boot
naoki has quit [Remote host closed the connection]
naoki has joined #u-boot
<marex> LeSpocky: if (IS_ENABLED(CONFIG...)) is compile-time test, so the code in this if block is checked by compiler even if disabled. Unlike code in #if ... which is removed by preprocessor and not checked by compiler . The former prevents bitrot better .
<LeSpocky> marex: mkay, and we rely on the compiler removing this stuff for disabled config symbols when optimizing?
<derRichard> is it considered bad practice to have different version of u-boot and the spl? usually both u-boot and spl are built from the very same source/version. on my desk i see a system where spl and u-boot can be from completely different u-boot versions
<derRichard> to me this smells like a footgun
<marex> LeSpocky: yes
<marex> LeSpocky: when the symbol is disabled, it becomes if (0) { code; } ... the code still has to be valid, but it is thrown out by the compiler
<LeSpocky> marex: okay thanks for confirming, I just played this through with compiler explorer and different -O options :-)
<marex> derRichard: it is possible if there is no real dependency between the two, which most of the time is the case
<derRichard> marex: ok. my fear is that future u-boot versions need different load adresses or such
<marex> derRichard: if the SPL is loading uimage/fitimage bundle, that should be OKish ?
<derRichard> it should, yes. at least i hope so :D
Stat_headcrabbed has joined #u-boot
Stat_headcrabbed has quit [Quit: Stat_headcrabbed]
frytaped has joined #u-boot
mmu_man has joined #u-boot
rvalue has joined #u-boot
goliath has joined #u-boot
samcday has joined #u-boot
<samcday> 0/ hello chums. What's the general etiquette for nagging on patches in the list? I bumped into a null deref issue fixed by https://lists.denx.de/pipermail/u-boot/2025-January/577205.html ... if I've applied that to my tree and confirmed it fixes the issue is it appropriate for me to ping some kind of "+1 works on my machine!" follow-up on it?
<LeSpocky> sounds like you want to answer and add a line 'Tested-by: Your Name <your@email>' to your reply?
<mkorpershoek> samcday: it's on my rader, I plan to pick it up shortly. But yes, if you have tested it, please reply to the email with 'Tested-by: Your Name <your@email>' as LeSpocky said
<mkorpershoek> Additional testing is always helpful, so I'd like to include your Tested-by: credit in the commit message
kabel has quit [Ping timeout: 252 seconds]
<mkorpershoek> let me know if I should wait on your reply before applying the listed patch
<samcday> Hello to you both, thanks for the advice. I will send a reply in a few moments with the "Tested-by" tag
kabel has joined #u-boot
frytaped has quit [Ping timeout: 252 seconds]
persmule has quit [Ping timeout: 264 seconds]
persmule has joined #u-boot
monstr has quit [*.net *.split]
zibolo has quit [*.net *.split]
mckoan has quit [*.net *.split]
swiftgeek has quit [*.net *.split]
srk has quit [*.net *.split]
umbramalison has quit [*.net *.split]
akaWolf has quit [*.net *.split]
cambrian_invader has quit [*.net *.split]
zibolo has joined #u-boot
mckoan has joined #u-boot
swiftgeek has joined #u-boot
cambrian_invader has joined #u-boot
umbramalison has joined #u-boot
srk has joined #u-boot
akaWolf has joined #u-boot
guest70 has joined #u-boot
guest70 has quit [Ping timeout: 240 seconds]
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #u-boot
frytaped has joined #u-boot
gsz has quit [Ping timeout: 264 seconds]
<sjg1> Tartarus: Thanks again for your help getting net going on rpi3. I made a small tweak and resent just that patch: https://patchwork.ozlabs.org/project/uboot/patch/20250123161114.84071-46-sjg@chromium.org/
<Tartarus> You're welcome. And I got it going on 32bit as well now, but I also run in to, seemingly spuriously, the "timeout" thing you added
m5zs7k has quit [Ping timeout: 248 seconds]
<Tartarus> ! _pytest.outcomes.Exit: Lab timeout: Marking connection bad - no other tests will run !
<Tartarus> When, looking at the logs, hmm, it should have been a fail, but because of the kernel image being too big
m5zs7k has joined #u-boot
frytaped has quit [Ping timeout: 252 seconds]
Stat_headcrabbed has joined #u-boot
Stat_headcrabbed has quit [Quit: Stat_headcrabbed]
frytaped has joined #u-boot
crb has joined #u-boot
vardhan__ has quit [Ping timeout: 248 seconds]
sszy has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
mckoan is now known as mckoan|away
tlwoerner has quit [Ping timeout: 248 seconds]
tlwoerner has joined #u-boot
vfazio has joined #u-boot
vagrantc has joined #u-boot
totkeks has joined #u-boot
ikarso has quit [Quit: Connection closed for inactivity]
gsz has joined #u-boot
ikarso has joined #u-boot
totkeks has quit [Ping timeout: 246 seconds]
ja_02 has quit [Remote host closed the connection]
ja_02 has joined #u-boot
LainExperiments has joined #u-boot
goliath has quit [Quit: SIGSEGV]