summaryrefslogtreecommitdiffstats
path: root/payloads/libpayload
Commit message (Expand)AuthorAgeFilesLines
* 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
* libpayload: initial test case + tiny "framework"Patrick Georgi2013-03-224-0/+77
* cbfs: Change false ERROR print to a WARNING.Shawn Nematbakhsh2013-03-211-1/+1
* libpayload: Fix the config file dependency in the Makefile templateGabe Black2013-03-182-6/+1
* libpayload: Make keycode constants available outside of curses.h.Gabe Black2013-03-183-2/+266
* libpayload: add support for vboot_handoffAaron Durbin2013-03-143-0/+21
* libpayload: Turn the endian conversion macros into functions.Gabe Black2013-03-141-6/+16
* libpayload: Generalize and redistribute timekeeping codeGabe Black2013-03-145-176/+77
* libpayload: Put dump_td/dump_ed in ohci.c behind #ifdef USB_DEBUGGabe Black2013-03-141-1/+3
* libpayload: Don't declare the loop counter within the for loopGabe Black2013-03-141-1/+2
OpenPOWER on IntegriCloud