<jannau>
the fusb302b eval board is available for the same price at digikey/mouser/farnell
<Bluerise>
"USB2.0 and SBU
<Bluerise>
They are left open in the Type−C connector and no connections in the board.
<Bluerise>
apparently you can use either fusb302 or ptn5110 eval board, as long as you don't want to use sbu...
<Bluerise>
it's like no one cares about SBU :)
bsandro has joined #asahi-dev
bsandro has quit [Quit: leaving]
robinp has quit [Read error: Connection reset by peer]
robinp has joined #asahi-dev
DrWhax has quit [Ping timeout: 272 seconds]
DrWhax has joined #asahi-dev
PhilippvK_ has quit [Ping timeout: 260 seconds]
phiologe has joined #asahi-dev
x4m3 has quit [Ping timeout: 240 seconds]
VinDuv has joined #asahi-dev
modmuss50 has quit [Ping timeout: 260 seconds]
brinly has quit [Ping timeout: 260 seconds]
modmuss50 has joined #asahi-dev
brinly has joined #asahi-dev
robher has quit [Ping timeout: 260 seconds]
diddledan has quit [Ping timeout: 260 seconds]
narmstrong has quit [Ping timeout: 260 seconds]
robher has joined #asahi-dev
narmstrong has joined #asahi-dev
diddledan has joined #asahi-dev
VinDuv has quit [Quit: Leaving.]
<vafanlignarde>
rwhitby: yes, that looks like a ZY12PDN-2
_whitelogger has joined #asahi-dev
<vafanlignarde>
I wonder if that 0x8000 arg to USB-PD VDM 0x105 (reboot) is related to the startup volume. My MBA2018 ended up asking for a EFI firmware password after I played around with 0x105,0x8001. "Your Mac only asks for the firmware password when it's attempting to start up from a storage device other than the one selected in Startup Disk preferences, or when starting up from macOS Recovery."
irl25519 has joined #asahi-dev
acelogic has quit [Remote host closed the connection]
acelogic has joined #asahi-dev
irl25519 has quit [Quit: irl25519]
<marcan>
that argument is present in the action info response, and if you don't provide it it doesn't reboot
<phiologe>
modwizcode: Nice success! I wanted to try out booting m1n1 on your qemu patch as well but I think I am missing the required patch for m1n1... Can I find it somewhere?
<modwizcode>
Uh yeah I think there's a small tweak let me look at the diff real quick
<modwizcode>
I think if I push up my very latest qemu changes it might need no patch
<phiologe>
modwizcode: I will definitely try it out once it’s pushed but no need to hurry!
<modwizcode>
Enough is pushed to boot but I'm going to make a change to make loading m1n1 more straightforward (probably close to the actual solution I hope to go with in the final version)
irl25519 has joined #asahi-dev
irl25519 has quit [Quit: irl25519]
irl25519 has joined #asahi-dev
Bastian[m] has quit [Ping timeout: 244 seconds]
ewlsh[m] has quit [Ping timeout: 244 seconds]
ldhacker[m] has quit [Ping timeout: 244 seconds]
fridtjof[m] has quit [Ping timeout: 244 seconds]
Eighth_Doctor has quit [Ping timeout: 244 seconds]
Alice[m] has quit [Ping timeout: 244 seconds]
wolf511[m] has quit [Ping timeout: 244 seconds]
ronyrus[m] has quit [Ping timeout: 244 seconds]
fried_dede[m] has quit [Ping timeout: 244 seconds]
jinen[m] has quit [Ping timeout: 244 seconds]
svenpeter has quit [Ping timeout: 244 seconds]
Alex[m] has quit [Ping timeout: 244 seconds]
m1kr0[m] has quit [Ping timeout: 244 seconds]
ldhacker[m] has joined #asahi-dev
fried_dede[m] has joined #asahi-dev
Alice[m] has joined #asahi-dev
svenpeter has joined #asahi-dev
jinen[m] has joined #asahi-dev
ronyrus[m] has joined #asahi-dev
Alex[m] has joined #asahi-dev
wolf511[m] has joined #asahi-dev
m1kr0[m] has joined #asahi-dev
ewlsh[m] has joined #asahi-dev
Bastian[m] has joined #asahi-dev
fridtjof[m] has joined #asahi-dev
Eighth_Doctor has joined #asahi-dev
irl25519 has quit [Quit: irl25519]
TheJollyRoger has quit [Remote host closed the connection]
<phiologe>
modwizcode: It works! Thank you so much for the help!
<modwizcode>
No problem :) I should add a way to generate an ADT rather than just embedding a blob which is pretty gross, but this should simplify testing for now.
<modwizcode>
I tried creating an initramfs and getting it to run busybox as an init but so far it's not finding it for some reason.
gurmble has joined #asahi-dev
grumble has quit [Ping timeout: 606 seconds]
gurmble is now known as grumble
irl25519 has joined #asahi-dev
irl25519 has quit [Client Quit]
irl25519 has joined #asahi-dev
irl25519 has quit [Client Quit]
the-mentor8 has joined #asahi-dev
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]
<modwizcode>
So that's likely to be an issue because after earlycon stuff, linux's real serial port driver uses IRQs which aren't supported yet
<modwizcode>
I got stuck on trying to get a shell which didn't seem to work, at least I couldn't give it input but that might have been another problem
<amw>
phiologe: Thanks will work from there
<phiologe>
I have some wrapper scripts that I use and I will hopefully push them to a repo sometime tomorrow.
<modwizcode>
But I need to add basic AIC support first anyway
<modwizcode>
I also need to modify the UART peripheral code itself since the Apple one uses slightly different stuff for IRQs than the exynos hardware.
<modwizcode>
But if you have the fb up and such you can do like an ls in an init script and see the output.
<modwizcode>
I had to spend awhile getting my initramfs setup, I'll probably make a little repo with the nonsense I used in there.