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-rc4 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
Hypfer has quit [Ping timeout: 245 seconds]
xypron has joined #u-boot
Hypfer has joined #u-boot
mckoan|away has quit [Read error: Connection reset by peer]
mckoan|away has joined #u-boot
mmu_man has quit [Ping timeout: 258 seconds]
jclsn has quit [Ping timeout: 255 seconds]
jclsn has joined #u-boot
stefanro has joined #u-boot
redbrain has quit [Read error: Connection reset by peer]
redbrain has joined #u-boot
vagrantc has quit [Quit: leaving]
alan_o has quit [Remote host closed the connection]
alan_o has joined #u-boot
alan_o has quit [Ping timeout: 258 seconds]
alan_o has joined #u-boot
alan_o has quit [Ping timeout: 246 seconds]
alan_o has joined #u-boot
<sjg1> Tartarus: Yes I added a few new runners
alan_o has quit [Ping timeout: 240 seconds]
Gravis has quit [Ping timeout: 250 seconds]
Gravis has joined #u-boot
naoki has joined #u-boot
mrnuke has quit [Quit: ZNC 1.8.2 - https://znc.in]
mrnuke has joined #u-boot
gsz has joined #u-boot
stipa has joined #u-boot
ezulian has joined #u-boot
ezulian has quit [Remote host closed the connection]
Wouter0100670440 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter0100670440 has joined #u-boot
sng_ has joined #u-boot
ezulian has joined #u-boot
Hypfer has quit [Quit: The Lounge - https://thelounge.github.io]
cakes has quit [Ping timeout: 260 seconds]
cakes has joined #u-boot
cakes has quit [Changing host]
cakes has joined #u-boot
Hypfer has joined #u-boot
ikarso has joined #u-boot
sng_ has quit [Remote host closed the connection]
devarsh has joined #u-boot
monstr has joined #u-boot
monstr has quit [Ping timeout: 258 seconds]
mckoan|away is now known as mckoan
frieder has joined #u-boot
sng_ has joined #u-boot
gsz has quit [Quit: leaving]
naoki has quit [Quit: naoki]
sszy has joined #u-boot
tnovotny has joined #u-boot
sng_ has quit [Remote host closed the connection]
sng_ has joined #u-boot
justache has quit [Server closed connection]
justache has joined #u-boot
prabhakarlad has joined #u-boot
rockosov has quit [Ping timeout: 246 seconds]
rockosov has joined #u-boot
hanetzer has quit [Ping timeout: 245 seconds]
slobodan has joined #u-boot
hanetzer has joined #u-boot
camus has quit [Read error: Connection reset by peer]
camus has joined #u-boot
mmu_man has joined #u-boot
Wouter0100670440 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter0100670440 has joined #u-boot
sng__ has joined #u-boot
sng_ has quit [Read error: Connection reset by peer]
sng__ has quit [Remote host closed the connection]
torez has joined #u-boot
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #u-boot
<sjg1> Tartarus: Here is the full size/Kconfig change list for the kcon series:
<sjg1> It looks OK to me. What do you think?
alan_o has joined #u-boot
stefanro has quit [Remote host closed the connection]
goliath has joined #u-boot
stefanro has joined #u-boot
<Tartarus> Why isn't it zero?
<Tartarus> With the reproducible build flag it should be zero
Clamor has joined #u-boot
Forty-Bot has quit [Server closed connection]
Forty-Bot has joined #u-boot
Stat_headcrabed has joined #u-boot
prabhakarlad has quit [Quit: Client closed]
torez has quit [Quit: torez]
Clamor has quit [Ping timeout: 258 seconds]
Clamor has joined #u-boot
monstr has joined #u-boot
mmu_man has quit [Ping timeout: 250 seconds]
vagrantc has joined #u-boot
Stat_headcrabed has quit [Quit: Stat_headcrabed]
mmu_man has joined #u-boot
mmu_man has quit [Ping timeout: 244 seconds]
mckoan is now known as mckoan|away
ikarso has quit [Quit: Connection closed for inactivity]
monstr has quit [Remote host closed the connection]
sszy has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
NishanthMenon has quit [Server closed connection]
NishanthMenon has joined #u-boot
qqq has quit [Remote host closed the connection]
<Tartarus> sjg1: It really should be zero size change before/after. _Sometimes_ LTO does funny things when you move a source file around but that's not all your size changes there
mmu_man has joined #u-boot
<sjg1> Tartarus well I have done what I can for now. I disable LTO as that makes lots of changes. I used -r but still got rodata changes...
<sjg1> Tartarus we really need someone to look after the build. Then kconfig things should not be so hard. Every strange board adds to the cost. Where are the maintainers?
tnovotny has quit [Quit: Leaving]
stefanro has quit [Quit: Leaving.]
<Tartarus> sjg1: What do you mean? You need to figure out what's causing a given board to change, or save the bins before/after and double check the maps/etc to confirm really it's just random luck about some alignment somewhere changing
<Tartarus> But some of those are real functional changes
<Tartarus> So the Kconfig part is wrong
<Tartarus> The BMP stuff is kinda suspicious and what part of text is changing really with the fdt_support move?
<Tartarus> This "fun" in ensuring no functional changes is why I try and not make large series myself about Kconfig re-org stuff, it's tricky to be 100% sure about changing a ton of symbols
ezulian has quit [Ping timeout: 246 seconds]
<deathmist> mps: did you realize a RAM difference (in Linux) after https://github.com/JamiKettunen/cports/blob/visionfive2/contrib/u-boot-starfive_visionfive2/patches/mainline-kernel-dtb.patch? my 8GB board shows only 4GB max available, think it does some funky DTB patching in memory to the DTB U-Boot uses but not when it's loaded to fdt_addr_r by e.g. extlinux
<mps> deathmist: yes, we know for this issue
<Tartarus> CONFIG_ARCH_FIXUP_FDT_MEMORY needing to be off, and then the passed in DTB being the correct amount?
<mps> Tartarus: no, it is 'fixed' in visionfive v2 dts
<Tartarus> ok
<mps> issue is known on #riscv channel but no one yet proposed good solution
<Tartarus> sjg1: https://patchwork.ozlabs.org/project/uboot/patch/20230907155933.48511-6-sjg@chromium.org/ is still wrong as-is, it needs to be prompted in both cases
<Tartarus> If you think the code can / needs to be cleaned up, do that in a follow-up series please
<mps> I rebased https://lore.kernel.org/u-boot/20220110005638.21599-2-andre.przywara@arm.com/ and tested it on apple silicon, I've got some kind of cursor
<mps> does it make sense to post it to mailing list
<mps> btw, I'm getting segfault when trying to run u-boot sandbox and using -d option
sng_ has joined #u-boot
frieder has quit [Remote host closed the connection]
Clamor has quit [Ping timeout: 245 seconds]
Clamor has joined #u-boot
sng_ has quit [Remote host closed the connection]
Wouter0100670440 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter0100670440 has joined #u-boot
ezulian has joined #u-boot
ikarso has joined #u-boot
flyback has quit [Quit: Leaving]
jluthra has quit [Server closed connection]
jluthra has joined #u-boot
flyback has joined #u-boot
sng_ has joined #u-boot
sng_ has quit [Remote host closed the connection]
sng_ has joined #u-boot
ezulian has quit [Ping timeout: 240 seconds]
sukrutb_ has quit [Quit: Leaving]
mps has quit [Ping timeout: 245 seconds]
mps has joined #u-boot
hanetzer has quit [Ping timeout: 255 seconds]
hanetzer has joined #u-boot
mps has quit [Ping timeout: 250 seconds]
mps has joined #u-boot
Clamor has quit [Read error: Connection reset by peer]
sng__ has joined #u-boot
sng_ has quit [Read error: Connection reset by peer]
sng__ has quit [Remote host closed the connection]
<sjg1> Tartarus: That patch is bogus and should be dropped. I can resent the series without it if you like
<Tartarus> sjg1: Figure out what needs to be done for a zero size change series really. I can dig in more if you can't, but I'm gonna have to dig in to it.
<sjg1> Tartarus: If you can figure it out for one board that would help, yes
mmu_man has quit [Ping timeout: 255 seconds]
ex--parrot is now known as ex-parrot
<Tartarus> sjg1: I guess point me at a branch please, with the bogus one(s) dropped
ikarso has quit [Quit: Connection closed for inactivity]
<sjg1> Tartarus dm/kcon-working
mmu_man has joined #u-boot
indy has quit [Server closed connection]
indy has joined #u-boot
slobodan has quit [Read error: Connection reset by peer]
slobodan has joined #u-boot
slobodan has quit [Read error: Connection reset by peer]
slobodan has joined #u-boot
Wouter0100670440 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter0100670440 has joined #u-boot
naoki has joined #u-boot