clamor has quit [Read error: Connection reset by peer]
goliath has quit [Quit: SIGSEGV]
<dujem>
im trying to move coreprimevelte to OF_UPSTREAM, right now serial output is getting stuck at "DRAM:". this could imply that fdtdec_setup_mem_size_base() is failing but dram_init() should print an error if that happens, but it isnt. any ideas?
clamor has joined #u-boot
f_ has joined #u-boot
clamor has quit [Ping timeout: 252 seconds]
clamor has joined #u-boot
<marex>
dujem: run dtc -I dtb -O dts -s u-boot.dtb > /tmp/old.dts before the switch , the same thing > /tmp/new.dts after the switch, diff the two /tmp/{old,new}.dts and search for differences , look at UART, possibly bootph tags
<marex>
apply the same for SPL DT
<marex>
that should let you find the issue quickly
<marex>
OF_UPSTREAM affects your board control DT, so the difference has to be there
qqe has quit [Quit: Lost terminal]
goliath has joined #u-boot
<dujem>
marex: figured it out. looks like samsung bootloader will happily fill in /memory but not /memory@0
mmu_man has quit [Ping timeout: 248 seconds]
mmu_man has joined #u-boot
joeskb7 has joined #u-boot
godvino has quit [Server closed connection]
godvino has joined #u-boot
<shadows>
marex: any other tricks to try for the suspicious USB storage device in U-Boot?
clamor has quit [Read error: Connection reset by peer]
Forty-Bot has joined #u-boot
goliath has quit [Quit: SIGSEGV]
kiboneu has quit [Server closed connection]
kiboneu has joined #u-boot
<marex>
dujem: do you have DRAM located at 0 ?
<marex>
shadows: aside from dig in and start debugging it properly, not really
<dujem>
marex: according to samsung bootloader the DRAM range is 1000000-40000000
gsz has quit [Ping timeout: 248 seconds]
<marex>
dujem: then why would your memory node be at 0 ?
<marex>
btw 0..0x1000000 is probably some reserved range and the memory is at 0, but check SoC datasheet to be sure
<dujem>
marex: because the memory node in the linux dts is empty and left to be filled in by bootloader
<dujem>
trying to read 0 results in a synchronous abort so that is indeed unusable, though idk what it is as there is no datasheet
ikarso has joined #u-boot
tec4 has quit [Server closed connection]
tec4 has joined #u-boot
mmu_man has quit [Ping timeout: 245 seconds]
mmu_man has joined #u-boot
Poltawer has quit [Quit: WeeChat 4.7.0]
<marex>
dujem: run 'bdinfo' , that will give you an idea what is U-Boot memory layout view
<marex>
dujem: is that current mainline U-Boot or some downstream fork ?
slobodan has quit [Ping timeout: 260 seconds]
ikarso has quit [Quit: Connection closed for inactivity]