Age | Commit message (Expand) | Author |
2015-01-04 | libpayload: ipq8064: Add rudimentary timer driver | Vadim Bendebury |
2015-01-03 | libpayload: don't test for unsigned >= 0 | Patrick Georgi |
2015-01-03 | libpayload: avoid memory overflows | Patrick Georgi |
2015-01-03 | libpayload/PDcurses: avoid NULL deref | Patrick Georgi |
2015-01-03 | arm: Fix stored PC value when handling exceptions | Julius Werner |
2014-12-31 | libpayload: Do not tolerate compilation warnings when building | Vadim Bendebury |
2014-12-31 | libpayload: Fix pointer related casts | Furquan Shaikh |
2014-12-31 | libpayload: usb: xhci: Fix TD size if it overflows 5 bits | Rajmohan Mani |
2014-12-30 | libpayload: fix printf handling of unsigned long long | Patrick Georgi |
2014-12-30 | libpayload: don't dereference null pointer in exception handler | Patrick Georgi |
2014-12-30 | libpayload: Add missing break statement | Patrick Georgi |
2014-12-30 | libpayload: Remove useless continue after return | Patrick Georgi |
2014-12-30 | libpayload: Fix libpayload build compilation warnings | Vadim Bendebury |
2014-12-30 | libpayload: Provide selfboot function. | Hung-Te Lin |
2014-12-30 | libpaylod: fix lpgcc logic statement | Vadim Bendebury |
2014-12-30 | libpayload: video: Check for 'console' pointer before dereferencing it | Julius Werner |
2014-12-30 | libpayload: Remove PC Keyboard from ARM build | Marc Jones |
2014-12-30 | libpayload: Clean up USB build warnings | Marc Jones |
2014-12-30 | libpayload: video: Make cursor fixup independent of visibility | Julius Werner |
2014-12-30 | libpayload: arm: Add EABI compatible utility functions. | Hung-Te Lin |
2014-12-30 | libpayload: usbmsc: Implement limited LUN support | Julius Werner |
2014-12-30 | libpayload: usbmsc: Set correct allocation length for REQUEST SENSE | 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: hexdump: Use `p` as conversion specifier for pointers | Paul Menzel |
2014-12-19 | libpayload/libc/hexdump.c: Take `const void *memory` as argument | Paul Menzel |
2014-12-17 | libpayload: usb: Detach unused USB devices | Shawn Nematbakhsh |
2014-12-15 | arm: Fix minor mistake in cache maintenance assembly | Julius Werner |
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-12-09 | libpayload: arm: Pass the coreboot table location to the payload. | Gabe Black |
2014-11-13 | arm: Put assembly functions into separate sections | Julius Werner |
2014-11-13 | libpayload: Add minimal support for PL011 UART | Marcelo Povoa |
2014-11-13 | libpayload: timer: Move the timer drivers from depthcharge to libpayload. | Gabe Black |
2014-11-13 | libpayload: usb: Remove automatic clear_stall() calls from transfers | Julius Werner |
2014-11-13 | libpayload: usb: Fix up usb_shutdown() code paths | Julius Werner |
2014-11-13 | libpayload: Remove config.panther | Marc Jones |
2014-11-13 | libpayload: Update defconfigs | Marc Jones |
2014-11-10 | arm: Redesign, clarify and clean up cache related code | Julius Werner |
2014-11-09 | libpayload: serial: Move the depthcharge serial drivers into libpayload. | Gabe Black |
2014-11-09 | arm: Thumb ALL the things! | Julius Werner |
2014-10-29 | libpayload: usb: ehci: Honor 10ms reset recovery period | Julius Werner |
2014-10-22 | libpayload: usb: Make OHCI work with ARM systems | Julius Werner |
2014-10-22 | libpayload: usb: xhci: Fix STALL endpoint handling | Shawn Nematbakhsh |
2014-10-17 | libpayload: Don't use default path for kconfig | Nico Huber |
2014-10-17 | libpayload: Fix missed CONFIG_ -> CONFIG_LP_ substitutions | Nico Huber |
2014-10-16 | libpayload: also support armv7-a toolchain | Patrick Georgi |
2014-10-02 | libpayload: usb: xhci: Treat port reset as a port status change | Shawn Nematbakhsh |
2014-10-02 | libpayload: usb: Remove generic roothub reset port function | Shawn Nematbakhsh |
2014-09-29 | libpayload: Build libpayload with debugging info turned up all the way. | Gabe Black |
2014-09-29 | arm: Fix up new cache flush algorithm and replace dcache_*_all() with it | 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-22 | libpayload: Add vboot handoff parsing on ARM | Stefan Reinauer |
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-13 | arm: Put exception_stack into BSS | Julius Werner |
2014-09-12 | arm: Remove some pointless CFLAGS | Julius Werner |
2014-09-11 | tegra124/nyan: rougly stable code base | Gabe Black |
2014-09-10 | libpayload: usbhid: Fix typo on descriptor parsing | Julius Werner |
2014-09-10 | libpayload: ehci: Fix byte count in dump_td() | Julius Werner |
2014-09-08 | ARM: Generalize armv7 as arm. | Gabe Black |
2014-09-04 | build: add what-jenkins-does target | Patrick Georgi |
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-31 | libpayload: xhci: Ensure to reset dequeue pointer on stopped endpoints | Julius Werner |
2014-08-29 | arm: libpayload: Make cache invalidation take pointers instead of integers | Julius Werner |
2014-08-28 | libpayload: Change CONFIG_X86_SERIAL_CONSOLE to CONFIG_8250_SERIAL_CONSOLE | Gabe Black |
2014-08-28 | libpayload: usb: Allow direct instantiation of MMIO host controllers | Julius Werner |
2014-08-27 | libpayload: Add ARM defconfig | Patrick Georgi |
2014-08-19 | libpayload: usb: Fix several minor USB stack bugs | Julius Werner |
2014-08-18 | libpayload: usbmsc: Remove DETACHED state from MSC device structure | Julius Werner |
2014-08-16 | libpayload: add march flag for armv7 | Isaac Christensen |
2014-08-16 | libpayload: change cb_range to lb_range | Isaac Christensen |
2014-08-14 | libpayload: dma_malloc: Prevent warm reboot problems and add debugging | Julius Werner |
2014-08-14 | libpayload: xhci: Make XHCI stack usable on ARM | Julius Werner |
2014-08-14 | libpayload: Make EHCI driver cache-aware | Julius Werner |
2014-08-14 | libpayload: Add in a missing "static". | Gabe Black |
2014-08-14 | libpayload: Reduce media init timeout to 5 seconds. | Shawn Nematbakhsh |
2014-08-14 | libpayload: Increase accuracy of timeout period for media init. | Shawn Nematbakhsh |
2014-08-14 | libpayload: usbmsc: Split transfers into 64KB chunks | Duncan Laurie |
2014-08-13 | arm: libpayload: Add cache coherent DMA memory definition and management | Julius Werner |
2014-08-12 | libpayload: usbhub: Don't clear PSC unless it was set | Julius Werner |
2014-08-12 | libpayload: ehci: Set explicit terminate bits in dummy_qh next pointers. | Julius Werner |
2014-08-12 | libpayload: Make USB transfer functions return amount of bytes | Julius Werner |
2014-08-11 | libpayload: xhci: Use Event Data TRBs for transfer event generation | Julius Werner |
2014-08-10 | LZMA: Add a version of ulzma which takes the input and output buffer sizes. | Gabe Black |
2014-08-10 | cbfs: Fix overwalk on file scan | Steven Sherk |
2014-08-10 | coreboot_tables: reduce redundant data structures | Julius Werner |
2014-08-10 | armv7: Support stack dump after exceptions | 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-09 | Set check-lxdialog.sh mode properly | Vadim Bendebury |
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-31 | libpayload: provide missing cbfs symbol | Aaron Durbin |