aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-03-05vgabios: Fix PMM allocation request size.Kevin O'Connor1-1/+1
2014-02-17coreboot: Move links file processing to its own function.Kevin O'Connor1-35/+41
2014-02-17Enhance nullTrailingSpace() so that it can also skip leading spaces.Kevin O'Connor4-8/+8
2014-02-17coreboot: Add support for a "links" file to have aliases in CBFS.Kevin O'Connor1-0/+39
2014-02-11vgabios: Make sure stdvga_list_modes() doesn't overrun the buffer.Kevin O'Connor1-1/+1
2014-02-08vgabios: Refactor write_teletype and write_chars.Kevin O'Connor1-49/+31
2014-02-08vgabios: Don't interpret TAB character.Kevin O'Connor1-7/+0
2014-02-05vgabios: Attempt to detect old x86emu and force a fault.Kevin O'Connor1-5/+22
2014-02-05vgabios: Simplify save/restore mechanism.Kevin O'Connor10-194/+97
2014-02-05vgabios: Simplify the bios save state area.Kevin O'Connor2-51/+13
2014-02-05vgabios: Make sure exported structs use PACKED.Kevin O'Connor2-3/+3
2014-01-29xhci: Add copyright notice to usb-xhci.cKevin O'Connor1-0/+7
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'Connor9-14/+39
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'Connor7-15/+4
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-22scripts: Allow encodeint.py to take integers in hex notation.Kevin O'Connor1-1/+1
2014-01-22build: Update kconfig to version in Linux 3.13.Kevin O'Connor11-361/+392
2014-01-22smbios: catch zero-length stringsGerd Hoffmann1-3/+7
2014-01-20build: Be careful with unicode and byte strings for python3 compatibility.Johannes Krampf7-18/+44
2014-01-20build: Avoid sort() on unordered classes for python3 compatibility.Johannes Krampf1-3/+4
2014-01-20build: Be explicit that we want integers when dividing for python3 compat.Johannes Krampf3-5/+5
2014-01-20build: Make print statements in scripts python3 compatible.Johannes Krampf5-38/+38
2014-01-20build: Remove unneccesary semicolons from acpi_extract scripts.Johannes Krampf2-38/+38
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