Tartarus changed the topic of #u-boot to: SOURCE MOVED TO https://source.denx.de/u-boot/u-boot.git / U-Boot v2025.01, v2025.04-rc2 are OUT / Merge Window is CLOSED, next branch is OPEN / Release v2025.04 is scheduled for 07 April 2025 / Channel archives at https://libera.irclog.whitequark.org/u-boot
eballetbo has quit [Quit: Connection closed for inactivity]
naoki has joined #u-boot
mmu_man has quit [Ping timeout: 245 seconds]
zibolo has quit [Ping timeout: 272 seconds]
zibolo has joined #u-boot
naoki has quit [Ping timeout: 248 seconds]
enok has joined #u-boot
enok has quit [Ping timeout: 265 seconds]
jclsn has quit [Ping timeout: 272 seconds]
jclsn has joined #u-boot
Jones42 has quit [Ping timeout: 240 seconds]
Daanct12 has joined #u-boot
persmule has quit [Remote host closed the connection]
enok has joined #u-boot
enok has quit [Client Quit]
enok has joined #u-boot
enok has quit [Client Quit]
enok has joined #u-boot
ungeskriptet has quit [Remote host closed the connection]
ungeskriptet has joined #u-boot
clamor has joined #u-boot
enok has quit [Ping timeout: 248 seconds]
ungeskriptet_ has joined #u-boot
ungeskriptet has quit [Ping timeout: 248 seconds]
ungeskriptet_ is now known as ungeskriptet
goliath has joined #u-boot
monstr has joined #u-boot
monstr has quit [Ping timeout: 252 seconds]
enok has joined #u-boot
warpme has joined #u-boot
warpme has quit [Quit: Textual IRC Client: www.textualapp.com]
frieder has joined #u-boot
mckoan|away is now known as mckoan
mmu_man has joined #u-boot
<Daanct12> which should i use for a driver? printf() or log_*()?
mmu_man has quit [Ping timeout: 244 seconds]
ldevulder has joined #u-boot
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #u-boot
ikarso has joined #u-boot
prabhakalad has quit [Remote host closed the connection]
prabhakalad has joined #u-boot
<dsimic> the log_*() functions are highly preferred
<dsimic> in fact, perhaps all already existing printf()s should eventually be replaced
<dsimic> Daanct12: ^^^
<Daanct12> thanks!
<dsimic> anytime... BTW, that's my understanding, but if I'm wrong, I'm sure someone will correct me
enok has quit [Quit: enok]
enok has joined #u-boot
<Daanct12> dsimic: hmm, dev_err vs log_err?
<Daanct12> i know dev_err just adds more meaning to the error (tells which driver errored out)
enok has quit [Ping timeout: 245 seconds]
naoki has joined #u-boot
<dsimic> Daanct12: it's like "log_*() on dm steroids", meaning that it follows the same approach, but logs more data in a uniform way
<dsimic> have a look at how dev_printk_emit() is defined in include/dm/device_compat.h
enok has joined #u-boot
naoki has quit [Ping timeout: 265 seconds]
enok has quit [Quit: enok]
eballetbo has joined #u-boot
naoki has joined #u-boot
ungeskriptet has quit [Remote host closed the connection]
ungeskriptet has joined #u-boot
wak has quit [Quit: ZNC - https://znc.in]
wak has joined #u-boot
mmu_man has joined #u-boot
monstr has joined #u-boot
clamor has quit [Ping timeout: 252 seconds]
naoki has quit [Quit: naoki]
clamor has joined #u-boot
persmule has joined #u-boot
sbach has quit [Ping timeout: 260 seconds]
sbach has joined #u-boot
ungeskriptet has quit [Remote host closed the connection]
ungeskriptet has joined #u-boot
<apalos> :q
<apalos> :q
<apalos> oh ffs I hate tiled wms sorry!
<Daanct12> lol
Daanct12 has quit [Quit: WeeChat 4.5.1]
<burlak> 4~.~.
enok has joined #u-boot
clamor has quit [Read error: Connection reset by peer]
clamor has joined #u-boot
enok has quit [Ping timeout: 260 seconds]
frieder has quit [Remote host closed the connection]
goliath has quit [Quit: SIGSEGV]
cambrian_invader has quit [Remote host closed the connection]
enok has joined #u-boot
enok has quit [Client Quit]
enok has joined #u-boot
enok has quit [Client Quit]
enok has joined #u-boot
enok has quit [Client Quit]
enok71 has joined #u-boot
enok71 has quit [Client Quit]
enok has joined #u-boot
monstr has quit [Remote host closed the connection]
clamor has quit [Ping timeout: 268 seconds]
clamor has joined #u-boot
dhruvag2000 has joined #u-boot
mmu_man has quit [Ping timeout: 252 seconds]
clamor has quit [Read error: Connection reset by peer]
clamor has joined #u-boot
enok has quit [Remote host closed the connection]
enok71 has joined #u-boot
enok71 is now known as enok
mmu_man has joined #u-boot
<clamor> Tartarus: hello, should ofnode_graph be under a separate config or together work ofnode?
<clamor> *together with ofnode
<Tartarus> clamor: good question, moment
<clamor> Hiding it behind config should be acceptable tbh. And once those helpers become more used, they can be enabled by default or moved out of config
<Tartarus> clamor: They'll only be included when needed already, which is I take it with the video patch?
<clamor> Linux uses of_graph mainly but not exclusively in drm, so most devices will use those will be video related devices
<Tartarus> The graph function itself looks small enough, size growth wise
<clamor> They are, I was making them as small as possible
<Tartarus> (almost) everything uses --gc-sections to discard unused functions, so I think it's fine to not CONFIG this because it's only called when used, and not changing how other core parts of the code are used
<Tartarus> iow only size growth when functionality is required.
<clamor> I see. Good then. Btw, I have an issue with sandbox spl test with those of_graph commits
<clamor> Log was not informative
<Tartarus> Yeah, I also don't see why your test would cause sandbox to fail there
<clamor> Oh, what a relief. Thanks
<Tartarus> I mean, it somehow is, yes?
<Tartarus> Like, if you remove the test it passes again
<clamor> Most likely yes, but it is like collateral damage. I will try to reload with the latest u-boot master. So strange
mckoan is now known as mckoan|away
enok has quit [Quit: enok]
enok71 has joined #u-boot
<clamor> Has anyone faced initcall fail due to no space left on the device in the sandbox testing?
<clamor> It seems that the sandbox tree is too big
enok71 has quit [Ping timeout: 268 seconds]
enok has joined #u-boot
goliath has joined #u-boot
vagrantc has joined #u-boot
MyNetAz has quit [Remote host closed the connection]
enok has quit [Ping timeout: 244 seconds]
prabhakalad has quit [Ping timeout: 260 seconds]
prabhakalad has joined #u-boot
<Tartarus> Rings a slight bell, yeah
<Tartarus> git log on the sandbox defconfig maybe
dsimic has quit [Ping timeout: 252 seconds]
dsimic has joined #u-boot
MyNetAz has joined #u-boot
enok has joined #u-boot
eballetbo has quit [Quit: Connection closed for inactivity]
clamor has quit [Ping timeout: 268 seconds]
clamor has joined #u-boot
dhruvag2000 has quit [Quit: Connection closed for inactivity]
mmu_man has quit [Ping timeout: 245 seconds]
Jones42 has joined #u-boot
mmu_man has joined #u-boot
clamor has quit [Read error: Connection reset by peer]
goliath has quit [Quit: SIGSEGV]
MyNetAz has quit [Remote host closed the connection]
pbsds35 has quit [Quit: Ping timeout (120 seconds)]
pbsds35 has joined #u-boot
akaWolf has joined #u-boot
enok has quit [Ping timeout: 248 seconds]
enok has joined #u-boot
MyNetAz has joined #u-boot
enok has quit [Ping timeout: 268 seconds]
goliath has joined #u-boot
enok has joined #u-boot
pgreco_ has quit [Ping timeout: 248 seconds]
pgreco has joined #u-boot
Jones42 has quit [Quit: Client closed]
Jones42 has joined #u-boot
enok has quit [Ping timeout: 244 seconds]
Jones42 has quit [Ping timeout: 240 seconds]
enok has joined #u-boot
enok has quit [Ping timeout: 252 seconds]
enok has joined #u-boot
enok has quit [Ping timeout: 252 seconds]
lehmanju has quit [Quit: The Lounge - https://thelounge.chat]
lehmanju has joined #u-boot
prabhakalad has quit [Quit: Konversation terminated!]
prabhakalad has joined #u-boot
prabhakalad has quit [Remote host closed the connection]
prabhakalad has joined #u-boot
goliath has quit [Quit: SIGSEGV]