Tartarus changed the topic of #u-boot to: SOURCE MOVED TO https://source.denx.de/u-boot/u-boot.git / U-Boot v2022.07 is OUT / Merge Window is OPEN, -next is CLOSED / Release v2022.10 is scheduled for 3 October 2022 / http://www.denx.de/wiki/U-Boot / Channel archives at https://libera.irclog.whitequark.org/u-boot
umbramalison has quit [Quit: %So long and thanks for all the fish%]
umbramalison has joined #u-boot
umbramalison has quit [Client Quit]
umbramalison has joined #u-boot
umbramalison has quit [Ping timeout: 252 seconds]
umbramalison has joined #u-boot
umbramalison has quit [Remote host closed the connection]
thopiekar has quit [Ping timeout: 252 seconds]
thopiekar has joined #u-boot
umbramalison has joined #u-boot
umbramalison has quit [Remote host closed the connection]
umbramalison has joined #u-boot
crb_ has quit [Quit: This computer has gone to sleep]
crb_ has joined #u-boot
crb_ has quit [Client Quit]
persmule has quit [Remote host closed the connection]
sbach has quit [Read error: Connection reset by peer]
sbach has joined #u-boot
mmu_man has quit [Ping timeout: 240 seconds]
vagrantc has quit [Quit: leaving]
jclsn has quit [Ping timeout: 240 seconds]
redbrain has quit [Ping timeout: 252 seconds]
jclsn has joined #u-boot
redbrain has joined #u-boot
crb has joined #u-boot
crb has quit [Remote host closed the connection]
redbrain has quit [Ping timeout: 268 seconds]
redbrain has joined #u-boot
redbrain has quit [Ping timeout: 244 seconds]
redbrain has joined #u-boot
mrnuke has quit [Read error: Connection reset by peer]
mrnuke has joined #u-boot
tre has joined #u-boot
jagan has joined #u-boot
mckoan|away is now known as mckoan
hanetzer has quit [Quit: WeeChat 3.5]
hanetzer has joined #u-boot
m5zs7k has quit [Ping timeout: 252 seconds]
m5zs7k has joined #u-boot
persmule has joined #u-boot
prabhakarlad has joined #u-boot
apritzel has joined #u-boot
zibolo has joined #u-boot
rvalue has quit [Ping timeout: 255 seconds]
rvalue has joined #u-boot
<apalos> sjg1: is there a way to define a default sysinfo driver that would run without matching any specific compatible?
<apalos> because the entire lib/smbios.c assumes that sysinfo is used and it also assumes that special DT entry about chassis etc is there
<apalos> but the device tree of the majority if the boards lacks that, however we have model, compatible and chassis-type from the DT spec
<apalos> that we can reuse and fill that information
<apalos> instead of system, baseboard and chassis that the u-boot,sysinfo-smbios expects
Zapy has quit [Ping timeout: 248 seconds]
Zapy has joined #u-boot
jagan has quit [Ping timeout: 252 seconds]
mmu_man has joined #u-boot
crb has joined #u-boot
mmu_man has quit [Ping timeout: 252 seconds]
mmu_man has joined #u-boot
jagan has joined #u-boot
Blok has joined #u-boot
<Domon> Hi, maybe somebody have experience with broadcom arm soc bootloader?
urja has quit [Read error: Connection reset by peer]
mmu_man has quit [Ping timeout: 268 seconds]
jagan has quit [Quit: Connection closed]
urja has joined #u-boot
Blok has quit [Quit: Client closed]
tre has quit [Remote host closed the connection]
<Tartarus> xypron, sjg1: Should I take https://patchwork.ozlabs.org/project/uboot/list/?series=312114 or https://patchwork.ozlabs.org/project/uboot/patch/20220731182707.921722-1-sjg@chromium.org/ or is something else still going to be posted to address the rtc test fails in CI sometimes issue?
mmu_man has joined #u-boot
<sjg1> Tartarus: yes I think you should take that series...the GMT issue is not something I plan to take on at present and isn't really necessary
<Tartarus> sjg1: Thanks, xypron that OK with y ou?
<Tartarus> sjg1: I'm reviewing the LTO series,btw
<sjg1> Tartarus: yay!
mmu_man has quit [Ping timeout: 268 seconds]
<sjg1> apalos: No there isn't but I have been thinking we could create a global-u-boot.dtsi that every board includes. But from the discussion yesterday it seems that a) UEFI is used on these server boards, and b) where U-Boot is used there are only a few of them anyway so we are better to update the DT for each one
camus has quit [Quit: camus]
mmu_man has joined #u-boot
persmule has quit [Remote host closed the connection]
GNUtoo has quit [Write error: Connection reset by peer]
GNUtoo has joined #u-boot
persmule has joined #u-boot
guillaume has quit [Quit: Konversation terminated!]
jagan has joined #u-boot
minimal has joined #u-boot
hanetzer has quit [Ping timeout: 268 seconds]
hanetzer has joined #u-boot
senzilla has quit [*.net *.split]
ide12 has quit [*.net *.split]
bq has quit [*.net *.split]
fionera has quit [*.net *.split]
Crofton has quit [*.net *.split]
robher has quit [*.net *.split]
ldts has quit [*.net *.split]
austriancoder has quit [*.net *.split]
Epakai has quit [*.net *.split]
fionera has joined #u-boot
austriancoder has joined #u-boot
ldts has joined #u-boot
robher has joined #u-boot
Crofton has joined #u-boot
senzilla has joined #u-boot
Epakai has joined #u-boot
bq has joined #u-boot
ide12 has joined #u-boot
vagrantc has joined #u-boot
prabhakarlad has quit [Quit: Client closed]
scientes has joined #u-boot
apritzel has quit [Ping timeout: 252 seconds]
scientes has quit [Quit: Client closed]
<xypron> Tartarus those RTC patches are good step forward eve if some further refinement remains possible.
<Tartarus> ok, thanks
mlaga97_ has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
mlaga97 has joined #u-boot
mlaga97 has quit [Client Quit]
mlaga97 has joined #u-boot
mlaga97 has joined #u-boot
mlaga97 has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
mlaga97 has joined #u-boot
mlaga97 has quit [Client Quit]
mlaga97 has joined #u-boot
<apalos> sjg1: I think it's the other way around
<apalos> Boards are starting to run distros, because they got lots of RAM now
<apalos> but because a small number of boards has the smbios .dtsi stuff, they end up showing "unkwown product"
<apalos> and lot's of them are defining chassis-type for example from the DT spec
<apalos> I'll send a hacky RFC at some point next week, hopefully it will explain some stuff
scientes has joined #u-boot
vagrantc has quit [Quit: leaving]
sakman has quit [Remote host closed the connection]
sakman has joined #u-boot
persmule has quit [Remote host closed the connection]