Tartarus changed the topic of #u-boot to: SOURCE MOVED TO https://source.denx.de/u-boot/u-boot.git / U-Boot v2024.04, v2024.07-rc4 are OUT / Merge Window is CLOSED, next branch is OPEN / Release v2024.07 is scheduled for 01 July 2024 / Channel archives at https://libera.irclog.whitequark.org/u-boot
mmu_man has quit [Ping timeout: 256 seconds]
ikarso has quit [Quit: Connection closed for inactivity]
naoki has quit [Quit: naoki]
hanetzer has quit [Ping timeout: 256 seconds]
Jones42 has joined #u-boot
Jones42 has quit [Ping timeout: 256 seconds]
joeskb7 has quit [Ping timeout: 268 seconds]
gsz has joined #u-boot
Hypfer0 has joined #u-boot
Hypfer has quit [Ping timeout: 264 seconds]
Hypfer0 is now known as Hypfer
enok has joined #u-boot
grs has quit [Quit: grs]
joeskb7 has joined #u-boot
enok has quit [Ping timeout: 240 seconds]
Hypfer0 has joined #u-boot
Hypfer has quit [Ping timeout: 264 seconds]
Hypfer0 is now known as Hypfer
joeskb7 has quit [Ping timeout: 260 seconds]
joeskb7 has joined #u-boot
Clamor has joined #u-boot
alan_o has quit [Remote host closed the connection]
alan_o has joined #u-boot
gsz has quit [Ping timeout: 240 seconds]
monstr has joined #u-boot
Hypfer5 has joined #u-boot
monstr has quit [Read error: Connection reset by peer]
Hypfer has quit [Ping timeout: 268 seconds]
Hypfer5 is now known as Hypfer
enok has joined #u-boot
warpme has joined #u-boot
alperak has joined #u-boot
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
enok has quit [Ping timeout: 240 seconds]
warpme has joined #u-boot
frieder has joined #u-boot
mckoan|away is now known as mckoan
alan_o has quit [Read error: Connection reset by peer]
alan_o has joined #u-boot
enok has joined #u-boot
naoki has joined #u-boot
ldevulder has joined #u-boot
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
prabhakalad has quit [Quit: Konversation terminated!]
prabhakalad has joined #u-boot
wooosaiiii has quit [Quit: wooosaiiii]
wooosaiiii has joined #u-boot
goliath has joined #u-boot
mmu_man has joined #u-boot
mckoan has quit [*.net *.split]
ex-parrot has quit [*.net *.split]
haritz has quit [*.net *.split]
marcan has quit [*.net *.split]
mmind00 has quit [*.net *.split]
crb has quit [*.net *.split]
rfried has quit [*.net *.split]
manchaw has quit [*.net *.split]
bq has quit [*.net *.split]
zar has quit [*.net *.split]
zar has joined #u-boot
haritz has joined #u-boot
mmind00 has joined #u-boot
manchaw has joined #u-boot
haritz has joined #u-boot
haritz has quit [Changing host]
mckoan has joined #u-boot
marcan has joined #u-boot
rfried has joined #u-boot
ex-parrot has joined #u-boot
enok has quit [Ping timeout: 251 seconds]
<mkorpershoek> marex: super nice cleanup of the autoconf stuff in gadget, thanks !
mmu_man has quit [Ping timeout: 255 seconds]
<pbrobinson> marex: because of the way the fedora build system works, you can't pull directly from git
<pbrobinson> also it allows to know exactly what you're dealing with, when doing git, especially when it deals with a bunch of git sub modules, it's easy to not be aligned with what upstream thinks "2024.07" is
mmu_man has joined #u-boot
sszy has joined #u-boot
Clamor has quit [Ping timeout: 268 seconds]
Clamor has joined #u-boot
warpme has joined #u-boot
ikarso has joined #u-boot
LeSpocky has joined #u-boot
<LeSpocky> hello
alan_o has quit [Remote host closed the connection]
alan_o has joined #u-boot
enok has joined #u-boot
enok has quit [Ping timeout: 252 seconds]
enok has joined #u-boot
mmu_man has quit [Ping timeout: 264 seconds]
mmu_man has joined #u-boot
<qschulz> how is one supposed to cherry-pick the dts/upstream merges in a downstream fork?
<qschulz> Preparing my downstream fork for upcoming v2024.07 but I need DT patches from next for my new board, and we have a policy of only backporting stuff, so would like to have some ways to backport those :)
<qschulz> (yes I could run the dts/upstream-dts-subtree.sh script myself, but that's exactly what I'm trying to avoid)
enok has quit [Ping timeout: 240 seconds]
<qschulz> git cherry-pick -sx -m 1 85854bc3324 only creates one commit, with the content of the subtree squash but the log of the git subtree merge?
mckoan is now known as mckoan|away
enok has joined #u-boot
Jones42 has joined #u-boot
enok has quit [Ping timeout: 256 seconds]
<marex> mkorpershoek: I have a few more patches too
<marex> mkorpershoek: for the interrupt stuff
<marex> pbrobinson: u-boot does not use submodules
<marex> pbrobinson: submodules are horrible, but I think you should unbundle those, in general, right ?
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<mkorpershoek> marex: I was supposed to do that, but I did not get to it. Thank you so much for looking into it.
Jones42 has quit [Ping timeout: 268 seconds]
<marex> mkorpershoek: I have a driver in the pipeline which is ... ugh ... madness
<marex> it uses that infra
<mkorpershoek> Nice!
dsimic has quit [Ping timeout: 268 seconds]
dsimic has joined #u-boot
Jones42 has joined #u-boot
Stat_headcrabed has joined #u-boot
warpme has joined #u-boot
edwinistrator2 has joined #u-boot
monstr has joined #u-boot
edwinistrator2 has quit [Remote host closed the connection]
edwinistrator2 has joined #u-boot
Jones42 has quit [Ping timeout: 268 seconds]
jfsimon1981 has quit [Read error: Connection reset by peer]
jfsimon1981 has joined #u-boot
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Stat_headcrabed has quit [Quit: Stat_headcrabed]
Jones42 has joined #u-boot
<pbrobinson> marex: it is starting to now
<pbrobinson> marex: and you can't unbundle some of it because of specifics and the fact in the context of firmware this isn't shared libraries
<marex> pbrobinson: submodules ? where ?
<Tartarus> qschulz: I think unfortunately ddoing the pick via upstream-dts-subtree.sh is the most reasonable option
<Tartarus> And you might need to argue for internal policy adjustments to better deal with subtrees (it's still a backport afterall)
<qschulz> Tartarus: I will try to compromise with the person who decided on that policy (me)
<Tartarus> heh
warpme has joined #u-boot
<marex> Tartarus: isn't all the stuff in dts/ just another set of commits , just like any other commit in U-Boot , so cherry-pick should work ?
<marex> there is no submodule or any such stuff, is there ?
<qschulz> marex: it's using git subtree
<qschulz> with squashing
<qschulz> so it's essentially a merge between two different git repos with all commits from the other repo squashed into a big one and a merge commit
<qschulz> (at least my understanding of the script)
<qschulz> but i have no clue how to cherry-pick merges, my understanding of git is very surface-level :/
goliath has quit [Quit: SIGSEGV]
slobodan has joined #u-boot
slobodan has quit [Changing host]
slobodan has joined #u-boot
naoki has quit [Quit: naoki]
<Tartarus> Yes, iirc the script makes a big single commit out of the range we're updating and then commits as a merge
<Tartarus> So the cherry-pick script works to grab single commits we need for example
<Tartarus> but for a downstream tree, you can't just get A/B/C and not X/Y/Z out of that merge
<Tartarus> and the whole move everyone up is likely not desired
Jones42 has quit [Ping timeout: 256 seconds]
mmu_man has quit [Ping timeout: 256 seconds]
Stat_headcrabed has joined #u-boot
mmu_man has joined #u-boot
enok has joined #u-boot
mmu_man has quit [Ping timeout: 252 seconds]
mmu_man has joined #u-boot
monstr has quit [Remote host closed the connection]
jfsimon1981 has quit [Remote host closed the connection]
jfsimon1981 has joined #u-boot
enok has quit [Ping timeout: 240 seconds]
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
alperak has quit [Quit: Connection closed for inactivity]
sszy has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
persmule has quit [Remote host closed the connection]
persmule has joined #u-boot
Stat_headcrabed has quit [Quit: Stat_headcrabed]
Clamor has quit [Ping timeout: 240 seconds]
Clamor has joined #u-boot
030AAAAAC has joined #u-boot
<tlwoerner> Kwiboo: CounterPillow: awesome thank you! i can build working/booting images for the radxa-zero-3e :-D
<tlwoerner> i had been using a lot of rock-pi-s devices for lots of projects, but i think this new board is going to be my new favourite project board
<tlwoerner> all i need now is to figure out how to use the MCU (OpenAMP?) and i'll be set for every project
prabhakalad has quit [Ping timeout: 264 seconds]
prabhakalad has joined #u-boot
mmu_man has quit [Ping timeout: 264 seconds]
030AAAAAC has quit [*.net *.split]
030AAAAAD has joined #u-boot
mmu_man has joined #u-boot
goliath has joined #u-boot
___nick___ has joined #u-boot
___nick___ has quit [Client Quit]
___nick___ has joined #u-boot
warpme has joined #u-boot
jfsimon1981 has quit [Remote host closed the connection]
ikarso has quit [Quit: Connection closed for inactivity]
enok has joined #u-boot
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
warpme has joined #u-boot
Clamor has quit [Read error: Connection reset by peer]
warpme has quit [Client Quit]
warpme has joined #u-boot
___nick___ has quit [Ping timeout: 256 seconds]
joeskb7 has quit [Ping timeout: 264 seconds]
joeskb7 has joined #u-boot
prabhakalad has quit [Ping timeout: 240 seconds]
prabhakalad has joined #u-boot
prabhakalad has quit [Ping timeout: 264 seconds]
prabhakar has joined #u-boot
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
joeskb7 has quit [Ping timeout: 256 seconds]
naoki has joined #u-boot
enok has quit [Ping timeout: 264 seconds]
ldevulder has quit [Quit: Leaving]
slobodan has quit [Ping timeout: 260 seconds]
rvalue- has joined #u-boot
rvalue has quit [Ping timeout: 264 seconds]
rvalue- is now known as rvalue
abws has joined #u-boot
manawyrm has quit [Quit: Read error: 2.99792458 x 10^8 meters/second (Excessive speed of light)]
manawyrm has joined #u-boot
persmule has quit [Remote host closed the connection]
persmule has joined #u-boot
goliath has quit [Quit: SIGSEGV]