sng has quit [Read error: Connection reset by peer]
mmu_man has quit [Ping timeout: 240 seconds]
sng_ has quit [Remote host closed the connection]
mmu_man has joined #u-boot
sng has joined #u-boot
sng has quit [Remote host closed the connection]
sng has joined #u-boot
sng has quit [Remote host closed the connection]
sng has joined #u-boot
urja has quit [Read error: Connection reset by peer]
soxrok2212 has quit [Read error: Connection reset by peer]
soxrok2212 has joined #u-boot
soxrok2212 has quit [Read error: Connection reset by peer]
soxrok2212 has joined #u-boot
urja has joined #u-boot
sng_ has joined #u-boot
sng has quit [Read error: Connection reset by peer]
sng has joined #u-boot
sng_ has quit [Ping timeout: 245 seconds]
<rainbyte>
alpernebbi, I already tested on 2 machines... speedy is working right with master and the 7 patches, but minnie couldn't boot, it stays on black screen
<rainbyte>
does anyone know the last working version for veyron minnie?
sng has quit [Remote host closed the connection]
sng has joined #u-boot
sng has quit [Remote host closed the connection]
monstr has joined #u-boot
<sjg1>
Tartarus: Where did we get to with the CONFIG stuff (removing CONFIG_IS_ENABLED())? I found this: e02ee2548af kconfig: switch to single .config configuration
<sjg1>
The strange thing is that the LOADER line in the cfg file does actually point to the file containing the '-d' data. So it is provided twice, once as -d to mkimage and a second time as a filename in the .cfg file. Is that right?
<sjg1>
Once you have things converted to binman you can probably simplify things
<sjg1>
Also your nxp entry can subclasss a section
<sjg1>
Alternatively, you could make the nxp etype subclass a blob, so that it can implement ObtainContents() instead of BuildSectionData().