Tartarus changed the topic of #u-boot to: SOURCE MOVED TO https://source.denx.de/u-boot/u-boot.git / U-Boot v2025.04, v2025.07-rc2 are OUT / Merge Window is CLOSED, next branch is OPEN / Release v2025.07 is scheduled for 07 July 2025 / Channel archives at https://libera.irclog.whitequark.org/u-boot
sbach has joined #u-boot
shoragan has quit [Read error: Connection reset by peer]
levitating has joined #u-boot
shoragan has joined #u-boot
a3f has quit [Quit: ZNC 1.8.2+deb3.1+deb12u1 - https://znc.in]
shoragan has quit [Client Quit]
a3f has joined #u-boot
shoragan has joined #u-boot
qschulz has quit [Remote host closed the connection]
qschulz has joined #u-boot
sbach has quit [Ping timeout: 252 seconds]
ikarso has quit [Quit: Connection closed for inactivity]
jclsn has quit [Ping timeout: 272 seconds]
sbach has joined #u-boot
jclsn has joined #u-boot
_whitelogger has joined #u-boot
vardhan has joined #u-boot
levitating has quit [Quit: levitating]
mmu_man has quit [Ping timeout: 252 seconds]
mmu_man has joined #u-boot
mmu_man has quit [Ping timeout: 276 seconds]
persmule has quit [Remote host closed the connection]
flyback has quit [Quit: Leaving]
flyback has joined #u-boot
sbach has joined #u-boot
gsz has joined #u-boot
sbach has quit [Ping timeout: 260 seconds]
clamor has joined #u-boot
mwalle has quit [Quit: WeeChat 3.8]
gsz has quit [Ping timeout: 252 seconds]
vardhan has quit [Ping timeout: 252 seconds]
sbach has joined #u-boot
sbach has quit [Ping timeout: 260 seconds]
ungeskriptet has joined #u-boot
ungeskriptet has quit [Remote host closed the connection]
sbach has joined #u-boot
jfsimon1981a has joined #u-boot
sbach has quit [Ping timeout: 260 seconds]
jfsimon has quit [Ping timeout: 276 seconds]
haritz has quit [Quit: ZNC 1.8.2+deb3.1+deb12u1 - https://znc.in]
sbach has joined #u-boot
goliath has joined #u-boot
_whitelogger has joined #u-boot
gsz has joined #u-boot
gsz has quit [Ping timeout: 252 seconds]
sbach has quit [Ping timeout: 248 seconds]
Poltawer has joined #u-boot
mmu_man has joined #u-boot
mmu_man has quit [Ping timeout: 252 seconds]
gsz has joined #u-boot
clamor has quit [Ping timeout: 244 seconds]
clamor has joined #u-boot
sbach has joined #u-boot
gsz has quit [Ping timeout: 252 seconds]
goliath has quit [Quit: SIGSEGV]
sbach has quit [Ping timeout: 252 seconds]
mmu_man has joined #u-boot
mmu_man has quit [Ping timeout: 244 seconds]
vardhan has joined #u-boot
<xypron> sjg1: 91bc909d317c ("spl: increase SPL_SYS_MALLOC_SIZE when using BIOSEMU on RISC-V") addressed the same issue for other configruations. We should generally increase the value to 8 MiB on RISC-V boards. This should be good enough to include FPGA blobs or splash images in future. See defconfigs for RISC-V Xilinx boards and the StarFive VisionFive 2.
<sjg1> xypron: OK thanks
monstr has joined #u-boot
sbach has joined #u-boot
mmu_man has joined #u-boot
Han50lo85 has joined #u-boot
sbach has quit [Ping timeout: 252 seconds]
Poltawer has quit [Ping timeout: 245 seconds]
Poltawer has joined #u-boot
clamor has quit [Read error: Connection reset by peer]
clamor has joined #u-boot
mmu_man has quit [Ping timeout: 252 seconds]
sbach has joined #u-boot
goliath has joined #u-boot
mmu_man has joined #u-boot
sbach has quit [Ping timeout: 244 seconds]
haritz has joined #u-boot
haritz has quit [Changing host]
haritz has joined #u-boot
clamor has quit [Ping timeout: 244 seconds]
levitating has joined #u-boot
mmu_man has quit [Ping timeout: 244 seconds]
Poltawer has quit [Ping timeout: 252 seconds]
Poltawer has joined #u-boot
mmu_man has joined #u-boot
sbach has joined #u-boot
clamor has joined #u-boot
sbach has quit [Ping timeout: 252 seconds]
mmu_man has quit [Ping timeout: 265 seconds]
KREYREN has joined #u-boot
Poltawer has quit [Ping timeout: 248 seconds]
Poltawer has joined #u-boot
Poltawer has quit [Ping timeout: 244 seconds]
Poltawer has joined #u-boot
Poltawer has quit [Ping timeout: 260 seconds]
Poltawer has joined #u-boot
Poltawer has quit [Ping timeout: 245 seconds]
Poltawer has joined #u-boot
Poltawer has quit [Ping timeout: 276 seconds]
Poltawer has joined #u-boot
Han50lo85 has quit [Ping timeout: 245 seconds]
<Tartarus> Sigh, https://docs.readthedocs.com/platform/stable/guides/environment-variables.html and so I've set PYTHONPATH via the dashboard, but it wasn't used in rebuilding a previous commit. So next up, once I merge xypron's PR to master maybe that will pick it up
malte has quit [Read error: Connection reset by peer]
dsimic has quit [Ping timeout: 248 seconds]
dsimic has joined #u-boot
sbach has joined #u-boot
malte has joined #u-boot
Poltawer has quit [Ping timeout: 276 seconds]
Poltawer has joined #u-boot
Poltawer has quit [Ping timeout: 252 seconds]
Poltawer has joined #u-boot
persmule has joined #u-boot
sbach has quit [Ping timeout: 245 seconds]
monstr has quit [Remote host closed the connection]
ungeskriptet has joined #u-boot
ungeskriptet has quit [Remote host closed the connection]
clamor has quit [Ping timeout: 272 seconds]
clamor has joined #u-boot
Han50lo85 has joined #u-boot
<sjg1> xypron: Wow I just read that properly - 8M in SPL!! Gosh, times have changed
sbach has joined #u-boot
<xypron> I can't see any RISC-V board using SPL that does not have at least 64 MiB of RAM.
<xypron> So allowing 8 MiB for SPL malloc should not be problematic.
<sjg1> xypron: Hmmm, I recall your slides about the boot process, with SPL being before Tianocore in some cases. Where is the DRAM setup?
<xypron> Either before SPL (e.g. SiFive HiFive Premier P550) or in SPL.
<xypron> There is a separate Kconfig value for early malloc which may have to fit into the cache.
<sjg1> xypron: OK, got it, thanks
Stalevar has quit [Read error: Connection reset by peer]
Stalevar has joined #u-boot
KREYREN has quit [Ping timeout: 264 seconds]
sbach has quit [Ping timeout: 272 seconds]
sbach has joined #u-boot
Poltawer has quit [Ping timeout: 268 seconds]
akaWolf has joined #u-boot
Poltawer has joined #u-boot
sbach has quit [Ping timeout: 260 seconds]
gsz has joined #u-boot
crb_ has quit [Quit: Leaving]
crb has joined #u-boot
Han50lo85 has quit [Quit: Han50lo85]
mmu_man has joined #u-boot
clamor has quit [Read error: Connection reset by peer]
sbach has joined #u-boot
levitating has quit [Quit: levitating]
sbach has quit [Ping timeout: 248 seconds]
sbach has joined #u-boot
goliath has quit [Quit: SIGSEGV]
clamor has joined #u-boot
clamor has quit [Read error: Connection reset by peer]
KREYREN has joined #u-boot
sbach has quit [Ping timeout: 252 seconds]
gsz has quit [Ping timeout: 252 seconds]
naoki has joined #u-boot
sbach has joined #u-boot
sbach has quit [Ping timeout: 276 seconds]
Poltawer has quit [Quit: WeeChat 4.6.3]
fionera has quit [Remote host closed the connection]
fionera has joined #u-boot
fionera has quit [Remote host closed the connection]
sbach has joined #u-boot