Age | Commit message (Expand) | Author |
2013-03-26 | libpayload: Fix unused function warning in EHCI stack | Stefan Reinauer |
2013-03-25 | libpayload: Fix Config.in warning | Stefan Reinauer |
2013-03-25 | libpayload: fix use-after-free in usb_exit() | Mathias Krause |
2013-03-25 | libpayload: EHCI - detach controller in ehci_shutdown() | Mathias Krause |
2013-03-22 | libpayload: Add comments on virtual pointers in lib_sysinfo | Nico Huber |
2013-03-22 | libpayload: initial test case + tiny "framework" | Patrick Georgi |
2013-03-21 | cbfs: Change false ERROR print to a WARNING. | Shawn Nematbakhsh |
2013-03-18 | libpayload: Fix the config file dependency in the Makefile template | Gabe Black |
2013-03-18 | libpayload: Make keycode constants available outside of curses.h. | Gabe Black |
2013-03-14 | libpayload: add support for vboot_handoff | Aaron Durbin |
2013-03-14 | libpayload: Turn the endian conversion macros into functions. | Gabe Black |
2013-03-14 | libpayload: Generalize and redistribute timekeeping code | Gabe Black |
2013-03-14 | libpayload: Put dump_td/dump_ed in ohci.c behind #ifdef USB_DEBUG | Gabe Black |
2013-03-14 | libpayload: Don't declare the loop counter within the for loop | Gabe Black |
2013-03-13 | libpayload: Don't do unaligned accesses during LZMA decompression | Gabe Black |
2013-03-13 | libpayload: Add size_t and ssize_t types for ARM and x86 | Gabe Black |
2013-03-13 | libpayload: Move over to the payload's stack during startup | Gabe Black |
2013-03-13 | libpayload: ARCH-$(CONFIG_ARCH_ARMV7) was defined twice, make one POWERPC | Gabe Black |
2013-03-13 | libpayload: Add usb_generic_(create|remove) functions for unrecognized devices | Gabe Black |
2013-03-13 | libpayload: Split EHCI bulk transfers on packet boundaries over qTDs | Julius Werner |
2013-03-13 | libpayload: add support for 64-bit EHCI controllers | Vincent Palatin |
2013-03-13 | libpayload: Stub out time keeping functions for ARM as well | Gabe Black |
2013-03-13 | libpayload: If no video drivers initialize in video_init, return 1. | Gabe Black |
2013-03-13 | libpayload: If there's no IO address space, don't try to use it for serial | Gabe Black |
2013-03-13 | libpayload: If there's no IO space, complain if the serial claims to use it | Gabe Black |
2013-03-13 | libpayload: Consolidate io vs. mem mapped serial into accessor functions | Gabe Black |
2013-03-13 | libpayload: Make whether or not there's an IO address space configurable | Gabe Black |
2013-03-13 | libpayload: Start using only internal and compiler headers. | Ronald G. Minnich |
2013-03-13 | libpayload: Add more parenthesis to the endian conversion macros | Gabe Black |
2013-03-13 | libpayload: Make the source for lzma decompression const | Gabe Black |
2013-03-13 | libpayloads: Provide BSD/glibc style endian functions. | Hung-Te Lin |
2013-03-12 | libpayload: Remove unnecessary include of arch/msr.h | Gabe Black |
2013-03-12 | libpayload: In the USBMSC read_capacity function, make buf an array of u32. | Gabe Black |
2013-03-12 | libpayload: Fix reading x86 CBFS images from RAM | Patrick Georgi |
2013-03-04 | libpayload: Turn on thumb interworking in libpayload. | Gabe Black |
2013-03-04 | libpayload: Catch exceptions and print out an error message. | Ronald G. Minnich |
2013-03-01 | libpayload: Mark "halt" as a function. | Gabe Black |
2013-03-01 | GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« | Paul Menzel |
2013-02-28 | libpayload: Check for completion more often in ehci_set_periodic_schedule. | Gabe Black |
2013-02-26 | libpayload: Add a pointer for user data on the USB MSC data structure. | Gabe Black |
2013-02-26 | libpayload: Correct a constant used for scanning for USB controllers. | Gabe Black |
2013-02-26 | libpayload: Change the measurement interval for get_cpu_speed to 2 ms. | Gabe Black |
2013-02-22 | libpayload: cbfs: Fix CBFS max size calculation. | Hung-Te Lin |
2013-02-20 | libpayload: Fix license headers | Stefan Reinauer |
2013-02-19 | libpayload: libcbfs: Fix legacy CBFS API, typos | Patrick Georgi |
2013-02-16 | libpayload: only compile drivers/serial.c on machines that use it. | Ronald G. Minnich |
2013-02-15 | libpayload: Use the same type for 32 bit data in readl as in uint32_t. | Ronald G. Minnich |
2013-02-15 | libpayload: fix compiler flags | Ronald G. Minnich |
2013-02-15 | libpayload: get time to compile cross-arch | Ronald G. Minnich |
2013-02-15 | libpayload: make functions static that are unused outside memory.c | Ronald G. Minnich |
2013-02-15 | libpayload: Use an appropriate range of memory when looking for cb tables. | Ronald G. Minnich |
2013-02-15 | libpayload: add a ldscript for arm | Ronald G. Minnich |
2013-02-14 | libpayload; put the ldscript into an arch-dependent directory path | Ronald G. Minnich |
2013-02-12 | libpayload: New CBFS to support multiple firmware media sources. | Hung-Te Lin |
2013-02-01 | Fix libpayload xcompile xgcc path | Marc Jones |
2013-02-01 | libpayload: add EHCI QH/qTD debugging | Anton Kochkov |
2013-01-30 | libpayload: Update README with Git repository URL and directory location | Paul Menzel |
2013-01-25 | libpayload: use $(DOTCONFIG) instead of .config | Stefan Reinauer |
2013-01-15 | libpayload: Style fixes | Stefan Reinauer |
2013-01-04 | Change "VERSION*" to more determined name "CBFS_HEADER_VERSION*". | Hung-Te Lin |
2012-12-20 | PDcurses: Delete automatically created (and unused) files | Stefan Reinauer |
2012-12-20 | libpayload: Another usb fix | Patrick Georgi |
2012-12-19 | libpayload: fix USB | Patrick Georgi |
2012-12-19 | libpayload: improved UHCI TD debugging | Anton Kochkov |
2012-12-19 | libpayload: improving OHCI TD/ED debugging | Anton Kochkov |
2012-12-18 | libpayload: Check if serial console h/w is present before using | Dave Frodin |
2012-12-18 | libpayload: Use usb_debug() to show USB messages | Dave Frodin |
2012-12-18 | libpayload: Update configs/defconfig file | Dave Frodin |
2012-12-14 | libpayload: add kconfig.h | Stefan Reinauer |
2012-12-14 | libpayload: Initial ARMv7 port | Stefan Reinauer |
2012-12-14 | libpayload: rename i386 to x86 | Stefan Reinauer |
2012-12-13 | libpayload: increase the default heap size | Dave Frodin |
2012-12-10 | libpayload: Fix use of virtual pointers in sysinfo | Nico Huber |
2012-12-10 | libpayload: Fix renaming of REG_CLASS_DEV to REG_SUBCLASS | Nico Huber |
2012-12-08 | Clean up libpayload lpgcc and lpas scripts. | Marc Jones |
2012-12-07 | libpayload: Don't let USB/PC/serial keyboards overwrite each other | Dave Frodin |
2012-11-30 | Change TARGET_I386 to ARCH_X86 | David Hendricks |
2012-11-30 | fix #if for target architecture in libpayload | David Hendricks |
2012-11-30 | libpayload: Remove unused FLAG_USED from memory allocator | Nico Huber |
2012-11-30 | libpayload: Fix lookup by label in CMOS layouts | Nico Huber |
2012-11-30 | Add multi-architecture support to cbfstool | David Hendricks |
2012-11-27 | libpayload: Add _ and + to USB HID keymap | Patrick Georgi |
2012-11-24 | libpayload: Fix interrupt-queue cleanup for OHCI | Nico Huber |
2012-11-24 | libpayload: Rework connection state detection for OHCI | Nico Huber |
2012-11-24 | libpayload: Handle errors in UHCI interrupt queues | Nico Huber |
2012-11-24 | libpayload: Handle underruns in UHCI interrupt queues | Nico Huber |
2012-11-24 | libpayload: Implement correct interrupt-queue linking for UHCI | Nico Huber |
2012-11-23 | libpayload: Make USB HID support multiple keyboards | Nico Huber |
2012-11-23 | libpayload: ehci: Prevent some race conditions | Nico Huber |
2012-11-23 | libpayload: Detach devices behind removed USB hubs | Nico Huber |
2012-11-23 | libpayload: More compliant error recovery in USB MSC | Nico Huber |
2012-11-23 | libpayload: Reduce error output from EHCI | Nico Huber |
2012-11-23 | libpayload: Fix random warnings | Nico Huber |
2012-11-23 | libpayload: ehci: Fix warnings about discarded volatile | Nico Huber |
2012-11-23 | libpayload: Fix some missing-prototype warnings | Nico Huber |
2012-11-23 | libpayload: Fix memalign() for fragmented alignment regions | Nico Huber |
2012-11-15 | libpayload: Always use virtual pointers in struct sysinfo_t | Nico Huber |
2012-11-15 | libpayload: Use #ifdef for CONFIG_* checks | Nico Huber |
2012-11-14 | libpayload: Add init() function to hci_t and rework uhci_reset() | Nico Huber |
2012-11-14 | libpayload: Do not call ohci_reset() from ohci_init() | Nico Huber |