Age | Commit message (Expand) | Author |
2015-01-09 | libpayload arm64: Correct function names for tlb invalidation | Furquan Shaikh |
2015-01-09 | libpayload arm64: Add dummy_media file | Furquan Shaikh |
2015-01-09 | libpayload: Add remote GDB support | Julius Werner |
2015-01-09 | libpayload: Introduce new Kconfig to explicitly allow GPL code | 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: ipq808x: introduce uart driver | Vadim Bendebury |
2015-01-06 | libpayload: Introduce bit manipulation macros | Vadim Bendebury |
2015-01-06 | libpayload: arm: add code to clear bss | Vadim Bendebury |
2015-01-04 | ipq8064: Add work around for slow timer clock | Vadim Bendebury |
2015-01-04 | libpayload: Provide selfboot() external declaration in a common file | Vadim Bendebury |
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 |