Dcow has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
the_lanetly_052 has quit [Remote host closed the connection]
aleasto has joined #asahi-dev
off^ has joined #asahi-dev
Dcow has joined #asahi-dev
MajorBiscuit has quit [Ping timeout: 480 seconds]
Dcow has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
MajorBiscuit has joined #asahi-dev
MajorBiscuit has quit []
MajorBiscuit has joined #asahi-dev
aleasto has quit [Quit: Konversation terminated!]
aleasto has joined #asahi-dev
<marcan>
ah, cool
<marcan>
also I just pushed a change to the firmware extractor to also copy txcap_blob files; they are not used yet but will be soon
<marcan>
not entirely sure what they do, but it sounds important :p
<marcan>
also, we need to forward the wifi calibration blob from ADT to DT; I just realized what that is, it's the calibration that's in SROM on x86 machines, so again presumably it matters
<marcan>
heh, I just found this in that broadcom android driver
<marcan>
extern int dhdpcie_get_fwpath_otp(dhd_bus_t *bus, char *fw_path, char *nv_path,
<marcan>
char *clm_path, char *txcap_path);
<marcan>
that's not actually defined nor used
<marcan>
there's also references to txcap which are stubbed out
<marcan>
... this clearly was intended to do things the Apple Way at some point, then they censored it before releasing...
<kettenis>
might be worth pushing what you have forward first, to get an idea how the driver maintainers like this apple-specific way of handling firmware...
Major_Biscuit has joined #asahi-dev
MajorBiscuit has quit [Ping timeout: 480 seconds]
<marcan>
kettenis: the txcap stuff needs a minor refactor of one patch and isn't much on top; the calibration isn't much more either
<marcan>
might as well add those two patches to the initial submission
<kettenis>
heh, if you've already figured out how it works...
<kettenis>
btw, related to the SMC, we need to figure out how power down actually works on these machines
<kettenis>
the corellium code scribbless some seemingly random bits into the SPMI PMU
<kettenis>
this makes no sense to me
___nick___ has joined #asahi-dev
___nick___ has quit []
___nick___ has joined #asahi-dev
yuyichao has joined #asahi-dev
Dcow_ has quit [Read error: Connection reset by peer]
Dcow has joined #asahi-dev
Dcow_ has joined #asahi-dev
c10l2 is now known as c10l
Dcow_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<marcan>
kettenis: pushed wifi/take5 with the TxCap and calibration blob stuff (goes along with a m1n1 patch and a firmware extractor patch)
<marcan>
the T2 folks have managed to test take4 on all the chips I added support for, so I think this is reasonably in shape for an upstream RFC
<marcan>
(well, needs DT bindings as usual :p)
<marcan>
I called the props apple,module-instance; apple,antenna-sku; brcm,cal-blob (the idea being that the cal blob isn't really apple-specific in nature, though chances are only they use that mechanism, while the other two are related to the funky Apple firmware selection and are definitely Apple-specific)