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
qschulz has quit [Remote host closed the connection]
mmu_man has quit [Ping timeout: 244 seconds]
qschulz has joined #u-boot
mmu_man has joined #u-boot
goliath has quit [Quit: SIGSEGV]
smoothdev has quit [Read error: Connection reset by peer]
mmu_man has quit [Ping timeout: 252 seconds]
Jacmet has quit [Server closed connection]
Jacmet has joined #u-boot
ikarso has quit [Quit: Connection closed for inactivity]
jclsn has quit [Ping timeout: 240 seconds]
jclsn has joined #u-boot
persmule has quit [Quit: Leaving]
persmule has joined #u-boot
persmule has quit [Remote host closed the connection]
persmule has joined #u-boot
Wouter0100670440 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter0100670440 has joined #u-boot
smoothdev has joined #u-boot
Clamor has joined #u-boot
persmule has quit [Remote host closed the connection]
dsimic has quit [Quit: Going offline for now]
dsimic has joined #u-boot
smoothdev has quit [Quit: smoothdev]
Clamor has quit [Ping timeout: 240 seconds]
Clamor has joined #u-boot
stefanro has joined #u-boot
camus has joined #u-boot
stefanro has quit [Quit: Leaving.]
Stat_headcrabed has joined #u-boot
mmu_man has joined #u-boot
ikarso has joined #u-boot
Stat_headcrabed has quit [Quit: Stat_headcrabed]
naoki has joined #u-boot
naoki has quit [Client Quit]
Wouter0100670440 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter0100670440 has joined #u-boot
dsimic has quit [Ping timeout: 244 seconds]
dsimic has joined #u-boot
smoothdev has joined #u-boot
<mps> deathmist: I prepared and tested mainline u-boot for visionfive2 with your and some other patches, and described how to use it here https://arvanta.net/alpine/u-boot-visionfive2-alpine/
flom84 has joined #u-boot
stipa_ has joined #u-boot
stipa has quit [Read error: Connection reset by peer]
stipa_ is now known as stipa
goliath has joined #u-boot
slobodan has joined #u-boot
persmule has joined #u-boot
persmule has quit [Remote host closed the connection]
tpw_rules has quit [Server closed connection]
tpw_rules has joined #u-boot
slobodan has quit [Read error: Connection reset by peer]
slobodan has joined #u-boot
persmule has joined #u-boot
mmu_man has quit [Ping timeout: 240 seconds]
<Raito_Bezarius> Naive question I have not been able to answer by thinking a lot and reading the docs:
<Raito_Bezarius> Is there a way to place FIT on a boot partition and let U-Boot (which can be inside firmware or whatever) load it for booting purpose?
<Raito_Bezarius> I'd even go further: is there A/B semantics for FIT somewhere?
<Raito_Bezarius> (or is it just store a recovery FIT inside the binary and have a custom FIT being loadable from some user controlled partition)
<Raito_Bezarius> ah that's OF_CONTROL
<Raito_Bezarius> Ah I suppose runtime FIT images on disk are handled via scripts per board and A/B can be implemented by flashing a recovery FIT on the disk I imagine
Clamor has quit [Ping timeout: 240 seconds]
Clamor has joined #u-boot
Mis012 has joined #u-boot
flom84 has quit [Ping timeout: 240 seconds]
Wouter0100670440 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter0100670440 has joined #u-boot
mmu_man has joined #u-boot
<marex> Raito_Bezarius: you mean like, load fitImage from storage using 'load' command, and then 'bootm' it to boot it ? or source a script from it using 'source' command ?
<marex> Raito_Bezarius: you can obviously do load $loadaddr mmc 0:1 boot/fitImage || load $loadaddr mmc 0:2 boot/fitImage , if load from first partition fails, try the second partition
flom84 has joined #u-boot
flom84 has quit [Ping timeout: 255 seconds]
dsimic has quit [Quit: Going offline for now]
dsimic has joined #u-boot
<Raito_Bezarius> marex: yeah this
<Raito_Bezarius> but that's not very satisfying
flom84 has joined #u-boot
flom84 has quit [Remote host closed the connection]
<Raito_Bezarius> sjg1: as I see you are the one driving the VBE specification, may I ask if you have plans to make it usable in any form for non-embedded systems like desktop systems?
<marex> Raito_Bezarius: why ?
<Raito_Bezarius> More specifically, I am curious if a FIT could induce a menu like extlinux-compatible config files
<marex> fitImage is a container format , for packing in multiple files/configurations into single bundle (=file)
<Raito_Bezarius> marex: it's unclear to me how it works with FIT signatures
flom84 has joined #u-boot
flom84 has quit [Ping timeout: 246 seconds]
<marex> Raito_Bezarius: the whole fitImage is signed, the bootm command triggers authentication
<mps> xypron: I'm not sure I understand correctly https://lists.denx.de/pipermail/u-boot/2023-September/530671.html Should I add again 'Tested-by' to this serie
<marex> mps: isnt there a TB already in 1/2 and 2/2 ?
<mps> marex: yes. But I'm not so versed in workflow, yet
flom84 has joined #u-boot
<mps> aha, thanks
<mps> will read it
<marex> mps: the workflow is basically the same as kernel workflow
<mps> I'm not versed in kernel workflow, also
<marex> mps: you probably want to retest and at TB to https://lists.denx.de/pipermail/u-boot/2023-September/530673.html
flom84 has quit [Remote host closed the connection]
<mps> what TB means: Tested-by?
flom84 has joined #u-boot
<marex> yes
<mps> and when I retest it should I again add TB
ikarso has quit [Quit: Connection closed for inactivity]
Clamor has quit [Ping timeout: 240 seconds]
Clamor has joined #u-boot
<marex> mps: yeah, since there isnt one
<marex> mps: you can track the A/F/R/T (Acked-by/Fixes/Reviewed-by/Tested-by) in https://patchwork.ozlabs.org/project/uboot/list/ patchwork
<deathmist> mps: cool, I'll try all the new stuff soon, I see even the spl_tool is being discussed for integration :)
<sjg1> Raito_Bezarius: Yes VBE can be used on desktops.. For a menu you can use 'bootflow scan; bootflow menu' at present. I plan to refine this a bit
qqq has quit [Quit: leaving]
flom84 has quit [Ping timeout: 240 seconds]
<mps> deathmist: with latest patches sent by xypron spl_tool is not needed at all
<mps> marex: yes, I started to https://patchwork.ozlabs.org/project/uboot/list/, looks like it is easier
<mps> to follow*
wyre has quit [Quit: ZNC 1.8.2 - https://znc.in]
wyre has joined #u-boot
Clamor has quit [Read error: Connection reset by peer]
flom84 has joined #u-boot
flom84 has quit [Ping timeout: 244 seconds]
slobodan has quit [Ping timeout: 255 seconds]
smoothdev has quit [Quit: smoothdev]
pbsds has quit [Ping timeout: 246 seconds]
pbsds has joined #u-boot
goliath has quit [Quit: SIGSEGV]
smoothdev has joined #u-boot
Wouter0100670440 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter0100670440 has joined #u-boot
pgreco_ has joined #u-boot
pgreco has quit [Ping timeout: 245 seconds]