summaryrefslogtreecommitdiffstats
path: root/payloads
Commit message (Expand)AuthorAgeFilesLines
* 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
* libpayload: Don't do unaligned accesses during LZMA decompressionGabe Black2013-03-131-1/+1
* libpayload: Add size_t and ssize_t types for ARM and x86Gabe Black2013-03-132-0/+6
* libpayload: Move over to the payload's stack during startupGabe Black2013-03-131-1/+8
* libpayload: ARCH-$(CONFIG_ARCH_ARMV7) was defined twice, make one POWERPCGabe Black2013-03-131-1/+1
* libpayload: Add usb_generic_(create|remove) functions for unrecognized devicesGabe Black2013-03-132-0/+39
* libpayload: Split EHCI bulk transfers on packet boundaries over qTDsJulius Werner2013-03-131-0/+4
* libpayload: add support for 64-bit EHCI controllersVincent Palatin2013-03-131-12/+16
* libpayload: Stub out time keeping functions for ARM as wellGabe Black2013-03-131-14/+2
* libpayload: If no video drivers initialize in video_init, return 1.Gabe Black2013-03-131-0/+1
* libpayload: If there's no IO address space, don't try to use it for serialGabe Black2013-03-131-6/+10
* libpayload: If there's no IO space, complain if the serial claims to use itGabe Black2013-03-131-2/+10
* libpayload: Consolidate io vs. mem mapped serial into accessor functionsGabe Black2013-03-131-106/+49
* libpayload: Make whether or not there's an IO address space configurableGabe Black2013-03-133-0/+7
* libpayload: Start using only internal and compiler headers.Ronald G. Minnich2013-03-134-189/+6
* libpayload: Add more parenthesis to the endian conversion macrosGabe Black2013-03-131-3/+4
OpenPOWER on IntegriCloud