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-rc3 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
goliath has quit [Quit: SIGSEGV]
<sjg1> Tartarus: s/had time/made time/ IMO
<sjg1> Tartarus: Sandbox networking tests are pretty simply since you just need to construct a reply packet that makes things progress
<sjg1> Tartarus: We could make it a bit nicer, but it is not a lot of work to send a few fake packets
<sjg1> Tartarus: I sent the v5 series of the PXE so see how you go with that
mmu_man has quit [Ping timeout: 248 seconds]
kilobyte_ch has quit [Ping timeout: 276 seconds]
kilobyte_ch has joined #u-boot
ikarso has quit [Quit: Connection closed for inactivity]
zibolo_ has quit [Ping timeout: 265 seconds]
zibolo has joined #u-boot
Daanct12 has joined #u-boot
jbowen has quit []
jbowen has joined #u-boot
jclsn has quit [Ping timeout: 272 seconds]
jclsn has joined #u-boot
flyback has quit [Quit: Leaving]
joeskb7 has quit [Ping timeout: 260 seconds]
joeskb7 has joined #u-boot
joeskb7 has quit [Read error: Connection reset by peer]
flyback has joined #u-boot
joeskb7 has joined #u-boot
ungeskriptet_ has joined #u-boot
ungeskriptet has quit [Ping timeout: 244 seconds]
ungeskriptet_ is now known as ungeskriptet
dsimic has quit [Ping timeout: 268 seconds]
dsimic has joined #u-boot
Daanct12 has quit [Quit: WeeChat 4.5.2]
Daanct12 has joined #u-boot
clamor has joined #u-boot
prabhakalad has quit [Remote host closed the connection]
prabhakalad has joined #u-boot
MyNetAz has quit [Remote host closed the connection]
Jones42 has joined #u-boot
dormito has quit [Ping timeout: 268 seconds]
dormito has joined #u-boot
MyNetAz has joined #u-boot
monstr has joined #u-boot
warpme has joined #u-boot
mmu_man has joined #u-boot
wooosaiiii has joined #u-boot
wooosaiiii has quit [Remote host closed the connection]
ikarso has joined #u-boot
ldevulder has joined #u-boot
wooosaiiii has joined #u-boot
mckoan|away is now known as mckoan
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
warpme has joined #u-boot
mmu_man has quit [Ping timeout: 272 seconds]
ldevulder has quit [Ping timeout: 245 seconds]
wooosaiiii has quit [Remote host closed the connection]
sszy has joined #u-boot
vardhan has joined #u-boot
vardhan_ has joined #u-boot
wooosaiiii has joined #u-boot
eballetbo has joined #u-boot
wooosaiiii has quit [Remote host closed the connection]
ldevulder has joined #u-boot
wooosaiiii has joined #u-boot
wooosaiiii1 has joined #u-boot
wooosaiiii has quit [Ping timeout: 244 seconds]
wooosaiiii1 is now known as wooosaiiii
mmu_man has joined #u-boot
wooosaiiii has quit [Remote host closed the connection]
wooosaiiii has joined #u-boot
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
vardhan_ has quit [Ping timeout: 244 seconds]
vardhan has quit [Ping timeout: 244 seconds]
warpme has joined #u-boot
<qschulz> Tartarus: I'm fighting with IT which is now telling me the mails I don't receive are because they weren't sent to me. Do you have any stats on mail bounces for specific addresses maybe?
<qschulz> on my cherry.de address
<qschulz> (I don't mind if the answer is "don't have time or don't want to check")
ldevulder has quit [Quit: Leaving]
clamor has quit [Ping timeout: 252 seconds]
clamor has joined #u-boot
rvalue- has joined #u-boot
ldevulder has joined #u-boot
rvalue has quit [Ping timeout: 252 seconds]
rvalue- is now known as rvalue
rber|res has quit [Remote host closed the connection]
rber|res has joined #u-boot
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mmu_man has quit [Ping timeout: 260 seconds]
warpme has joined #u-boot
persmule has quit [*.net *.split]
naoki has quit [Quit: naoki]
Stat_headcrabbed has joined #u-boot
Stat_headcrabbed has quit [Client Quit]
Stat_headcrabbed has joined #u-boot
Stat_headcrabbed has quit [Client Quit]
ldevulder has quit [Ping timeout: 252 seconds]
<mwalle> NishanthMenon: do you know if spi boot in the r5 uboot spl (k3 soc) is working in upstream? spi works fine in uboot proper but hangs inside the cadence spi driver if run from r5 spl
mmu_man has joined #u-boot
<mwalle> i need to check with a scope if there is actual traffic on the spi lines or wether there is something missing during setup stage. (fwiw, i've already checked the pinmux settings and they are applied)
Stat_headcrabbed has joined #u-boot
Stat_headcrabbed has quit [Client Quit]
Stat_headcrabbed has joined #u-boot
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Stat_headcrabbed has quit [Client Quit]
<NishanthMenon> mwalle: I will ask. I think there is an address mapping aspect
<NishanthMenon> From 32bit r5
<mwalle> NishanthMenon: fwiw, the flash id could be read
<mwalle> so *something* is working
<mwalle> NishanthMenon: and thanks for asking around
<vigneshr> mwalle: btw is this j722s/am67?
monstr has quit [Ping timeout: 252 seconds]
ldevulder has joined #u-boot
Stat_headcrabbed has joined #u-boot
Stat_headcrabbed has quit [Client Quit]
shadowless has quit [Ping timeout: 268 seconds]
bjoto has joined #u-boot
<mwalle> vigneshr: yes
<mwalle> vigneshr: if thats any help, it loops in https://elixir.bootlin.com/u-boot/v2025.01/source/drivers/spi/cadence_qspi_apb.c#L711 with bytes_to_read never decreasing, it will always stay at 16. But thats probably just because something goes wrong before or something is missing
warpme has joined #u-boot
vardhan_ has joined #u-boot
vardhan has joined #u-boot
Stat_headcrabbed has joined #u-boot
Stat_headcrabbed has quit [Client Quit]
<vigneshr> mwalle: https://lore.kernel.org/u-boot/8870aa42-c83b-4805-8758-fcc68cfc9489@ti.com/ -> seems to the last time this was checked in upstream. Will check internally to see if something more recent
<Tartarus> qschulz: Ask source-admin@denx.de, I don't have insight there
Daanct12 has quit [Quit: WeeChat 4.5.2]
Stat_headcrabbed has joined #u-boot
vardhan has quit [Ping timeout: 252 seconds]
vardhan_ has quit [Ping timeout: 265 seconds]
^Dan has joined #u-boot
wooosaiiii1 has joined #u-boot
goliath has joined #u-boot
wooosaiiii has quit [Ping timeout: 248 seconds]
wooosaiiii1 is now known as wooosaiiii
^Dan has left #u-boot [#u-boot]
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
enok has joined #u-boot
enok has quit [Ping timeout: 248 seconds]
enok has joined #u-boot
<Tartarus> xypron: Any chance you had time to look at the RFC pytest doc patch I sent last week?
enok71 has joined #u-boot
lehmanju has quit [Quit: The Lounge - https://thelounge.chat]
enok has quit [Ping timeout: 265 seconds]
enok71 is now known as enok
lehmanju has joined #u-boot
Stat_headcrabbed has quit [Quit: Stat_headcrabbed]
<xypron> Tartarus: Thanks for your reminder. I just sent you a review.
<Tartarus> xypron: Thanks
<Tartarus> Poking at virt-make-fs migration of EFI tests atm, will post something soon for comments
vagrantc has joined #u-boot
adriano has joined #u-boot
<Tartarus> https://source.denx.de/u-boot/u-boot/-/commit/4e76ac2c0f49b289ae9a2e90c624f7400a59160d for example but as I noted in the commit, it's harder to review without having apply and then "git show" to ignore whitespace changes and super-hard look at renames
<Tartarus> (test_eficonfig.py I can change in a similar'ish manner I think, but as a func not inline, an the last two efi tests need me to think a bit harder still)
<xypron> virt-make-fs is the only way to run tests without sudo.
<xypron> We should avoid sudo
<Tartarus> Ah, but it's not the only way
<Tartarus> That's where we got hung up
<Tartarus> The fs tests were doing it, without sudo
<Tartarus> And Simon extended it a bit in test_ut.py
<Tartarus> So now I've got a branch where "make a disk image with partition table" is in fs_helper.py
<Tartarus> along with existing"populate a filesystem image with content"
sszy has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
enok has quit [Quit: enok]
enok has joined #u-boot
enok has quit [Client Quit]
enok71 has joined #u-boot
<clamor> Tartarus: it seems that I might have found a solution for the bloblist relocation issue. At least I have some ideas to check.
enok has joined #u-boot
enok71 has quit [Client Quit]
enok has quit [Ping timeout: 268 seconds]
enok has joined #u-boot
Stat_headcrabbed has joined #u-boot
<mwalle> vigneshr: thanks! these dt changes were actually missing from ours. now the SPI flash loading is working. Though now it hangs after starting TF-A. But thats something for tomorrow to dig deeper into
persmule has joined #u-boot
Stat_headcrabbed has quit [Quit: Stat_headcrabbed]
enok71 has joined #u-boot
enok has quit [Quit: enok]
enok71 is now known as enok
mckoan is now known as mckoan|away
<Tartarus> clamor: great
clamor has quit [Ping timeout: 246 seconds]
LainExperiments has joined #u-boot
adriano has quit [Quit: Client closed]
Stat_headcrabbed has joined #u-boot
Stat_headcrabbed has quit [Client Quit]
Hypfer6 has quit [Quit: The Lounge - https://thelounge.github.io]
Hypfer6 has joined #u-boot
clamor has joined #u-boot
mmu_man has quit [Ping timeout: 252 seconds]
Stat_headcrabbed has joined #u-boot
mmu_man has joined #u-boot
LainExperiments has quit [Ping timeout: 240 seconds]
LainExperiments7 has joined #u-boot
LainExperiments has joined #u-boot
Stat_headcrabbed has quit [Quit: Stat_headcrabbed]
LainExperiments4 has joined #u-boot
LainExperiments7 has quit [Ping timeout: 240 seconds]
pgreco has quit [Ping timeout: 260 seconds]
LainExperiments has quit [Ping timeout: 240 seconds]
pgreco has joined #u-boot
ldevulder has quit [Ping timeout: 268 seconds]
enok has quit [Ping timeout: 245 seconds]
LainExperiments4 has quit [Ping timeout: 240 seconds]
ldevulder has joined #u-boot
ldevulder has quit [Remote host closed the connection]
ldevulder has joined #u-boot
ldevulder has quit [Ping timeout: 252 seconds]
<clamor> sjg1: blob is read from os? board_fdt_blob_setup
<clamor> os_read function converts bloblist into garbage
<sjg1> clamor: I'm not sure what you are saying, sorry
<clamor> Ok
ldevulder has joined #u-boot
clamor has quit [Ping timeout: 252 seconds]
naoki has joined #u-boot
ldevulder has quit [Ping timeout: 246 seconds]
prabhakalad has quit [Ping timeout: 272 seconds]
prabhakalad has joined #u-boot
vagrantc has quit [Ping timeout: 244 seconds]
shadowless has joined #u-boot
mmu_man has quit [Ping timeout: 265 seconds]
mmu_man has joined #u-boot
vagrantc has joined #u-boot
mmu_man has quit [Ping timeout: 248 seconds]
mmu_man has joined #u-boot
goliath has quit [Quit: SIGSEGV]