aboutsummaryrefslogtreecommitdiff
path: root/payloads
AgeCommit message (Expand)Author
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
2013-03-14libpayload: Turn the endian conversion macros into functions.Gabe Black
2013-03-14libpayload: Generalize and redistribute timekeeping codeGabe Black
2013-03-14libpayload: Put dump_td/dump_ed in ohci.c behind #ifdef USB_DEBUGGabe Black
2013-03-14libpayload: Don't declare the loop counter within the for loopGabe Black
2013-03-13libpayload: Don't do unaligned accesses during LZMA decompressionGabe Black
2013-03-13libpayload: Add size_t and ssize_t types for ARM and x86Gabe Black
2013-03-13libpayload: Move over to the payload's stack during startupGabe Black
2013-03-13libpayload: ARCH-$(CONFIG_ARCH_ARMV7) was defined twice, make one POWERPCGabe Black
2013-03-13libpayload: Add usb_generic_(create|remove) functions for unrecognized devicesGabe Black
2013-03-13libpayload: Split EHCI bulk transfers on packet boundaries over qTDsJulius Werner
2013-03-13libpayload: add support for 64-bit EHCI controllersVincent Palatin
2013-03-13libpayload: Stub out time keeping functions for ARM as wellGabe Black
2013-03-13libpayload: If no video drivers initialize in video_init, return 1.Gabe Black
2013-03-13libpayload: If there's no IO address space, don't try to use it for serialGabe Black
2013-03-13libpayload: If there's no IO space, complain if the serial claims to use itGabe Black
2013-03-13libpayload: Consolidate io vs. mem mapped serial into accessor functionsGabe Black
2013-03-13libpayload: Make whether or not there's an IO address space configurableGabe Black
2013-03-13libpayload: Start using only internal and compiler headers.Ronald G. Minnich
2013-03-13libpayload: Add more parenthesis to the endian conversion macrosGabe Black
2013-03-13libpayload: Make the source for lzma decompression constGabe Black
2013-03-13libpayloads: Provide BSD/glibc style endian functions.Hung-Te Lin
2013-03-12libpayload: Remove unnecessary include of arch/msr.hGabe Black
2013-03-12libpayload: In the USBMSC read_capacity function, make buf an array of u32.Gabe Black
2013-03-12libpayload: Fix reading x86 CBFS images from RAMPatrick Georgi
2013-03-04libpayload: Turn on thumb interworking in libpayload.Gabe Black
2013-03-04libpayload: Catch exceptions and print out an error message.Ronald G. Minnich
2013-03-04bump SeaBIOS to 1.7.2.1Idwer Vollering
2013-03-01libpayload: Mark "halt" as a function.Gabe Black
2013-03-01GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel
2013-02-28libpayload: Check for completion more often in ehci_set_periodic_schedule.Gabe Black
2013-02-26libpayload: Add a pointer for user data on the USB MSC data structure.Gabe Black
2013-02-26libpayload: Correct a constant used for scanning for USB controllers.Gabe Black
2013-02-26libpayload: Change the measurement interval for get_cpu_speed to 2 ms.Gabe Black
2013-02-22libpayload: cbfs: Fix CBFS max size calculation.Hung-Te Lin
2013-02-20libpayload: Fix license headersStefan Reinauer
2013-02-19libpayload: libcbfs: Fix legacy CBFS API, typosPatrick Georgi
2013-02-16libpayload: only compile drivers/serial.c on machines that use it.Ronald G. Minnich
2013-02-15libpayload: Use the same type for 32 bit data in readl as in uint32_t.Ronald G. Minnich
2013-02-15libpayload: fix compiler flagsRonald G. Minnich
2013-02-15libpayload: get time to compile cross-archRonald G. Minnich
2013-02-15libpayload: make functions static that are unused outside memory.cRonald G. Minnich
2013-02-15libpayload: Use an appropriate range of memory when looking for cb tables.Ronald G. Minnich
2013-02-15libpayload: add a ldscript for armRonald G. Minnich