aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* ehci: Export ehci_realloc_pipe() instead of ehci_alloc_pipe()Kevin O'Connor2014-10-163-5/+9
* ohci: Export ohci_realloc_pipe() instead of ohci_alloc_pipe()Kevin O'Connor2014-10-163-5/+9
* uhci: Export uhci_realloc_pipe() instead of uhci_alloc_pipe()Kevin O'Connor2014-10-163-5/+9
* xhci: Change xhci_update_pipe() to xhci_realloc_pipe() and use for alloc tooKevin O'Connor2014-10-163-12/+14
* usb: Clarify usb freelist manipulationsKevin O'Connor2014-10-165-12/+29
* usb: Rename free_pipe() to usb_free_pipe()Kevin O'Connor2014-10-164-11/+11
* usb: Rename send_default_control() to usb_send_default_control()Kevin O'Connor2014-10-165-16/+16
* usb: Rename findEndPointDesc() to usb_find_desc()Kevin O'Connor2014-10-164-7/+7
* usb: Rename usb_getFrameExp() to usb_get_period()Kevin O'Connor2014-10-166-8/+8
* usb: Rename ?hci_control() to ?hci_send_control()Kevin O'Connor2014-10-169-24/+24
* Backup and restore a20 on call32_sloppy()Kevin O'Connor2014-10-151-0/+7
* Move a20 code from system.c and ps2port.h to x86.hKevin O'Connor2014-10-154-31/+19
* Implement call32 mechanism using SMIs.Kevin O'Connor2014-10-154-1/+192
* Fully restore 16bit state during call16_sloppy()Kevin O'Connor2014-10-111-30/+63
* Break up call32() into call32() and call32_sloppy()Kevin O'Connor2014-10-111-39/+47
* Move call16() functions from romlayout.S to inline assembler in stacks.cKevin O'Connor2014-10-112-54/+69
* build: Support declaring 32bit C functions that must reside in the f-segmentKevin O'Connor2014-10-111-0/+4
* Update reset() to use call16_back()Kevin O'Connor2014-10-111-2/+2
* Simplify farcall16 codeKevin O'Connor2014-10-112-17/+15
* Track when entering via call32() and use the same mode for stack_hop_back()Kevin O'Connor2014-10-111-1/+28
* Update stack_hop_back() to jump to 16bit mode if called in 32bit mode.Kevin O'Connor2014-09-303-21/+20
* Update invoke_mouse_handler() to use need_hop_back()Kevin O'Connor2014-09-301-2/+7
* Add need_hop_back() call that determines if stack_hop_back is neededKevin O'Connor2014-09-302-4/+14
* Move stack hop code below call32/call16 code in stacks.cKevin O'Connor2014-09-302-83/+83
* pmm: Fix entry point to support non-zero %ssKevin O'Connor2014-09-301-2/+3
* Revert "Use the extra stack for 16bit USB and PS2 keyboard/mouse commands."Kevin O'Connor2014-09-302-6/+6
* ehci: Fix bug in hub port assignmentKevin O'Connor2014-09-161-1/+1
* usb: Perform device detect polling on all usb controllers.Kevin O'Connor2014-09-167-60/+35
* ehci: Stall uhci/ohci init only until default port routing is done.Kevin O'Connor2014-09-161-18/+13
* ohci: Repeatedly poll for device detect for 100ms.Kevin O'Connor2014-09-161-4/+11
* uhci: Repeatedly poll for device detect for 100ms.Kevin O'Connor2014-09-161-4/+11
* xhci: Change xhci_hub_detect() to use connect status instead of link state.Kevin O'Connor2014-09-101-9/+1
* usb-hub: Enable power to all ports prior to calling usb_enumerate().Kevin O'Connor2014-09-102-11/+12
* ehci: Move port power up from ehci_hub_detect() to check_ehci_ports().Kevin O'Connor2014-09-101-13/+12
* xhci: Add xhci_check_ports() and xhci_free_pipes() functions.Kevin O'Connor2014-09-101-10/+27
* xhci: Move root hub and setup code to top of file.Kevin O'Connor2014-09-101-285/+290
* xhci: Use high memory instead of low memory for internal storage.Kevin O'Connor2014-09-101-3/+3
* xhci: Remove 16bit code wrappers.Kevin O'Connor2014-09-101-70/+48
* xhci: Call usb_desc2pipe() on xhci_update_pipe().Kevin O'Connor2014-09-091-17/+20
* usb: Fix usb_xfer_time() to work when called in 16bit mode.Kevin O'Connor2014-09-091-1/+1
* Minor - remove stray tab from src/fw/smm.c.Kevin O'Connor2014-08-231-2/+1
* acpi: use specified macro instead of magic-numberzhanghailiang2014-08-222-6/+35
* boot: Change ":rom%d" boot order rom instance to ":rom%x"Kevin O'Connor2014-08-151-2/+2
* boot: Fix boot order for SCSI target, lun > 9Markus Armbruster2014-08-151-2/+2
* hw/pci: reserve IO and mem for pci express downstream ports with no devices a...Marcel Apfelbaum2014-07-011-2/+32
* romlayout: Use "rep ; nop" not "rep nop".Ian Campbell2014-07-011-1/+1
* ohci: Update usb command timeouts to use usb_xfer_time()Kevin O'Connor2014-06-141-4/+3
* uhci: Update usb command timeouts to use usb_xfer_time()Kevin O'Connor2014-06-141-7/+6
* ehci: Update usb command timeouts to use usb_xfer_time()Kevin O'Connor2014-06-141-5/+6
* xhci: Update the times for usb command timeouts.Kevin O'Connor2014-06-143-2/+20