Age | Commit message (Expand) | Author |
2015-03-21 | libpayload: pistachio: fix timer implementation | Ionela Voinescu |
2015-03-21 | libpayload: mips: add memcmp to the MIPS string functions | Ionela Voinescu |
2015-03-21 | libpayload: arch/mips: Add basic MIPS architecture support | Ionela Voinescu |
2015-03-21 | libpayload: cbfs: Fix ram_media map() error return value | Julius Werner |
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 ehci: Use 64-byte aligned data structures for periodic transfers | Jim Lin |
2015-03-21 | libpayload: EHCI: Fix transaction error for interrupt transfer | Jim Lin |
2015-03-21 | libpayload: provide basic 64bit division implementation | Vadim Bendebury |
2015-03-20 | libpayload: move MRC processing to x86 path and remove ACPI_GNVS duplication | 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: Do not include gcclib for mips targets | Vadim Bendebury |
2015-03-20 | libpayload console: Add check for already existing driver | Furquan Shaikh |
2015-03-20 | libpayload: UTF-16LE to ASCII conversion | Dan Ehrenberg |
2015-03-20 | libpayload: special case large memalign() requests | Aaron Durbin |
2015-03-19 | libpayload/usb: wait a millisecond to work around device bugs | Patrick Georgi |
2015-03-19 | libpayload EHCI: Add memory barrier to EHCI driver | Furquan Shaikh |
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-03-13 | libpayload: ipq808x: stale interrupt shall not be cleared unconditionally | Yogesh Lal |
2015-03-04 | libpayload: Don't try to free individual xhci device slots | Patrick Georgi |
2015-02-23 | libpayload: Improve sanity checking in UHCI driver | Patrick Georgi |
2015-02-23 | libpayload: avoid use-after-free in OHCI driver | Patrick Georgi |
2015-02-12 | Use ALIGN_UP instead of manual alignment | Patrick Georgi |
2015-01-12 | libpayload: Let GDB stub read/write memory with aligned MMIO words | Julius Werner |
2015-01-12 | libpayload: Expand setbits_le32() and fix readl() const-ness | Julius Werner |
2015-01-12 | libpayload: improve us timer accuracy | Vadim Bendebury |
2015-01-12 | libpayload: Add Rock Chip drivers | huang lin |
2015-01-09 | libpayload: Reorder default memcpy, speed up memset and memcmp | Julius Werner |
2015-01-09 | libpayload arm64: Add gdb stub for arm64 | Furquan Shaikh |
2015-01-09 | libpayload arm64: Add selfboot.c required by depthcharge | Furquan Shaikh |
2015-01-09 | libpayload: Fix baseaddr access in serial/tegra.c | Furquan Shaikh |
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 |
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 |