Tartarus changed the topic of #u-boot to: SOURCE MOVED TO https://source.denx.de/u-boot/u-boot.git / U-Boot v2023.10, v2024.01-rc3 are OUT / Merge Window is CLOSED, next branch is OPEN / Release v2024.01 is scheduled for 08 January 2024 / Channel archives at https://libera.irclog.whitequark.org/u-boot
sakman1 has joined #u-boot
sakman has quit [Ping timeout: 245 seconds]
sakman1 is now known as sakman
rvalue has quit [Quit: ZNC - https://znc.in]
rvalue has joined #u-boot
Mis012- has quit [Remote host closed the connection]
Mis012 has joined #u-boot
jaganteki has quit [Ping timeout: 250 seconds]
vagrantc has quit [Quit: leaving]
mmu_man has joined #u-boot
hsv_ has joined #u-boot
hsv has quit [Ping timeout: 246 seconds]
tlwoerner_ has quit [Quit: Leaving]
tlwoerner has joined #u-boot
IoT_Maker has joined #u-boot
IoT-Maker has quit [Ping timeout: 240 seconds]
persmule has quit [Remote host closed the connection]
persmule has joined #u-boot
experemental has joined #u-boot
mmu_man has quit [Ping timeout: 256 seconds]
mmu_man has joined #u-boot
Clamor has joined #u-boot
Clamor has quit [Read error: Connection reset by peer]
Clamor has joined #u-boot
jclsn has quit [Ping timeout: 256 seconds]
jclsn has joined #u-boot
mmu_man has quit [Ping timeout: 256 seconds]
experemental has quit [Ping timeout: 256 seconds]
Stat_headcrabed has joined #u-boot
slobodan has quit [Ping timeout: 268 seconds]
Clamor has quit [Ping timeout: 268 seconds]
Clamor has joined #u-boot
persmule has quit [Remote host closed the connection]
Stat_headcrabed has quit [Ping timeout: 245 seconds]
flyback has quit [Ping timeout: 260 seconds]
flyback has joined #u-boot
Stat_headcrabed has joined #u-boot
experemental has joined #u-boot
experemental has quit [Read error: error:0A000119:SSL routines::decryption failed or bad record mac]
ikarso has joined #u-boot
f_estive has quit [Ping timeout: 240 seconds]
f_estive has joined #u-boot
redbrain has joined #u-boot
Stat_headcrabed has quit [Quit: Stat_headcrabed]
Clamor has quit [Read error: Connection reset by peer]
Clamor has joined #u-boot
stefanro has joined #u-boot
experemental has joined #u-boot
sakman has quit [Ping timeout: 246 seconds]
slobodan has joined #u-boot
f_estive is now known as f_
dsimic has quit [Ping timeout: 260 seconds]
dsimic has joined #u-boot
Clamor has quit [Ping timeout: 245 seconds]
Clamor has joined #u-boot
f_ has quit [Ping timeout: 268 seconds]
Clamor has quit [Ping timeout: 260 seconds]
f_ has joined #u-boot
Clamor has joined #u-boot
mmu_man has joined #u-boot
f_ has quit [Ping timeout: 256 seconds]
persmule has joined #u-boot
f_ has joined #u-boot
f_ has quit [Read error: Connection reset by peer]
f_ has joined #u-boot
persmule has quit [Remote host closed the connection]
persmule has joined #u-boot
experemental has quit [Remote host closed the connection]
<pivi> xypron: correct me if I'm wrong, but this bits you developer on EFI_DT_FIXUP_PROTOCOL were merged upstream only in U-Boot, not by grub. ubuntu has grub patched, while debian has not
<pivi> s/developer/developed/
<xypron> pivi: Only Ubuntu's GRUB calls the protocol.
<xypron> pivi: and systemd boot.
f_ has quit [Remote host closed the connection]
goliath has joined #u-boot
alan_o has quit [Remote host closed the connection]
alan_o has joined #u-boot
persmule has quit [Remote host closed the connection]
persmule has joined #u-boot
mmu_man has quit [Ping timeout: 252 seconds]
mmu_man has joined #u-boot
prabhakarlad has quit [Ping timeout: 250 seconds]
Clamor has quit [Ping timeout: 245 seconds]
Clamor has joined #u-boot
<sjg1> Happy New Year everyone!
<sjg1> Is patchwork working for everyone else? I seem to have problems all the time: The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
<sjg1> I have tried for a few days now to get a PR out, but cannot make progress
f_ has joined #u-boot
<milkylainen> Happy new year sjg1!
f_ has quit [Remote host closed the connection]
f_ has joined #u-boot
jaganteki has joined #u-boot
sakman has joined #u-boot
Clamor has quit [Remote host closed the connection]
<pivi> where are stored in the normal (not optee, not secure) use case the EFI variable in U-Boot ? I am particularly interested in the UEFI boot options which are stored in the UEFI variable Boot####
Clamor has joined #u-boot
<Clamor> sjg1: Happy New Year! Works as usual.
<sjg1> Clamor: Works for me too, now. Just mentioning it seemed to help
<Clamor> Nice
<pivi> ok, found it. ubootefi.var in the EFI partition.
dhruvag2000 has joined #u-boot
<xypron> pivi: Best way to set up the boot options is via the eficonfig command.
<pivi> yep, in U-Boot
<pivi> but from the Linux distro?
<pivi> for what is worth I am failing to set a basic variable so far, using efivar from Linux
<pivi> Debian, 6.1.69 linux kernel
<pivi> (this efivarfs: fix statfs() on efivarfs
<pivi> not required)
<pivi> making progress ;-)
<pivi> Unable to handle kernel NULL pointer dereference
sakman has quit [Ping timeout: 260 seconds]
<pivi> wondering if set variable is supported at runtime in U-Boot
<pivi> I found my answer => `return EFI_UNSUPPORTED`
<pivi> this means that the Linux distribution installer has no way to alter the boot order
<pbrobinson> pivi: it is supported in some cases, apalos can give more details there as he knows a lot more about it than I do
<pivi> pbrobinson: from what I can tell you need emmc RPMB and optee
Net147 has quit [Ping timeout: 256 seconds]
Net147 has joined #u-boot
Net147 has quit [Changing host]
Net147 has joined #u-boot
<pbrobinson> pivi: correct
<pbrobinson> pivi: although that's for full secure, there's also a less secure option to do it as a file on disk, There's also patch series on list to start to support SPI flash as an option
<mps> Happy New Year \o/
<pivi> pbrobinson: the file on the disk implementation (ubootefi.var) does not support runtime write. at least not in the current master branch
<pbrobinson> pivi: that's possible, I'm by no means an expert on the exact details
zsoltiv_ has joined #u-boot
justIrresolute is now known as justache
<sjg1> Forty-Bot: OK thanks, yes that is what I see. I wonder if there was ever a reply
f_ has quit [Ping timeout: 260 seconds]
persmule has quit [Ping timeout: 240 seconds]
persmule has joined #u-boot
f_ has joined #u-boot
f_ has quit [Ping timeout: 256 seconds]
f_ has joined #u-boot
Clamor has quit [Ping timeout: 245 seconds]
Clamor has joined #u-boot
slobodan has quit [Read error: Connection reset by peer]
IoT_Maker has quit [Quit: Leaving]
slobodan has joined #u-boot
<xypron> pivi: U-Boot does not support SetVariables() at runtime. There is ongoing work to get a driver in Linux. First series is about setting U-Boot variables in stored in RPMB partition of RAM managed by an OP-TEE module (StandaloneMM). Once that is done a driver of the ubootefi.var file is planned. https://lore.kernel.org/linux-efi/20231107054057.1893-2-masahisa.kojima@linaro.org/
mmu_man has quit [Ping timeout: 255 seconds]
mmu_man has joined #u-boot
Clamor has quit [Ping timeout: 264 seconds]
Clamor has joined #u-boot
persmule has quit [Remote host closed the connection]
persmule has joined #u-boot
Mis012 has quit [Remote host closed the connection]
Mis012 has joined #u-boot
dhruvag2000 has quit [Quit: Connection closed for inactivity]
stefanro has quit [Quit: Leaving.]
<Clamor> Can fastboot in u-boot flash boot0/boot1 partitions?
sakman has joined #u-boot
ungeskriptet1 has joined #u-boot
ungeskriptet has quit [Ping timeout: 260 seconds]
ungeskriptet1 is now known as ungeskriptet
Clamor has quit [Read error: Connection reset by peer]
experemental has joined #u-boot
sakman has quit [Ping timeout: 268 seconds]
experemental has quit [Remote host closed the connection]
sakman has joined #u-boot
Mis012- has joined #u-boot
Mis012 has quit [Ping timeout: 240 seconds]
prabhakarlad has joined #u-boot