Age | Commit message (Expand) | Author |
2015-03-21 | libpayload: whitespace cleanup | Patrick Georgi |
2015-03-21 | libpayload arm64: Add helper functions with el argument | HC Yen |
2015-03-21 | libpayload arm64: Allocate framebuffer range | Jimmy Zhang |
2015-03-21 | libpayload arm64: fix mmu bugs | Aaron Durbin |
2015-03-21 | libpayload arm64: Add support for read and write registers at current EL in a... | Furquan Shaikh |
2015-03-21 | libpayload arm64: Add support for mmu | Furquan Shaikh |
2015-03-21 | libpayload arm64: Add functions for reading memranges | Furquan Shaikh |
2015-03-21 | libpayload arm64: Add functions for {read/write}_tcr_current | Furquan Shaikh |
2015-03-21 | libpayload arm64: Add library helpers | Furquan Shaikh |
2015-03-21 | libpayload arm64: Make exceptions work | Furquan Shaikh |
2015-03-21 | libpayload: arch/mips: add virt/bus/phy_to_bus/phy/virt operations | Ionela Voinescu |
2015-03-21 | libpayload: mips: correct platform ID | Ionela Voinescu |
2015-03-21 | libpayload: arch/mips: Add basic MIPS architecture support | Ionela Voinescu |
2015-03-21 | libpayload: Add RAM code to sysinfo_t | David Hendricks |
2015-03-21 | libpayload: Add support for parsing RAMOOPS range from coreboot | Furquan Shaikh |
2015-03-21 | libpayload: make wifi calibration table available through sysinfo | Vadim Bendebury |
2015-03-21 | libpayload arm64: Add function to get coreboot table ptr | Furquan Shaikh |
2015-03-21 | libpayload: provide basic 64bit division implementation | Vadim Bendebury |
2015-03-20 | libpayload: cros: include mac addresses in coreboot table | Vadim Bendebury |
2015-03-20 | libpayload: Consolidate coreboot table parsing | Vadim Bendebury |
2015-03-20 | libpayload: Add board id parsing | Vadim Bendebury |
2015-03-20 | libpayload: UTF-16LE to ASCII conversion | Dan Ehrenberg |
2015-03-19 | libpayload: Add support for memory barriers | Furquan Shaikh |
2015-03-19 | libpayload: add xmemalign() | Aaron Durbin |
2015-03-19 | libpayload: Add OpenBSD queue implementation | Patrick Georgi |
2015-01-12 | libpayload: Expand setbits_le32() and fix readl() const-ness | Julius Werner |
2015-01-09 | libpayload arm64: Correct function names for tlb invalidation | Furquan Shaikh |
2015-01-09 | libpayload: Add remote GDB support | Julius Werner |
2015-01-09 | libpayload: Rework exception hook interface | Julius Werner |
2015-01-09 | libpayload: Add ability to unregister output driver | Julius Werner |
2015-01-09 | libpayload: Add support for arm64 in libpayload | Furquan Shaikh |
2015-01-06 | libpayload: Introduce bit manipulation macros | Vadim Bendebury |
2015-01-04 | libpayload: Provide selfboot() external declaration in a common file | Vadim Bendebury |
2014-12-31 | libpayload: Fix pointer related casts | Furquan Shaikh |
2014-12-30 | libpayload: Fix libpayload build compilation warnings | Vadim Bendebury |
2014-12-30 | libpayload: Provide selfboot function. | Hung-Te Lin |
2014-12-30 | libpayload: usbmsc: Implement limited LUN support | Julius Werner |
2014-12-22 | libpayload: usb: Try to avoid reusing device addresses | Julius Werner |
2014-12-22 | libpayload: console: Allow output drivers to print whole strings at once | Julius Werner |
2014-12-19 | libpayload/libc/hexdump.c: Take `const void *memory` as argument | Paul Menzel |
2014-12-09 | ARM: API to Map Physical Address to Wipe Memory above 4GB | Daisuke Nojiri |
2014-12-09 | libpayload: ARM: Keep track of the CPSR when exceptions happen. | Gabe Black |
2014-12-09 | libpayload: Make it possible to install callbacks for particular exceptions. | Gabe Black |
2014-11-13 | arm: Put assembly functions into separate sections | Julius Werner |
2014-11-10 | arm: Redesign, clarify and clean up cache related code | Julius Werner |
2014-11-09 | arm: Thumb ALL the things! | Julius Werner |
2014-09-25 | libpayload: Add missing cache API stub to x86 | Julius Werner |
2014-09-22 | arm: Update mem* functions to newer versions | Julius Werner |
2014-09-22 | arm: Move libgcc assembly macros to arch/asm.h | Julius Werner |
2014-09-15 | libpayload: x86: Add support for catching processor exceptions. | Gabe Black |
2014-09-15 | libpayload: Add a timer_us() function. | Gabe Black |
2014-09-15 | libpayload: Add wrappers for malloc which check its return value. | Gabe Black |
2014-09-15 | libpayload: Add a new "die" function to fatally signal programming errors. | Gabe Black |
2014-09-11 | tegra124/nyan: rougly stable code base | Gabe Black |
2014-09-08 | ARM: Generalize armv7 as arm. | Gabe Black |
2014-09-04 | libpayload: usb: Refactor USB enumeration to fix SuperSpeed devices | Julius Werner |
2014-09-04 | libpayload: usb: Unify USB speed between XHCI stack and USB core | Julius Werner |
2014-08-29 | arm: libpayload: Make cache invalidation take pointers instead of integers | Julius Werner |
2014-08-28 | libpayload: usb: Allow direct instantiation of MMIO host controllers | Julius Werner |
2014-08-14 | libpayload: dma_malloc: Prevent warm reboot problems and add debugging | Julius Werner |
2014-08-14 | libpayload: Make EHCI driver cache-aware | Julius Werner |
2014-08-13 | arm: libpayload: Add cache coherent DMA memory definition and management | Julius Werner |
2014-08-10 | LZMA: Add a version of ulzma which takes the input and output buffer sizes. | Gabe Black |
2014-08-10 | coreboot_tables: reduce redundant data structures | Julius Werner |
2014-08-10 | libpayload: hexdump.c: Change type of length argument to size_t | Paul Menzel |
2014-08-10 | serial: Separate the serial hardware init and the serial console init. | Gabe Black |
2014-08-05 | libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig. | Gabe Black |
2014-08-01 | armv7: add wrapper for DCCSW (data cache clean by set/way) | David Hendricks |
2014-07-12 | libpayload: find source of input characters | Luigi Semenzato |
2014-04-26 | libpayload/endian.h: Provide alignment-agnostic enc/dec bytestreams. | 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-12 | lib/cbfs_core.c: Supply size of file as well in cbfs_get_file_content | Vladimir Serbinenko |
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-16 | libpayload: Add simple hexdump function | Ronald G. Minnich |
2013-12-12 | libpayload: expose cbfs ram functions | Aaron Durbin |
2013-12-12 | libpayload: armv7: Add cache control function to invalidate range. | Hung-Te Lin |
2013-12-05 | libpayload: Have similar cache api on ARM and x86 | 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-11-26 | libpayload: Drop PowerPC architecture | Stefan Reinauer |
2013-11-25 | libpayload: usb mass storage card hot plug | Aaron Durbin |
2013-11-25 | libpayload: Add USB support for non-PCI controllers | Stefan Reinauer |
2013-11-25 | Make ssize_t an actual ssize_t | Stefan Reinauer |
2013-11-25 | armv7: import updated cache/MMU stuff from coreboot | David Hendricks |
2013-11-10 | libpayload: add memory clobber to ins{b,w,l} | Gerd Hoffmann |
2013-08-26 | libpayload: Add a few more PCI constants | Stefan Tauner |
2013-08-15 | CBFS: Change the signature of cbfs_decompress. | 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-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-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-02 | libpayload: cbfs_core.h: Add missing third person s in »it need*s*« | Paul Menzel |