summaryrefslogtreecommitdiffstats
path: root/payloads
Commit message (Expand)AuthorAgeFilesLines
* libpayload: Add an option to skip console initialization on startup.Gabe Black2012-11-093-4/+14
* libpayload: Add CB_ prefixes to some constants in coreboot_tables.h.Gabe Black2012-11-092-11/+11
* libpayload: Change "GPIOs" into flags.Gabe Black2012-11-091-2/+4
* [PATCH] libpayload: Implement EHCI reset functionAnton Kochkov2012-11-092-1/+18
* libpayload: Add a function to retrieve the rows and cols of the video console.Gabe Black2012-11-092-0/+11
* libpayload: Separate video initialization and the video console.Gabe Black2012-11-092-16/+24
* libpayload: Add support for the CBMEM in memory console.Gabe Black2012-11-096-0/+72
* Refactor the endianness conversion functions and header files.Gabe Black2012-11-0812-97/+175
* Update libpayloads understanding of the coreboot tables.Gabe Black2012-11-084-0/+176
* libpayload: Turn the "debug" #define into the usb_debug static inline function.Gabe Black2012-11-0714-125/+129
* libpayload: Take usb_poll out of usb_initialize.Gabe Black2012-11-071-1/+0
* libpayload: Make usb_initialize more efficient and fix style problems.Gabe Black2012-11-071-46/+65
* libpayload: Add definitions for more config space registers.Gabe Black2012-11-071-10/+51
* libpayload: Add the format attribute to functions in stdio.h.Gabe Black2012-11-071-4/+8
* libpayload: Fix the format string of the assert macro.Gabe Black2012-11-071-1/+7
* libpayload: Add faster, architecture specific versions of memset and memcpy.Gabe Black2012-11-072-0/+104
* libpayload: Make the symbols in memory.c weak so they can be overridden.Gabe Black2012-11-071-0/+13
* Update the way serial info is read from the coreboot tables.Gabe Black2012-11-073-14/+19
* Move the definition of ipchksum into its own header file.Gabe Black2012-11-073-7/+35
* Discard .note sections when linking.Gabe Black2012-11-071-1/+4
* Include stdint.h in libpayload's rdtsc.h.Gabe Black2012-11-071-0/+2
* libpayload: New AHCI, ATA and ATAPI driversNico Huber2012-10-2713-0/+1628
* Update SeaBIOS stable to the release-1.7.1 commitPeter Stuge2012-10-161-1/+1
* libpayload: CMOS access was implemented in a backward wayPatrick Georgi2012-10-141-8/+6
* Increment revision of SeaBIOS to remove bashismStefan Tauner2012-10-081-1/+1
* libpayload: Set 8bits per char for serial portAnton Kochkov2012-10-031-6/+6
* libpayload: UHCI driver contained too much magicPatrick Georgi2012-10-031-1/+4
* libpayload: fix for UHCI bulk transactionsAnton Kochkov2012-10-011-2/+2
* libpayload: fix fetching integers from CMOS as stringPatrick Georgi2012-09-281-1/+1
* libpayload: Don't leave temporary files behindPatrick Georgi2012-09-281-4/+2
* libpayload: Extend CMOS access libraryPatrick Georgi2012-09-262-11/+60
* Fix disconnect handling on UHCI root portsAnton Kochkov2012-09-211-1/+6
* UHCI: use proper pointer sizeAnton Kochkov2012-09-211-1/+1
* libpayload: add controller type in usbdev_hcAnton Kochkov2012-08-235-0/+11
* coreinfo: fix build error (TRIVIAL)Alexandru Gagniuc2012-08-151-1/+1
* libpayload: Fix typoPatrick Georgi2012-07-271-2/+2
* libpayload: Add reset function for OHCI USB driverAnton Kochkov2012-07-121-0/+7
* libpayload: OHCI driver correct PCI BAR readingAnton Kochkov2012-06-291-1/+3
* libpayload: use correct types in UHCI driverAnton Kochkov2012-06-291-2/+2
* libpayload: Adjust timeouts and delays in OHCI driverNico Huber2012-06-221-4/+9
* libpayload: Add check for failure in usb_attach_device()Nico Huber2012-06-221-1/+2
* libpayload: Shutdown reasonably if we can't init usb msc deviceNico Huber2012-06-222-8/+21
* libpayload: Add support for interrupt transfers in OHCINico Huber2012-06-212-8/+223
* libpayload: Fix initialization of OHCI driverNico Huber2012-06-212-15/+21
* libpayload: Implement correct done queue processing for OHCINico Huber2012-06-212-76/+137
* libpayload: Correct interchanged parameters in OHCI driverNico Huber2012-06-211-5/+5
* libpayload: Detach unresponsive usb mass storage devicesNico Huber2012-06-213-60/+116
* libpayload: Add dummy queue heads to EHCI interrupt frame listNico Huber2012-06-212-3/+22
* libpayload: Add interrupt-queue underrun recovery to EHCINico Huber2012-06-211-15/+26
* libpayload: Adjust timeout in EHCI driverNico Huber2012-06-211-4/+8