tmlind has quit [Remote host closed the connection]
kishon has joined #linux-ti
kishon has quit [Ping timeout: 240 seconds]
rogerq has joined #linux-ti
kishon has joined #linux-ti
tmlind has joined #linux-ti
<vigneshr>
austriancoder: I will take a look at ethernet issue today... u-boot may not be cleaning up DMA resources properly, leading to issues in kernel
<austriancoder>
vigneshr: great. Yeah at a quick look something like this could be the issue. btw. I am using upstream U-Boot 2022.01
rob_w has joined #linux-ti
lucaceresoli has joined #linux-ti
ikarso has joined #linux-ti
Pali has joined #linux-ti
florian has joined #linux-ti
lucaceresoli_ has joined #linux-ti
florian_kc has joined #linux-ti
lucaceresoli has quit [Ping timeout: 256 seconds]
<vigneshr>
austriancoder: Tried v2022.01 + next-20220125 Cannot seem to reproduce... Could you share full logs? Would like to see bootargs being used
rob_w has quit [Remote host closed the connection]
<austriancoder>
I think U-Boot commit 03f1f78a9b44b5fd6fc09faf81639879d2d0f85f broke sysfw loading from emmc.
<austriancoder>
spl_mmc_load
<austriancoder>
k3_sysfw_loader
<austriancoder>
mmc_load_image_raw_sector
<austriancoder>
spl_load_simple_fit
<austriancoder>
spl_simple_fit_read
<austriancoder>
spl_simple_fit_read(..) uses the __weak board_spl_fit_buffer_addr(..) which allocates its own buffer and ignores spl_get_load_buffer() from sysfw-loader.c
florian has quit [Quit: Ex-Chat]
florian_kc has quit [Ping timeout: 250 seconds]
<vigneshr>
austriancoder: Aren't you on AM64 and latest u-boot? I expect k3_sysfw_loader() to exit within if (rom_loaded_sysfw) {} block
rogerq has quit [Remote host closed the connection]
<austriancoder>
vigneshr: I have seen that in ti's U-Boot that the ROM loads both. But here the r5 loads sysfw.
<vigneshr>
austriancoder: that's not intention, AM64 is intended to use combined R5 SPL + SYSFW . how do you build tiboot3.bin ?