Tartarus changed the topic of #u-boot to: SOURCE MOVED TO https://source.denx.de/u-boot/u-boot.git / U-Boot v2025.07 is OUT / Merge Window is OPEN, next branch is CLOSED / Release v2025.10 is scheduled for 06 October 2025 / Channel archives at https://libera.irclog.whitequark.org/u-boot
Tartarus changed the topic of #u-boot to: SOURCE MOVED TO https://source.denx.de/u-boot/u-boot.git / U-Boot v2025.07, v2025.10-rc1 are OUT / Merge Window is CLOSED, next branch is CLOSED / Release v2025.10 is scheduled for 06 October 2025 / Channel archives at https://libera.irclog.whitequark.org/u-boot
tlwoerner has joined #u-boot
mmu_man has quit [Ping timeout: 276 seconds]
clamor has joined #u-boot
xypron has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
xypron has joined #u-boot
tec4 has quit [Server closed connection]
tec4 has joined #u-boot
monstr has joined #u-boot
monstr has quit [Ping timeout: 252 seconds]
NishanthMenon has quit [Server closed connection]
NishanthMenon has joined #u-boot
goliath has joined #u-boot
haritz has quit [Quit: ZNC 1.8.2+deb3.1+deb12u1 - https://znc.in]
joeskb7 has joined #u-boot
crb has quit [Ping timeout: 248 seconds]
crb has joined #u-boot
crb_ has joined #u-boot
crb has quit [Ping timeout: 276 seconds]
mckoan|away is now known as mckoan
frieder has joined #u-boot
LainIwakura has joined #u-boot
warpme has joined #u-boot
paulhenrys has joined #u-boot
ajg_linaro has joined #u-boot
clamor has quit [Ping timeout: 240 seconds]
alexxy has quit [Server closed connection]
alexxy has joined #u-boot
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
rockosov has joined #u-boot
LainIwakura has quit [Quit: Client closed]
javierm has quit [Server closed connection]
javierm has joined #u-boot
prabhakalad has quit [Ping timeout: 260 seconds]
Poltawer has joined #u-boot
mckoan is now known as mckoan|away
warpme has joined #u-boot
LainIwakura has joined #u-boot
ikarso has joined #u-boot
clamor has joined #u-boot
haritz has joined #u-boot
haritz has quit [Changing host]
haritz has joined #u-boot
prabhakalad has joined #u-boot
<any1> Does there exist an example anywhere on how to set up and use vbe_abrec?
clamor has quit [Ping timeout: 252 seconds]
<marex> sjg1: ^
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
warpme has joined #u-boot
Jones42 has joined #u-boot
mmu_man has joined #u-boot
Jones42 has quit [Ping timeout: 260 seconds]
<kcxt> xypron: with symbol backtraces, do you think it's more useful to print the address of the symbol (what im doing now) or the actual value of lr?
<kcxt> you can easily find one from the other by using the offset at the end
<kcxt> im thinking lr might really make more sense than the symbol address
<a3f> kcxt, does Linux' scripts/decode_stacktrace.h decode your stack trace correctly? If not, then that might be an argument in favor of copying the kernel's format. That's what we do for barebox backtraces
<kcxt> a3f: hmmgood point, what does decode_stacktrace.h actually do?
<kcxt> decode file/line numbers?
<a3f> yes, let me crash a barebox to show you an example
<kcxt> lets see
<kcxt> ok that's pretty neat
<a3f> all of it is ;)
<kcxt> a3f: what's the format with symbol+0xaa/bb? I get the 0xaa is the bytes into the function but what's 0xbb?
<a3f> total size of the function afaik. I don't know how important that information is for the line calculation. We get it by free, because that's what %pS in printf does which has the kallsyms implementation from Linux as backend afaik
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Jones42 has joined #u-boot
<kcxt> a3f: ahh i see... u-boot had some ancient broken kallysym port, i dropped it and stole the symbol lookup implementation from Xen instead but that doesn't give us the size
<kcxt> a3f: it would make sense to add %pS to u-boot though , maybe it can't be identical
<a3f> at least %ps is nice, e.g. for debug output of the video pipeline stuff, it's very useful to see the callbacks names
<kcxt> yeah that sounds super useful
<Tartarus> Hey all, community meeting in a bit over an hour, as a reminder
goliath has quit [Quit: SIGSEGV]
paulbarker has quit [Server closed connection]
paulbarker has joined #u-boot
flyback has quit [Remote host closed the connection]
warpme has joined #u-boot
<kcxt> oh yeah I'll try to make ti this week! depends if we get lucky with the train wifi
mmu_man has quit [Ping timeout: 252 seconds]
jfsimon has joined #u-boot
LainIwakura has quit [Quit: Client closed]
flyback has joined #u-boot
<Tartarus> Community call time: https://meet.google.com/btj-wgcg-euw
frieder has quit [Remote host closed the connection]
<any1> marex: Here's the example I was looking for: https://concept.u-boot.org/u-boot/u-boot/-/merge_requests/104/diffs
mmu_man has joined #u-boot
<Tartarus> any1: That's unfortunately not mainline U-Boot.
goliath has joined #u-boot
<any1> Tartarus: Unfortunately, indeed, but it does still provide the example that I was looking for
mmu_man has quit [Ping timeout: 240 seconds]
mmu_man has joined #u-boot
jfsimon has quit [Remote host closed the connection]
jfsimon has joined #u-boot
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mmu_man has quit [Ping timeout: 252 seconds]
jfsimon has quit [Remote host closed the connection]
jfsimon has joined #u-boot
monstr has joined #u-boot
dsimic has quit [Ping timeout: 252 seconds]
dsimic has joined #u-boot
monstr has quit [Remote host closed the connection]
mmu_man has joined #u-boot
vagrantc has joined #u-boot
prabhakalad has quit [Read error: Connection reset by peer]
prabhakalad has joined #u-boot
<any1> However, I guess this won't work on rk3576 because the TPL is a binary blob.
rockosov has quit [Ping timeout: 248 seconds]
Poltawer has quit [Ping timeout: 240 seconds]
rockosov has joined #u-boot
Poltawer has joined #u-boot
jfsimon has quit [Remote host closed the connection]
jfsimon has joined #u-boot
LainIwakura has joined #u-boot
ajg_linaro has quit [Ping timeout: 245 seconds]
jfsimon has quit [Remote host closed the connection]
jfsimon has joined #u-boot
LainIwakura has quit [Ping timeout: 272 seconds]
cambrian_invader has joined #u-boot
cambrian_invader has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/]
LainIwakura has joined #u-boot
mmu_man has quit [Ping timeout: 252 seconds]
LainIwakura has quit [Quit: Client closed]
LainIwakura has joined #u-boot
jfsimon has quit [Remote host closed the connection]
clamor has joined #u-boot
jfsimon has joined #u-boot
jfsimon has quit [Remote host closed the connection]
jfsimon has joined #u-boot
ikarso has quit [Quit: Connection closed for inactivity]
gsz has joined #u-boot
mmu_man has joined #u-boot
goliath has quit [Quit: SIGSEGV]
___nick___ has joined #u-boot
___nick___ has quit [Client Quit]
___nick___ has joined #u-boot
sng has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
clamor has quit [Read error: Connection reset by peer]
mmu_man has quit [Ping timeout: 260 seconds]
___nick___ has quit [Ping timeout: 248 seconds]
jfsimon has quit [Remote host closed the connection]
mmu_man has joined #u-boot
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]
prabhakalad has quit [Ping timeout: 260 seconds]
jfsimon has joined #u-boot
prabhakalad 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]
Poltawer has quit [Ping timeout: 240 seconds]
Poltawer has joined #u-boot
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
Poltawer has quit [Quit: WeeChat 4.7.0]
eballetbo has quit [Quit: Connection closed for inactivity]
ikarso has joined #u-boot
gsz has quit [Ping timeout: 252 seconds]
paulhenrys has quit [Ping timeout: 252 seconds]
jfsimon has quit [Remote host closed the connection]
jfsimon has joined #u-boot