summaryrefslogtreecommitdiffstats
path: root/payloads
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* armv7: import new cache maintenance API from corebootDavid Hendricks2013-03-303-1/+410
* libpayload: add x86 ROM variable MTRR supportAaron Durbin2013-03-293-1/+33
* libpayload: Fix prototype warnings in PDCursesStefan Reinauer2013-03-263-2/+12
* libpayload: Fix type issuesStefan Reinauer2013-03-263-4/+12
* libpayload: fix size_t handlingStefan Reinauer2013-03-262-1/+4
* libpayload: Fix const warnings in keyname() and termname()Stefan Reinauer2013-03-263-5/+5
* libpayload: Fix variable shadowing in PDCursesStefan Reinauer2013-03-261-4/+4
* libpayload: Fix missing prototype warning for Xinitscr()Stefan Reinauer2013-03-261-0/+3
* libpayload: Fix unused function warning in EHCI stackStefan Reinauer2013-03-261-0/+4
* libpayload: Fix Config.in warningStefan Reinauer2013-03-251-1/+0
* libpayload: fix use-after-free in usb_exit()Mathias Krause2013-03-251-6/+2
* libpayload: EHCI - detach controller in ehci_shutdown()Mathias Krause2013-03-251-0/+1
* libpayload: Add comments on virtual pointers in lib_sysinfoNico Huber2013-03-223-0/+10