Tartarus changed the topic of #u-boot to: SOURCE MOVED TO https://source.denx.de/u-boot/u-boot.git / U-Boot v2025.04, v2025.07-rc4 are OUT / Merge Window is CLOSED, next branch is OPEN / Release v2025.07 is scheduled for 07 July 2025 / Channel archives at https://libera.irclog.whitequark.org/u-boot
hanetzer has joined #u-boot
ikarso has quit [Quit: Connection closed for inactivity]
ja_02 has quit [Remote host closed the connection]
ja_02 has joined #u-boot
naoki has joined #u-boot
Peng_Fan has joined #u-boot
naoki has quit [Quit: naoki]
naoki1 has joined #u-boot
naoki1 has quit [Client Quit]
naoki has joined #u-boot
crb has joined #u-boot
clamor has joined #u-boot
sally_ has joined #u-boot
sally has quit [Ping timeout: 248 seconds]
teejay has joined #u-boot
gsz has joined #u-boot
monstr has quit [Ping timeout: 252 seconds]
teejay has quit [Quit: leaving]
goliath has joined #u-boot
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #u-boot
gsz has quit [Ping timeout: 244 seconds]
mckoan|away is now known as mckoan
ikarso has joined #u-boot
slow99 has joined #u-boot
<derRichard> maybe it is time to kill dmalloc in u-boot too
clamor has quit [Ping timeout: 248 seconds]
clamor has joined #u-boot
alperak has joined #u-boot
pbsds35 has quit [Ping timeout: 276 seconds]
pbsds35 has joined #u-boot
RoganDawes has joined #u-boot
ldevulder has joined #u-boot
mrkiko has left #u-boot [#u-boot]
<javierm> Tartarus: thanks, I'll share the numbers then when postinv v2
rvalue has quit [Ping timeout: 245 seconds]
Poltawer has joined #u-boot
teejay has joined #u-boot
warpme has joined #u-boot
sszy has joined #u-boot
rvalue has joined #u-boot
mmu_man has joined #u-boot
gsz has joined #u-boot
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
xroumegue has quit [Ping timeout: 276 seconds]
gsz has quit [Ping timeout: 260 seconds]
xroumegue has joined #u-boot
warpme has joined #u-boot
Poltawer has quit [Ping timeout: 248 seconds]
Poltawer has joined #u-boot
levitating has joined #u-boot
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
warpme has joined #u-boot
jfsimon has quit [Remote host closed the connection]
jfsimon has joined #u-boot
jfsimon has quit [Remote host closed the connection]
jfsimon has joined #u-boot
<qschulz> Tartarus: anything I can do to get a colleague's ML subscription to go through so he can post a patch (Jakob, he sent the patch 4h ago without being subscribed so it's been filtered out, told him to subscribe and resend but it seems the subscription requires human validation before the confirmation mail gets sent?)
clamor has quit [Read error: Connection reset by peer]
clamor has joined #u-boot
goliath has quit [Quit: SIGSEGV]
rvalue has quit [Ping timeout: 276 seconds]
<qschulz> thanks!
rvalue has joined #u-boot
Poltawer has quit [Quit: WeeChat 4.6.3]
goliath has joined #u-boot
ldevulder has quit [Ping timeout: 245 seconds]
<Tartarus> derRichard: Interesting, yeah
mmu_man has quit [Ping timeout: 265 seconds]
prabhakalad has quit [Read error: Connection reset by peer]
soxrok2212 has quit [Read error: Connection reset by peer]
jfsimon has quit [Remote host closed the connection]
jfsimon has joined #u-boot
soxrok2212 has joined #u-boot
mmu_man has joined #u-boot
prabhakalad has joined #u-boot
ldevulder has joined #u-boot
mmu_man has quit [Ping timeout: 244 seconds]
Peng_Fan has quit [Quit: Connection closed for inactivity]
mmu_man has joined #u-boot
Guest7 has joined #u-boot
<Guest7> hi, any ideas why u-boot may hang on the autoboot? the log: https://bpa.st/RXZQ (after that watchdog kicks the device). It's arm64, chainloaded as Linux kernel because secure boot doesn't allow to replace original bootloader
mmu_man has quit [Ping timeout: 248 seconds]
naoki has quit [Quit: naoki]
mmu_man has joined #u-boot
RoganDawes has quit [Quit: Client closed]
<marex> Guest7: try "sleep 1" , does it delay 1 second ?
<marex> if not, timer is misconfigured
dsimic has quit [Ping timeout: 252 seconds]
dsimic has joined #u-boot
<Guest7> it's not executed because there's no u-boot prompt
sally_ has quit [Changing host]
sally_ has joined #u-boot
sally_ is now known as sally
ldevulder has quit [Quit: Leaving]
<Guest7> it also hung when enabling I-cache, but we left it disabled
<marex> Guest7: is it possible that U-Boot touches some memory which is unaccessible ?
jfsimon has quit [Remote host closed the connection]
Guest7 has quit [Quit: Client closed]
<marex> Guest7: if this core has fancy features, it could be the fault happened in the neighboring few instructions
Guest7 has joined #u-boot
<Guest7> hmm the previous stage bootloader adds reserved memory nodes to fdt, and u-boot should pick them up
jfsimon has joined #u-boot
<marex> Guest7: is it possible that U-Boot touches some memory which is unaccessible ?
<marex> Guest7: if this core has fancy features, it could be the fault happened in the neighboring few instructions
<marex> Guest7: do you have exception tables set correctly ? Could it be you do trip an exception and U-Boot spins in it ?
<Guest7> hm I'm not sure, the kernel boots fine
Guest7 has quit [Quit: Client closed]
Guest7 has joined #u-boot
<Tartarus> qschulz: Oh, sorry, uh, i should have approved it by now I think
<Tartarus> but also, gets back to my RFH email. A few more moderators, especially someone in EU timezone would be great
Guest7 has quit [Quit: Client closed]
<Tartarus> It's just checking approve (and sometimes, clear moderate flag) on a few actual posts, and checking the discard checkbox for everything else
<marex> Tartarus: I am so depleted that I dont think i can take on more
<marex> (I just saw the email)
<Tartarus> marex: Yeah, that's understandable
<Tartarus> I hope that by including it in the final release email it'll get more attention
sszy has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
<Tartarus> And I talked with LWN, if I provide an actual useful changelog then it'll get listed under the updates page at least
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Guest7 has joined #u-boot
<Guest7> marex how do I verify exception tables thingy?
eballetbo has quit [Quit: Connection closed for inactivity]
absc has joined #u-boot
vagrantc has joined #u-boot
<marex> look at arch/arm/lib/vectors.S , see the table at the beginning ... that's the exception vectors jump table ... you can e.g. read some surely inaccessible memory or trigger an interrupt , or jump to undefined instruction using 'go' command , and see if that code gets triggered
absc has quit [Remote host closed the connection]
mmu_man has quit [Ping timeout: 248 seconds]
Poltawer has joined #u-boot
clamor has quit [Ping timeout: 272 seconds]
clamor has joined #u-boot
Poltawer has quit [Ping timeout: 252 seconds]
mmu_man has joined #u-boot
Poltawer has joined #u-boot
absc has joined #u-boot
Poltawer has quit [Ping timeout: 252 seconds]
Poltawer has joined #u-boot
Guest7 has quit [Quit: Client closed]
clamor has quit [Read error: Connection reset by peer]
Poltawer_ has joined #u-boot
Poltawer has quit [Ping timeout: 265 seconds]
jfsimon has quit [Remote host closed the connection]
jfsimon has joined #u-boot
Poltawer_ has quit [Ping timeout: 252 seconds]
Poltawer has joined #u-boot
Poltawer has quit [Client Quit]
jfsimon has quit [Remote host closed the connection]
jfsimon has joined #u-boot
jfsimon has quit [Remote host closed the connection]
absc has quit [Remote host closed the connection]
jfsimon has joined #u-boot
jfsimon has quit [Remote host closed the connection]
jfsimon has joined #u-boot
jfsimon has quit [Remote host closed the connection]
jfsimon has joined #u-boot
jfsimon has quit [Remote host closed the connection]
jfsimon has joined #u-boot
alperak has quit [Quit: Connection closed for inactivity]
jfsimon has quit [Remote host closed the connection]
jfsimon has joined #u-boot
jfsimon has quit [Max SendQ exceeded]
naoki has joined #u-boot
jfsimon has joined #u-boot
goliath has quit [Quit: SIGSEGV]
ikarso has quit [Quit: Connection closed for inactivity]
vagrantc has quit [Quit: leaving]
haritz has joined #u-boot
haritz has quit [Changing host]
haritz has joined #u-boot
haritz has quit [Remote host closed the connection]