<sjg1>
cambrian_invader: No you can't really make it fully generic. But look at rockchip_dw_mmc.c for how it is done there
qastokes has quit [Quit: qastokes]
sakman has quit [Remote host closed the connection]
sakman has joined #u-boot
dvergatal has quit [Ping timeout: 260 seconds]
dvergatal has joined #u-boot
qschulz has quit [Remote host closed the connection]
qschulz has joined #u-boot
zibolo has quit [Ping timeout: 268 seconds]
zibolo has joined #u-boot
samekh_ has joined #u-boot
samekh has quit [Ping timeout: 245 seconds]
dvergatal has quit [Ping timeout: 256 seconds]
dvergatal has joined #u-boot
vagrantc has joined #u-boot
samekh has joined #u-boot
samekh_ has quit [Ping timeout: 268 seconds]
qastokes has joined #u-boot
qschulz has quit [Ping timeout: 245 seconds]
qschulz has joined #u-boot
mmu_man has quit [Ping timeout: 245 seconds]
sdfgsdfg has joined #u-boot
qastokes has quit [Quit: qastokes]
qastokes has joined #u-boot
qastokes has quit [Client Quit]
qastokes has joined #u-boot
qastokes has quit [Quit: qastokes]
qastokes has joined #u-boot
qastokes_ has joined #u-boot
qastokes has quit [Ping timeout: 260 seconds]
sdfgsdfg has quit [Quit: ZzzZ]
qastokes_ has quit [Quit: qastokes_]
qastokes has joined #u-boot
vagrantc has quit [Quit: leaving]
fdanis_away is now known as fdanis
qastokes has quit [Quit: qastokes]
qastokes has joined #u-boot
qastokes has quit [Client Quit]
qastokes has joined #u-boot
sdfgsdfg has joined #u-boot
<simeonm>
agraf: I succeeded booting iPXE EFI bin with the bootm command by putting it in the FIT image written to SPI flash - thanks for our pointers.
qastokes has quit [Quit: qastokes]
qastokes has joined #u-boot
agust has joined #u-boot
mckoan|away is now known as mckoan
milkylainen76 has joined #u-boot
milkylainen76 is now known as milkylainen_
qastokes has quit [Ping timeout: 264 seconds]
guillaume_g has joined #u-boot
sdfgsdfg has quit [Quit: ZzzZ]
matthias_bgg has joined #u-boot
matthias_bgg has quit [Read error: Connection reset by peer]
<eloi>
Hi I am using DFU with RAM backends, I would like to handle dynamic size in dfu_alt_info but it looks like filesize is not set in u-boot DFU. Am I correct ?
monstr has quit [Remote host closed the connection]
<milkylainen>
sjg1: The first diff is just undoing the whole-archive removal. The middle one just looked plain wrong to me. And the last diff is the relevant. The one which overrides the correct lds.
<milkylainen>
Umm. The last one which fixes the override even.
<ad__>
what exactly do "fastboot 0" ? seems not documented in any place
<Forty-Bot>
starts fastboot on USB 0
redbrain has joined #u-boot
<sjg1>
milkylainen: OK I have it building, although it only produces an empty bss. But it does not crash the toolchain!!
<sjg1>
milkylainen: nvw was not building it properly. I get Script Error Status: Not Found (line number 1)
<milkylainen>
sjg1: huh, not following. You're not getting a binary?
<milkylainen>
Or just empty bss?
eloi has quit [Quit: WeeChat 3.3]
vagrantc has joined #u-boot
<sjg1>
No I am actually getting something that looks reasonable. The .rela sections for lists need to be joined
ilunev has quit [Read error: Connection reset by peer]
ilunev has joined #u-boot
qastokes has quit [Quit: qastokes]
<milkylainen>
sjg1: Anyway. It's absolutely progress! It starts on a 64-bit UEFI as payload. This means that it's nigh on usable for my part on real machines / emulation. Yay! :)
<milkylainen>
sorry as a 64-bit app on a 64-bit UEFI
qastokes has joined #u-boot
ladis has quit [Ping timeout: 260 seconds]
smartin has quit [Remote host closed the connection]
smartin has joined #u-boot
___nick___ has quit [Ping timeout: 260 seconds]
mripard has quit [Read error: Connection reset by peer]
mripard has joined #u-boot
josem has quit [Quit: Client closed]
<sjg1>
milkylainen: Yes it seems pretty close. I will see if I can tidy things up and resend the efi series