bfd56bac7e
Track base pointer to bd379e07 (usbhubd debounce/reset-wait/U0-wait/
wHubDelay + SET_ISOCH_DELAY, HubDescriptorV3 device_removable fix).
USB-IMPLEMENTATION-PLAN.md: P3-A marked CORE COMPLETE with the full
Linux equivalence inventory and documented follow-ups (USB 2.0 bitmaps,
SS.Inactive warm-reset loop, multi-TT, hub LPM). Hub gap-table row
updated (249 -> ~700 LoC with Linux state machine).
HARDWARE-VALIDATION-MATRIX.md: hub row updated — enumeration core
complete with 14 unit tests; runtime hub proof tracked under P8-B.
34 lines
1.8 KiB
Markdown
34 lines
1.8 KiB
Markdown
# Hardware Validation Matrix — Red Bear OS
|
|
|
|
| Component | QEMU | Bare Metal | Notes |
|
|
|-----------|------|------------|-------|
|
|
| **Storage** | | | |
|
|
| AHCI SATA | ✅ | 🔲 | NCQ structure present, not runtime-validated |
|
|
| NVMe | 🔲 | 🔲 | Basic driver, no multiqueue |
|
|
| virtio-blk | ✅ | N/A | QEMU only |
|
|
| **Network** | | | |
|
|
| e1000 | 🔲 | 🔲 | ITR structure present, no offload validation |
|
|
| rtl8168 | 🔲 | 🔲 | PHY config present, not runtime-tested |
|
|
| virtio-net | ✅ | N/A | QEMU only |
|
|
| **Audio** | | | |
|
|
| Intel HDA | 🔲 | 🔲 | Codec detection + jack sense added, not validated |
|
|
| AC97 | 🔲 | 🔲 | Basic driver |
|
|
| **Input** | | | |
|
|
| PS/2 | ✅ | 🔲 | QEMU keyboard/mouse work |
|
|
| USB HID | ✅ | 🔲 | Keyboard/mouse autospawn via test-usb-qemu.sh (P1 hardening); not validated on real HW |
|
|
| **USB** | | | |
|
|
| xHCI host controller | ✅ | 🔲 | Interrupt-driven mode proven (test-xhci-irq-qemu.sh); 51-flag quirk table + HCCPARAMS2 gating (P2-A/B); 36-code error recovery (P2-C); not HW-validated |
|
|
| EHCI/UHCI/OHCI controllers | 🔲 | 🔲 | Compile clean; runtime enumeration proofs planned (P8-B) |
|
|
| USB storage (BOT) | ✅ | 🔲 | usbscsid autospawn + bounded sector readback proven (test-usb-storage-qemu.sh); guest-side write verify open |
|
|
| USB hub (non-root) | 🔲 | 🔲 | P3-A enumeration core complete (debounce/reset-wait/U0-wait/wHubDelay, 14 unit tests); runtime hub proof pending (P8-B test-usb-hub-qemu.sh) |
|
|
| **GPU/Display** | | | |
|
|
| VESA | ✅ | 🔲 | QEMU framebuffer works |
|
|
| virtio-gpu | ✅ | N/A | 2D only, QEMU |
|
|
| **CPU/Power** | | | |
|
|
| cpufreqd | 🔲 | 🔲 | Governors implemented, not HW-validated |
|
|
| thermald | 🔲 | 🔲 | ACPI thermal zones, not HW-validated |
|
|
| **SMP** | | | |
|
|
| x2APIC/SMP | ✅ | ✅ | Multi-core works |
|
|
|
|
✅ = validated 🔲 = implemented, not validated N/A = not applicable
|