clamor has quit [Read error: Connection reset by peer]
tlwoerner has joined #u-boot
mmu_man has quit [Ping timeout: 252 seconds]
dsimic has quit [Ping timeout: 252 seconds]
dsimic has joined #u-boot
naoki has quit [Ping timeout: 276 seconds]
clamor has joined #u-boot
naoki has joined #u-boot
enok has joined #u-boot
enok has quit [Remote host closed the connection]
monstr has joined #u-boot
gsz has joined #u-boot
goliath has joined #u-boot
gsz has quit [Ping timeout: 252 seconds]
ldevulder has joined #u-boot
<pivi>
marex: I just noticed commit commit 0916053ebc56 ("usb: dwc3: gadget: Fix match_ep callback for NXP UUU tool")
<pivi>
We do use UUU tool even on non-NXP platforms ...
monstr has quit [Ping timeout: 252 seconds]
clamor has quit [Ping timeout: 260 seconds]
mckoan|away is now known as mckoan
<mckoan>
good morning
clamor has joined #u-boot
frieder has joined #u-boot
jclsn has joined #u-boot
frieder has quit [Ping timeout: 252 seconds]
frieder has joined #u-boot
Jones42 has joined #u-boot
naoki has quit [Quit: naoki]
monstr has joined #u-boot
eballetbo has joined #u-boot
sszy has joined #u-boot
monstr has quit [Ping timeout: 252 seconds]
enok has joined #u-boot
mmu_man has joined #u-boot
bjoto has joined #u-boot
frieder has quit [Ping timeout: 260 seconds]
flyback has quit [Quit: Leaving]
flyback has joined #u-boot
frieder has joined #u-boot
gsz has joined #u-boot
rockosov has joined #u-boot
monstr has joined #u-boot
monstr has quit [Ping timeout: 252 seconds]
ladis has joined #u-boot
gsz has quit [Ping timeout: 260 seconds]
enok has quit [Ping timeout: 252 seconds]
enok has joined #u-boot
enok has quit [Ping timeout: 252 seconds]
enok has joined #u-boot
persmule has quit [Ping timeout: 264 seconds]
ldevulder has quit [Quit: Leaving]
<marex>
pivi: the NXP UUU ? :O
<marex>
pivi: it is as mkorpershoek suggested, test it
enok has quit [Ping timeout: 252 seconds]
goliath has quit [Quit: SIGSEGV]
<Tartarus>
marex: Yes, I think so?
enok has joined #u-boot
<Tartarus>
But maybe I'm wrong, hm
enok has quit [Remote host closed the connection]
enok71 has joined #u-boot
enok71 has quit [Ping timeout: 252 seconds]
enok has joined #u-boot
enok has quit [Remote host closed the connection]
wooosaiiii has quit [Remote host closed the connection]
wooosaiiii has joined #u-boot
clamor has quit [Ping timeout: 252 seconds]
clamor has joined #u-boot
goliath has joined #u-boot
frieder has quit [Remote host closed the connection]
<xypron>
Tartarus: We somehow don't check for -Wimplicit-fallthrough anymore when building. There are a number of places where we fall-through erroneously in origin/master.
<Tartarus>
xypron: Hmm, ok, let me see..
<Tartarus>
xypron: I don't know that we ever had it on explicitly
<Tartarus>
Looks like the kernel has some Kconfig for handling passing the right flags
<xypron>
Tartarus: I remember seeing warning for it before. Anyway we should fix the problems and add the flag.
enok has joined #u-boot
gsz has joined #u-boot
enok has quit [Ping timeout: 252 seconds]
<Tartarus>
Yes, we should fix the problems and borrow CC_IMPLICIT_FALLTHROUGH from the kernel
<Tartarus>
It's an extrawarn in the kernel, which is why I wonder if your compiler used to default to it on? I'm surprised it's not a global thing in the kernel
<Tartarus>
Other than that I assume some bots build with it and catch the errors
<Tartarus>
... which funny enough handles both regular and extra warnings
rcn-ee_ is now known as rcn-ee
warpme has joined #u-boot
mckoan is now known as mckoan|away
ungeskriptet_ has joined #u-boot
ungeskriptet has quit [Ping timeout: 260 seconds]
warpme has quit [Ping timeout: 252 seconds]
ungeskriptet has joined #u-boot
ungeskriptet_ has quit [Ping timeout: 260 seconds]
joeskb7 has joined #u-boot
<Tartarus>
xypron: Do you want me to take that efi one directly or will you send me a PR?
monstr has joined #u-boot
monstr has quit [Remote host closed the connection]
vagrantc has joined #u-boot
clamor has quit [Ping timeout: 260 seconds]
mmu_man has quit [Ping timeout: 252 seconds]
clamor has joined #u-boot
mmu_man has joined #u-boot
rvalue- has joined #u-boot
rvalue has quit [Ping timeout: 252 seconds]
rvalue- is now known as rvalue
antero has joined #u-boot
antero is now known as antero__
antero__ is now known as antero_h__
antero_h__ has quit [Quit: Konversation terminated!]
enok has joined #u-boot
joeskb7 has quit [Quit: Lost terminal]
clamor has quit [Read error: Connection reset by peer]
enok has quit [Remote host closed the connection]
enok has joined #u-boot
enok has quit [Remote host closed the connection]
mrnuke has quit [Ping timeout: 260 seconds]
mmu_man has quit [Ping timeout: 244 seconds]
mrnuke has joined #u-boot
mmu_man has joined #u-boot
vagrantc has quit [Quit: leaving]
enok has joined #u-boot
ladis has quit [Quit: Leaving]
goliath has quit [Quit: SIGSEGV]
<calebccff>
xypron: apalos: i'm running into a bug deleting the capsule file after updating, somehow fs_set_blk_dev_with_part() is called with a totally bogus value for part from efi_file.c https://p.calebs.dev/b6e1f1@raw
<calebccff>
desc 000000026c696810 part 7 is the ESP
sukrutb has joined #u-boot
<calebccff>
aha, figured it out... we call scsi_scan() in dfu_fill_entity_scsi() which unbinds and rebinds all block devices, and causes the EFI subsystem to re-create all it's devices too
<calebccff>
i think it's ok to remove that call, and rqeuire you do it in board init
<calebccff>
next problem is that the file deletion doesn't actually go through unless I add a delay before the reboot for caches to flush