Tartarus changed the topic of #u-boot to: SOURCE MOVED TO https://source.denx.de/u-boot/u-boot.git / U-Boot v2024.01 is OUT / Merge Window is OPEN, next branch is CLOSED / Release v2024.04 is scheduled for 02 April 2024 / Channel archives at https://libera.irclog.whitequark.org/u-boot
rvalue has quit [Ping timeout: 264 seconds]
rvalue has joined #u-boot
hanetzer has quit [Quit: WeeChat 4.1.2]
ldevulder has quit [Ping timeout: 255 seconds]
ldevulder has joined #u-boot
ikarso has quit [Quit: Connection closed for inactivity]
ldevulder_ has joined #u-boot
ldevulder has quit [Ping timeout: 255 seconds]
jclsn has quit [Ping timeout: 260 seconds]
jclsn has joined #u-boot
f_ has quit [Read error: Connection reset by peer]
f_ has joined #u-boot
Clamor has joined #u-boot
mmu_man has quit [Ping timeout: 264 seconds]
Peng_Fan has quit [Quit: Connection closed for inactivity]
sakman has quit [Ping timeout: 256 seconds]
persmule has quit [Remote host closed the connection]
ikarso has joined #u-boot
GNUtoo has quit [Remote host closed the connection]
monstr has joined #u-boot
monstr has quit [Ping timeout: 252 seconds]
goliath has joined #u-boot
mckoan|away is now known as mckoan
monstr has joined #u-boot
frieder has joined #u-boot
sszy has joined #u-boot
xroumegue has quit [Ping timeout: 260 seconds]
ezulian has joined #u-boot
xroumegue has joined #u-boot
ezulian has quit [Quit: ezulian]
ezulian has joined #u-boot
slobodan has joined #u-boot
ldevulder_ is now known as ldevulder
jmasson has joined #u-boot
camus has quit [Read error: Connection reset by peer]
camus1 has joined #u-boot
camus1 is now known as camus
camus has quit [Quit: camus]
camus has joined #u-boot
prabhakarlad has joined #u-boot
prabhakarlad has quit [Quit: Client closed]
Clamor has quit [Ping timeout: 264 seconds]
persmule has joined #u-boot
persmule has quit [Remote host closed the connection]
Clamor has joined #u-boot
persmule has joined #u-boot
Schimsalabim has joined #u-boot
prabhakarlad has joined #u-boot
njha has quit [Ping timeout: 268 seconds]
njha has joined #u-boot
dsimic has quit [Ping timeout: 240 seconds]
dsimic has joined #u-boot
qqq has joined #u-boot
mmu_man has joined #u-boot
Stat_headcrabed has joined #u-boot
macromorgan_ has joined #u-boot
smurray has quit [Ping timeout: 268 seconds]
ezequielg has quit [Ping timeout: 268 seconds]
smurray has joined #u-boot
Epakai_ has joined #u-boot
flokli has quit [Ping timeout: 268 seconds]
jbowen has quit [Ping timeout: 268 seconds]
Manouchehri has quit [Ping timeout: 268 seconds]
pbrobinson has quit [Ping timeout: 268 seconds]
ndesaulniers has quit [Ping timeout: 268 seconds]
deathmist has quit [Ping timeout: 268 seconds]
macromorgan has quit [Ping timeout: 268 seconds]
mkorpershoek has quit [Ping timeout: 268 seconds]
hays has quit [Ping timeout: 268 seconds]
Epakai has quit [Ping timeout: 268 seconds]
dgilmore has quit [Ping timeout: 268 seconds]
deathmist has joined #u-boot
ezequielg has joined #u-boot
jbowen has joined #u-boot
pbrobinson has joined #u-boot
Manouchehri has joined #u-boot
dgilmore has joined #u-boot
mkorpershoek has joined #u-boot
ndesaulniers has joined #u-boot
qsx has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
qsx has joined #u-boot
flokli has joined #u-boot
sakman has joined #u-boot
<LeSpocky> hello
<LeSpocky> can I somehow override the 'image load address' when loading a kernel from a FIT image? the image has set none and I run into "Can't get image load address!"
<LeSpocky> thing is: the fit image contains a multi platform kernel, and the load address is different for each
<Tartarus> Yes, you need to make it a kernel_noload FIT image
<LeSpocky> okay, gonna try that, thanks :-)
<LeSpocky> okay with 'Type: Kernel Image (no loading done)' and `bootm ${loadaddr}:kernel` I get the same error
<LeSpocky> U-Boot v2024.01 btw
<Tartarus> you have to set a load address still, it's just ignored
<Tartarus> when making the FIT
monstr has quit [Ping timeout: 252 seconds]
<LeSpocky> o.O
matthias_bgg has quit [Quit: Leaving]
goliath has quit [Quit: SIGSEGV]
<LeSpocky> same for entry point I guess?
qqq has quit [Quit: Lost terminal]
<Tartarus> yes
monstr has joined #u-boot
<LeSpocky> fwiw, what's the reason for having that entry point address anyway? I saw it was set to the same address as load address in many cases.
persmule has quit [Remote host closed the connection]
<cambrian_invader> sometimes it's not
persmule has joined #u-boot
qqq has joined #u-boot
sszy has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
<Clamor> Is there smth like vesamenu for u-boot extlinux? Or other arrow based navigation like in bootmenu.
<Tartarus> specifically on top of parsing the extlinux.conf file, so you get something grub-like?
<Clamor> I like how extlinux.conf works, my only issue is option choosing with number
<Clamor> My keyboard has only 3 keys unfortunately
<LeSpocky> Tartarus: got it working, thank you :-)
prabhakarlad has quit [Quit: Client closed]
mckoan is now known as mckoan|away
wooosaiiii1 has joined #u-boot
monstr has quit [Remote host closed the connection]
monstr has joined #u-boot
wooosaiiii has quit [Ping timeout: 252 seconds]
wooosaiiii1 is now known as wooosaiiii
sakman has quit [Ping timeout: 260 seconds]
Stat_headcrabed has quit [Quit: Stat_headcrabed]
monstr has quit [Read error: Connection reset by peer]
jmasson has quit [Remote host closed the connection]
monstr has joined #u-boot
mmu_man has quit [Ping timeout: 256 seconds]
<calebccff> is there a reason why DM_USB_GADGET doesn't depend explicitly on USB_GADGET ?
<Tartarus> Ah, lets see
<Tartarus> I _think_ the last platform that was blocking enforcing that dependency has been removed now
<calebccff> I'm running into a build error if I enable dwc3 gadget stuff and then something like usb mass storage support, the dwc3 dm_usb_gadget_handle_interrupts() implementation isn't enabled without DM_USB_GADGET but there's no clear way to express that dependency afaict
<Tartarus> Lets start the clock and see if I can confirm that before my meeting in 30 minutes _and_ not be late to said meeting ;)
<calebccff> heh
<calebccff> thanks :P
goliath has joined #u-boot
mmu_man has joined #u-boot
rvalue has quit [Ping timeout: 256 seconds]
rvalue has joined #u-boot
monstr has quit [Remote host closed the connection]
ldevulder has quit [Ping timeout: 255 seconds]
ldevulder has joined #u-boot
<Tartarus> And it looks like there's maybe some wrong logic around the udc driver today
<Tartarus> ugh, no, it's worse than I thought
<calebccff> oh dear...
<Tartarus> CI_UDC doesn't support DM_USB_GADGET
<calebccff> ahh
<Tartarus> Might be a few others too, at91 maybe
<calebccff> would it be safe to make dwc3 depend on DM_USB_GADGET?
<Tartarus> So, hmm
<calebccff> well, USB_DWC3_GADGET i mean
Clamor has quit [Ping timeout: 255 seconds]
Clamor has joined #u-boot
<Tartarus> Today there's 10 boards that don't already enable that
<Tartarus> that combination that is, USB_DWC3_GADGET && DM_USB_GADGET
<Tartarus> Probably should just have USB_DWC3_GADGET select DM_USB_GADGET
<Tartarus> and SPL_DM_USB_GADGET if SPL_USB_GADGET
<calebccff> ok cool, that tracks
<calebccff> thx for looking into it
GNUtoo has joined #u-boot
vagrantc has joined #u-boot
sakman has joined #u-boot
frieder has quit [Remote host closed the connection]
sakman has quit [Read error: Connection reset by peer]
mmu_man has quit [Ping timeout: 256 seconds]
goliath has quit [Quit: SIGSEGV]
mmu_man has joined #u-boot
sakman has joined #u-boot
jfsimon1981 has quit [Remote host closed the connection]
prabhakarlad has joined #u-boot
slobodan has quit [Ping timeout: 240 seconds]
___nick___ has joined #u-boot
Clamor has quit [Read error: Connection reset by peer]
___nick___ has quit [Ping timeout: 256 seconds]
qqq has quit [Ping timeout: 240 seconds]
qqq has joined #u-boot
<calebccff> argh, i feel like im so close to getting USB SuperSpeed working, but not matter what I do it fails to communicate with superspeed USB devices beyond reading the descriptors
prabhakarlad has quit [Ping timeout: 250 seconds]
ldevulder has quit [Ping timeout: 268 seconds]
GNUtoo has quit [Remote host closed the connection]
GNUtoo has joined #u-boot
persmule has quit [Remote host closed the connection]
ldevulder has joined #u-boot
ezulian has quit [Ping timeout: 256 seconds]
prabhakar has quit [Ping timeout: 264 seconds]