|
The EHCI 1.1 addendum is intended to define several optional energy efficiency extensions for USB host controller implementations based on the EHCI Specification, most notably:
- Link power management - Ability for software to discover and use USB 2.0 Link Power Management (LPM) support offered by next-generation host controllers and devices.
- Per-port change events - Addresses an issue where system software is currently required to read and parse the port status registers (PORTSC) for all enabled root ports upon every port change event (interrupt) to streamline software’s handling of LPM transitions
- Shorter periodic frame list - Ability for system software to convey and use a much shorter periodic frame list (32 frames) to better facilitate Hardware Prefetching.
- Hardware prefetching - Allows host controller hardware to safely prefetch information from the asynchronous and periodic schedules beyond what was defined in previous EHCI implementations to improve system memory access behavior.
|