EDK II UEFI Driver Writer's Guide
Search…
⌃K
EDK II UEFI Driver Writer's Guide
Search…
⌃K
Introduction
Tables
Figures
Examples
Acknowledgements
1 Introduction
2 UEFI Driver Implementation Checklist
3 Foundation
4 General Driver Design Guidelines
5 UEFI Services
6 UEFI Driver Categories
7 Driver Entry Point
8 Private Context Data Structures
9 Driver Binding Protocol
10 UEFI Service Binding Protocol
11 UEFI Driver and Controller Names
12 UEFI Driver Configuration
13 UEFI Driver Diagnostics
14 Driver Health Protocol
15 Driver Family Override Protocol
16 Driver Supported EFI Version Protocol
17 Bus-Specific Driver Override Protocol
18 PCI Driver Design Guidelines
19 USB Driver Design Guidelines
19.1 USB Host Controller Driver
19.2 USB Bus Driver
19.3 USB Device Driver
19.4 Debug Techniques
19.4.1 Debug Message Output
19.4.2 USB Bus Analyzer
19.4.3 USBCheck/USBCV Tool
19.5 Nonconforming USB Devices
20 SCSI Driver Design Guidelines
21 ATA Driver Design Guidelines
22 Text Console Driver Design Guidelines
23 Graphics Driver Design Guidelines
24 Mass Storage Driver Design Guidelines
25 Network Driver Design Guidelines
26 User Credential Driver Design Guidelines
27 Load File Driver Design Guidelines
28 IPF Platform Porting Considerations
29 EFI Byte Code Porting Considerations
30 Building UEFI Drivers
31 Testing and Debugging UEFI Drivers
32 Distributing UEFI Drivers
Appendix A EDK II File Templates
Appendix B EDK II Sample Drivers
Appendix C Glossary
Powered By
GitBook
19.4 Debug Techniques
Several techniques can be used to debug the USB driver stack. The following discussions describe these techniques.
Previous
19.3.4 State machine consideration
Next
19.4.1 Debug Message Output
Last modified
2yr ago