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-rc2 are OUT / Merge Window is CLOSED, next branch is OPEN / Release v2025.10 is scheduled for 06 October 2025 / Channel archives at https://libera.irclog.whitequark.org/u-boot
shadows has quit [Server closed connection]
shadows has joined #u-boot
mtoy has joined #u-boot
m4t has quit [Quit: m4t]
m4t has joined #u-boot
mmu_man has quit [Ping timeout: 252 seconds]
rfs613 has quit [Server closed connection]
jclsn has quit [Ping timeout: 272 seconds]
rfs613 has joined #u-boot
jclsn has joined #u-boot
MyNetAz has quit [Remote host closed the connection]
mmu_man has joined #u-boot
stefanct has quit [Server closed connection]
stefanct has joined #u-boot
joeskb7 has quit [Ping timeout: 252 seconds]
naoki has joined #u-boot
mmu_man has quit [Ping timeout: 260 seconds]
joeskb7 has joined #u-boot
clamor has joined #u-boot
mtoy has quit [Ping timeout: 260 seconds]
mtoy has joined #u-boot
icee has quit [Server closed connection]
icee has joined #u-boot
catcream has quit [Ping timeout: 248 seconds]
haritz has quit [Quit: ZNC 1.8.2+deb3.1+deb12u1 - https://znc.in]
zar has quit [Server closed connection]
zar has joined #u-boot
catcream has joined #u-boot
goliath has joined #u-boot
gsz has joined #u-boot
redbutton has quit [Server closed connection]
redbutton has joined #u-boot
vigneshr has quit [Quit: Connection closed for inactivity]
srk has quit [Read error: Connection reset by peer]
srk has joined #u-boot
frieder has joined #u-boot
K900 has quit [Remote host closed the connection]
K900 has joined #u-boot
warpme has joined #u-boot
clamor has quit [Ping timeout: 252 seconds]
clamor has joined #u-boot
mckoan|away is now known as mckoan
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ungeskriptet has quit [Remote host closed the connection]
ungeskriptet has joined #u-boot
srk has quit [Ping timeout: 244 seconds]
Jones42 has joined #u-boot
Rondom has quit [Ping timeout: 245 seconds]
Rondom has joined #u-boot
derRichard has quit [Ping timeout: 245 seconds]
derRichard has joined #u-boot
apritzel has joined #u-boot
persmule has quit [*.net *.split]
warpme has joined #u-boot
persmule has joined #u-boot
ldevulder has joined #u-boot
balejk has quit [Ping timeout: 260 seconds]
balejk has joined #u-boot
mckoan is now known as mckoan|away
persmule has quit [Remote host closed the connection]
persmule has joined #u-boot
gsz has quit [Ping timeout: 256 seconds]
gsz has joined #u-boot
naoki has quit [Quit: naoki]
NishanthMenon has quit [Server closed connection]
NishanthMenon has joined #u-boot
ldevulder has quit [Ping timeout: 272 seconds]
ldevulder has joined #u-boot
mmu_man has joined #u-boot
dsimic has quit [Ping timeout: 244 seconds]
dsimic has joined #u-boot
slobodan has joined #u-boot
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
warpme has joined #u-boot
marex has quit [Server closed connection]
Crofton has quit [Server closed connection]
Crofton has joined #u-boot
marex has joined #u-boot
goliath has quit [Quit: SIGSEGV]
<marex> cambrian_invader: that "ums 0 mmc 0.1,0.2,0" you added a few years ago, that is awesome
haritz has joined #u-boot
haritz has quit [Changing host]
haritz has joined #u-boot
goliath has joined #u-boot
clamor has quit [Read error: Connection reset by peer]
clamor has joined #u-boot
srk_ has joined #u-boot
lvrp16 has quit [Server closed connection]
lvrp16 has joined #u-boot
<cambrian_invader> we really should rename part_get_info_by_dev_and_name_or_num to something shorter
<cambrian_invader> maybe just `part_get_info` and rename the existing `part_get_info` to `part_get_info_without_name_or_num :)
mmu_man has quit [Ping timeout: 252 seconds]
mmu_man has joined #u-boot
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<marex> cambrian_invader: it does follow a part_get_info_by_dev_and_name() pattern
<marex> cambrian_invader: at least it is consistent right now
<cambrian_invader> yeah, but 80% of the time people should use part_get_info_by_dev_and_name_or_num
<cambrian_invader> the others are basically for backwards compatibility or reducing binary size
<cambrian_invader> and having such a long name probably hinders adoption
<marex> cambrian_invader: in which places, in commands ?
<cambrian_invader> anywhere you have a string and you want to get a partition
<marex> cambrian_invader: what do we (mis)use now ?
<cambrian_invader> all the shorter variants of part_get_info*
<cambrian_invader> I suspect that in days of yore there was only part_get_info() and then various people added additional syntax along the way by adding longer and longer function names
<cambrian_invader> so each command uses different functions depending on when it was added and if someone got around to updating it
<marex> cambrian_invader: seems there isn't that much stuff to update
<cambrian_invader> yeah, one of these days I'll get around to it...
gsz has quit [Ping timeout: 272 seconds]
frieder has quit [Remote host closed the connection]
mmu_man has quit [Ping timeout: 255 seconds]
goliath has quit [Quit: SIGSEGV]
mmu_man has joined #u-boot
peeweep has quit [Server closed connection]
peeweep has joined #u-boot
mmu_man has quit [Ping timeout: 256 seconds]
mmu_man has joined #u-boot
Jones42 has quit [Ping timeout: 256 seconds]
goliath has joined #u-boot
___nick___ has joined #u-boot
mmu_man has quit [Ping timeout: 245 seconds]
mmu_man has joined #u-boot
apritzel has quit [Ping timeout: 245 seconds]
mmu_man has quit [Ping timeout: 256 seconds]
vagrantc has joined #u-boot
mmu_man has joined #u-boot
mithro has quit [Server closed connection]
mithro has joined #u-boot
ldevulder has quit [Ping timeout: 252 seconds]
clamor has quit [Ping timeout: 260 seconds]
clamor has joined #u-boot
mischief has quit [Server closed connection]
goliath has quit [Quit: SIGSEGV]
mischief has joined #u-boot
cambrian_invader has quit [Server closed connection]
cambrian_invader has joined #u-boot
redbrain has quit [Server closed connection]
redbrain has joined #u-boot
jfsimon has joined #u-boot
clamor has quit [Read error: Connection reset by peer]
crb has joined #u-boot
helene has quit [Server closed connection]
helene has joined #u-boot
goliath has joined #u-boot
gsz has joined #u-boot
zear has quit [Server closed connection]
zear has joined #u-boot
crb has quit [Quit: This computer has gone to sleep]
crb has joined #u-boot
crb has quit [Remote host closed the connection]
apalos has quit [Server closed connection]
apalos has joined #u-boot
gsz has quit [Ping timeout: 260 seconds]
___nick___ has quit [Ping timeout: 256 seconds]
flokli has quit [Quit: WeeChat 4.6.3]
flokli has joined #u-boot
proxik32 has joined #u-boot
goliath has quit [Quit: SIGSEGV]
<proxik32> Sent via https://proxik.cloud - an affordable rotating proxy platform. You can grab a list of 100K+ unchecked public proxies here. https://proxik.cloud/proxy_list
rvalue- has joined #u-boot
proxik32 has left #u-boot [#u-boot]
rvalue has quit [Ping timeout: 244 seconds]
rvalue- is now known as rvalue
indy has quit [Ping timeout: 244 seconds]
indy has joined #u-boot
slobodan has quit [Ping timeout: 256 seconds]
slobodan_ has joined #u-boot
any1 has quit [Server closed connection]
any1 has joined #u-boot
vagrantc has quit [Quit: leaving]
crb has joined #u-boot
crb has quit [Read error: Connection reset by peer]
crb has joined #u-boot
crb has quit [Remote host closed the connection]
joeskb7 has quit [Ping timeout: 256 seconds]