thom_tl
thom_tl
The xhci driver is failing with a message indicating that 64bit contexts are unimplemented.
Closes #55 Do not merge yet, requires more testing on real hardware
The timer test of lai_tools fails spuriously, observed by an automatic CI run on 26354eb71b6446bffd1d3544a38300bc158d459b. Fixed by manually re-running the tests action. Failed attempt: https://github.com/managarm/lai/actions/runs/2444184625/attempts/1 Successful attempt: https://github.com/managarm/lai/actions/runs/2444184625 EDIT: Observed...
In ACPI 1 tables integer math is 32 bits and not 64 bits, for example OnesOp should return `(~(uint32_t)0)` instead of `(~(uint64_t)0)` like we currently do. However ACPI 1 tables...
Implement the missing opcode and add a unit test
Implement the missing opcode and add a unit test
Implement the missing opcode and add a unit test
Scan entire namespace instead of just `\_SB_`