Tartarus changed the topic of #u-boot to: SOURCE MOVED TO https://source.denx.de/u-boot/u-boot.git / U-Boot v2024.07, v2024.10-rc2 are OUT / Merge Window is CLOSED, next branch is OPEN / Release v2024.10 is scheduled for 07 October 2024 / Channel archives at https://libera.irclog.whitequark.org/u-boot
hellodub has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
hellodub has joined #u-boot
<Forty-Bot> sjg1: do you have a more-recent example of that failure
jclsn has quit [Ping timeout: 276 seconds]
flyback has quit [Ping timeout: 260 seconds]
jclsn has joined #u-boot
flyback has joined #u-boot
mmu_man has joined #u-boot
pgreco has joined #u-boot
pgreco_ has quit [Ping timeout: 255 seconds]
Clamor has joined #u-boot
wooosaiiii has joined #u-boot
mmu_man has quit [Ping timeout: 252 seconds]
Clamor has quit [Ping timeout: 276 seconds]
Clamor has joined #u-boot
enok has joined #u-boot
monstr has joined #u-boot
<Clamor> What is the purpose of sysinfo driver apart from getting board info, can it trigger dtb choosing or bard specific config. If yes, how to set this up?
Clamor has quit [Read error: Connection reset by peer]
Clamor has joined #u-boot
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #u-boot
enok has quit [Quit: enok]
enok has joined #u-boot
enok has quit [Ping timeout: 252 seconds]
Jones42_ has joined #u-boot
Guest92 has joined #u-boot
memset_ has quit [Remote host closed the connection]
memset has joined #u-boot
enok has joined #u-boot
Jones42_ has quit [Ping timeout: 248 seconds]
frieder has joined #u-boot
enok has quit [Read error: Connection reset by peer]
enok has joined #u-boot
frieder has quit [Ping timeout: 245 seconds]
Jones42_ has joined #u-boot
Jones42__ has joined #u-boot
Jones42_ has quit [Ping timeout: 276 seconds]
enok has quit [Quit: enok]
enok71 has joined #u-boot
enok71 is now known as enok
frieder has joined #u-boot
enok has quit [Ping timeout: 252 seconds]
goliath has joined #u-boot
warpme has joined #u-boot
mmu_man has joined #u-boot
xroumegue has quit [Ping timeout: 260 seconds]
xroumegue has joined #u-boot
Guest92 has quit [Quit: Client closed]
ikarso has joined #u-boot
jfsimon1981_b has quit [Remote host closed the connection]
sszy has joined #u-boot
jfsimon1981_b has joined #u-boot
memset has quit [Remote host closed the connection]
memset has joined #u-boot
luka17754 has joined #u-boot
hellodub has quit [Ping timeout: 260 seconds]
hellodub has joined #u-boot
jfsimon1981_b has quit [Remote host closed the connection]
jfsimon1981_b has joined #u-boot
jfsimon1981_c has joined #u-boot
jfsimon1981_b has quit [Read error: Connection reset by peer]
monstr has quit [Ping timeout: 252 seconds]
flokli has quit [Ping timeout: 276 seconds]
monstr has joined #u-boot
flokli has joined #u-boot
monstr has quit [Ping timeout: 252 seconds]
Stat_headcrabed has joined #u-boot
ikarso has quit [Quit: Connection closed for inactivity]
enok has joined #u-boot
enok has quit [Client Quit]
enok has joined #u-boot
<sjg1> Forty-Bot: Which failure?
mmu_man has quit [Ping timeout: 255 seconds]
naoki has quit [Quit: naoki]
<mahk> hi, how recv handling at phy devices (net/phy)
<mahk> i could not find such as definition for them, https://github.com/u-boot/u-boot/blob/master/drivers/net/zynq_gem.c#L946
<mahk> for example https://github.com/u-boot/u-boot/blob/master/drivers/net/phy/atheros.c , how is it handling the receiving packets, in which function?
enok has quit [Read error: Connection reset by peer]
Guest82 has joined #u-boot
Guest82 has quit [Quit: Client closed]
monstr has joined #u-boot
<Forty-Bot> sjg1: the one you emailed me about
<Forty-Bot> mahk: receiving packets is done in the netdev (mac) e.g. drivers/net/whatever.c
<mahk> but it doesnt include, e.g atheros
<mahk> for new driver structure with uclass, as i see it handles differently, but i couldn't grasp
<sjg1> It happens on -master for me
<sjg1> Forty-Bot: ^
<Forty-Bot> I'm asking because the log you sent me shows the failure in EFI tests, but they have been reorganized since then
<Forty-Bot> and I ran e.g. `ut dm` and didn't see that error
<Forty-Bot> mahk: what do you want to do?
mckoan|away is now known as mckoan
<mahk> just trying to understand new driver mechanism
<mahk> i couldn't get how uclass handling the receiving packets
<mahk> is there any reference code for it, i couldn't find then asked her
<mahk> here*
<Forty-Bot> mahk: U-Boot calls .recv and the driver either fills in a packet or returns -EAGAIN
<Forty-Bot> for example, that's e1000_eth_recv in drivers/net/e1000.c
<Forty-Bot> which you can tell because it's the .recv member of e1000_eth_ops
<Forty-Bot> which is the .ops member of U_BOOT_DRIVER(eth_e1000)
luka17754 has quit [Ping timeout: 265 seconds]
<mahk> yes i got it for e1000 drivers, but others?
enok has joined #u-boot
<mahk> e.g atheros, there is no .recv definition
Peng_Fan has joined #u-boot
enok has quit [Ping timeout: 252 seconds]
swiftgeek has quit [Ping timeout: 260 seconds]
luka1777 has joined #u-boot
swiftgeek has joined #u-boot
monstr has quit [Remote host closed the connection]
<LeSpocky> is it possible to change parts of the dts used by u-boot from some env variable content?
swiftgeek has quit [Ping timeout: 252 seconds]
dsimic has quit [Ping timeout: 260 seconds]
dsimic has joined #u-boot
Stat_headcrabed has quit [Quit: Stat_headcrabed]
swiftgeek has joined #u-boot
goliath has quit [Quit: SIGSEGV]
sszy has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
swiftgeek has quit [Ping timeout: 252 seconds]
swiftgeek has joined #u-boot
mmu_man has joined #u-boot
<dhruvag2000> @Tartarus: will this TIFS stub series make it in soon? https://lore.kernel.org/all/20240805142937.443737-1-d-gole@ti.com/
<Tartarus> Yes, I think I was just waiting for an ack on the verdin part
<dhruvag2000> I think we have that as well? https://lore.kernel.org/all/20240729115018.GA38030@francesco-nb/
enok has joined #u-boot
<pivi> Tartarus, dhruvag2000 : whoops, I'll have a quick look and ack it. sorry.
<Tartarus> OK, then soon
<pivi> dhruvag2000: I can give an explicit ack if Tartarus prefer
yann-kaelig has joined #u-boot
yann-kaelig has quit [Client Quit]
<Tartarus> If you have time, please do pivi
enok has quit [Ping timeout: 245 seconds]
<pivi> done
<pivi> I just missed it
<Tartarus> Thanks
_whitelogger has quit [Ping timeout: 246 seconds]
sauce has quit [Remote host closed the connection]
_whitelogger has joined #u-boot
sauce has joined #u-boot
luka1777 has quit [Ping timeout: 276 seconds]
rvalue has quit [Ping timeout: 252 seconds]
rvalue- has joined #u-boot
cottsay has quit [Quit: TTFN]
cottsay has joined #u-boot
rvalue- is now known as rvalue
luka177 has joined #u-boot
<dhruvag2000> Thankyou!
warpme has joined #u-boot
warpme has quit [Client Quit]
mckoan is now known as mckoan|away
Stat_headcrabed has joined #u-boot
jfsimon1981_c has quit [Ping timeout: 265 seconds]
jfsimon1981_b has joined #u-boot
warpme has joined #u-boot
warpme has quit [Client Quit]
Jones42__ has quit [Ping timeout: 260 seconds]
warpme has joined #u-boot
alexxy has quit [Quit: No Ping reply in 180 seconds.]
jfsimon1981_b has quit [Remote host closed the connection]
jfsimon1981_b has joined #u-boot
alexxy has joined #u-boot
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
memset has quit [Remote host closed the connection]
memset has joined #u-boot
naoki has joined #u-boot
prabhakalad has quit [Quit: Konversation terminated!]
prabhakalad has joined #u-boot
mmu_man has quit [Ping timeout: 245 seconds]
joeskb7 has quit [Ping timeout: 252 seconds]
mmu_man has joined #u-boot
joeskb7 has joined #u-boot
enok has joined #u-boot
Stat_headcrabed has quit [Quit: Stat_headcrabed]
vagrantc has joined #u-boot
Clamor has quit [Ping timeout: 265 seconds]
macromorgan has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
Clamor has joined #u-boot
macromorgan has joined #u-boot
Clamor has quit [Read error: Connection reset by peer]
enok has quit [Ping timeout: 252 seconds]
enok has joined #u-boot
warpme has joined #u-boot
enok has quit [Ping timeout: 252 seconds]
memset_ has joined #u-boot
memset has quit [Ping timeout: 260 seconds]
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
naoki has quit [Quit: naoki]
prabhakalad has quit [Ping timeout: 248 seconds]
prabhakalad has joined #u-boot
prabhakalad has quit [Ping timeout: 265 seconds]
prasmi has joined #u-boot
prasmi has quit [Client Quit]
prasmi has joined #u-boot
prasmi has quit [Client Quit]
prasmi has joined #u-boot
prasmi has quit [Client Quit]
prasmi has joined #u-boot
frieder has quit [Remote host closed the connection]
vagrantc has quit [Quit: leaving]
naoki has joined #u-boot
vagrantc has joined #u-boot
prasmi has quit [Ping timeout: 276 seconds]
vagrantc has quit [Ping timeout: 276 seconds]
luka177 has quit [Quit: Connection closed]
alpernebbi has quit [Quit: No Ping reply in 180 seconds.]
alpernebbi has joined #u-boot
rvalue- has joined #u-boot
rvalue has quit [Ping timeout: 252 seconds]
rvalue- is now known as rvalue
Hypfer6 has quit [Ping timeout: 244 seconds]
tgamblin has quit [Ping timeout: 252 seconds]
tgamblin has joined #u-boot
flyback has quit [Quit: Leaving]
Hypfer6 has joined #u-boot
flyback has joined #u-boot