granquet has quit [Quit: Connection closed for inactivity]
Guest82 has quit [Ping timeout: 272 seconds]
Stalevar has quit [Ping timeout: 260 seconds]
ikarso has quit [Quit: Connection closed for inactivity]
jclsn has quit [Ping timeout: 272 seconds]
jclsn has joined #u-boot
sigmaris has quit [Ping timeout: 265 seconds]
sigmaris has joined #u-boot
Net147 has joined #u-boot
Net147 has quit [Changing host]
Net147 has joined #u-boot
Net147 has quit [Remote host closed the connection]
Net147 has joined #u-boot
Net147 has quit [Changing host]
Net147 has joined #u-boot
Net147 has quit [Remote host closed the connection]
Net147 has joined #u-boot
Net147 has quit [Changing host]
Net147 has joined #u-boot
Rutherther has quit [Remote host closed the connection]
Rutherther has joined #u-boot
Peng_Fan has quit [Quit: Connection closed for inactivity]
clamor has joined #u-boot
tchebb has quit [Ping timeout: 252 seconds]
ja_02 has quit [Read error: Connection reset by peer]
tchebb has joined #u-boot
ja_02 has joined #u-boot
zsoltiv__ has quit [Ping timeout: 252 seconds]
haritz has quit [Quit: ZNC 1.8.2+deb3.1+deb12u1 - https://znc.in]
monstr has joined #u-boot
monstr has quit [Ping timeout: 252 seconds]
goliath has joined #u-boot
urja has quit [Read error: Connection reset by peer]
alperak has joined #u-boot
Grimler has joined #u-boot
Grimler has quit [Quit: leaving]
urja has joined #u-boot
persmule has quit [Remote host closed the connection]
mckoan|away is now known as mckoan
persmule has joined #u-boot
Grimler has joined #u-boot
warpme has joined #u-boot
goliath has quit [Quit: SIGSEGV]
persmule has quit [Remote host closed the connection]
monstr has joined #u-boot
persmule has joined #u-boot
Guest82 has joined #u-boot
goliath has joined #u-boot
teejay has quit [Ping timeout: 260 seconds]
ikarso has joined #u-boot
sszy has joined #u-boot
clamor has quit [Ping timeout: 248 seconds]
clamor has joined #u-boot
teejay has joined #u-boot
Guest82 has quit [Quit: Client closed]
Guest82 has joined #u-boot
haritz has joined #u-boot
haritz has quit [Changing host]
haritz has joined #u-boot
davlefou has quit [Ping timeout: 276 seconds]
davlefou has joined #u-boot
prabhakalad has quit [Ping timeout: 276 seconds]
prabhakalad has joined #u-boot
Guest82 has quit [Quit: Client closed]
goliath has quit [Quit: SIGSEGV]
averymt_ has joined #u-boot
clamor has quit [Read error: Connection reset by peer]
clamor has joined #u-boot
averymt has quit [Ping timeout: 260 seconds]
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
granquet has joined #u-boot
granquet has quit [Changing host]
granquet has joined #u-boot
warpme has joined #u-boot
Guest82 has joined #u-boot
Poltawer has joined #u-boot
Guest82 has quit [Quit: Client closed]
monstr has quit [Remote host closed the connection]
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Guest82 has joined #u-boot
indy_ has joined #u-boot
clamor has quit [Remote host closed the connection]
clamor has joined #u-boot
indy_ is now known as indy
<any1>
I'm thinking that I want to implement some kind of a/b partitioning in SPL with a single-shot boot function, like tryboot in rpi config.txt/autoboot.txt
<any1>
Would there be interest in having that upstream?
<any1>
I.e. there would be a secondary CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR and the selection between the two would be stored in some pre-defined sector
<Tartarus>
I mean, that's one of the things that nominally VBE attempts to tackle
<Tartarus>
But it's also very SoC specific
<Tartarus>
And then there's the challenges of where do you draw the line on not being able to redundantly update
<any1>
ok, would I be able the make vbe work on rockchip? :)
<Tartarus>
That was one of Simon's examples, yes
<Tartarus>
There was also feedback and I just don't recall how much was or wasn't addressed anymore
<any1>
Cool, less work for me. Although it is much more complicated than what I actually need