Age | Commit message (Expand) | Author |
2014-07-12 | libpayload: find source of input characters | Luigi Semenzato |
2014-07-12 | mainboard: Add new board Google Panther | Mohammed Habibulla |
2014-07-10 | libpayload: Drop obsolete setting of reg_base in [oex]hci | Nico Huber |
2014-07-10 | libpayload: Catch null-pointer dereference in xHCI | Nico Huber |
2014-07-10 | libpayload: xHCI: Always initialize controller->pcidev | Nico Huber |
2014-07-10 | libpayload: Use unsigned long for BARs in *hci_init() | Nico Huber |
2014-07-10 | libpayload: Keep physical addresses in console drivers | Nico Huber |
2014-07-10 | libpayload: Remove redundant phys_to_virt() from xHCI driver | Nico Huber |
2014-05-28 | payloads/external/SeaBIOS: Upgrade stable from 1.7.2.1 to 1.7.4 | Paul Menzel |
2014-05-23 | payloads/coreinfo/multiboot_module.c: Trivial fix indents | Edward O'Callaghan |
2014-05-17 | libpayload: Fix to properly disable serial console | Kyösti Mälkki |
2014-05-09 | payloads: make build system integration work again | Patrick Georgi |
2014-05-09 | payloads/coreinfo/README: Use `It is` instead of `Its` | Paul Menzel |
2014-04-26 | libpayload/endian.h: Provide alignment-agnostic enc/dec bytestreams. | Edward O'Callaghan |
2014-04-16 | filo payload: Fix the build | Patrick Georgi |
2014-04-07 | SeaBIOS: have coreboot pass the choice to run optionroms in parallel | Idwer Vollering |
2014-02-15 | libpayload/ahci: Fix a warning by decompartmentalise the AHCI driver. | Edward O'Callaghan |
2014-01-30 | libpayload: Parse CBMEM ACPI GNVS pointer | Duncan Laurie |
2014-01-28 | libpayload: adjust max number of memranges | Aaron Durbin |
2014-01-26 | Revert "Makefile: Check $CC variable returned from xcompile is not empty." | Alexandru Gagniuc |
2014-01-23 | Makefile: Check $CC variable returned from xcompile is not empty. | Andrew Wu |
2014-01-19 | nvramcui: Trim values when setting. | Vladimir Serbinenko |
2014-01-19 | libpayload/lpgcc: Add curses include path. | Vladimir Serbinenko |
2014-01-19 | libpayload/options: Fix out of array read. | Vladimir Serbinenko |
2014-01-19 | libpayload: Bring keyboard_wait_write() back | Patrick Georgi |
2014-01-12 | lib/cbfs_core.c: Supply size of file as well in cbfs_get_file_content | Vladimir Serbinenko |
2014-01-08 | libpayload: add junit.xml build target | Patrick Georgi |
2014-01-08 | libpayload: update defconfig | Patrick Georgi |
2014-01-08 | libpayload: reintroduce optional PCI in XHCI driver | Patrick Georgi |
2013-12-21 | armv7: add wrappers to read/write L2ACTLR | David Hendricks |
2013-12-21 | arm: libpayload: Include stdint.h in cache.h | Gabe Black |
2013-12-21 | Libpayload: Add keyboard-disable function. | Martin Roth |
2013-12-21 | libpayload: Include hexdump.c in the Makefile so it gets built | Gabe Black |
2013-12-21 | libpayload: Increase USB EHCI transfer timeout | Julius Werner |
2013-12-16 | libpayload: Add simple hexdump function | Ronald G. Minnich |
2013-12-12 | libpayload: expose cbfs ram functions | Aaron Durbin |
2013-12-12 | libpayload: Get rid of a compiler warning | Gabe Black |
2013-12-12 | libpayload: armv7: Add cache control function to invalidate range. | Hung-Te Lin |
2013-12-12 | payload: armv7: Fix dcache_clean_by_mva. | Hung-Te Lin |
2013-12-06 | Do not export variables to GRUB build | Vladimir Serbinenko |
2013-12-05 | libpayload: Have similar cache api on ARM and x86 | Stefan Reinauer |
2013-12-05 | libpayload: Clean up CFLAGS | Stefan Reinauer |
2013-12-05 | libpayload: sync ARMv7 arch/io.h with coreboot | Stefan Reinauer |
2013-12-03 | Drop obsolete CONSOLE_LOGBUF | Stefan Reinauer |
2013-12-03 | libpayload: ARM: Don't leave alignment checking on after the exception test | Gabe Black |
2013-12-03 | libpayload: Make the region to scan for the cb tables configurable. | Gabe Black |
2013-12-03 | libpayload: Add missing break statement in coreboot table parsing | Stefan Reinauer |
2013-11-26 | libpayload: Drop PowerPC architecture | Stefan Reinauer |
2013-11-25 | libpayload: usb mass storage card hot plug | Aaron Durbin |
2013-11-25 | libpayload: usb mass storage detect empty media | Aaron Durbin |
2013-11-25 | libpayload: Fix xcompile | Stefan Reinauer |
2013-11-25 | libpayload: Add USB support for non-PCI controllers | Stefan Reinauer |
2013-11-25 | libpayload (EHCI): correctly align PORTSC | Stefan Reinauer |
2013-11-25 | Make ssize_t an actual ssize_t | Stefan Reinauer |
2013-11-25 | ARM: Update the size/location of the coreboot tables so we can boot again | Gabe Black |
2013-11-25 | armv7: import updated cache/MMU stuff from coreboot | David Hendricks |
2013-11-24 | libpayload: fix wrong endian assumption in sha1.c | Stefan Reinauer |
2013-11-24 | payloads/external/SeaBIOS/Makefile.inc: Remove empty lines at file beginning | Paul Menzel |
2013-11-19 | Add GRUB2 payload to build system | Vladimir Serbinenko |
2013-11-10 | libpayload: add memory clobber to ins{b,w,l} | Gerd Hoffmann |
2013-10-17 | libpayload/sample: Use settings from .xcompile file to build. | Andrew Wu |
2013-09-30 | libpayload: Switch xHCI shared ports back to EHCI on shutdown | Nico Huber |
2013-09-24 | libpayload: Remove unnecessary keyboard mode setting code | Shawn Nematbakhsh |
2013-09-06 | libpayload: Set heap's header size to 64-bit | Nico Huber |
2013-09-06 | libpayload: Make heap code independent of its header size | Nico Huber |
2013-09-03 | libpayload: reduce libcbfs verbosity | Patrick Georgi |
2013-08-26 | libpayload: Add a few more PCI constants | Stefan Tauner |
2013-08-15 | CBFS: Change how the bss is zeroed when loading a stage. | Gabe Black |
2013-08-15 | CBFS: Change the signature of cbfs_decompress. | Gabe Black |
2013-07-10 | ARM: Tell the linker memset and memcpy are functions. | Gabe Black |
2013-06-28 | libpayload: Add strerror | Stefan Tauner |
2013-06-27 | libpayload: Add more integer limits | Stefan Tauner |
2013-06-27 | libpayload: Fix whitespace errors | Stefan Tauner |
2013-06-26 | libpayload: Use longer delay in tinycurses' wgetch() | Nico Huber |
2013-06-25 | libpayload: Make lpgcc wrapper usable for in-tree builds | Patrick Georgi |
2013-06-18 | libpayload: ahci: Increase timeout for signature reading | Nico Huber |
2013-06-17 | libpayload: ahci: Fix command engine shutdown | Nico Huber |
2013-06-13 | libpayload: Fill gaps in the xHCI driver | Nico Huber |
2013-06-13 | libpayload: Port usb hub driver to use the generic code | Nico Huber |
2013-06-13 | libpayload: Add a generic driver for usb hubs | Nico Huber |
2013-06-13 | libpayload: usb: Add interval attribute to endpoints | Nico Huber |
2013-06-13 | libpayload: Redirect USB slave init through controller driver | Patrick Georgi |
2013-06-13 | libpayload: Add enum for USB speeds | Nico Huber |
2013-06-13 | libpayload: usb: Skip non-endpoint descriptors during init | Nico Huber |
2013-06-04 | libpayload: Whitelist Mobile Panther Point AHCI controller | Nico Huber |
2013-06-04 | fix tinycurses | Patrick Georgi |
2013-05-15 | libpayload: Fix the logic for hardware-less serial consoles | Dave Frodin |
2013-05-08 | cbfs_core.c: make cfbs searches even less verbose | Dave Frodin |
2013-05-06 | libpayload: make searching for a file less verbose | Aaron Durbin |
2013-04-20 | Eliminate use of pointers in coreboot table | Stefan Reinauer |
2013-04-18 | libpayload: Don't sneak in compiler includes | Stefan Reinauer |
2013-04-11 | libpayload: storage.c: Fix typo in st*orage in comment | Paul Menzel |
2013-04-08 | libpayload: Handle multifunction bridge devices better. | Gabe Black |
2013-04-04 | libpayload, superiotool: README: Prepend `coreboot/` to path of change direct... | Paul Menzel |
2013-04-02 | libpayload: cbfs_core.h: Add missing third person s in »it need*s*« | Paul Menzel |
2013-04-01 | PDCurses: pdcscrn.c: Use `#ifdef` instead of `#if CONFIG_SPEAKER` | Paul Menzel |
2013-03-30 | armv7: import updated cache/MMU stuff from coreboot | David Hendricks |
2013-03-30 | armv7: import new cache maintenance API from coreboot | David Hendricks |
2013-03-29 | libpayload: add x86 ROM variable MTRR support | Aaron Durbin |
2013-03-26 | libpayload: Fix prototype warnings in PDCurses | Stefan Reinauer |