ChanServ changed the topic of #asahi-dev to: Asahi Linux: porting Linux to Apple Silicon macs | General development | GitHub: https://alx.sh/g | Wiki: https://alx.sh/w | Logs: https://alx.sh/l/asahi-dev
luca020400 has joined #asahi-dev
dottedmag has joined #asahi-dev
foxtrot has joined #asahi-dev
foxtrot is now known as Guest1979
n1c has joined #asahi-dev
jeffmiw has quit [Ping timeout: 480 seconds]
beeselmane has joined #asahi-dev
refi64 has quit [Ping timeout: 480 seconds]
DarkShadow44 has quit [Quit: ZNC - https://znc.in]
DarkShadow44 has joined #asahi-dev
DarkShadow44 has quit []
DarkShadow44 has joined #asahi-dev
refi64 has joined #asahi-dev
jakebot6 has joined #asahi-dev
chadmed has joined #asahi-dev
beeselmane has quit [Ping timeout: 480 seconds]
beeselmane has joined #asahi-dev
PhilippvK has joined #asahi-dev
beeselmane has quit [Ping timeout: 480 seconds]
Guest1979 has quit [Ping timeout: 480 seconds]
luca020400 has quit [Ping timeout: 480 seconds]
dottedmag has quit [Ping timeout: 480 seconds]
n1c has quit [Ping timeout: 480 seconds]
merry has quit [Ping timeout: 480 seconds]
Esmil has quit [Ping timeout: 480 seconds]
vup has quit [Ping timeout: 480 seconds]
gruetzkopf has quit [Ping timeout: 480 seconds]
beeselmane has joined #asahi-dev
merry has joined #asahi-dev
Esmil has joined #asahi-dev
gruetzkopf has joined #asahi-dev
luca020400 has joined #asahi-dev
dottedmag has joined #asahi-dev
foxtrot has joined #asahi-dev
foxtrot is now known as Guest1997
pyropeter1 has joined #asahi-dev
n1c has joined #asahi-dev
PyroPeter_ has quit [Ping timeout: 480 seconds]
pyropeter1 has quit [Quit: WeeChat 3.1]
jluthra has quit [Remote host closed the connection]
jluthra has joined #asahi-dev
beeselmane has quit [Ping timeout: 480 seconds]
the_lanetly_052___ has joined #asahi-dev
MajorBiscuit has joined #asahi-dev
d4ve has quit [Remote host closed the connection]
d4ve has joined #asahi-dev
<sven> kettenis, jannau: ugh, i don't think that was intentional. so I guess we either add it back again as a fix or we just use "apple,twhatever-m2-is", "apple,t6000-sart" instead
<sven> millenialhacker: nice!
os9 has quit [Quit: The Lounge - https://thelounge.chat]
<sven> looks like you've made quite some progress!
os has joined #asahi-dev
vup has joined #asahi-dev
maxim[m] has quit [Quit: Idle for 30+ days]
uur[m] has quit [Quit: Idle for 30+ days]
Eighth_Doctor has quit []
d4ve_ has joined #asahi-dev
coder_kalyan_ has joined #asahi-dev
coder_kalyan has quit [Read error: Connection reset by peer]
d4ve has quit [Write error: connection closed]
gpanders_ has quit [Ping timeout: 480 seconds]
gpanders has joined #asahi-dev
<millenialhacker> sven: at least at low level being able to see communication through is great, but I still have not idea how OS operates in the high level. :D
<millenialhacker> sven: thanks
<millenialhacker> I think I'm gonna start cleaning up stuff to make a couple of PRs to m1n1 repo
c10l76 has quit []
chadmed has quit [Ping timeout: 480 seconds]
chadmed has joined #asahi-dev
zx2c4_ has joined #asahi-dev
zx2c4_ has quit []
zx2c4_ has joined #asahi-dev
zx2c4_ is now known as zx2c4
zx2c4 has quit []
zx2c4 has joined #asahi-dev
the_lanetly_052___ has quit [Ping timeout: 480 seconds]
millenialhacker has quit [Quit: Konversation terminated!]
millenialhacker has joined #asahi-dev
millenialhacker has quit [Quit: Konversation terminated!]
millenialhacker has joined #asahi-dev
c10l76 has joined #asahi-dev
c10l76 has quit [Ping timeout: 480 seconds]
c10l76 has joined #asahi-dev
c10l76 has quit []
c10l76 has joined #asahi-dev
roxfan2 has joined #asahi-dev
c10l76 has quit [Ping timeout: 480 seconds]
roxfan has quit [Ping timeout: 480 seconds]
c10l76 has joined #asahi-dev
<amarioguy> sven: i have a preliminary version of the i2c patch done (not ready for mainline at all lol, namely because i don't even get penguins on the framebuffer, nor do i get any TTY output over the m1n1 vUART port, also don't have real UART so can't investigate further atm)
derzahl has joined #asahi-dev
<amarioguy> though i suspect the main issue is more so with the way i'm using the completion rather than the IRQ handling stuff
<amarioguy> since the use_irq flag *seems* to be being handled correctly?
<amarioguy> boot args are earlycon debug rootwait root=UUID={uuidhere}
<povik> > nor do i get any TTY output over the m1n1 vUART port
<povik> i don't see how you could manage that with a patch to the i2c driver
<povik> there must be something else at fault
<amarioguy> it's odd i was expecting a panic at minimum especially (of note idk if this is linked but after kernel compile, i'm using the image at arch/arm64/boot/image.gz as the kernel image to boot since i assumed the compile process placed it there)
derzahl has quit [Remote host closed the connection]
<j`ey> amarioguy: youve gotten output without any i2c patch right?
<amarioguy> going to check that now, just didn't have time yesterday but yes i was going to check that quickly
<amarioguy> probably a dumb question but do i need to send uboot when i do linux.py when tetherbooting?
<j`ey> no
<amarioguy> the guide says the DT and kernel are sufficient but i'm not 100% on this
<amarioguy> ah
<j`ey> you can load linux directly
<j`ey> hence linux.py :P
<povik> :p
<_jannau_> amarioguy: are you using `tools/run_guest.py ../build/m1n1.macho`?
<amarioguy> _jannau_: i *think* i was chainloading to a newer m1n1 directly?
<amarioguy> are custom built linux kernels expecting EL1?
<_jannau_> in that case you will not have the vUART
<amarioguy> ah gotcha
<j`ey> oh yes, linux.py gives you linux at el2, which means no vUART
<amarioguy> riiight, though i'll probably still test unmodified linux to see if i get framebuffer output
millenialhacker has quit [Quit: Konversation terminated!]
the_lanetly_052 has joined #asahi-dev
nsklaus_ has quit [Quit: Textual IRC Client: www.textualapp.com]
<amarioguy> just confirmed definitely not the i2c patch causing the boot to hang lol
beeselmane has joined #asahi-dev
aleasto has quit [Remote host closed the connection]
aleasto has joined #asahi-dev
lucus16 has quit [Remote host closed the connection]
lucus has joined #asahi-dev
vdanielmo has joined #asahi-dev
vdanielmo has quit []
vdanielmo has joined #asahi-dev
<_jannau_> lol, apple has an effective marketing campaign for the m2 macbook pro 13". available to order from June 17th, delivery starting June 24th. I guess that secures them at least one order from marcan
vdanielmo has quit []
beeselmane has quit [Ping timeout: 480 seconds]
nsklaus has joined #asahi-dev
beeselmane has joined #asahi-dev
vdanielmo has joined #asahi-dev
vdanielmo has quit []
vdanielmo has joined #asahi-dev
beeselmane has quit [Remote host closed the connection]
beeselmane has joined #asahi-dev
<vdanielmo> Some recommended books to learn RE and be able to contribute to the project. Thanks.
c10l76 has quit []
c10l76 has joined #asahi-dev
MajorBiscuit has quit [Ping timeout: 480 seconds]
<amarioguy> vdanielmo: asahi-re please
Gaspare has joined #asahi-dev
beeselmane has quit [Ping timeout: 480 seconds]
beeselmane has joined #asahi-dev
MajorBiscuit has joined #asahi-dev
<jannau> marcan: has apple always used a GeoTrust root certificate for the cdn? It uses at the moment an old one which doesn't seem to have exception from the Symantec distrust saga
<jannau> see all the installer issues
derzahl has joined #asahi-dev
MajorBiscuit has quit [Ping timeout: 480 seconds]
zzywysm_ has quit [Remote host closed the connection]
zzywysm has joined #asahi-dev
zzywysm has quit []
<jannau> hmm, apple's sub-ca is / was on the exemption list
zzywysm has joined #asahi-dev
zzywysm has quit []
kloenk has quit [Remote host closed the connection]
jeffmiw has joined #asahi-dev
kloenk has joined #asahi-dev
millenialhacker has joined #asahi-dev
derzahl has quit [Remote host closed the connection]
millenialhacker has quit [Quit: Konversation terminated!]
Gaspare has quit [Quit: Gaspare]
Gaspare has joined #asahi-dev
MajorBiscuit has joined #asahi-dev
MajorBiscuit has quit [Ping timeout: 480 seconds]
beeselmane has quit [Ping timeout: 480 seconds]
balrog has quit [Quit: Bye]
balrog has joined #asahi-dev
beeselmane has joined #asahi-dev
MajorBiscuit has joined #asahi-dev
beeselmane has quit [Ping timeout: 480 seconds]
beeselmane has joined #asahi-dev
MajorBiscuit has quit [Ping timeout: 480 seconds]
beeselmane has quit [Ping timeout: 480 seconds]
MajorBiscuit has joined #asahi-dev
beeselmane has joined #asahi-dev
vdanielmo has quit [Quit: vdanielmo]
MajorBiscuit has quit [Ping timeout: 480 seconds]
MajorBiscuit has joined #asahi-dev
MajorBiscuit has quit [Remote host closed the connection]
MajorBiscuit has joined #asahi-dev
MajorBiscuit has quit [Ping timeout: 480 seconds]
beeselmane has quit [Quit: WeeChat 3.5]
Gaspare has quit [Quit: Gaspare]
millenialhacker has joined #asahi-dev
<millenialhacker> I discovered that in order to read ISP logs I need to be faster than Mac OS. Mac OS reads the log buffer address, print the log and clear the buffer address from the TERMINAL channel ring buffer, that explain why when I tried to read entries the address was 0x0 (0x1). Just fixed that in latest commit:
<millenialhacker> sven: look this beauty: https://pastebin.com/x66LdVQC