ChanServ changed the topic of #linux-msm to:
<konradybcio> z3ntu: what if you add a 500ms wait in smd rpm initalization
<konradybcio> I feel like we've been there before on this soc
<konradybcio> Tooniis: doesn't listening for an smd channel work as a compatible replacement?
marvin24_ has joined #linux-msm
marvin24 has quit [Ping timeout: 480 seconds]
hfink has quit [Read error: Connection reset by peer]
robclark has quit [Read error: Connection reset by peer]
SanchayanMaity has quit [Read error: Connection reset by peer]
norris has quit [Read error: Connection reset by peer]
robclark has joined #linux-msm
linusw has quit [Read error: Connection reset by peer]
kido has quit [Read error: Connection reset by peer]
narmstrong has quit [Read error: Connection reset by peer]
SanchayanMaity has joined #linux-msm
linusw has joined #linux-msm
kido has joined #linux-msm
norris has joined #linux-msm
narmstrong has joined #linux-msm
hfink has joined #linux-msm
svarbanov has quit [Remote host closed the connection]
svarbanov has joined #linux-msm
marvin24 has joined #linux-msm
marvin24_ has quit [Ping timeout: 480 seconds]
<Tooniis[m]> konradybcio: how exactly?
<Tooniis[m]> not sure I understand what you mean
<Tooniis[m]> lumag: I remember you were working on something for power sequencing of pcie wifi chips. did that get anywhere?
<alfayt[m]> If I want to build for pdx223 (nagara), should I use the default arm64 defconfig and edit it?
<alfayt[m]> If so, what should I edit
<konradybcio> Tooniis: there's like a compatible matching esque mechanism for smd, it looks for some sort of IPCRTR or so
<Tooniis[m]> konradybcio: yeah that's already in place. It matches the qrtr smd edge itself
<Tooniis[m]> what im looking to accomplish is to register devices for qrtr services as children of the smd edge
<lumag> Tooniis[m], not yet, but we are pursuing this. abelvesa is now looking closely on this topics. We had several discussion both internally and externally, so hopefully there will be a patchset soon.
<konradybcio> Tooniis: you can move that match to your bus driver and manually probe the qrtr driver from within the probe func
pespin has joined #linux-msm
<alfayt[m]> Guys I want to install arch on my phone so I have rootfs ready on my sdcard and I use official arch kernel (6.2) which is compatible with my phone. I took /boot/Image, /boot/initramfs-linux.img (that I built with mkinitcpio) and /boot/dtbs/sm8450-sony-xperia-nagara-pdx223.dtb.
<alfayt[m]> How do I repack boot.img with all these things?
<alfayt[m]> I also have original boot.img and I need to set cmdline with root path (I have).
svarbanov has quit [Ping timeout: 480 seconds]
<lumag> alfayt[m], cat Image.gz something.dtb > Image-dtb && mkbootimg --kernel Image-dtb --cmdline "rootfs=/dev/your/root" --ramdisk initrd.cpio.gz --base 0x80000000 --output boot.img
<lumag> ... --pagesize 2048
<lumag> Or 4096
<lumag> Also make sure that you do not have the UFS enabled at all.
<lumag> (in the device tree)
<lumag> if that doesn't work maybe konradybcio or Marijn[m] can help you there
<Marijn[m]> Konrad's initial commit for nagara (and all other Sony) dts explains exactly what to do and why
pespin has quit [Remote host closed the connection]