Age | Commit message (Expand) | Author |
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 | coreinfo: Build libpayload from coreinfo makefile | Marc Jones |
2012-12-13 | libpayload: increase the default heap size | Dave Frodin |
2012-12-12 | coreinfo: changes to get the USB keyboard working | 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 | coreinfo: Make better calls to libpayload build scripts | Marc Jones |
2012-12-08 | Clean up libpayload lpgcc and lpas scripts. | Marc Jones |
2012-12-07 | coreinfo: change the foreground/background colors | Dave Frodin |
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-19 | Add nvramcui | Patrick Georgi |
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 |
2012-11-14 | libpayload: Free usb host controller instance after shutdown | Nico Huber |
2012-11-14 | libpayload: Document USB host controller setup functions | Nico Huber |
2012-11-14 | libpayload: Export device count in storage interface | Patrick Georgi |