summaryrefslogtreecommitdiff
path: root/payloads
AgeCommit message (Expand)Author
2012-11-27libpayload: Add _ and + to USB HID keymapPatrick Georgi
2012-11-24libpayload: Fix interrupt-queue cleanup for OHCINico Huber
2012-11-24libpayload: Rework connection state detection for OHCINico Huber
2012-11-24libpayload: Handle errors in UHCI interrupt queuesNico Huber
2012-11-24libpayload: Handle underruns in UHCI interrupt queuesNico Huber
2012-11-24libpayload: Implement correct interrupt-queue linking for UHCINico Huber
2012-11-23libpayload: Make USB HID support multiple keyboardsNico Huber
2012-11-23libpayload: ehci: Prevent some race conditionsNico Huber
2012-11-23libpayload: Detach devices behind removed USB hubsNico Huber
2012-11-23libpayload: More compliant error recovery in USB MSCNico Huber
2012-11-23libpayload: Reduce error output from EHCINico Huber
2012-11-23libpayload: Fix random warningsNico Huber
2012-11-23libpayload: ehci: Fix warnings about discarded volatileNico Huber
2012-11-23libpayload: Fix some missing-prototype warningsNico Huber
2012-11-23libpayload: Fix memalign() for fragmented alignment regionsNico Huber
2012-11-19Add nvramcuiPatrick Georgi
2012-11-15libpayload: Always use virtual pointers in struct sysinfo_tNico Huber
2012-11-15libpayload: Use #ifdef for CONFIG_* checksNico Huber
2012-11-14libpayload: Add init() function to hci_t and rework uhci_reset()Nico Huber
2012-11-14libpayload: Do not call ohci_reset() from ohci_init()Nico Huber
2012-11-14libpayload: Free usb host controller instance after shutdownNico Huber
2012-11-14libpayload: Document USB host controller setup functionsNico Huber
2012-11-14libpayload: Export device count in storage interfacePatrick Georgi
2012-11-12libpayload: Use EXTRA_CFLAGS for additional GCC optionsGabe Black
2012-11-09libpayload: Add an option to skip console initialization on startup.Gabe Black
2012-11-09libpayload: Add CB_ prefixes to some constants in coreboot_tables.h.Gabe Black
2012-11-09libpayload: Change "GPIOs" into flags.Gabe Black
2012-11-09[PATCH] libpayload: Implement EHCI reset functionAnton Kochkov
2012-11-09libpayload: Add a function to retrieve the rows and cols of the video console.Gabe Black
2012-11-09libpayload: Separate video initialization and the video console.Gabe Black
2012-11-09libpayload: Add support for the CBMEM in memory console.Gabe Black
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