<dormito>
out of curiosity: anyone know about the state of support for solid-run's honycomb LX2 (lx2160 som+carrier) board? for some reason I'd thought they were upstreaming their changes, but I do not see them in current master.
monstr has joined #u-boot
sakman has joined #u-boot
hanetzer has quit [Read error: Connection reset by peer]
sszy has quit [Ping timeout: 265 seconds]
hanetzer has joined #u-boot
d-s-e has quit [Quit: Konversation terminated!]
jaganteki has quit [Quit: Client closed]
sszy has joined #u-boot
ikarso has quit [Quit: Connection closed for inactivity]
torez has joined #u-boot
monstr has quit [Remote host closed the connection]
<sjg1>
Tartarus: I rebooted moa and it seems OK now. Not sure what happened
prabhakarlad has joined #u-boot
torez has quit [Remote host closed the connection]
guillaume_g has quit [Quit: Konversation terminated!]
prabhakarlad has quit [Quit: Client closed]
<marex>
dormito: maybe stefanro
stefanro has quit [Quit: Leaving.]
<marex>
hmmmm
<dormito>
did you scare them off?
<dormito>
(or maybe I did, indirectly)
swiftgeek has quit [Ping timeout: 268 seconds]
<marex>
dormito: probably Friday called
swiftgeek has joined #u-boot
mmu_man has joined #u-boot
prabhakarlad has joined #u-boot
mmu_man has quit [Quit: Lost terminal]
<Tartarus>
marex: lemme know if you don't have a sunxi platform that fails now like mine is
<marex>
Tartarus: what I don't quite understand is, why are you not getting any uninitialized variable warnings
<Tartarus>
OK, lemme see what the what
<marex>
Tartarus: is that a typo or a new way of avoiding the f-word ?
<marex>
Tartarus: did it help
<marex>
?
<Tartarus>
yes and working towards checking that patch
<Tartarus>
OK, so, re-confirmed, master + MMC branch fails
<marex>
Tartarus: my guess is, spl_mmc_raw_uboot_offset() is called with uninitialized non-zero variable , for SD is should be zero, so spl_mmc_raw_uboot_offset() returns 0 instead of sector offset , and your boot fails
<marex>
Tartarus: but ... why no warning
<Tartarus>
Gonna guess __maybe_unused trips it up
<marex>
Tartarus: I was about to write that
<Tartarus>
Great minds? ;)
<Tartarus>
And yes, fixes the problem
<Tartarus>
You can add my Tested-by
<marex>
heh
<marex>
but hum, __maybe_unused shouldn't be __maybe_uninitialized