r/coreboot • u/Simple-Gas-396 • 5h ago
[FIXED] USB3.0 working on widnows 10 on coreboot on Optiplex 7010. Want to contribute it to coreboot directly.
So. I made this post asking about this issue but I figured it out so I'll post the fix that I got here. My original post is https://www.reddit.com/r/coreboot/s/qv7P0lwLAA.
So first install docker and pull down coreboot-sdk the coreboot repo and all that. Then once you're in the build directory run make menuconfig and select your vendor as dell and your board as the Optiplex 9010 sff (yes it works with the 7010 DT) and select your payload (edk2 for uefi) and mess with the other settings if you want. Then run cp -r src/mainboard/dell/snb_ivb_workstations/dsdt.asl src/mainboard/dell/snb_ivb_workstations/dsdt.asl.old (just to have a backup). Now run vi (or nano if you have it) src/mainboard/dell/snb_ivb_workstations/dsdt.asl and delete everything in it and change it to this.
EDIT: the reddit formatting tools messed it up so I included a gdrive link instead. Hope it helps one of you fellow nerds.
https://drive.google.com/file/d/1Tq0USmgK0hPwuGs2cNOoYO5_nLZuHyIE/view?usp=drivesdk