ChanServ changed the topic of #aarch64-laptops to: Linux support for AArch64 Laptops (Asus NovaGo TP370QL - HP Envy x2 - Lenovo Mixx 630 - Lenovo Yoga C630)
<qzed>
the SQE thing is a bit more complicated unfortunately
<steev>
is it just in the kmsuc8180x file?
<qzed>
qcdxkm8180.sys
<qzed>
I can give you a couple more hints: there's a bunch of if/else comparing a byte to 0x57 and 0x71
<qzed>
that's switching between code-paths for a690 and a680 (I think)
<qzed>
essentially both SQE and GMU firmwares are at such an if/else thing, in both places some pointer and length gets set
<qzed>
not sure how to better describe that... so feel free to ask if you need anything
derzahl has joined #aarch64-laptops
<steev>
that is... way above my paygrade
<steev>
so far, all i've learned how to do is open a file in ghidra
<steev>
it's on my (very long) list of things to learn
<qzed>
heh, that's a good start
<qzed>
tbh I'm still a beginner at that too... luckily the decompiler seems to be well enough so that I don't have to look at the assembly code
<steev>
i'm trying to find where i even find the if/else's
<qzed>
there are a bunch of search tools, including one where you can look for specific scalars
<qzed>
the gmu loader function is at 1402b6250 and the sqe one at 1402afdd0, but that might be different for you if you've got a different driver version
<steev>
how did you get it to pretty print that stuff?
<steev>
maybe i should do this in windows itself
<qzed>
you mean the param_1 thing? there's an auto-create-struct helper thing in the right click menu
<steev>
ah, not on mine because apparently it dislikes native visual studio
<steev>
and they don't ship windows_arm64 builds
hexdump01 has joined #aarch64-laptops
hexdump0815 has quit [Ping timeout: 480 seconds]
systwi_ has joined #aarch64-laptops
systwi has quit [Ping timeout: 480 seconds]
systwi_ has quit [Ping timeout: 480 seconds]
jhovold has joined #aarch64-laptops
derzahl has quit [Read error: Connection reset by peer]
srinik has quit [singleton.oftc.net synthon.oftc.net]
Lucanis0 has quit [singleton.oftc.net synthon.oftc.net]
klardotsh has quit [singleton.oftc.net synthon.oftc.net]
arnd_ has quit [singleton.oftc.net synthon.oftc.net]
broonie has quit [singleton.oftc.net synthon.oftc.net]
shawnguo has quit [singleton.oftc.net synthon.oftc.net]
vkoul has quit [singleton.oftc.net synthon.oftc.net]
mani_s has quit [singleton.oftc.net synthon.oftc.net]
leezu has quit [singleton.oftc.net synthon.oftc.net]
Evaia63 has quit [singleton.oftc.net synthon.oftc.net]
rfs613 has quit [singleton.oftc.net synthon.oftc.net]
jhovold has quit [singleton.oftc.net synthon.oftc.net]
djakov has quit [singleton.oftc.net synthon.oftc.net]
minecrell has quit [singleton.oftc.net synthon.oftc.net]
fevv8[m] has quit [singleton.oftc.net synthon.oftc.net]
ajhalaney[m] has quit [singleton.oftc.net synthon.oftc.net]
jonasbits has quit [singleton.oftc.net synthon.oftc.net]
ungeskriptet[m] has quit [singleton.oftc.net synthon.oftc.net]
tomeu has quit [singleton.oftc.net synthon.oftc.net]
alpernebbi has quit [singleton.oftc.net synthon.oftc.net]
jelly has quit [singleton.oftc.net synthon.oftc.net]
travmurav[m] has quit [singleton.oftc.net synthon.oftc.net]
qzed has quit [singleton.oftc.net synthon.oftc.net]
abelvesa has quit [singleton.oftc.net synthon.oftc.net]
falk689 has quit [singleton.oftc.net synthon.oftc.net]
hexdump01 has quit [singleton.oftc.net synthon.oftc.net]
clover[m] has quit [singleton.oftc.net synthon.oftc.net]
krzk has quit [singleton.oftc.net synthon.oftc.net]
szclsya[m] has quit [singleton.oftc.net synthon.oftc.net]
javierm has quit [singleton.oftc.net synthon.oftc.net]
shoragan has joined #aarch64-laptops
broonie has joined #aarch64-laptops
abelvesa has joined #aarch64-laptops
jonasbits has joined #aarch64-laptops
krzk has joined #aarch64-laptops
krzk has quit [Remote host closed the connection]
krzk has joined #aarch64-laptops
SallyAhaj has quit [Remote host closed the connection]
matthias_bgg has joined #aarch64-laptops
matthias_bgg has quit [Ping timeout: 480 seconds]
matthias_bgg has joined #aarch64-laptops
<qzed>
steev: I'm running that on my x86 linux desktop, so no idea if it's different on windows
iivanov has joined #aarch64-laptops
iivanov has quit [Ping timeout: 480 seconds]
SallyAhaj has joined #aarch64-laptops
flowriser has joined #aarch64-laptops
flowriser has quit [Ping timeout: 480 seconds]
SallyAhaj has left #aarch64-laptops [#aarch64-laptops]
SallyAhaj has joined #aarch64-laptops
SallyAhaj has quit [Remote host closed the connection]
flowriser has joined #aarch64-laptops
SallyAhaj has joined #aarch64-laptops
matthias_bgg has quit []
systwi has joined #aarch64-laptops
derzahl has joined #aarch64-laptops
derzahl has quit [Remote host closed the connection]
zanfix has joined #aarch64-laptops
zanfix has left #aarch64-laptops [#aarch64-laptops]
<steev>
ah
<steev>
*shakes fist at vs native windows arm64*
<steev>
vswhere.exe is broken on it
<steev>
oh, because you gotta pass prerelease, okay
<bamse>
steev: tried booting linux-next on the flex...but the edp phy isn't allowed to probe...any suggestions?
<steev>
bamse: i have it built in here
<steev>
unless lumag broke it in next
<steev>
i know theres lots of changes in the display stack coming
<steev>
i'm also just applying all my patches on 5.19, i haven't tried -next yet
<steev>
let me go through my next here because i don't even have the flex stuff applied to it :(
<steev>
bamse: is there a way to make git am spit out if the patch is already applied, instead of just a failure?