Tartarus changed the topic of #u-boot to: SOURCE MOVED TO https://source.denx.de/u-boot/u-boot.git / U-Boot v2021.07 is OUT / Merge Window is OPEN until 26 July 2021 / Release v2021.10 is scheduled for 04 October 2021 / http://www.denx.de/wiki/U-Boot / Channel archives at https://libera.irclog.whitequark.org/u-boot
qschulz has quit [Remote host closed the connection]
mmu_man has quit [Ping timeout: 250 seconds]
Xavier7 has joined #u-boot
LeSpocky has joined #u-boot
LeSpocky_ has quit [Ping timeout: 252 seconds]
vagrantc has quit [Quit: leaving]
tomekb has joined #u-boot
tomekb has quit [Client Quit]
tomekb has joined #u-boot
<tomekb> what's the preferred way of reporting issue? on -rc3 I'm seeing a regression from -rc1 on Pinebook Pro
mripard has quit [Read error: Connection reset by peer]
mripard has joined #u-boot
Harm has quit [Quit: WeeChat 3.2]
mranostaj has quit [Quit: leaving]
mranostaj has joined #u-boot
<Forty-Bot> tomekb: send an email to the mailing list with [BUG] in the subject
<Forty-Bot> if you can bisect the issue that's even better
<tomekb> okay, will do, thanks
Guest7317 has quit [Ping timeout: 245 seconds]
Xavier7 has quit [Quit: • IRcap • 8.72 •]
birkoff has joined #u-boot
birkoff is now known as Guest4244
jeeebz has joined #u-boot
jybz has quit [Ping timeout: 252 seconds]
mmu_man has joined #u-boot
Harm has joined #u-boot
redbrain has joined #u-boot
Harm has quit [Ping timeout: 240 seconds]
Harm has joined #u-boot
Wizzup has quit [Ping timeout: 248 seconds]
Harm has quit [Ping timeout: 256 seconds]
Harm has joined #u-boot
Xavier7 has joined #u-boot
milkylainen_ has quit [Ping timeout: 250 seconds]
redbrain has quit [Ping timeout: 245 seconds]
Harm has quit [Ping timeout: 245 seconds]
Harm has joined #u-boot
tomekb has quit [Quit: Swirc IRC client]
tomekb has joined #u-boot
sbach has quit [Read error: Connection reset by peer]
sbach has joined #u-boot
milkylainen_ has joined #u-boot
j`ey has joined #u-boot
<j`ey> is there a way to `cat uboot kernel > combined` and have uboot jump to the kernel place in memory after it?
vagrantc has joined #u-boot
<marex> j`ey: can you be a bit more specific ? which platform is that, what do you want to achieve ? what boot media do you use ? ...
ad__ has joined #u-boot
ad__ has quit [Changing host]
<j`ey> I wanted to have a combined uboot+kernel file to load into ram
<j`ey> I made some progress, but uboot is crashing, so I'll just give up for now
mmu_man has quit [Quit: Lost terminal]
<marex> that's the spirit
<marex> j`ey: how are you loading those two into RAM, from U-Boot SPL ?
<marex> if so, look at fitImage
<marex> if via JTAG, dont forget padding, e.g. aarch64 has 2 MiB kernel alignment requirement