Tartarus changed the topic of #u-boot to: SOURCE MOVED TO https://source.denx.de/u-boot/u-boot.git / U-Boot v2021.10 is OUT / Merge Window is OPEN until 25 October 2021 / Release v2022.01 is scheduled for 10 January 2022 / http://www.denx.de/wiki/U-Boot / Channel archives at https://libera.irclog.whitequark.org/u-boot
ndesaulniers has quit [Ping timeout: 245 seconds]
georgem has quit [Ping timeout: 264 seconds]
ndesaulniers has joined #u-boot
georgem has joined #u-boot
agust has quit [Ping timeout: 264 seconds]
camus has quit [Ping timeout: 256 seconds]
camus has joined #u-boot
zibolo has quit [Ping timeout: 265 seconds]
zibolo has joined #u-boot
samekh has joined #u-boot
samekh_ has quit [Ping timeout: 268 seconds]
alpernebbi has quit [Ping timeout: 260 seconds]
alpernebbi has joined #u-boot
mmu_man has quit [Ping timeout: 260 seconds]
qastokes has joined #u-boot
lowfi has joined #u-boot
lowfi has quit [Changing host]
lowfi has joined #u-boot
rfried has quit [Quit: The Lounge - https://thelounge.github.io]
rfried has joined #u-boot
camus1 has joined #u-boot
camus has quit [Read error: Connection reset by peer]
camus1 is now known as camus
EdSwarthout has quit [Ping timeout: 260 seconds]
EdSwarthout has joined #u-boot
qastokes has quit [Quit: qastokes]
Crofton has quit [Ping timeout: 264 seconds]
Crofton has joined #u-boot
Xavier7 has quit [Quit: • IRcap • 8.72 •]
sdfgsdfg has joined #u-boot
agust has joined #u-boot
fdanis_away is now known as fdanis
mckoan|away is now known as mckoan
guillaume_g has joined #u-boot
tambarus has joined #u-boot
mmu_man has joined #u-boot
camus has quit [Read error: Connection reset by peer]
camus has joined #u-boot
cengiz_io has quit [Ping timeout: 264 seconds]
cengiz_io has joined #u-boot
Crofton has quit [Ping timeout: 245 seconds]
Crofton has joined #u-boot
elvishjerricco has quit [Ping timeout: 264 seconds]
sszy has joined #u-boot
elvishjerricco has joined #u-boot
monstr has joined #u-boot
michalkotyla has joined #u-boot
simeonm has joined #u-boot
<simeonm> Hi All. I'm seeing some funky behaviour trying to boot iPXE from an EFI binary written to SPI flash. Symptom is that after the bootefi command, iPXE doesn't execute (it just hangs) when loading from SPI, but if I load the binary from an SD card, it runs.
<simeonm> I have done some experiments where I load from SPI, then run crc32 over the memory, then I load from SD card and crc32 again - they match, so it seems loading is working fine from SPI
<simeonm> Funkiness is: if I load from SD card, then load from SPI over the same address, then bootefi works
<simeonm> As if loading the EFI binary from SD has some other side effect necessary for bootefi
<simeonm> This is how I load from SPI: sf probe; sf read $kernel_addr_r 0x200000 0x31a00;
<simeonm> This is how I load from SD: load mmc 1:7 $kernel_addr_r snp.efi
<simeonm> Booting just with: bootefi $kernel_addr_r
<simeonm> Any ideas for what I could try next?
matthias_bgg has joined #u-boot
tom42 has joined #u-boot
sdfgsdfg has quit [Quit: ZzzZ]
sdfgsdfg has joined #u-boot
rhadye has quit [Ping timeout: 264 seconds]
dgilmore has quit [Ping timeout: 264 seconds]
Tartarus has quit [Ping timeout: 264 seconds]
sjg1 has quit [Ping timeout: 264 seconds]
smurray has quit [Ping timeout: 264 seconds]
Tartarus has joined #u-boot
smurray has joined #u-boot
dgilmore has joined #u-boot
rhadye has joined #u-boot
sjg1 has joined #u-boot
stefanro has quit [Quit: Leaving.]
stefanro has joined #u-boot
tom42 is now known as tom
tom is now known as tom42
sdfgsdfg has quit [Quit: ZzzZ]
milkylainen has quit [Ping timeout: 268 seconds]
stefanro has quit [Quit: Leaving.]
matthias_bgg has quit [Ping timeout: 260 seconds]
stefanro has joined #u-boot
sdfgsdfg has joined #u-boot
matthias_bgg has joined #u-boot
torez has joined #u-boot
camus has quit [Ping timeout: 264 seconds]
vigneshr has left #u-boot [#u-boot]
camus has joined #u-boot
sdfgsdfg has quit [Quit: ZzzZ]
mmu_man has quit [Ping timeout: 265 seconds]
mckoan is now known as mckoan|away
lucaceresoli has quit [Quit: Leaving]
torez has quit [Ping timeout: 264 seconds]
smartin has joined #u-boot
torez has joined #u-boot
monstr has quit [Ping timeout: 264 seconds]
camus has quit [Ping timeout: 245 seconds]
camus has joined #u-boot
monstr has joined #u-boot
torez has quit [Ping timeout: 264 seconds]
<agraf> simeonm: This sounds like the iPXE is unhappy about a memory based load path
<agraf> simeonm: when you load from SD, that sets the efi load path to the location you loaded from: https://github.com/u-boot/u-boot/blob/master/fs/fs.c#L756
<agraf> simeonm: I think the SPI flash load path doesn't invoke efi_set_bootdev(), so you end up in the fallback path: https://github.com/u-boot/u-boot/blob/master/cmd/bootefi.c#L451
torez has joined #u-boot
<wyre> hi guys, Is there some command to erase an env variable?
<wyre> I've created one called gatway because I didn't noticed it was actually 'gatewayip' and I'd like to remove that `gateway` env var
<agraf> wyre: "setenv <varname>"?
<wyre> agraf, just setting it empty does work?
<agraf> wyre: IIRC yes
mmu_man has joined #u-boot
camus1 has joined #u-boot
camus has quit [Ping timeout: 245 seconds]
camus1 is now known as camus
redbrain has joined #u-boot
khilman has quit [Ping timeout: 264 seconds]
khilman has joined #u-boot
rhadye has quit [Ping timeout: 250 seconds]
nohit has quit [Ping timeout: 264 seconds]
smartin has quit [Remote host closed the connection]
smartin has joined #u-boot
elvishjerricco has quit [Ping timeout: 245 seconds]
georgem has quit [Ping timeout: 250 seconds]
bradfa has quit [Ping timeout: 245 seconds]
ndesaulniers has quit [Ping timeout: 250 seconds]
georgem has joined #u-boot
Crofton has quit [Ping timeout: 245 seconds]
rhadye has joined #u-boot
khilman has quit [Ping timeout: 265 seconds]
nohit has joined #u-boot
ndesaulniers has joined #u-boot
elvishjerricco has joined #u-boot
bradfa has joined #u-boot
khilman has joined #u-boot
Crofton has joined #u-boot
<sjg1> Hi, the U-Boot contributor call is in 15 minutes. There is no agenda though. If you have anything, please add it https://bit.ly/3bFvwA1
sszy has quit [Ping timeout: 268 seconds]
torez has quit [Remote host closed the connection]
mmu_man has quit [Ping timeout: 245 seconds]
guillaume_g has quit [Quit: Konversation terminated!]
fdanis is now known as fdanis_away
monstr has quit [Remote host closed the connection]
torez has joined #u-boot
milkylainen_39 has joined #u-boot
milkylainen_39 is now known as milkylainen
v0|d has joined #u-boot
<sjg1> Tartarus: I filed a bug for that CI thing you saw: https://source.denx.de/u-boot/u-boot/-/issues/3
<milkylainen> Hi Simon. Did you get a chance to try a 64-bit app build?
<Tartarus> sjg1: ok thanks, subscribed
<sjg1> milkylainen: Eek no I got completely distracted at the weekend. Will try later on today
<milkylainen> sjg1: Np. I'm not in a hurry. :)
lvrp16 has quit [Ping timeout: 264 seconds]
lvrp16 has joined #u-boot
torez has quit [Ping timeout: 264 seconds]
torez has joined #u-boot
tambarus has quit [Quit: Connection closed for inactivity]
sbach has quit [Read error: Connection reset by peer]
sbach has joined #u-boot
<cambrian_invader> sjg1: is there an equivalent of mmc_of_parse for platdata? or should I just set the mmc caps manually
<cambrian_invader> more generally, what's the correct way to work with presence/absence properties in platdata?
torez has quit [Remote host closed the connection]
qastokes has joined #u-boot
sdfgsdfg has joined #u-boot
sdfgsdfg has quit [Read error: Connection reset by peer]
milkylainen_ has quit [Ping timeout: 260 seconds]
sdfgsdfg has joined #u-boot
GNUtoo has quit [Remote host closed the connection]
GNUtoo has joined #u-boot
<simeonm> agraf: ah thanks! - I'm going to see if adding iPXE to the FIT image and booting it with bootm works around the bootdev issue
matthias_bgg has quit [Quit: Leaving]
v0|d has quit [Read error: Connection reset by peer]
smartin has quit [Ping timeout: 245 seconds]
mmu_man has joined #u-boot
sdfgsdfg has quit [Quit: ZzzZ]
redbrain has quit [Ping timeout: 260 seconds]
lowfi has quit [Read error: Connection reset by peer]
v0|d has joined #u-boot
agust has quit [Quit: Leaving.]