Tartarus changed the topic of #u-boot to: SOURCE MOVED TO https://source.denx.de/u-boot/u-boot.git / U-Boot v2023.10 is OUT / Merge Window is OPEN, next branch is CLOSED / Release v2024.01 is scheduled for 08 January 2024 / Channel archives at https://libera.irclog.whitequark.org/u-boot
bswartz has quit [Ping timeout: 260 seconds]
vagrantc has quit [Quit: leaving]
behanw has quit [Quit: Connection closed for inactivity]
bswartz has joined #u-boot
bswartz has quit [Changing host]
bswartz has joined #u-boot
qschulz has quit [Remote host closed the connection]
qschulz has joined #u-boot
naoki has joined #u-boot
persmule has quit [Remote host closed the connection]
mmu_man has quit [Ping timeout: 255 seconds]
naoki has quit [Quit: naoki]
jclsn has quit [Ping timeout: 240 seconds]
jclsn has joined #u-boot
ladis has quit [Quit: Leaving]
Leopold has quit [Remote host closed the connection]
Mis012 has quit [Remote host closed the connection]
Leopold has joined #u-boot
mckoan_ has joined #u-boot
mckoan|away has quit [Ping timeout: 248 seconds]
neha_ has quit [Quit: Connection closed for inactivity]
stipa_ has joined #u-boot
stipa has quit [Ping timeout: 255 seconds]
stipa_ is now known as stipa
redbrain has quit [Read error: Connection reset by peer]
redbrain has joined #u-boot
ikarso has joined #u-boot
neha_ has joined #u-boot
monstr has joined #u-boot
stefanro has joined #u-boot
monstr has quit [Ping timeout: 255 seconds]
mckoan_ is now known as mckoan
ldevulder has quit [Quit: Leaving]
goliath has joined #u-boot
milkylainen has quit [Ping timeout: 260 seconds]
ldevulder has joined #u-boot
milkylainen has joined #u-boot
gsz has joined #u-boot
Gravis has quit [Ping timeout: 255 seconds]
Gravis has joined #u-boot
mwalle has joined #u-boot
monstr has joined #u-boot
prabhakarlad has joined #u-boot
Xogium has quit [Quit: Leaving.]
sszy has joined #u-boot
ezulian has joined #u-boot
foxtrot has quit [Quit: Goodbye]
foxtrot has joined #u-boot
thopiekar has quit [Ping timeout: 255 seconds]
thopiekar has joined #u-boot
rockosov has joined #u-boot
mmu_man has joined #u-boot
<paulbarker> marex: Anything I've not specifically replied to in your comments, I agree with and will address in v2
f_ has joined #u-boot
mckoan is now known as mckoan|away
dsimic has quit [Ping timeout: 260 seconds]
dsimic has joined #u-boot
f_ has quit [Ping timeout: 240 seconds]
<marex> paulbarker: thanks, it really shouldn't be much work to fix that up
naoki has joined #u-boot
naoki has quit [Client Quit]
prabhakarlad has quit [Quit: Client closed]
prabhakarlad has joined #u-boot
ebach has joined #u-boot
ebach_ has joined #u-boot
mmu_man has quit [Ping timeout: 245 seconds]
<NishanthMenon> Tartarus: any idea when you might pick up fixes for the u-boot breakage? series: https://lore.kernel.org/all/20230929134646.214781-2-rogerq@kernel.org/ and https://lore.kernel.org/all/20231002150053.2930710-1-nm@ti.com/ ?
<zear> sjg1, hey. Since you're in here, perhaps it would be faster to discuss this series in here: https://lore.kernel.org/u-boot/20231004124734.215105-1-artur@conclusive.pl/
<zear> this is Artur, btw
alan_o has quit [Quit: Leaving]
alan_o has joined #u-boot
Kwiboo has quit [Quit: .]
Kwiboo has joined #u-boot
a-nandan has joined #u-boot
a-nandan has left #u-boot [#u-boot]
alan_o has quit [Quit: Leaving]
alan_o has joined #u-boot
persmule has joined #u-boot
Kwiboo has quit [Quit: .]
Kwiboo has joined #u-boot
<sjg1> zear: Hi, you don't need to adjust the mac_read_from_eeprom(). Just start your own thing (read_settings() or whatever) - i.e. don't make it any worse. People do appreciate cleanup, but sometimes it can be a big task
neha_ has quit [Quit: Connection closed for inactivity]
<zear> thanks, that makes sense
<zear> the problem with cleanups is that they work like a snowball, and I only have limited time :)
torez has joined #u-boot
mps has quit [Ping timeout: 255 seconds]
xroumegue has quit [Ping timeout: 258 seconds]
xroumegue has joined #u-boot
mps has joined #u-boot
<mkorpershoek> marex: about helping maintaince on usb/gadget part: I'm willing to give a hand. What's the procedure? should I just add my name in the maintainers file and submit a patch? I see that the fastboot stuff is orphaned too. I think I can take that part as well
goliath has quit [Quit: SIGSEGV]
<marex> mkorpershoek: send a MAINTAINERS patch, CC lukma, thanks a lot
<zear> speaking of, is usb/next sitting on some different remote than the official repository?
persmule has quit [Ping timeout: 252 seconds]
<marex> zear: no, why ?
<zear> I don't see it listed on https://source.denx.de/u-boot/u-boot.git
<zear> oh, thanks
<marex> I just synced usb master and next btw
<marex> there's one extra patch on top of u-boot/master
prabhakarlad has quit [Quit: Client closed]
monstr has quit [Remote host closed the connection]
<zear> that would be my patch, hence why I asked ;)
ikarso has quit [Quit: Connection closed for inactivity]
<mkorpershoek> marex: will do in the coming days, thanks !
persmule has joined #u-boot
macromorgan_ has joined #u-boot
macromorgan has quit [Ping timeout: 260 seconds]
<marex> zear: yeah, and idiot me didn't send PR before the release, sigh
vagrantc has joined #u-boot
<zear> ;P
<zear> it's ok, I'm still in the middle of upstreaming a series that uses it anyway
f_ has joined #u-boot
prabhakarlad has joined #u-boot
ebach has quit [Remote host closed the connection]
ebach has joined #u-boot
mmu_man has joined #u-boot
<Forty-Bot> sjg1: is dm_test_post_run supposed to destroy the root driver?
<Forty-Bot> if so, what is supposed to restore it for other tests?
<Forty-Bot> do I just need to set UT_TESTF_DM if I use any udevices?
sszy has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
<sjg1> Forty-Bot: Yes, the pre-run creates it again. Yes use that flag if you use devices...it is mostly useful when you make changes, since then dm needs to recreated things
<Forty-Bot> ok, thanks; I didn't have it enabled on some tests and they had been spuriously passing since I was using malloc_simple
<sjg1> Forty-Bot: OK
<Forty-Bot> maybe we should clear dm_root in dm_test_post_run so things fail earlier
mmu_man has quit [Ping timeout: 255 seconds]
flom84 has joined #u-boot
goliath has joined #u-boot
qqq has joined #u-boot
Stat_headcrabed has joined #u-boot
flom84 has quit [Ping timeout: 255 seconds]
flom84 has joined #u-boot
Stat_headcrabed has quit [Quit: Stat_headcrabed]
* vagrantc falls behind in tracking u-boot
<vagrantc> falling behind one release ... what's the worst that could happen :)
qqq has quit [Read error: Connection reset by peer]
qqq has joined #u-boot
persmule has quit [Ping timeout: 252 seconds]
flom84 has quit [Remote host closed the connection]
persmule has joined #u-boot
<f_> vagrantc: ¯\_(ツ)_/¯
ikarso has joined #u-boot
f_ has quit [Ping timeout: 260 seconds]
matthias_bgg has quit [Ping timeout: 255 seconds]
matthias_bgg has joined #u-boot
Xogium has joined #u-boot
mmu_man has joined #u-boot
torez has quit [Quit: torez]
mmu_man has quit [Ping timeout: 255 seconds]
mmu_man has joined #u-boot
hanetzer has quit [Ping timeout: 255 seconds]
hanetzer has joined #u-boot
stipa_ has joined #u-boot
stipa has quit [Ping timeout: 264 seconds]
stipa_ is now known as stipa
wyre has quit [Quit: ZNC 1.8.2 - https://znc.in]
wyre has joined #u-boot
flyback has quit [Quit: Leaving]
cyrozap has quit [Quit: ZNC 1.8.2+deb3.1 - https://znc.in]
cyrozap has joined #u-boot
mmind00 has quit [Ping timeout: 240 seconds]
mmind00 has joined #u-boot
mmu_man has quit [Ping timeout: 246 seconds]
cyrozap has quit [Quit: ZNC 1.8.2+deb3.1 - https://znc.in]
cyrozap has joined #u-boot
matthias_bgg has quit [Ping timeout: 255 seconds]
flyback has joined #u-boot
ezulian has quit [Ping timeout: 248 seconds]
mmu_man has joined #u-boot
vagrantc has quit [Quit: leaving]
ikarso has quit [Quit: Connection closed for inactivity]
goliath has quit [Quit: SIGSEGV]
gsz has quit [Ping timeout: 258 seconds]
persmule has quit [Remote host closed the connection]
persmule has joined #u-boot
ebach_ has quit [Ping timeout: 255 seconds]
ebach has quit [Ping timeout: 272 seconds]