Age | Commit message (Expand) | Author |
2014-11-02 | SeaBIOS Makefile.inc: Remove build dir for uppermem option | Martin Roth |
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-04 | Kconfig: Allow native vga init to be selectable for SeaBIOS payload | Edward O'Callaghan |
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-14 | payloads/external/SeaBIOS: Bump version to 1.7.5 | Edward O'Callaghan |
2014-09-13 | arm: Put exception_stack into BSS | Julius Werner |
2014-09-12 | payloads/external/SeaBIOS: Allow setting buffers below 0xC0000 | Martin Roth |
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 | payloads/external/SeaBIOS: move build directory | Idwer Vollering |
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 |