USB devices not working on systems with legacy BIOS
|
2017-02-14, 14:18
Post: #3
|
|||
|
|||
RE: USB devices not working on systems with legacy BIOS
(2017-02-14 12:57)NiKiZe Wrote: for reference this relates to the discussion at http://forum.ipxe.org/showthread.php?tid...0#pid13480 Please take a look at an Intel document tittled Enhanced Host Controller Interface Specification for Universal Serial Bus. As per the specification all EHCI host controllers have a register used to identify extended capabilities. One of those "extended capabilities" is a synchronization mechanism used to handoff ownership of the USB host controller from BIOS to the operating system. If the Pre-OS to OS handoff synchronization capability is available, the OS (or iPXE in this case) is also able to handoff ownership of the USB host controller back to BIOS. If iPXE writes clears bit 24 at USBLEGSUP register, the USB host controller will issue an SMI that will be catched by the BIOS code. At that time the BIOS will know that it can regain ownership of the USB host controller hardware. Taking a look at EHCI source code in iPXE, you can see that there is a function called ehci_remove that calls another funcion called ehci_legacy_release. The comments in the source for ehci_legacy_release read as "Release ownership back to BIOS." and its code writes 0 at USBLEGSUP register if iPXE detected that Pre-OS to OS handoff synchronization mechanism is available. Eugenio |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
USB devices not working on systems with legacy BIOS - eugenio - 2017-02-14, 09:29
RE: USB devices not working on systems with legacy BIOS - NiKiZe - 2017-02-14, 12:57
RE: USB devices not working on systems with legacy BIOS - eugenio - 2017-02-14 14:18
RE: USB devices not working on systems with legacy BIOS - NiKiZe - 2017-02-14, 17:58
RE: USB devices not working on systems with legacy BIOS - eugenio - 2017-02-15, 08:41
RE: USB devices not working on systems with legacy BIOS - NiKiZe - 2017-02-15, 18:24
|
User(s) browsing this thread: 3 Guest(s)