aboutsummaryrefslogtreecommitdiff
path: root/payloads
AgeCommit message (Expand)Author
2014-04-07SeaBIOS: have coreboot pass the choice to run optionroms in parallelIdwer Vollering
2014-02-15libpayload/ahci: Fix a warning by decompartmentalise the AHCI driver.Edward O'Callaghan
2014-01-30libpayload: Parse CBMEM ACPI GNVS pointerDuncan Laurie
2014-01-28libpayload: adjust max number of memrangesAaron Durbin
2014-01-26Revert "Makefile: Check $CC variable returned from xcompile is not empty."Alexandru Gagniuc
2014-01-23Makefile: Check $CC variable returned from xcompile is not empty.Andrew Wu
2014-01-19nvramcui: Trim values when setting.Vladimir Serbinenko
2014-01-19libpayload/lpgcc: Add curses include path.Vladimir Serbinenko
2014-01-19libpayload/options: Fix out of array read.Vladimir Serbinenko
2014-01-19libpayload: Bring keyboard_wait_write() backPatrick Georgi
2014-01-12lib/cbfs_core.c: Supply size of file as well in cbfs_get_file_contentVladimir Serbinenko
2014-01-08libpayload: add junit.xml build targetPatrick Georgi
2014-01-08libpayload: update defconfigPatrick Georgi
2014-01-08libpayload: reintroduce optional PCI in XHCI driverPatrick Georgi
2013-12-21armv7: add wrappers to read/write L2ACTLRDavid Hendricks
2013-12-21arm: libpayload: Include stdint.h in cache.hGabe Black
2013-12-21Libpayload: Add keyboard-disable function.Martin Roth
2013-12-21libpayload: Include hexdump.c in the Makefile so it gets builtGabe Black
2013-12-21libpayload: Increase USB EHCI transfer timeoutJulius Werner
2013-12-16libpayload: Add simple hexdump functionRonald G. Minnich
2013-12-12libpayload: expose cbfs ram functionsAaron Durbin
2013-12-12libpayload: Get rid of a compiler warningGabe Black
2013-12-12libpayload: armv7: Add cache control function to invalidate range.Hung-Te Lin
2013-12-12payload: armv7: Fix dcache_clean_by_mva.Hung-Te Lin
2013-12-06Do not export variables to GRUB buildVladimir Serbinenko
2013-12-05libpayload: Have similar cache api on ARM and x86Stefan Reinauer
2013-12-05libpayload: Clean up CFLAGSStefan Reinauer
2013-12-05libpayload: sync ARMv7 arch/io.h with corebootStefan Reinauer
2013-12-03Drop obsolete CONSOLE_LOGBUFStefan Reinauer
2013-12-03libpayload: ARM: Don't leave alignment checking on after the exception testGabe Black
2013-12-03libpayload: Make the region to scan for the cb tables configurable.Gabe Black
2013-12-03libpayload: Add missing break statement in coreboot table parsingStefan Reinauer
2013-11-26libpayload: Drop PowerPC architectureStefan Reinauer
2013-11-25libpayload: usb mass storage card hot plugAaron Durbin
2013-11-25libpayload: usb mass storage detect empty mediaAaron Durbin
2013-11-25libpayload: Fix xcompileStefan Reinauer
2013-11-25libpayload: Add USB support for non-PCI controllersStefan Reinauer
2013-11-25libpayload (EHCI): correctly align PORTSCStefan Reinauer
2013-11-25Make ssize_t an actual ssize_tStefan Reinauer
2013-11-25ARM: Update the size/location of the coreboot tables so we can boot againGabe Black
2013-11-25armv7: import updated cache/MMU stuff from corebootDavid Hendricks
2013-11-24libpayload: fix wrong endian assumption in sha1.cStefan Reinauer
2013-11-24payloads/external/SeaBIOS/Makefile.inc: Remove empty lines at file beginningPaul Menzel
2013-11-19Add GRUB2 payload to build systemVladimir Serbinenko
2013-11-10libpayload: add memory clobber to ins{b,w,l}Gerd Hoffmann
2013-10-17libpayload/sample: Use settings from .xcompile file to build.Andrew Wu
2013-09-30libpayload: Switch xHCI shared ports back to EHCI on shutdownNico Huber
2013-09-24libpayload: Remove unnecessary keyboard mode setting codeShawn Nematbakhsh
2013-09-06libpayload: Set heap's header size to 64-bitNico Huber
2013-09-06libpayload: Make heap code independent of its header sizeNico Huber
2013-09-03libpayload: reduce libcbfs verbosityPatrick Georgi
2013-08-26libpayload: Add a few more PCI constantsStefan Tauner
2013-08-15CBFS: Change how the bss is zeroed when loading a stage.Gabe Black
2013-08-15CBFS: Change the signature of cbfs_decompress.Gabe Black
2013-07-10ARM: Tell the linker memset and memcpy are functions.Gabe Black
2013-06-28libpayload: Add strerrorStefan Tauner
2013-06-27libpayload: Add more integer limitsStefan Tauner
2013-06-27libpayload: Fix whitespace errorsStefan Tauner
2013-06-26libpayload: Use longer delay in tinycurses' wgetch()Nico Huber
2013-06-25libpayload: Make lpgcc wrapper usable for in-tree buildsPatrick Georgi
2013-06-18libpayload: ahci: Increase timeout for signature readingNico Huber
2013-06-17libpayload: ahci: Fix command engine shutdownNico Huber
2013-06-13libpayload: Fill gaps in the xHCI driverNico Huber
2013-06-13libpayload: Port usb hub driver to use the generic codeNico Huber
2013-06-13libpayload: Add a generic driver for usb hubsNico Huber
2013-06-13libpayload: usb: Add interval attribute to endpointsNico Huber
2013-06-13libpayload: Redirect USB slave init through controller driverPatrick Georgi
2013-06-13libpayload: Add enum for USB speedsNico Huber
2013-06-13libpayload: usb: Skip non-endpoint descriptors during initNico Huber
2013-06-04libpayload: Whitelist Mobile Panther Point AHCI controllerNico Huber
2013-06-04fix tinycursesPatrick Georgi
2013-05-15libpayload: Fix the logic for hardware-less serial consolesDave Frodin
2013-05-08cbfs_core.c: make cfbs searches even less verboseDave Frodin
2013-05-06libpayload: make searching for a file less verboseAaron Durbin
2013-04-20Eliminate use of pointers in coreboot tableStefan Reinauer
2013-04-18libpayload: Don't sneak in compiler includesStefan Reinauer
2013-04-11libpayload: storage.c: Fix typo in st*orage in commentPaul Menzel
2013-04-08libpayload: Handle multifunction bridge devices better.Gabe Black
2013-04-04libpayload, superiotool: README: Prepend `coreboot/` to path of change direct...Paul Menzel
2013-04-02libpayload: cbfs_core.h: Add missing third person s in »it need*s*«Paul Menzel
2013-04-01PDCurses: pdcscrn.c: Use `#ifdef` instead of `#if CONFIG_SPEAKER`Paul Menzel
2013-03-30armv7: import updated cache/MMU stuff from corebootDavid Hendricks
2013-03-30armv7: import new cache maintenance API from corebootDavid Hendricks
2013-03-29libpayload: add x86 ROM variable MTRR supportAaron Durbin
2013-03-26libpayload: Fix prototype warnings in PDCursesStefan Reinauer
2013-03-26libpayload: Fix type issuesStefan Reinauer
2013-03-26libpayload: fix size_t handlingStefan Reinauer
2013-03-26libpayload: Fix const warnings in keyname() and termname()Stefan Reinauer
2013-03-26libpayload: Fix variable shadowing in PDCursesStefan Reinauer
2013-03-26libpayload: Fix missing prototype warning for Xinitscr()Stefan Reinauer
2013-03-26libpayload: Fix unused function warning in EHCI stackStefan Reinauer
2013-03-25libpayload: Fix Config.in warningStefan Reinauer
2013-03-25libpayload: fix use-after-free in usb_exit()Mathias Krause
2013-03-25libpayload: EHCI - detach controller in ehci_shutdown()Mathias Krause
2013-03-22libpayload: Add comments on virtual pointers in lib_sysinfoNico Huber
2013-03-22libpayload: initial test case + tiny "framework"Patrick Georgi
2013-03-21cbfs: Change false ERROR print to a WARNING.Shawn Nematbakhsh
2013-03-18libpayload: Fix the config file dependency in the Makefile templateGabe Black
2013-03-18libpayload: Make keycode constants available outside of curses.h.Gabe Black
2013-03-14libpayload: add support for vboot_handoffAaron Durbin