Tartarus changed the topic of #u-boot to: SOURCE MOVED TO https://source.denx.de/u-boot/u-boot.git / U-Boot v2025.01, v2025.04-rc1 are OUT / Merge Window is CLOSED, next branch is CLOSED / Release v2025.04 is scheduled for 07 April 2025 / Channel archives at https://libera.irclog.whitequark.org/u-boot
vagrantc has quit [Quit: leaving]
ikarso has quit [Quit: Connection closed for inactivity]
zibolo_ has quit [Ping timeout: 252 seconds]
zibolo has joined #u-boot
mmu_man has quit [Ping timeout: 272 seconds]
mmu_man has joined #u-boot
naoki has quit [Quit: naoki]
naoki has joined #u-boot
naoki has quit [Client Quit]
enok has joined #u-boot
mmu_man has quit [Ping timeout: 252 seconds]
enok has quit [Ping timeout: 268 seconds]
vardhan has joined #u-boot
mmu_man has joined #u-boot
Peng_Fan has joined #u-boot
mmu_man has quit [Ping timeout: 252 seconds]
jclsn has quit [Ping timeout: 272 seconds]
jclsn has joined #u-boot
naoki has joined #u-boot
xypron has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
xypron has joined #u-boot
naoki has quit [Ping timeout: 268 seconds]
persmule has quit [Quit: Leaving]
ikarso has joined #u-boot
macromorgan has quit [Ping timeout: 248 seconds]
macromorgan has joined #u-boot
naoki has joined #u-boot
enok has joined #u-boot
monstr has joined #u-boot
prabhakalad has quit [Quit: Konversation terminated!]
prabhakalad has joined #u-boot
mckoan|away is now known as mckoan
mmu_man has joined #u-boot
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #u-boot
BoergeSt has joined #u-boot
mmu_man has quit [Ping timeout: 265 seconds]
goliath has joined #u-boot
GNUtoo has quit [Ping timeout: 272 seconds]
enok has quit [Ping timeout: 265 seconds]
mmu_man has joined #u-boot
eballetbo has joined #u-boot
<eballetbo> @marex: hmm, no, fdt_high is not set in uboot env
<eballetbo> unfortunately that didn't help
<eballetbo> and I just tested with mainline, and I can confirm that I have the same issue
sszy has joined #u-boot
naoki has quit [Ping timeout: 268 seconds]
<mkorpershoek> ok
<mkorpershoek> eballetbo: the other suspicious thing I see is same address for "Kernel load addr 0x48000000 size 38259 KiB" and "RAM disk load addr 0x48000000 size 10416 KiB". Can you change that via --ramdisk_offset to mkbootimg ?
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #u-boot
<LeSpocky> 38 MiB kernel image? dafuq?
<samcday> I sure hope that's uncompressed 😅
<LeSpocky> more than we have on one of our boards in total ^^
naoki has joined #u-boot
mmu_man has quit [Ping timeout: 244 seconds]
mmu_man has joined #u-boot
mmu_man has quit [Ping timeout: 272 seconds]
naoki has quit [Quit: naoki]
naoki has joined #u-boot
naoki has quit [Ping timeout: 272 seconds]
naoki has joined #u-boot
naoki has quit [Ping timeout: 268 seconds]
naoki has joined #u-boot
enok has joined #u-boot
enok has quit [Client Quit]
enok has joined #u-boot
enok has quit [Read error: Connection reset by peer]
enok has joined #u-boot
naoki has quit [Quit: naoki]
naoki has joined #u-boot
macromorgan has quit [Ping timeout: 245 seconds]
macromorgan has joined #u-boot
mmu_man has joined #u-boot
ALTracer has joined #u-boot
mmu_man has quit [Ping timeout: 268 seconds]
enok has quit [Ping timeout: 268 seconds]
enok has joined #u-boot
<sjg1> Tartarus: Yes that is capturing everything while the device is reset. That was the issue I had with pcduino3, remember?
<Tartarus> sjg1: No, I don't recall, sorry. But at least it sounds like Kwiboo had an idea or two about why the console is missing until then.
<Tartarus> Oh, that's extremely strange. But again, it looks like there's some hints as to how to fix the problem, since I guess the pcduino3 thing wouldn't be relevant here as there's some actual problem preventing serial from being functional until that point
ALTracer has quit [Read error: Connection reset by peer]
<Tartarus> vs the problem of output being missed by labgrid at times in tests, which wouldn't be an issue for holding console open and resetting the device
ALTracer has joined #u-boot
<sjg1> It really isn't strange. It's just a fact of life that if you are not continuously watching the serial console from reset then you might miss stuff
<sjg1> I don't have these serial issues on bob/kevin with my tree, though
<Tartarus> Yes, and I was asking you to continuously watch the console through a reset.
<Tartarus> And your tree isn't up to date with mainline either.
<Tartarus> But anyhow, I guess it's once again time for me to ask you to please point ci.u-boot.org at the project CI server at source.denx.de and not your personal server, if you're going to ask other contributors to start looking at things there.
<sjg1> It is continuously watching. What are you getting at?
<sjg1> Tartarus: What is happening with Denx? Is source.denx.de going away?
<Tartarus> sjg1: No, but the project domain shouldn't point at your personal server as that leads to confusion.
<Tartarus> It should be a CNAME to the official project server.
<sjg1> Tartarus: I don't understand why. I specifically set this up because I have been unable to make progress in various areas. I am always open to other ideas, but I do need to make progress, otherwise eventually I will just give up
<Tartarus> sjg1: You don't understand why people shouldn't think that your personal CI server is the official CI server for the project?
<sjg1> Tartarus: I thought we had discussed this enough already
<Tartarus> sjg1: Yes, and I was expecting you to stop calling your personal server "ci.u-boot.org"
<Tartarus> Perhaps you should transfer the domain to me, and I'll transfer it to whatever umbrella organization we are able to get created?
<sjg1> Yes I did rename it sjg, but I think the name is still in the gitlab instance, which is why it keeps coming back
<Tartarus> sjg1: You need to go change the DNS entry
<Tartarus> $ host ci.u-boot.org
<Tartarus> ci.u-boot.org has address 172.93.103.243
<Tartarus> $ host sjg.u-boot.org
<Tartarus> sjg.u-boot.org has address 172.93.103.243
<Tartarus> That's the problem.
mckoan is now known as mckoan|away
vardhan_ has joined #u-boot
<apalos> sjg1: I added all to cpu_ops, enabled CONFIG_CPU but cpu_get_current_dev() returns NULL,
goliath has quit [Quit: SIGSEGV]
<apalos> is that thing used and set?
vardhan_ has quit [Remote host closed the connection]
vardhan has quit [Ping timeout: 245 seconds]
vardhan_ has joined #u-boot
naoki has quit [Quit: naoki]
macromorgan has quit [Ping timeout: 248 seconds]
mmu_man has joined #u-boot
macromorgan has joined #u-boot
<sjg1> Tartarus: OK, I see it. Can you try source.u-boot.org. I had problems with security warnings in Chrome last time, but Firefox was OK
behanw has joined #u-boot
vardhan_ has quit [Remote host closed the connection]
vardhan_ has joined #u-boot
mmu_man has quit [Ping timeout: 265 seconds]
mmu_man has joined #u-boot
<Tartarus> sjg1: It should be a CNAME for source.denx.de, and ci.u-boot.org should also be a CNAME.
vardhan_ has quit [Remote host closed the connection]
swiftgeek has quit [Ping timeout: 260 seconds]
mmu_man has quit [Ping timeout: 265 seconds]
Peng_Fan has quit [Quit: Connection closed for inactivity]
mmu_man has joined #u-boot
goliath has joined #u-boot
mmu_man has quit [Ping timeout: 252 seconds]
mmu_man has joined #u-boot
swiftgeek has joined #u-boot
mmu_man has quit [Ping timeout: 252 seconds]
mmu_man has joined #u-boot
ikarso has quit [Quit: Connection closed for inactivity]
mmu_man has quit [Ping timeout: 268 seconds]
mmu_man has joined #u-boot
ALTracer has quit [Read error: Connection reset by peer]
mmu_man has quit [Ping timeout: 268 seconds]
mmu_man has joined #u-boot
adriano has joined #u-boot
mmu_man has quit [Ping timeout: 246 seconds]
mmu_man has joined #u-boot
ikarso has joined #u-boot
ALTracer has joined #u-boot
enok has quit [Ping timeout: 276 seconds]
mmu_man has quit [Ping timeout: 268 seconds]
mmu_man has joined #u-boot
mmu_man has quit [Ping timeout: 268 seconds]
<sjg1> Kwiboo: Are you able to test in CI using my lab?
mmu_man has joined #u-boot
mmu_man has quit [Ping timeout: 244 seconds]
mmu_man has joined #u-boot
mmu_man has quit [Ping timeout: 268 seconds]
mmu_man has joined #u-boot
adriano has quit [Quit: Client closed]
mmu_man has quit [Ping timeout: 252 seconds]
mmu_man has joined #u-boot
mmu_man has quit [Ping timeout: 268 seconds]
mmu_man has joined #u-boot
mmu_man has quit [Ping timeout: 252 seconds]
mmu_man has joined #u-boot
sszy has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
jistr_ has quit [Quit: quit]
jistr has joined #u-boot
leah has quit [Quit: WeeChat 3.8]
mmu_man has quit [Ping timeout: 252 seconds]
mmu_man has joined #u-boot
mmu_man has quit [Ping timeout: 244 seconds]
mmu_man has joined #u-boot
mmu_man has quit [Ping timeout: 252 seconds]
mmu_man has joined #u-boot
adriano has joined #u-boot
mmu_man has quit [Ping timeout: 268 seconds]
mmu_man has joined #u-boot
mmu_man has quit [Ping timeout: 252 seconds]
mmu_man has joined #u-boot
adriano has quit [Quit: Client closed]
vagrantc has joined #u-boot
monstr has quit [Remote host closed the connection]
mmu_man has quit [Ping timeout: 268 seconds]
mmu_man has joined #u-boot
dsimic has quit [Ping timeout: 268 seconds]
mmu_man has quit [Ping timeout: 268 seconds]
dsimic has joined #u-boot
leah has joined #u-boot
mmu_man has joined #u-boot
mmu_man has quit [Ping timeout: 252 seconds]
mmu_man has joined #u-boot
mmu_man has quit [Ping timeout: 272 seconds]
mmu_man has joined #u-boot
mmu_man has quit [Ping timeout: 268 seconds]
mmu_man has joined #u-boot
BoergeSt has quit [Quit: WeeChat 4.1.1]
mmu_man has quit [Ping timeout: 252 seconds]
mmu_man has joined #u-boot
mmu_man has quit [Ping timeout: 268 seconds]
mmu_man has joined #u-boot
mmu_man has quit [Ping timeout: 252 seconds]
mmu_man has joined #u-boot
mmu_man has quit [Ping timeout: 244 seconds]
<sjg1> Kwiboo: Revert of af518a1dfe has bob and kevin working. But they do seem to miss the RAM-init output at the start of SPL
pbsds35 has quit [Quit: The Lounge - https://thelounge.chat]
pbsds35 has joined #u-boot
<Kwiboo> sjg1: do you see the TPL banner or only the SPL banner?, there is a comment in gru.c regarding garbage serial output unless power rail is on, and the spl_gpio func is only run in SPL not in TPL
<sjg1> Kwiboo: See below
<Kwiboo> sjg1: thanks, looking at the code again the TPL does not enable the power rail, that only happen in SPL, so code need to be adjusted to work similar for TPL
mmu_man has joined #u-boot
helene has quit [Read error: Connection reset by peer]
helene has joined #u-boot
<Kwiboo> sjg1: please also revert 4576e65a5d6b10fd207c3a44061676ce0220d794 and enable CONFIG_TPL_GPIO=y for bob and kevin, should possible help fix TPL banner + DRAM info
<Kwiboo> that will not add the small wait that is happening in SPL, but may be enough to see something from TPL?
frytaped has joined #u-boot
frytaped has quit [Client Quit]
pgreco has joined #u-boot
<sjg1> Kwiboo: +arch/arm/mach-rockchip/rk3399/rk3399.c:148: undefined reference to `spl_gpio_output'
<sjg1> Kwiboo: If you are not able to test on my lab, could you push a tree somewhere, for me to test?
pgreco_ has quit [Ping timeout: 244 seconds]
<sjg1> Kwiboo: I have this:
<marex> calebccff: was good meeting you at FOSDEM
enok has joined #u-boot
naoki has joined #u-boot
ikarso has quit [Quit: Connection closed for inactivity]
enok has quit [Quit: enok]
enok71 has joined #u-boot
enok71 has quit [Ping timeout: 252 seconds]
rockosov has quit [Ping timeout: 265 seconds]
rockosov has joined #u-boot
goliath has quit [Quit: SIGSEGV]
vagrantc has quit [Quit: leaving]