ChanServ changed the topic of #asahi-re to: Asahi Linux: porting Linux to Apple Silicon macs | Hardware / boot process / firmware interface reverse engineering | WARNING: this channel (only) may contain binary reverse engineering discussion | RE policy: https://alx.sh/re (MANDATORY READ) | GitHub: https://alx.sh/g | Wiki: https://alx.sh/w | Logs: https://alx.sh/l/asahi-re
pb17 has joined #asahi-re
chrisl has joined #asahi-re
lynndotpy has quit [Quit: Ping timeout (120 seconds)]
lynndotpy has joined #asahi-re
chrisl has quit [Ping timeout: 480 seconds]
buroa2354 has joined #asahi-re
tbodt has quit []
tbodt has joined #asahi-re
buroa235 has quit [Ping timeout: 480 seconds]
buroa2354 is now known as buroa235
tbodt_ has joined #asahi-re
tbodt has quit [Ping timeout: 480 seconds]
svl has quit []
chrisl has joined #asahi-re
chrisl has quit [Ping timeout: 480 seconds]
svl has joined #asahi-re
chrisl has joined #asahi-re
chrisl has quit [Ping timeout: 480 seconds]
pb17 has quit [Ping timeout: 480 seconds]
chadmed_ has quit [Quit: Konversation terminated!]
pb17 has joined #asahi-re
svl has quit [Remote host closed the connection]
hightower4 has joined #asahi-re
chrisl has joined #asahi-re
hightower3 has quit [Ping timeout: 480 seconds]
chrisl has quit [Ping timeout: 480 seconds]
HitokiriKincho has quit [Remote host closed the connection]
HitokiriKincho has joined #asahi-re
HitokiriKincho has quit [Ping timeout: 480 seconds]
pb17 has quit [Ping timeout: 480 seconds]
pb17 has joined #asahi-re
HitokiriKincho has joined #asahi-re
chrisl has joined #asahi-re
chrisl has quit [Ping timeout: 480 seconds]
HitokiriKincho has quit [Ping timeout: 480 seconds]
chrisl has joined #asahi-re
chrisl has quit [Ping timeout: 480 seconds]
HitokiriKincho has joined #asahi-re
JayBeeFOSS has quit [Remote host closed the connection]
JayBeeFOSS has joined #asahi-re
pb17 has quit [Ping timeout: 480 seconds]
pb17 has joined #asahi-re
chrisl has joined #asahi-re
chrisl has quit [Ping timeout: 480 seconds]
chrisl has joined #asahi-re
chrisl has quit [Ping timeout: 480 seconds]
chrisl has joined #asahi-re
chrisl has quit [Ping timeout: 480 seconds]
chrisl has joined #asahi-re
pb17 has quit [Ping timeout: 480 seconds]
chrisl has quit [Ping timeout: 480 seconds]
pb17 has joined #asahi-re
chrisl has joined #asahi-re
chrisl has quit [Ping timeout: 480 seconds]
yuka has joined #asahi-re
<yuka>
so... I was looking into why the cpu_init crashes on T8132. I found some references in the XNU code, that certain register writes are skipped specifically for T8312 via a board_config setting called NO_CPU_OVRD
opticron has quit [Read error: Connection reset by peer]
opticron has joined #asahi-re
pb17 has quit [Ping timeout: 480 seconds]
pb17 has joined #asahi-re
chrisl has joined #asahi-re
chrisl has quit [Ping timeout: 480 seconds]
<yuka>
jannau: you might be interested in this, or have an opinion on it?
<yuka>
I commented out some parts of the cpu_init to find out which ones resulted in a hang, and so far any write to a *_HID register have caused that
<jannau>
yuka: that sounds like skipping init_cpu() is the correct solution (for now). I'd complete OVRD to override. The initial release builds for new SoCs/machines are often weird/buggy. I wouldn't be surprised if this some kind of bug in iboot which locks more than intended
chrisl has joined #asahi-re
chrisl has quit [Ping timeout: 480 seconds]
pb17 has quit [Ping timeout: 480 seconds]
chrisl has joined #asahi-re
pb17 has joined #asahi-re
chrisl has quit [Ping timeout: 480 seconds]
hightower4 has quit [Remote host closed the connection]
<Mary>
There is also the NEX powergating part to not execute if I remember correctly