marcan changed the topic of #asahi to: Asahi Linux: porting Linux to Apple Silicon macs | General project discussion | GitHub: https://alx.sh/g | Wiki: https://alx.sh/w | Topics: #asahi-dev #asahi-re #asahi-gpu #asahi-offtopic | Keep things on topic | Logs: https://alx.sh/l/asahi
snalty has joined #asahi
jamadazi has quit [Ping timeout: 256 seconds]
Mrmaxmeier has joined #asahi
jamadazi has joined #asahi
modwizcode has quit [Quit: Later]
jamadazi has quit [Read error: Connection reset by peer]
jamadazi has joined #asahi
jamadazi has quit [Ping timeout: 265 seconds]
<opticron> awww, it cuts off the stream at 11h 55m
m42uko has quit [Ping timeout: 264 seconds]
xarkes has joined #asahi
xarkes has joined #asahi
xarkes has quit [Ping timeout: 265 seconds]
xarkes has joined #asahi
xarkes_ has joined #asahi
xarkes has quit [Ping timeout: 265 seconds]
xarkes_ has quit [Ping timeout: 256 seconds]
linq has joined #asahi
xarkes_ has joined #asahi
<linq> I was heartened to see Corellium supporting Asahi recently: https://twitter.com/CorelliumHQ/status/1351933040147226627
m42uko has joined #asahi
Tokamak has quit [Ping timeout: 265 seconds]
Tokamak has joined #asahi
tiagom has joined #asahi
Tokamak has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
tiagom has quit [Quit: leaving]
Tokamak has joined #asahi
Esmil has quit [Ping timeout: 256 seconds]
Esmil has joined #asahi
linq has quit [Ping timeout: 256 seconds]
r3n has joined #asahi
kkd is now known as argv[argc]
acelogic has joined #asahi
VinDuv has joined #asahi
<alula> linq: it kinda felt like a publicity stunt first
Tokamak has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
VinDuv has quit [Quit: Leaving.]
xarkes_ is now known as xarkes
xarkes has joined #asahi
xarkes has quit [Changing host]
hiro981 has joined #asahi
raster has joined #asahi
jaXvi has quit [Ping timeout: 240 seconds]
jaXvi has joined #asahi
<CDFH> Possibly, or they realized they came off quite badly in the initial exchange - regardless it's good to see positive words from them
<Shiz> speculating on intent is not very helpful in general :p
aknt has joined #asahi
Bublik has quit [Ping timeout: 256 seconds]
aknt has quit [Ping timeout: 256 seconds]
m42uko has quit [Ping timeout: 256 seconds]
Foxboron has quit [Ping timeout: 256 seconds]
m42uko has joined #asahi
aknt has joined #asahi
Esmil has quit [Ping timeout: 256 seconds]
Esmil has joined #asahi
Bublik has joined #asahi
Foxboron has joined #asahi
aknt has quit [Quit: Leaving]
nalty has joined #asahi
nalty has quit [Remote host closed the connection]
nalty has joined #asahi
nalty has quit [Remote host closed the connection]
nirusu[m] has joined #asahi
maor26 has joined #asahi
<nirusu[m]> Even looks like the guys from Pongo also working with Corellium are interested in marcan getting UART to run on the Samsung driver, they don't want to upstream their own driver: https://threedots.ovh/blog/2021/01/linux-on-apple-silicon-macs-first-rfc-submission/
<JTL> Glad to see more collaboration between projects with shared interests.
manti7 has joined #asahi
chuskywalker has joined #asahi
<marcan> nirusu[m]: it already works
<Shiz> morning :p
<marcan> and yeah, it's a shame they didn't develop this while talking to upstream because it's going to result in a longer cycle while things get rewritten where the wrong approach was chosen, but I'm glad they're actually doing the right thing now
<Fanfwe> marcan: so the "R" issue from yesterday is not related to the samsung uart driver, but to the AIC driver ?
<marcan> I'm actually considering taking a break from kernel dev and making that OSWH serial cable I've been meaning to
<marcan> because that will allow other kernel devs to actually test all this properly
<marcan> Fanfwe: no, that was me mistaking the autobaud IRQ for the RX IRQ
<j`ey> OSWH?
<bastilian> marcan: that would be awesome!
<marcan> open source hardware
<Fanfwe> open source hardware
<marcan> turns out autobaud triggers when you receive data... but not the way you expect :p
<Fanfwe> aha ok lol
<j`ey> marcan: serial cable for the mac?
<marcan> anyway, the "okay let me do this from scratch for educational purposes" goal has been met, and my sleep schedule has been further destroyed
<marcan> :p
<marcan> (that was why I did those streams even though corellium released their tree; I was going to do it originally and it seemed like a big shame if we'd lose having a video record of how to port linux to an undocumented arch)
<Fanfwe> j`ey: a hardware that you can connect to your mac, and sends type-C PD commands to the mac so that you get access to the debug UART
<marcan> two days well spent IMO
<Raqbit> I enjoyed it ^-^
<Fanfwe> yeah, for the educational purpose it was great seeing you doing it all from scratch, even if corellium already had it done
<Fanfwe> with the corellium tree, you only really have a bunch of commits to look at in order to understand how it's been ported
<robinp> do you plan on streaming the OSHW process as well ?
<Fanfwe> with your livestreams, one can see all the thinking process that goes around it
<marcan> robinp: sure, why not
<robinp> marcan: ok awesome!
<bastilian> \o/ yay!
<stemnic> Agreed it was very educational and I think very useful for people trying to port linux to undocumented platforms :)
<Raqbit> And seeing *cough* unique debugging techniques :P
argv[argc] is now known as kkd
<Fanfwe> marcan: that shouldn't take too long anyway, right ? It's gonna be a pretty simple board, with type-c connector, the FUSB302 chip, some logic level shifter, a FTDI-like connector, and some basic MCU
<Fanfwe> right ?
<marcan> basically yes
<Fanfwe> FTDI-like chip*
<marcan> I might not even prototype it, just YOLO a board and bodge wire whatever I get wrong
<stemnic> Are you using an arduino for it currently?
<Fanfwe> yeah
<marcan> yes, but I'll probably use an STM32 for the real one
<Fanfwe> yes current setup is an arduino nano
<Fanfwe> the OSHW really is to make it easy for those who can't do precise solder jobs
<marcan> I want to include a USB hub though, to be able to pass through 2.0 OTG down one cable
<vijfhoek> is there a picture of the current set-up somewhere btw?
<vijfhoek> I'm quite curious
<marcan> I can take one
<Fanfwe> because the package of the FUSB302 isn't really easy to work with if you don't have proper tools
<Fanfwe> Ah yes, good idea, the built-in hub makes sense
<vijfhoek> cool
<Fanfwe> marcan: and so, that debug UART you are getting access to, is that the one exposed as /dev/tty.debug-console under Mac OS ?
<marcan> also every type C pin will go through some cuttable links or so
<marcan> I want this to be adaptable to any other scenario without too much trouble
<marcan> it's a shame every FUSB302 demo board out there didn't do this
<marcan> otherwise I could've used them
<marcan> Fanfwe: ye
<marcan> +s
<Fanfwe> and do you know if Mac OS opens that device by itself to throw some stuff like kernel logs ? Or is this a free-to-use UART when using Mac-OS (provided that you have the hardware to get access to it, ofc)
<marcan> depends on boot arguments
<marcan> by default you can just use it, that's how I originally tested this
<marcan> but if you enable serial debug logs it locks the device
<Fanfwe> yes ok
<Fanfwe> thanks
<Shiz> the macOS devtree had a second samsung-compatible UART btw
<Shiz> labeled 'wifi-debug' :)
<Shiz> couldn't tune in yday, but hope things went well
<Shiz> sounds like it tho
<Fanfwe> Shiz: yup, got a root shell
<marcan> and penguins
<stemnic> marcan: So, what is next after you have finished the OSWH serial cable. Continue working on the UART driver and cherrypick some of corellium’s commits?
<Shiz> ohh
<Fanfwe> marcan: I finally got my FUSB302 chip and got my "wire bonding" done. However I'm seeing a horrible rise time on the i2c lines, to a point where it doesn't work. Did you have to put external pull-ups, or... ?
<Shiz> did you get four big and four small penguins
<Shiz> :p
<jix> currently multiple penguins require multiple boots ;)
<marcan> the UART driver is done, that will be in the tree today and I kind of expect woachk to submit it for upstreaming in a future round, since it's kind of critical
<marcan> just needs a couple cleanups
hiro981 has left #asahi ["User left"]
<marcan> meanwhile corellium can clean up their stuff
<marcan> the problem is nobody from corellium has contacted me
<marcan> I know they have some pcie stuff in their old tree, for example
<marcan> but without knowing what they're working on, I have no idea what is a waste of time to work on or not
<Fanfwe> that's a shame :(
<Shiz> could ask never_released in #armlinux?
<marcan> yeah
<marcan> Shiz: he dropped out lol
<Shiz> 😔
frode_0xa has joined #asahi
<j`ey> marcan: btw I saw you use picocom.. better than screen?
<j`ey> I was probably going to switch anyway, apparently it can toggle the DTR line, which will reset the dev board im working on. and I could find a way to do that from screen
<marcan> I find it a lot less annoying
<marcan> bbl, dinner
<j`ey> *couldn't
<Shiz> dinner or breakfast? :p
<dhewg> +1 for picocom, it works nicely. even using it with rz/sz sometimes to recover boards from uboot
<dhewg> and when you're not using screen for serial stuff anymore you can dump screen for tmux too
<j`ey> heh, im using tmux for other things :-)
<marcan> Shiz: both
<dhewg> deinstall screen then? :P
<Shiz> :3
<Shiz> will keep stating that 'breakfast' just sounds like a breakcore label rather than an actual english word
<q3k|m> Shiz: nice
<marcan> the fusb302 is on the underside of the breakout board, deadbugged that way so the pin numbers match
<dhewg> needs more cables
<q3k|m> marcan: huh, i'm somewhat surprised you're using breadboards for this, they've always felt janky and unreliable to me
<q3k|m> marcan: (vs. plain female/female dupont cables or wirewrapping for more long-term connections)
acelogic has quit [Ping timeout: 264 seconds]
<Shiz> dupont cables are really unreliable ime
<q3k|m> that's why i generally make/buy things with male 2.54mm headers and use wire wrapping https://photos.app.goo.gl/deCAQ6bMeWuUMGZs9
<q3k|m> and use dupont cables for experimentation
<Fanfwe> marcan: I have mine deadbugged the same way: https://ibb.co/j3XPmgd
<Fanfwe> but I get no response from it on the arduino :(
<Fanfwe> Either a bad chip, or there's something up with the pull-ups which I haven't figured out yet
bisko has joined #asahi
never_released has joined #asahi
siru has joined #asahi
<j`ey> well picocom works, no need to turn around to reset my board!
<Fanfwe> q3k|m: yeah, wire wrapping is really great. Too bad it's not really popular anymore... After all, when you think about it, the entire Apollo guidance computer was wire wrapped. And it went to space many times without failing.
<q3k|m> Fanfwe: it should be! kynar wire is dirt cheap. manual wire wrap tools are rare but still are stocked by most distributors.
<q3k|m> Fanfwe: and i love the fact that i can jig things up on a piece of scrap board, wire wrap'em together, and toss it in a project box without worrying that things will disconnect
<Fanfwe> Yeah, I bought some manual wire wrap tools not so long ago, and I find myself using them quite often now. It makes really solid connections.
<Fanfwe> I've seen a wire wrapping gun too. But it's kinda overkill lol
amw2 has joined #asahi
never_released has joined #asahi
never_released has quit [Changing host]
<marcan> q3k|m: I never had serious reliability issues with breadboards tbh
<marcan> Fanfwe: did you check the i2c address? there are different chip variants with different ones
<nkaretnikov> Fanfwe: have you tested (beeped) the physical connections between the chip and the board? maybe the soldering is not good
<eta> marcan: ooi, what EDA package do you tend to use
Baughn has quit [Ping timeout: 260 seconds]
<marcan> kicad
mechpilotace has quit [Quit: WeeChat 2.8]
BaughnLogBot has joined #asahi
suskun has joined #asahi
<suskun> #join asahi-dev
<davidrysk[m]> Did the corellium stuff get accepted upstream yet?
<j`ey> davidrysk[m]: no
rustylerp has joined #asahi
rustylerp has quit [Client Quit]
rustylerp has joined #asahi
rustylerp has quit [Client Quit]
<marcan> davidrysk[m]: first-time SoC bringup takes a long time to upstream, especially if you write it without talking to anyone
<davidrysk[m]> Well yeah that’s what I expected
mechpilotace has joined #asahi
<marcan> corellium aren't actually upstreaming anything, it's never_released/woachk who is doing the work right now and he is already planning major changes after the first round ;)
<davidrysk[m]> What’s the easiest way to browse the LKML?
dumenci has joined #asahi
<j`ey> lore.kernel.org
<j`ey> marcan: is never_released mohammed?
<marcan> yes
rustylerp has joined #asahi
suskun has quit [Ping timeout: 246 seconds]
<never_released> davidrysk[m]: lkml.org
<amw2> Has anyone got a link for the s3c2410 serial hardware datasheet that marcan was working on ?
<amw2> I can't find anything - appears the original SoC is very old
<never_released> amw2: yeah, Apple started with using Exynos, then drifted further and further away
<Fanfwe> marcan: I have not checked the address, no. Didn't know there were multiple variants. Will hook it up to a raspberry pi and do a scan of i2c bus, in that case. But anyway, this wouldn't explain the waveforms I see on the scope, where the rise time is really really bad. But maybe I could get it to work at a lower clock speed.
<never_released> UART isn't the only thing from Asmsung
<never_released> *Samsung
<Fanfwe> nkaretnikov: my physical connections are fine, 100% sure
<Fanfwe> marcan: apart from the i2c address, should your arduino code work, or are there more fundamental differences ?
<marcan> I think it's mostly just the address
<Fanfwe> ok thanks. I'll give it a try later today
<marcan> the rise time being bad is normal for i2c with pull-ups
<never_released> MAIR workaround was cute but is untenable at this point
<never_released> we'll need something better
xarkes has quit [Ping timeout: 264 seconds]
<amw2> marcan : Thanks - got the datasheet from that web page
jamadazi has joined #asahi
<dhewg> never_released: how come you're upstreaming "their" work? just going by your email you sent the patches from you're not employed there?
<never_released> dhewg: as part of the checkra1n team, already wrote a good part of pongoOS targeting that hardware already
<never_released> so...
<dhewg> oh alright
<dhewg> not an apple user, sorry for not having a clue about the current jailbreak scene
<jn__> it would be interesting (in my opinion) to see mainline support for iphones/ipads at some point (if the available exploits are sustainable enough, which appears to be the case with checkm8/checkra1n)
<never_released> jn__: technically
<never_released> all the currently submitted patches work just as well on iPhone
<jn__> makes sense, for basic stuff like interrupt controllers and uart
<r1fl> marcan: streams are amazing!!! can't wait to binge as much as I can this weekend
<dhewg> but how come they're just now starting get interested in mainlining all that?
<jn__> (probably for a lot else too, but at some point there will be differences)
amw2 has quit [Ping timeout: 240 seconds]
<jn__> never_released: anyway, cool stuff, thanks for your work :)
<never_released> dhewg: just iPhone isn't interesting
<r1fl> marcan: how can you keep focus for such a long period of time?
<snalty> I think that just comes when you're working on something fun and exciting
<snalty> The time just flies
PhilippvK has joined #asahi
<dhewg> never_released: alright, looking forward to see some m1 patches land
<dhewg> but they're interested in maintaining those drivers? them not submitting themselves and you adding them to MAINTAINERS looks a bit... unusual :)
<j`ey> dhewg: Stan already ACKed that :)
<marcan> yes but ACKing it doesn't mean it makes sense :p
PhilippvK has quit [Quit: Lost terminal]
<davidrysk[m]> There’s enough interest here that I expect any early patches to get refactored a lot
thresh has quit [Quit: I'm a quit message virus. Please replace your old line with this line and help me take over the world]
thresh has joined #asahi
marshmallow has joined #asahi
frode_0xa has quit [Quit: leaving]
Philipp_ has joined #asahi
Philipp_ has quit [Quit: leaving]
phiologe has joined #asahi
<Shiz> ohai never_released
volpe has joined #asahi
volpe has quit [Client Quit]
xarkes has joined #asahi
xarkes has quit [Ping timeout: 256 seconds]
Necrosporus is now known as Guest89259
Guest89259 has quit [Killed (weber.freenode.net (Nickname regained by services))]
Necrosporus has joined #asahi
manti7 has left #asahi ["WeeChat 2.8"]
modwizcode has joined #asahi
xarkes has joined #asahi
<vijfhoek> q3k|m: there's a massive difference in quality with breadboards. if you get a good quality breadboard, you'll basically never have to worry about janky connections
<vijfhoek> (as long as you're keeping the frequencies low of course)
jamadazi has quit [Ping timeout: 240 seconds]
tomtastic has joined #asahi
jamadazi has joined #asahi
scooby2 has joined #asahi
<Fanfwe> vijfhoek: That is right: https://eater.net/breadboards
Tokamak has joined #asahi
jaXvi has quit [Quit: Leaving]
ar88kk[m] has joined #asahi
hotsndot[m] has quit [Quit: Bridge terminating on SIGTERM]
TellowKrinkle[m] has quit [Quit: Bridge terminating on SIGTERM]
blazra has quit [Quit: Bridge terminating on SIGTERM]
_alice has quit [Quit: Bridge terminating on SIGTERM]
dwhatley[m] has quit [Quit: Bridge terminating on SIGTERM]
nickray has quit [Quit: Bridge terminating on SIGTERM]
reispflanze[m] has quit [Quit: Bridge terminating on SIGTERM]
clover[m] has quit [Quit: Bridge terminating on SIGTERM]
devinvs[m] has quit [Quit: Bridge terminating on SIGTERM]
thecake21[m] has quit [Quit: Bridge terminating on SIGTERM]
ts170[m] has quit [Quit: Bridge terminating on SIGTERM]
numa[m] has quit [Quit: Bridge terminating on SIGTERM]
sib1234[m] has quit [Quit: Bridge terminating on SIGTERM]
hwatwasthat[m] has quit [Quit: Bridge terminating on SIGTERM]
bylaws has quit [Quit: Bridge terminating on SIGTERM]
aimileus has quit [Quit: Bridge terminating on SIGTERM]
khronokernel[m] has quit [Quit: Bridge terminating on SIGTERM]
ConeOfAttack[m] has quit [Quit: Bridge terminating on SIGTERM]
tr0[m] has quit [Quit: Bridge terminating on SIGTERM]
bjornjulander[m] has quit [Quit: Bridge terminating on SIGTERM]
noneucat has quit [Quit: Bridge terminating on SIGTERM]
wolf511[m] has quit [Quit: Bridge terminating on SIGTERM]
Standemonium[m] has quit [Quit: Bridge terminating on SIGTERM]
LeonardJanisRobe has quit [Quit: Bridge terminating on SIGTERM]
enverb[m] has quit [Quit: Bridge terminating on SIGTERM]
Eighth_Doctor has quit [Quit: Bridge terminating on SIGTERM]
dsads[m] has quit [Quit: Bridge terminating on SIGTERM]
alexanderwillner has quit [Quit: Bridge terminating on SIGTERM]
samumartinf[m] has quit [Quit: Bridge terminating on SIGTERM]
botoxparty[m] has quit [Quit: Bridge terminating on SIGTERM]
etienneli[m] has quit [Quit: Bridge terminating on SIGTERM]
noc0lour has quit [Quit: Bridge terminating on SIGTERM]
dancer[m] has quit [Quit: Bridge terminating on SIGTERM]
scubasteve1 has quit [Quit: Bridge terminating on SIGTERM]
tarik02[m] has quit [Quit: Bridge terminating on SIGTERM]
xerpi[m] has quit [Quit: Bridge terminating on SIGTERM]
CamdenB[m] has quit [Quit: Bridge terminating on SIGTERM]
Alex[m]6 has quit [Quit: Bridge terminating on SIGTERM]
ah-[m] has quit [Quit: Bridge terminating on SIGTERM]
julian[m]3 has quit [Quit: Bridge terminating on SIGTERM]
delroth[m] has quit [Quit: Bridge terminating on SIGTERM]
crafteck[m] has quit [Quit: Bridge terminating on SIGTERM]
bfredl has quit [Quit: Bridge terminating on SIGTERM]
asmon[m] has quit [Quit: Bridge terminating on SIGTERM]
brentr123[m] has quit [Quit: Bridge terminating on SIGTERM]
notafile has quit [Quit: Bridge terminating on SIGTERM]
emily has quit [Quit: Bridge terminating on SIGTERM]
ganpa has quit [Quit: Bridge terminating on SIGTERM]
davidrysk[m] has quit [Quit: Bridge terminating on SIGTERM]
bakk[m] has quit [Quit: Bridge terminating on SIGTERM]
jkao[m] has quit [Quit: Bridge terminating on SIGTERM]
nutmanja[m] has quit [Quit: Bridge terminating on SIGTERM]
ponikrf[m] has quit [Quit: Bridge terminating on SIGTERM]
undvasistas[m] has quit [Quit: Bridge terminating on SIGTERM]
nufflee[m] has quit [Quit: Bridge terminating on SIGTERM]
bastilian has quit [Quit: Bridge terminating on SIGTERM]
mikewilks[m] has quit [Quit: Bridge terminating on SIGTERM]
skillfulman23[m] has quit [Quit: Bridge terminating on SIGTERM]
printfn[m] has quit [Quit: Bridge terminating on SIGTERM]
smist08[m] has quit [Quit: Bridge terminating on SIGTERM]
kingwill101[m] has quit [Quit: Bridge terminating on SIGTERM]
josiahmendes[m] has quit [Quit: Bridge terminating on SIGTERM]
Avion[m] has quit [Quit: Bridge terminating on SIGTERM]
coinquest[m] has quit [Quit: Bridge terminating on SIGTERM]
konradybcio has quit [Quit: Bridge terminating on SIGTERM]
liur[m] has quit [Quit: Bridge terminating on SIGTERM]
krishbin[m] has quit [Quit: Bridge terminating on SIGTERM]
citruscitrus[m] has quit [Quit: Bridge terminating on SIGTERM]
nirusu[m] has quit [Quit: Bridge terminating on SIGTERM]
Alice[m] has quit [Quit: Bridge terminating on SIGTERM]
os[m] has quit [Quit: Bridge terminating on SIGTERM]
nhlism[m] has quit [Quit: Bridge terminating on SIGTERM]
Lumi[m] has quit [Quit: Bridge terminating on SIGTERM]
hipboi[m] has quit [Quit: Bridge terminating on SIGTERM]
jean-franoiswitz has quit [Quit: Bridge terminating on SIGTERM]
Icewind[m] has quit [Quit: Bridge terminating on SIGTERM]
winocm has quit [Quit: Bridge terminating on SIGTERM]
ronyrus[m] has quit [Quit: Bridge terminating on SIGTERM]
Bennett[m] has quit [Quit: Bridge terminating on SIGTERM]
ar88kk[m] has quit [Client Quit]
rootspring[m] has quit [Quit: Bridge terminating on SIGTERM]
lev[m]1 has quit [Quit: Bridge terminating on SIGTERM]
jevinskie[m] has quit [Quit: Bridge terminating on SIGTERM]
jinen[m] has quit [Quit: Bridge terminating on SIGTERM]
newmerck[m] has quit [Quit: Bridge terminating on SIGTERM]
Jamie[m] has quit [Quit: Bridge terminating on SIGTERM]
sumoon[m] has quit [Quit: Bridge terminating on SIGTERM]
fl35[m] has quit [Quit: Bridge terminating on SIGTERM]
Bastian[m] has quit [Quit: Bridge terminating on SIGTERM]
shawnj2[m] has quit [Quit: Bridge terminating on SIGTERM]
mellotron1[m] has quit [Quit: Bridge terminating on SIGTERM]
dpatterbee[m] has quit [Quit: Bridge terminating on SIGTERM]
redbluescreen[m] has quit [Quit: Bridge terminating on SIGTERM]
mcnight[m] has quit [Quit: Bridge terminating on SIGTERM]
dyniec[m] has quit [Quit: Bridge terminating on SIGTERM]
mofux[m] has quit [Quit: Bridge terminating on SIGTERM]
ashton314[m] has quit [Quit: Bridge terminating on SIGTERM]
assusdan[m] has quit [Quit: Bridge terminating on SIGTERM]
d_u_f_f[m] has quit [Quit: Bridge terminating on SIGTERM]
m1kr0[m] has quit [Quit: Bridge terminating on SIGTERM]
f4n4tix[m] has quit [Quit: Bridge terminating on SIGTERM]
<narmstrong> right selection of dt-bindings vendor name and scheme for compatible strings should be done carefully in order to have the first patches accepted, maintainers & reviewers will be very picky about that
fried_dede[m] has quit [Quit: Bridge terminating on SIGTERM]
hypergenesis[m] has quit [Quit: Bridge terminating on SIGTERM]
svenpeter has quit [Quit: Bridge terminating on SIGTERM]
foxlet has quit [Quit: Bridge terminating on SIGTERM]
rustylerp[m] has quit [Quit: Bridge terminating on SIGTERM]
fridtjof[m] has quit [Quit: Bridge terminating on SIGTERM]
stylefish[m] has quit [Quit: Bridge terminating on SIGTERM]
flokk[m] has quit [Quit: Bridge terminating on SIGTERM]
rockinrobstar[m] has quit [Quit: Bridge terminating on SIGTERM]
ksixty has quit [Quit: Bridge terminating on SIGTERM]
sta[m] has quit [Quit: Bridge terminating on SIGTERM]
elkaps[m] has quit [Quit: Bridge terminating on SIGTERM]
Jasper[m] has quit [Quit: Bridge terminating on SIGTERM]
delogips[m] has quit [Quit: Bridge terminating on SIGTERM]
ewlsh[m] has quit [Quit: Bridge terminating on SIGTERM]
alexx2[m] has quit [Quit: Bridge terminating on SIGTERM]
<Shiz> rip matrix
<eta> we love it when the bridge falls over
modwizcode_ has joined #asahi
volpe has joined #asahi
modwizcode has quit [Ping timeout: 256 seconds]
modwizcode_ is now known as modwizcode
<q3k|m> hey i'm still on matrix
<narmstrong> marcan: do you know who will maintain the arm64 apple support ?
<stemnic> q3k|m: you are most likely on another bridge than matrix.org
<narmstrong> (if it has been discussed)
ah-[m] has joined #asahi
volpe has quit [Quit: leaving]
<q3k|m> stemnic: yeah, but let's keep this on topic, sorry
volpe has joined #asahi
Glanzmann has joined #asahi
<Glanzmann> Hello; I try to boot the corellium live thing on an macbook air; I did the dd, installed the kernel, but do not know how I boot the custom kernel once installed. So I'm stuck between step 5 and 6. Has someone figured it out?
<never_released> Glanzmann: Mac mini for now
<Glanzmann> I see.
bakk[m] has joined #asahi
_alice has joined #asahi
Bastian[m]1 has joined #asahi
davidrysk[m] has joined #asahi
konradybcio has joined #asahi
m1kr0[m] has joined #asahi
noc0lour has joined #asahi
emily has joined #asahi
f4n4tix[m] has joined #asahi
noneucat has joined #asahi
hipboi[m] has joined #asahi
Icewind[m] has joined #asahi
nickray has joined #asahi
fridtjof[m] has joined #asahi
blazra has joined #asahi
dyniec[m] has joined #asahi
jevinskie[m] has joined #asahi
Jasper[m] has joined #asahi
Eighth_Doctor has joined #asahi
liur[m] has joined #asahi
bfredl has joined #asahi
josiahmendes[m] has joined #asahi
Bennett[m] has joined #asahi
bastilian has joined #asahi
hypergenesis[m] has joined #asahi
ewlsh[m] has joined #asahi
alexanderwillner has joined #asahi
svenpeter has joined #asahi
ar88kk[m] has joined #asahi
assusdan[m] has joined #asahi
notafile has joined #asahi
redbluescreen[m] has joined #asahi
ganpa has joined #asahi
mcnight[m] has joined #asahi
winocm has joined #asahi
bylaws has joined #asahi
dsads[m] has joined #asahi
skillfulman23[m] has joined #asahi
mofux[m] has joined #asahi
rustylerp[m] has joined #asahi
mellotron1[m] has joined #asahi
fl35[m] has joined #asahi
citruscitrus[m] has joined #asahi
delogips[m] has joined #asahi
Avion[m] has joined #asahi
delroth[m] has joined #asahi
rootspring[m] has joined #asahi
krishbin[m] has joined #asahi
nirusu[m] has joined #asahi
jinen[m] has joined #asahi
Standemonium[m] has joined #asahi
tr0[m] has joined #asahi
sta[m] has joined #asahi
elkaps[m] has joined #asahi
scubasteve1 has joined #asahi
lev[m]1 has joined #asahi
hwatwasthat[m] has joined #asahi
clover[m] has joined #asahi
nutmanja[m] has joined #asahi
dancer[m] has joined #asahi
jkao[m] has joined #asahi
ConeOfAttack[m] has joined #asahi
CamdenB[m] has joined #asahi
hotsndot[m] has joined #asahi
sib1234[m] has joined #asahi
brentr123[m] has joined #asahi
botoxparty[m] has joined #asahi
mikewilks[m] has joined #asahi
aimileus has joined #asahi
os[m] has joined #asahi
smist08[m] has joined #asahi
ts170[m] has joined #asahi
tarik02[m] has joined #asahi
ponikrf[m] has joined #asahi
flokk[m] has joined #asahi
devinvs[m] has joined #asahi
printfn[m] has joined #asahi
khronokernel[m] has joined #asahi
wolf511[m] has joined #asahi
newmerck[m] has joined #asahi
ashton314[m] has joined #asahi
crafteck[m] has joined #asahi
dwhatley[m] has joined #asahi
jean-franoiswitz has joined #asahi
alexx2[m] has joined #asahi
stylefish[m] has joined #asahi
thecake21[m] has joined #asahi
enverb[m] has joined #asahi
LeonardJanisRobe has joined #asahi
asmon[m] has joined #asahi
coinquest[m] has joined #asahi
reispflanze[m] has joined #asahi
nhlism[m] has joined #asahi
bjornjulander[m] has joined #asahi
Jamie[m] has joined #asahi
Alex[m]6 has joined #asahi
foxlet has joined #asahi
d_u_f_f[m] has joined #asahi
julian[m]1 has joined #asahi
Lumi[m] has joined #asahi
dpatterbee[m] has joined #asahi
kingwill101[m] has joined #asahi
ronyrus[m] has joined #asahi
shawnj2[m] has joined #asahi
etienneli[m] has joined #asahi
samumartinf[m] has joined #asahi
sumoon[m] has joined #asahi
nufflee[m] has joined #asahi
ksixty has joined #asahi
undvasistas[m] has joined #asahi
rockinrobstar[m] has joined #asahi
TellowKrinkle[m] has joined #asahi
xerpi[m] has joined #asahi
numa[m] has joined #asahi
fried_dede[m] has joined #asahi
Alice[m]1 has joined #asahi
<Glanzmann> Is there any benefit for a german resident to donate using github instead of patreon?
<marcan> narmstrong: I'm happy to do so of course, but I don't know what plans the corellium guys have
<marcan> Glanzmann: githug should have lower taxes
<Glanzmann> Than I'll switch.
<j`ey> githug :D
<marcan> lol
<modwizcode> I want a github
<modwizcode> *githug
<modwizcode> I made a typo that spelled it right
<marcan> also the corellium tech demo is fine and all but at this point I'd advise people to relax and let us write up some more documentation :)
<marcan> it's not like you can do much with it right now anyway
<marcan> it doesn't even support the keyboard on the laptops
<modwizcode> I'd appreciate an AIC doc being written up. I suppose I could rewatch the stream and do that
<Glanzmann> Just wanted to try it out. I see.
<modwizcode> Ooo keyboard support would be a nice thing to work on
<modwizcode> marcan: did you make any progress on the dart?
<davidrysk[m]> You could also write up docs based on XNU if all you’re doing is writing up docs
<modwizcode> I hear the corellium folks have some of that figured out
volpe has quit [Quit: leaving]
<modwizcode> Uh right sorry
<modwizcode> I knew that page was there so I was clearly thinking about another piece of hardware
<marcan> I didn't look at dart, but corellium have already published patches for that so there is no point any more
<modwizcode> Damn it would have been fun to watch you poke at it more ;p
<marcan> the last two streams were an educational exercise, now that penguins and a root shell happened there is no reason for me not to look at their code
<modwizcode> yeah
<Shiz> appreciate you still doing the streams btw
<marcan> I'm still going to fill in gaps anyway, because as much as they know about these SoCs their schtick is virtualization which means they need to implement what macOS/iOS use, not what the hardware really does
<marcan> so I'm sure there is still room for plenty of my let-me-twiddle-bits-and-see-what-happens streams
<modwizcode> Yeah speaking of virtualization I think it might be cool to try to upstream support into qemu
<modwizcode> But uh. they're not gonna do that for us ;)
<modwizcode> Ahh the classic "emulate what it actually uses" where have I heard that before :)
<j`ey> you mean AIC etc in qemu, or what?
<marcan> there are qemu forks that can boot xnu/darwin to some extent on amd64
<diddledan> bit twiddling is like shooting a gun in the dark - you have no idea what is getting hit until you hear a grunt and then a thud
<JTL> modwizcode: BUSINESS_MODEL_CONFLICT
<modwizcode> I've read some posts about that marcan
<JTL> :p
<modwizcode> But mostly people are hacking shit together afaik
<marcan> diddledan: try sending packets to a completely unknown usb peripheral
<modwizcode> and yeah getting AIC I think is the main thing
<marcan> that was literally worked out by me just trying to send it random garbage
<marcan> I have never seen that protocol before, all I had was "one out EP and two in EPs"
<modwizcode> Speaking of the debug usb when you said "registers" did you really mean CPU registers or are they just random
<marcan> still just scratching the surface, but not bad for fuzz style protocol reversing :p
<modwizcode> *er random registers of *something*
<marcan> yes, *something*
<marcan> I have no idea what
<modwizcode> got it
<marcan> it's just some register map
<j`ey> eventually the registers spell out: GOT YOU MORON
<j`ey> :P
<modwizcode> lol
helikoptere has quit [Quit: WeeChat 2.8]
<Glanzmann> No taxes on github, because I'm a freelancer. Perfect.
Glanzmann has quit [Quit: leaving]
<Fanfwe> marcan: I can see that the Patreon goal is met at 77%. But I can't seem to see where you are at on Github. Taking both Patreon and github into account, have you met the full goal ?
<marcan> Fanfwe: switch your currency to $ and try again, Patreon is bugged
<marcan> in *total* we're at about 70% as of a couple days ago
<eta> what was the GOT YOU MORON thing about?
<ar> eta: that's upstream (in current vanilla kernel) in kernel/irq/settings.h
<eta> but why?
<Fanfwe> so people don't use those stuff, maybe ? :)
<ar> my guess someone was feeling particularly childish that day
<eta> oh I see, you're supposed to use _IRQ_PER_CPU instead of IRQ_PER_CPU
<eta> they could've at least added a comment to make that clear :P
<Fanfwe> being called a moron at build time isn't clear enough ? :)
<modwizcode> Yeah i need to be called a moron at source time
<marcan> eta: no, you're supposed to use the functions
<marcan> this is a migration header
<marcan> I think the point is that if you include this, you aren't supposed to do things the old way any more
<never_released> for keyboard/touchpad on laptop stay tuned
<never_released> (it's just over SPI, nothing special)
<modwizcode> At least it's not i2c
fsc90 has joined #asahi
fsc90 has quit [Client Quit]
<Fanfwe> it's been SPI in Apple Intel laptops for a long time. They probably just carried things over.
<marcan> the *keyboard*?
<Fanfwe> I think so, yes
<marcan> I thought that was virtual USB on the T2 laptops
<Fanfwe> well
<modwizcode> what is virtual USB
<marcan> they did a virtual USB thing for the T2
<marcan> a custom USB controller model
<Fanfwe> On the T2 maybe, yeah
<never_released> marcan: the keyboard is plugged over SPI to the T2
<marcan> yeah that would make sense
<never_released> and then T2 exports it to the host over VHCI
<Fanfwe> but it is both
<never_released> on those AS Macs, you have raw access to the SPI controller of course
<Fanfwe> There are some cases when machine is damaged where your boot keys to reset SMC and other stuff will work, but then once booted in mac os, no keyboard
the-mentor has joined #asahi
<Fanfwe> because keyboard is available both over USB and SPI, and bootrom uses one way, while MacOS uses the other way
<modwizcode> that sorta makes sense
<luca020400> What is using PCIe on the m1? wlan chip?
<Fanfwe> well, this also means that your keyboard signals land on the logic board, are being routed over to the trackpad flex cable. Then on the trackpad there is a chip that makes it SPI, and the SPI bus then travels across the flex cable back to the logic board.
<Fanfwe> Which means a dead trackpad can cause no keyboard
<Fanfwe> So I'm not so sure it really makes sense :P
<marcan> luca020400: usb-A for one
<marcan> and ethernet
<never_released> luca020400: Thunderbolt 4, Wi-Fi, Bluetooth , Ethernet, USB-A
<luca020400> oh it also has tb4, missed it
<luca020400> thanks
<marcan> TB isn't pcie physically but presumably they route it to the same controller internally
<marcan> there are no TB PCIe lanes on the board
<never_released> it's PCIe over a different physical layer
<marcan> it's integrated
<never_released> yes
<marcan> the intel chips on the board are just redrivers
<never_released> exactly
<ar> so they have a non-intel tb controller now?
<marcan> yes
<marcan> part of the M1
<marcan> never_released: is usbhost on the tb ports also dwc3, or some internal xhci? I thought I saw xhci on the apple devicetree for those
<never_released> marcan: dwc3 works fine for the two ports
<never_released> usb-drd
<davidrysk[m]> marcan: any chance it's similar to lightning swd?
<marcan> ?
<davidrysk[m]> the swd/jtag functionality that is exposed for iOS devices on the lightning port
<luca020400> Is the linux dwc3 driver working, or it also needs some quirks?
<davidrysk[m]> sorry, talking about two different things
<never_released> luca020400: some very light ones
<never_released> the bulk of the work was getting the IOMMU set up
<luca020400> not bad, I'm used to QCOM dwc3 changes so it's usually bad here
<never_released> relatively small PHY drievr
<never_released> *driver
chuskywalker has quit [Ping timeout: 264 seconds]
<luca020400> Seems rather small and nice
<marcan> davidrysk[m]: I think one of the PD modes is SWD, but I didn't verify it
<davidrysk[m]> http://ramtin-amin.fr/#tristar covers what they mux over Lightning
chuskywalker has joined #asahi
<davidrysk[m]> though I wonder if anyone took a crack at this on USB-C iPad Pro
<davidrysk[m]> wait, you can't, locked bootloader :)
<luca020400> Oh I see the values are drom dt, are they per-device?
<marcan> davidrysk[m]: the thing is jtag will be fused off anyway, unless there is a way to demote yourself from software
<modwizcode> It'd be neat if you could
<modwizcode> Jtag debug is always helpful
Glanzmann has joined #asahi
Tokamak has quit [Ping timeout: 256 seconds]
Tokamak has joined #asahi
aead has quit [Quit: WeeChat 3.0]
phiologe has quit [Ping timeout: 240 seconds]
<never_released> luca020400: yep
<never_released> marcan: the demote flag is in the img4 header of iBoot1
<never_released> which is read by the bootrom
phiologe has joined #asahi
<never_released> aka you need to get an iBoot1 signed with the demote flag
<never_released> if you want JTAG
<marcan> never_released: and I assume those registers are locked after that?
<never_released> bootrom locks that register down after finishing to read iBoot1
<marcan> yeah, figured
<never_released> before jumping to it
<modwizcode> rip
<never_released> for iPhones, we have JTAG because checkra1n allows bootrom code exec
<never_released> so you can just set the register
<never_released> no such bug on M1 :P
<modwizcode> Shame they didn't think about backwards compatibility with a crucial security bug
<never_released> marcan: so for switching to handle_level_irq to handle_fasteoi_irq what do I need to do?
<never_released> not much I guess?
<never_released> should I also make a separate MAINTAINERS commit?
lucid_0x80 has joined #asahi
dumenci has quit [Ping timeout: 256 seconds]
<davidrysk[m]> never_released: can you trust the WFI-related chicken bits to be there in future chips?
<never_released> davidrysk[m]: they are there since 8 years now
<never_released> so
<never_released> probably
<marcan> we'll deal with newer socs when we get there, but I doubt they'd go and *break things further*
<marcan> never_released: just add an eoi handler that does what mine does
<marcan> and you can get rid of mask_ack then, it wouldn't be used
<marcan> eoi is basically unmask, but you'd better only do it if the irq isn't supposed to be masked by then
phiologe has quit [Ping timeout: 240 seconds]
<never_released> then I remove that line with irq_domain_set_info handle_level_irq outright?
VinDuv has joined #asahi
threedpro has joined #asahi
phiologe has joined #asahi
<gruetzkopf> marcan: the cable you're asking for is "illegal"
<marcan> you replace handle_level_irq with handle_fasteoi_irq
<marcan> gruetzkopf: I know
<marcan> hence cursed
<gruetzkopf> usb spec only allows two usb2 pairs if the other end is not typec, but custom
phiologe has quit [Ping timeout: 265 seconds]
<marcan> I know
<marcan> but the usb spec also doesn't allow extension cables period
<marcan> and an extension cable with two usb2 pairs would not be evil per se
<marcan> (noncompliant, but wouldn't break anything, probably)
<gruetzkopf> all extension cables i've cut up use normal cable
<gruetzkopf> they aren't flip tolerant
<gruetzkopf> only one CC wire
<marcan> lol
<marcan> I think the ones I saw on aliexpress have 2
<marcan> counting wires
<gruetzkopf> they are for usb2 (by shorting at the receptacle)
<gruetzkopf> (cue typeC to MDR)
<JTL> marcan: A keyboard of mine has an A female socket on it and came with one of those ghastly USB-A->A cables.
<JTL> Because mini/micro USB made too sense I guess?
threedpro has quit [Read error: Connection reset by peer]
<davidrysk[m]> I got a usb-c extension cable and the manufacturer specifically states that its usb2 support is not bidirectional
<davidrysk[m]> (meaning, you can't flip the connector)
<davidrysk[m]> (why did I get one? to use a peripheral where the manufacturer does not make a longer cabled version)
<davidrysk[m]> btw I do think t8103 makes sense over m1 as that is the engineering name of this SoC
m42uko has quit [Remote host closed the connection]
m42uko has joined #asahi
lucid_0x80 has quit [Ping timeout: 246 seconds]
Necrosporus has quit [Remote host closed the connection]
raster has quit [Quit: Gettin' stinky!]
phiologe has joined #asahi
rustylerp has quit [Ping timeout: 265 seconds]
phiologe has quit [Ping timeout: 256 seconds]
Necrosporus has joined #asahi
raster has joined #asahi
rcombs has quit [*.net *.split]
squiffy has quit [*.net *.split]
rjeli has quit [*.net *.split]
dottedmag has quit [*.net *.split]
rjeli has joined #asahi
squiffy has joined #asahi
dottedmag has joined #asahi
dottedmag has joined #asahi
rcombs has joined #asahi
TheJollyRoger has quit [Quit: TheJollyRoger]
choozy_ has joined #asahi
phiologe has joined #asahi
chuskywalker2 has joined #asahi
chuskywalker has quit [Ping timeout: 256 seconds]
Foxboron has quit [Ping timeout: 256 seconds]
Foxboron has joined #asahi
Foxboron has quit [Ping timeout: 260 seconds]
Foxboron has joined #asahi
Foxboron has quit [Ping timeout: 240 seconds]
Foxboron has joined #asahi
<Fanfwe> marcan: my FUSB302 was indeed on another i2c address (0x23). Thanks for the heads up, it works now.
<maximus64> I guess you also bought the FUSB302B chip lol
<Fanfwe> Yes. But I did not pay attention to the fact that they have 4 different part numbers, with a different i2c address each. So when I tried vdmtool, it would not see my chip because the code uses 0x22 and my chip was 0x23.
<maximus64> yup I'm in the same boat. Spend 2hr debugging / resoldering then realize the FUSB302B have different datasheet
<Fanfwe> haha. same here
rustylerp has joined #asahi
alula_ has joined #asahi
alula has quit [Ping timeout: 246 seconds]
phiologe has quit [Ping timeout: 265 seconds]
djhuk1 has joined #asahi
<gruetzkopf> ah. so that's how you use multiple of them on the same bus
alula__ has joined #asahi
phiologe has joined #asahi
alula_ has quit [Ping timeout: 246 seconds]
phiologe has quit [Ping timeout: 240 seconds]
<maximus64> yup that what the FUSB302B is for. It have 4 different part with different slave adddress. So you can use them in the sam bus
phiologe has joined #asahi
raster has quit [Quit: Gettin' stinky!]
raster has joined #asahi
alula_ has joined #asahi
alula__ has quit [Ping timeout: 265 seconds]
VinDuv has quit [Quit: Leaving.]
alula_ is now known as alula
alula_ has joined #asahi
alula has quit [Ping timeout: 265 seconds]
rustylerp has quit [Ping timeout: 265 seconds]
ex-parrot has joined #asahi
choozy_ has quit [Remote host closed the connection]
ncason has joined #asahi
amw2 has joined #asahi
Necrosporus has quit [Killed (sinisalo.freenode.net (Nickname regained by services))]
Necrosporus_ has joined #asahi
Necrosporus_ is now known as Necrosporus
amw2 has quit [Ping timeout: 264 seconds]
<davidrysk[m]> new macOS beta
<davidrysk[m]> or rather, release candidate
amw2 has joined #asahi
amw2 has quit [Ping timeout: 240 seconds]
phiologe has quit [Ping timeout: 265 seconds]
bisko has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
raster has quit [Quit: Gettin' stinky!]
bisko has joined #asahi
amw2 has joined #asahi
amw2 has quit [Ping timeout: 265 seconds]
alula__ has joined #asahi
alula_ has quit [Ping timeout: 256 seconds]
phiologe has joined #asahi
amw2 has joined #asahi
amw2 has quit [Ping timeout: 265 seconds]
raster has joined #asahi
amw2 has joined #asahi
raster has quit [Quit: Gettin' stinky!]
amw2 has quit [Ping timeout: 240 seconds]
alula_ has joined #asahi
choozy has joined #asahi
alula__ has quit [Ping timeout: 265 seconds]
PeterEaston has joined #asahi
maor26 has quit [Ping timeout: 264 seconds]
PeterEaston is now known as TheJollyRoger
amw2 has joined #asahi
alula__ has joined #asahi
amw2 has quit [Ping timeout: 265 seconds]
jamadazi has quit [Read error: Connection reset by peer]
jamadazi has joined #asahi
alula_ has quit [Ping timeout: 240 seconds]
amw2 has joined #asahi