aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-01-29xhci: Use the same endpoint initialization code in xhci_alloc_pipe()Kevin O'Connor1-45/+29
2014-01-29usb: Move default pipe max packet size code from xhci to main code.Kevin O'Connor2-10/+10
2014-01-29usb: USB 3 devices encode bMaxPacketSize0 field.Kevin O'Connor1-4/+7
2014-01-29Increase maximum size of permanent high memory area.Kevin O'Connor1-1/+1
2014-01-29xhci: Check if scratch pad allocation fails.Kevin O'Connor1-0/+6
2014-01-29Remove pci_writel() and pci_readl() functions.Kevin O'Connor2-50/+0
2014-01-29xhci: Run the XHCI driver entirely in 32bit mode.Kevin O'Connor8-12/+37
2014-01-29Add space between DTYPE_* definitions.Kevin O'Connor1-15/+15
2014-01-29Add call32_params() helper function.Kevin O'Connor2-0/+28
2014-01-29xhci: Support USB hubs on xhci controllers.Kevin O'Connor1-10/+57
2014-01-29xhci: Report the "protocol defined" and PSIC bits of extended capabilities.Kevin O'Connor1-2/+4
2014-01-29xhci: Don't use a dummy endpoint count in configure command.Kevin O'Connor1-1/+1
2014-01-29xhci: Allow the XHCI USB controller to be enabled for coreboot.Kevin O'Connor1-1/+1
2014-01-29xhci: Support xhci controllers with 64 byte contexts.Kevin O'Connor2-36/+39
2014-01-29xhci: Eliminate 'struct xhci_device'.Kevin O'Connor2-90/+57
2014-01-29xhci: Move set_address code from xhci_control to xhci_alloc_pipe.Kevin O'Connor2-35/+36
2014-01-29xhci: Allocate and free the xhci inctx structure on each use.Kevin O'Connor1-43/+61
2014-01-29xhci: Verify PAGESIZE register before initializing driver.Kevin O'Connor1-7/+16
2014-01-29xhci: Set the interval parameter on interrupt pipes.Kevin O'Connor1-0/+2
2014-01-29xhci: Fix incorrect direction setting on status transmissions.Kevin O'Connor1-3/+3
2014-01-29xhci: Use 64bit writes to ERDP register.Kevin O'Connor1-0/+1
2014-01-29xhci: allocate scratch pad buffersGerd Hoffmann1-0/+13
2014-01-27pci: improve io address space allocationGerd Hoffmann1-5/+40
2014-01-22debug: Unify the SeaBIOS debug version banner.Kevin O'Connor5-4/+11
2014-01-22debug: Only call serial_debug_preinit() at startup.Kevin O'Connor6-14/+2
2014-01-22debug: Add runtime option to not report the debug serial port to the OS.Kevin O'Connor1-0/+4
2014-01-22coreboot: Support alternative locations for CBFS.Kevin O'Connor2-6/+16
2014-01-22smbios: catch zero-length stringsGerd Hoffmann1-3/+7
2014-01-20ehci: memset the qTD structures in ehci_alloc_intr_pipeKevin O'Connor1-0/+2
2014-01-17init_virtio_scsi(): reset the HBA before freeing its virtio ringLaszlo Ersek1-1/+3
2014-01-15Minor - fix misspelling in romfile.c comment.Kevin O'Connor1-1/+1
2014-01-15Minor - pciinit.c - order header files and use static on local functions.Kevin O'Connor1-6/+6
2014-01-15resume: restore piix pm config registers after resumeMarcel Apfelbaum3-3/+24
2013-12-27usb: Replace EHCI to UHCI/OHCI synchronization with new scheme.Kevin O'Connor10-127/+92
2013-12-27pvscsi: Remove use of LOWFLAT and GLOBALFLAT macros.Kevin O'Connor1-41/+33
2013-12-27pvscsi: Always run entirely in 32bit mode.Kevin O'Connor3-18/+23
2013-12-27pvscsi: Don't store reference to struct pci_device.Kevin O'Connor1-2/+0
2013-12-27Always perform thread cleanup on MainThread stack.Kevin O'Connor1-8/+8
2013-12-27Remove unnecesary updates of the disk op->count field.Kevin O'Connor9-39/+14
2013-12-27Clear the total block transfer count on error.Kevin O'Connor1-13/+27
2013-12-27Remove the pmm handle argument from _malloc().Kevin O'Connor5-26/+45
2013-12-22coreboot: Make sure to print the SeaBIOS version in cbmem debug output.rel-1.7.4Kevin O'Connor1-1/+1
2013-12-22Fix CBMEM console overflowKyösti Mälkki1-3/+3
2013-12-12floppy: Implement cylinder seeking when accessing a different cylinder.Kevin O'Connor1-38/+48
2013-12-12On disk format request, verify cylinders and pass to driver.Kevin O'Connor2-8/+9
2013-12-12floppy: Encode command and flags into single value in floppy pio code.Kevin O'Connor1-112/+93
2013-12-12change boot order load log levelGerd Hoffmann1-2/+2
2013-12-12run qemu_cfg_e820 only for CONFIG_QEMU=yGerd Hoffmann1-0/+3
2013-12-09Small improvements to irqentry_extrastack assembler.Kevin O'Connor1-6/+2
2013-12-07floppy: Fix accesses to DOR register.Kevin O'Connor1-7/+20