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