summaryrefslogtreecommitdiff
path: root/payloads
AgeCommit message (Expand)Author
2012-11-08Refactor the endianness conversion functions and header files.Gabe Black
2012-11-08Update libpayloads understanding of the coreboot tables.Gabe Black
2012-11-07libpayload: Turn the "debug" #define into the usb_debug static inline function.Gabe Black
2012-11-07libpayload: Take usb_poll out of usb_initialize.Gabe Black
2012-11-07libpayload: Make usb_initialize more efficient and fix style problems.Gabe Black
2012-11-07libpayload: Add definitions for more config space registers.Gabe Black
2012-11-07libpayload: Add the format attribute to functions in stdio.h.Gabe Black
2012-11-07libpayload: Fix the format string of the assert macro.Gabe Black
2012-11-07libpayload: Add faster, architecture specific versions of memset and memcpy.Gabe Black
2012-11-07libpayload: Make the symbols in memory.c weak so they can be overridden.Gabe Black
2012-11-07Update the way serial info is read from the coreboot tables.Gabe Black
2012-11-07Move the definition of ipchksum into its own header file.Gabe Black
2012-11-07Discard .note sections when linking.Gabe Black
2012-11-07Include stdint.h in libpayload's rdtsc.h.Gabe Black
2012-10-27libpayload: New AHCI, ATA and ATAPI driversNico Huber
2012-10-16Update SeaBIOS stable to the release-1.7.1 commitPeter Stuge
2012-10-14libpayload: CMOS access was implemented in a backward wayPatrick Georgi
2012-10-08Increment revision of SeaBIOS to remove bashismStefan Tauner
2012-10-03libpayload: Set 8bits per char for serial portAnton Kochkov
2012-10-03libpayload: UHCI driver contained too much magicPatrick Georgi
2012-10-01libpayload: fix for UHCI bulk transactionsAnton Kochkov
2012-09-28libpayload: fix fetching integers from CMOS as stringPatrick Georgi
2012-09-28libpayload: Don't leave temporary files behindPatrick Georgi
2012-09-26libpayload: Extend CMOS access libraryPatrick Georgi
2012-09-21Fix disconnect handling on UHCI root portsAnton Kochkov
2012-09-21UHCI: use proper pointer sizeAnton Kochkov
2012-08-23libpayload: add controller type in usbdev_hcAnton Kochkov
2012-08-15coreinfo: fix build error (TRIVIAL)Alexandru Gagniuc
2012-07-27libpayload: Fix typoPatrick Georgi
2012-07-12libpayload: Add reset function for OHCI USB driverAnton Kochkov
2012-06-29libpayload: OHCI driver correct PCI BAR readingAnton Kochkov
2012-06-29libpayload: use correct types in UHCI driverAnton Kochkov
2012-06-22libpayload: Adjust timeouts and delays in OHCI driverNico Huber
2012-06-22libpayload: Add check for failure in usb_attach_device()Nico Huber
2012-06-22libpayload: Shutdown reasonably if we can't init usb msc deviceNico Huber
2012-06-21libpayload: Add support for interrupt transfers in OHCINico Huber
2012-06-21libpayload: Fix initialization of OHCI driverNico Huber
2012-06-21libpayload: Implement correct done queue processing for OHCINico Huber
2012-06-21libpayload: Correct interchanged parameters in OHCI driverNico Huber
2012-06-21libpayload: Detach unresponsive usb mass storage devicesNico Huber
2012-06-21libpayload: Add dummy queue heads to EHCI interrupt frame listNico Huber
2012-06-21libpayload: Add interrupt-queue underrun recovery to EHCINico Huber
2012-06-21libpayload: Adjust timeout in EHCI driverNico Huber
2012-06-21libpayload: reg_base reading for USB EHCI driverAnton Kochkov
2012-06-20libpayload: Better error detection in USB mass storageNico Huber
2012-06-20libpayload: Fix detach_contoller in the USB driverAnton Kochkov
2012-06-09libpayload: Add timeouts in the UHCI USB driverNico Huber
2012-06-09libpayload: Fix an integer overflow in USB mass storageNico Huber
2012-06-08libpayload: Add timeouts in the EHCI USB driverNico Huber
2012-06-07libpayload: Add timeouts in the OHCI USB driverNico Huber