summaryrefslogtreecommitdiffstats
path: root/payloads
Commit message (Expand)AuthorAgeFilesLines
* libpayload: Fix use of virtual pointers in sysinfoNico Huber2012-12-101-1/+1
* libpayload: Fix renaming of REG_CLASS_DEV to REG_SUBCLASSNico Huber2012-12-101-1/+1
* coreinfo: Make better calls to libpayload build scriptsMarc Jones2012-12-081-26/+25
* Clean up libpayload lpgcc and lpas scripts.Marc Jones2012-12-082-9/+35
* coreinfo: change the foreground/background colorsDave Frodin2012-12-071-2/+3
* libpayload: Don't let USB/PC/serial keyboards overwrite each otherDave Frodin2012-12-071-2/+2
* Change TARGET_I386 to ARCH_X86David Hendricks2012-11-309-13/+13
* fix #if for target architecture in libpayloadDavid Hendricks2012-11-301-1/+1
* libpayload: Remove unused FLAG_USED from memory allocatorNico Huber2012-11-301-5/+9
* libpayload: Fix lookup by label in CMOS layoutsNico Huber2012-11-301-1/+1
* Add multi-architecture support to cbfstoolDavid Hendricks2012-11-302-7/+20
* libpayload: Add _ and + to USB HID keymapPatrick Georgi2012-11-271-1/+1
* libpayload: Fix interrupt-queue cleanup for OHCINico Huber2012-11-241-10/+27
* libpayload: Rework connection state detection for OHCINico Huber2012-11-241-5/+14
* libpayload: Handle errors in UHCI interrupt queuesNico Huber2012-11-241-2/+2
* libpayload: Handle underruns in UHCI interrupt queuesNico Huber2012-11-241-0/+5
* libpayload: Implement correct interrupt-queue linking for UHCINico Huber2012-11-241-19/+30
* libpayload: Make USB HID support multiple keyboardsNico Huber2012-11-231-26/+32
* libpayload: ehci: Prevent some race conditionsNico Huber2012-11-231-1/+7
* libpayload: Detach devices behind removed USB hubsNico Huber2012-11-231-0/+11
* libpayload: More compliant error recovery in USB MSCNico Huber2012-11-231-6/+2
* libpayload: Reduce error output from EHCINico Huber2012-11-231-1/+1
* libpayload: Fix random warningsNico Huber2012-11-232-3/+5
* libpayload: ehci: Fix warnings about discarded volatileNico Huber2012-11-231-12/+12
* libpayload: Fix some missing-prototype warningsNico Huber2012-11-232-1/+2
* libpayload: Fix memalign() for fragmented alignment regionsNico Huber2012-11-231-0/+3
* Add nvramcuiPatrick Georgi2012-11-192-0/+254
* libpayload: Always use virtual pointers in struct sysinfo_tNico Huber2012-11-153-16/+13
* libpayload: Use #ifdef for CONFIG_* checksNico Huber2012-11-154-9/+11
* libpayload: Add init() function to hci_t and rework uhci_reset()Nico Huber2012-11-145-0/+26
* libpayload: Do not call ohci_reset() from ohci_init()Nico Huber2012-11-142-2/+0
* libpayload: Free usb host controller instance after shutdownNico Huber2012-11-141-0/+3
* libpayload: Document USB host controller setup functionsNico Huber2012-11-141-0/+9
* libpayload: Export device count in storage interfacePatrick Georgi2012-11-142-0/+6
* libpayload: Use EXTRA_CFLAGS for additional GCC optionsGabe Black2012-11-121-1/+1
* 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