Tartarus changed the topic of #u-boot to: SOURCE MOVED TO https://source.denx.de/u-boot/u-boot.git / U-Boot v2023.07.02, v2023.10-rc2 are OUT / Merge Window is CLOSED, next branch is OPEN / Release v2023.10 is scheduled for 02 October 2023 / Channel archives at https://libera.irclog.whitequark.org/u-boot
qschulz has quit [Quit: qschulz]
qschulz has joined #u-boot
vagrantc has quit [Quit: leaving]
Wouter0100670440 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter0100670440 has joined #u-boot
rvalue has joined #u-boot
thopiekar has quit [Ping timeout: 246 seconds]
thopiekar has joined #u-boot
tepperson has quit [Quit: Client closed]
sng has joined #u-boot
camus1 has joined #u-boot
camus has quit [Ping timeout: 246 seconds]
camus1 is now known as camus
sng has quit [Remote host closed the connection]
sng has joined #u-boot
gsz has joined #u-boot
sng has quit [Remote host closed the connection]
Clamor has joined #u-boot
goliath has joined #u-boot
sng has joined #u-boot
ezulian has joined #u-boot
devarsh has quit []
ikarso has joined #u-boot
mmu_man has joined #u-boot
frieder has joined #u-boot
hanetzer has quit [Ping timeout: 252 seconds]
hanetzer has joined #u-boot
Clamor has quit [Ping timeout: 246 seconds]
Clamor has joined #u-boot
ldevulder has joined #u-boot
sng has quit [Remote host closed the connection]
sszy has joined #u-boot
sng has joined #u-boot
mmu_man has quit [Ping timeout: 244 seconds]
prabhakarlad has joined #u-boot
sng has quit [Ping timeout: 245 seconds]
sng has joined #u-boot
mwalle has joined #u-boot
mmu_man has joined #u-boot
flyback has quit [Ping timeout: 248 seconds]
flyback has joined #u-boot
ldevulder has quit [Ping timeout: 244 seconds]
sng has quit [Remote host closed the connection]
sng has joined #u-boot
jbowen_ has joined #u-boot
sszy has quit [*.net *.split]
alpernebbi has quit [*.net *.split]
Perflosopher has quit [*.net *.split]
bswartz has quit [*.net *.split]
mps has quit [*.net *.split]
jbowen has quit [*.net *.split]
marcan has quit [*.net *.split]
jsmolic has quit [*.net *.split]
JPEW has quit [*.net *.split]
jbowen_ is now known as jbowen
Perflosopher5 has joined #u-boot
bswartz has joined #u-boot
alpernebbi has joined #u-boot
mps has joined #u-boot
marcan has joined #u-boot
JPEW has joined #u-boot
sszy has joined #u-boot
jsmolic has joined #u-boot
ldevulder has joined #u-boot
naoki has joined #u-boot
Wouter0100670440 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter0100670440 has joined #u-boot
naoki has quit [Quit: naoki]
sng has quit [Remote host closed the connection]
mmu_man has quit [Ping timeout: 245 seconds]
ham5urg has joined #u-boot
ham5urg has left #u-boot [#u-boot]
Clamor has quit [Quit: Quit]
prabhakarlad has quit [Quit: Client closed]
mmu_man has joined #u-boot
sng has joined #u-boot
sng has quit [Ping timeout: 250 seconds]
mmu_man has quit [Ping timeout: 245 seconds]
mmu_man has joined #u-boot
LeSpocky has joined #u-boot
<sjg1> xypron: Re the tree I pushed, I am building with gcc-12.2.0-nolibc - what toolchain are you using for qemu-x86_64?
mmu_man has quit [Ping timeout: 250 seconds]
mmu_man has joined #u-boot
<xypron> sjg1: Ubuntu 13.2.0-1ubuntu1, bintutils 2.41-3ubuntu1 (both from Ubuntu 23.10)
<sjg1> xypron: Hmm can you use the buildman one? (buildman --fetch-arch x86_64)
<sjg1> xypron: We can create more room in the flash, I suppose,so that it is easier to enable debugging
<xypron> sjg1: Can we let SPL recognize if we are on q35 or i440fx? Or can we have a device-tree with a superset of both?
<xypron> sjg1: why is ARCH_SUPPORTS_LTO disabled on x86?
<Tartarus> xypron: It has to be enabled and tested
<Tartarus> The general problem for enabling LTO anywhere (it's arm and sandbox only atm) is that we haven't always made sure that every asm func has enough visibility for LTO to be happy with seeing and using it
<sjg1> xypron: We could update SPL to read U-Boot from a FIT and select the correct DT, I suppose. They have different ICH versions. Is Q35 a better default than i440fx?
<xypron> i440fx seems not to be supported by the EDK II (OVMF). Q35 has PCIe, i440fx only PCI
<sjg1> OK, I pushed a new tree that builds the Q35 version for now. But it seems that QEMU's default is i440FX ?
pgreco has quit [Ping timeout: 244 seconds]
pgreco_ has joined #u-boot
goliath has quit [Quit: SIGSEGV]
vagrantc has joined #u-boot
ikarso has quit [Quit: Connection closed for inactivity]
slobodan has joined #u-boot
mmu_man has quit [Ping timeout: 246 seconds]
mmu_man has joined #u-boot
jaganteki has joined #u-boot
rvalue has quit [Ping timeout: 256 seconds]
rvalue has joined #u-boot
goliath has joined #u-boot
prabhakarlad has joined #u-boot
jaganteki has quit [Ping timeout: 246 seconds]
frieder has quit [Remote host closed the connection]
macromorgan has quit [Remote host closed the connection]
macromorgan has joined #u-boot
milkylainen has joined #u-boot
sszy has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
ezulian has quit [Ping timeout: 244 seconds]
Wouter0100670440 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter0100670440 has joined #u-boot
<NishanthMenon> hmmm https://github.com/u-boot/u-boot/blob/master/board/ti/am62x/am62x.env#L4 hardcodes to am625-sk.dtb, trying to see what is the proper way for honoring CONFIG_DEFAULT_DEVICE_TREE ..
ezulian has joined #u-boot
<marex> NishanthMenon: any plan on TI side to retain the UFS maintainership ?
valdemaras has joined #u-boot
<NishanthMenon> marex: yes. We think neha might be a good candidate.. though she has to volunteer for the job;)
<marex> good, thanks
<NishanthMenon> marex: it is late night in India so hope to see some action tomorrow
<marex> ack
<NishanthMenon> Thanks for poking us.
<marex> sure
prabhakarlad has quit [Quit: Client closed]
valdemaras has quit [Quit: valdemaras]
ezulian has quit [Ping timeout: 244 seconds]
sng has joined #u-boot
gsz has quit [Ping timeout: 245 seconds]
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #u-boot
milkylainen has quit [Ping timeout: 244 seconds]
sng has quit [Remote host closed the connection]
flom_84 has joined #u-boot
<Tartarus> NishanthMenon: maybe just drop that line
ikarso has joined #u-boot
<NishanthMenon> K. Will try
mmu_man has quit [Ping timeout: 245 seconds]
Wouter0100670440 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter0100670440 has joined #u-boot
pgreco_ is now known as pgreco
flom_84 has quit [Ping timeout: 245 seconds]
teejay has quit [Ping timeout: 246 seconds]
prabhakarlad has joined #u-boot
teejay has joined #u-boot
mmu_man has joined #u-boot
slobodan has quit [Ping timeout: 246 seconds]
prabhakarlad has quit [Quit: Client closed]
soxrok2212 has quit [Read error: Connection reset by peer]
soxrok2212 has joined #u-boot
stipa_ has joined #u-boot
stipa has quit [Ping timeout: 248 seconds]
stipa_ is now known as stipa
goliath has quit [Quit: SIGSEGV]
GNUtoo has quit [Ping timeout: 246 seconds]
GNUtoo has joined #u-boot
sauce has quit []
swiftgeek has quit [Ping timeout: 245 seconds]