summaryrefslogtreecommitdiffstats
path: root/payloads
Commit message (Expand)AuthorAgeFilesLines
* libpayload: Drop PowerPC architectureStefan Reinauer2013-11-2618-964/+0
* libpayload: usb mass storage card hot plugAaron Durbin2013-11-252-53/+157
* libpayload: usb mass storage detect empty mediaAaron Durbin2013-11-251-0/+35
* libpayload: Fix xcompileStefan Reinauer2013-11-251-4/+1
* libpayload: Add USB support for non-PCI controllersStefan Reinauer2013-11-2516-58/+142
* libpayload (EHCI): correctly align PORTSCStefan Reinauer2013-11-251-3/+3
* Make ssize_t an actual ssize_tStefan Reinauer2013-11-251-1/+7
* ARM: Update the size/location of the coreboot tables so we can boot againGabe Black2013-11-251-1/+1
* armv7: import updated cache/MMU stuff from corebootDavid Hendricks2013-11-252-13/+53
* libpayload: fix wrong endian assumption in sha1.cStefan Reinauer2013-11-241-7/+1
* payloads/external/SeaBIOS/Makefile.inc: Remove empty lines at file beginningPaul Menzel2013-11-241-2/+0
* Add GRUB2 payload to build systemVladimir Serbinenko2013-11-191-0/+43
* libpayload: add memory clobber to ins{b,w,l}Gerd Hoffmann2013-11-101-3/+6
* libpayload/sample: Use settings from .xcompile file to build.Andrew Wu2013-10-171-2/+11
* libpayload: Switch xHCI shared ports back to EHCI on shutdownNico Huber2013-09-301-0/+15
* libpayload: Remove unnecessary keyboard mode setting codeShawn Nematbakhsh2013-09-241-52/+0
* libpayload: Set heap's header size to 64-bitNico Huber2013-09-061-4/+1
* libpayload: Make heap code independent of its header sizeNico Huber2013-09-061-7/+6
* libpayload: reduce libcbfs verbosityPatrick Georgi2013-09-031-1/+1
* libpayload: Add a few more PCI constantsStefan Tauner2013-08-261-0/+2
* CBFS: Change how the bss is zeroed when loading a stage.Gabe Black2013-08-151-6/+10
* CBFS: Change the signature of cbfs_decompress.Gabe Black2013-08-153-9/+6
* ARM: Tell the linker memset and memcpy are functions.Gabe Black2013-07-102-0/+2
* libpayload: Add strerrorStefan Tauner2013-06-282-2/+17
* libpayload: Add more integer limitsStefan Tauner2013-06-271-2/+15
* libpayload: Fix whitespace errorsStefan Tauner2013-06-273-49/+45
* libpayload: Use longer delay in tinycurses' wgetch()Nico Huber2013-06-261-7/+7
* libpayload: Make lpgcc wrapper usable for in-tree buildsPatrick Georgi2013-06-252-25/+50
* libpayload: ahci: Increase timeout for signature readingNico Huber2013-06-181-2/+10
* libpayload: ahci: Fix command engine shutdownNico Huber2013-06-171-3/+14
* libpayload: Fill gaps in the xHCI driverNico Huber2013-06-139-398/+2274
* libpayload: Port usb hub driver to use the generic codeNico Huber2013-06-132-133/+74
* libpayload: Add a generic driver for usb hubsNico Huber2013-06-134-0/+385
* libpayload: usb: Add interval attribute to endpointsNico Huber2013-06-132-0/+46
* libpayload: Redirect USB slave init through controller driverPatrick Georgi2013-06-135-7/+57
* libpayload: Add enum for USB speedsNico Huber2013-06-131-0/+1
* libpayload: usb: Skip non-endpoint descriptors during initNico Huber2013-06-131-2/+4
* libpayload: Whitelist Mobile Panther Point AHCI controllerNico Huber2013-06-041-1/+2
* fix tinycursesPatrick Georgi2013-06-041-1/+1
* libpayload: Fix the logic for hardware-less serial consolesDave Frodin2013-05-151-8/+4
* cbfs_core.c: make cfbs searches even less verboseDave Frodin2013-05-081-3/+3
* libpayload: make searching for a file less verboseAaron Durbin2013-05-061-1/+2
* Eliminate use of pointers in coreboot tableStefan Reinauer2013-04-201-3/+3
* libpayload: Don't sneak in compiler includesStefan Reinauer2013-04-186-11/+25
* libpayload: storage.c: Fix typo in st*orage in commentPaul Menzel2013-04-111-1/+1
* libpayload: Handle multifunction bridge devices better.Gabe Black2013-04-081-25/+31
* libpayload, superiotool: README: Prepend `coreboot/` to path of change direct...Paul Menzel2013-04-041-1/+1
* libpayload: cbfs_core.h: Add missing third person s in »it need*s*«Paul Menzel2013-04-021-1/+1
* PDCurses: pdcscrn.c: Use `#ifdef` instead of `#if CONFIG_SPEAKER`Paul Menzel2013-04-011-1/+1
* armv7: import updated cache/MMU stuff from corebootDavid Hendricks2013-03-302-40/+203