Age | Commit message (Expand) | Author |
2012-10-14 | libpayload: CMOS access was implemented in a backward way | Patrick Georgi |
2012-10-03 | libpayload: Set 8bits per char for serial port | Anton Kochkov |
2012-10-03 | libpayload: UHCI driver contained too much magic | Patrick Georgi |
2012-10-01 | libpayload: fix for UHCI bulk transactions | Anton Kochkov |
2012-09-28 | libpayload: fix fetching integers from CMOS as string | Patrick Georgi |
2012-09-28 | libpayload: Don't leave temporary files behind | Patrick Georgi |
2012-09-26 | libpayload: Extend CMOS access library | Patrick Georgi |
2012-09-21 | Fix disconnect handling on UHCI root ports | Anton Kochkov |
2012-09-21 | UHCI: use proper pointer size | Anton Kochkov |
2012-08-23 | libpayload: add controller type in usbdev_hc | Anton Kochkov |
2012-07-27 | libpayload: Fix typo | Patrick Georgi |
2012-07-12 | libpayload: Add reset function for OHCI USB driver | Anton Kochkov |
2012-06-29 | libpayload: OHCI driver correct PCI BAR reading | Anton Kochkov |
2012-06-29 | libpayload: use correct types in UHCI driver | Anton Kochkov |
2012-06-22 | libpayload: Adjust timeouts and delays in OHCI driver | Nico Huber |
2012-06-22 | libpayload: Add check for failure in usb_attach_device() | Nico Huber |
2012-06-22 | libpayload: Shutdown reasonably if we can't init usb msc device | Nico Huber |
2012-06-21 | libpayload: Add support for interrupt transfers in OHCI | Nico Huber |
2012-06-21 | libpayload: Fix initialization of OHCI driver | Nico Huber |
2012-06-21 | libpayload: Implement correct done queue processing for OHCI | Nico Huber |
2012-06-21 | libpayload: Correct interchanged parameters in OHCI driver | Nico Huber |
2012-06-21 | libpayload: Detach unresponsive usb mass storage devices | Nico Huber |
2012-06-21 | libpayload: Add dummy queue heads to EHCI interrupt frame list | Nico Huber |
2012-06-21 | libpayload: Add interrupt-queue underrun recovery to EHCI | Nico Huber |
2012-06-21 | libpayload: Adjust timeout in EHCI driver | Nico Huber |
2012-06-21 | libpayload: reg_base reading for USB EHCI driver | Anton Kochkov |
2012-06-20 | libpayload: Better error detection in USB mass storage | Nico Huber |
2012-06-20 | libpayload: Fix detach_contoller in the USB driver | Anton Kochkov |
2012-06-09 | libpayload: Add timeouts in the UHCI USB driver | Nico Huber |
2012-06-09 | libpayload: Fix an integer overflow in USB mass storage | Nico Huber |
2012-06-08 | libpayload: Add timeouts in the EHCI USB driver | Nico Huber |
2012-06-07 | libpayload: Add timeouts in the OHCI USB driver | Nico Huber |
2012-06-07 | libpayload: Remove orphaned delay from OHCI USB driver | Nico Huber |
2012-06-07 | libpayload: Add support for interrupt transfers in EHCI | Nico Huber |
2012-06-07 | libpayload: Free intr queue structure in usb_hid_destroy | Nico Huber |
2012-06-07 | libpayload: Add support for split transactions in EHCI | Nico Huber |
2012-06-07 | libpayload: Bring USB hub driver to a working state | Nico Huber |
2012-06-01 | libpayload: Remove orphaned delay from USB mass storage | Nico Huber |
2012-06-01 | libpayload: Disable some buggy debugging code | Nico Huber |
2012-06-01 | libpayload: fix OHCI IN commands | Mathias Krause |
2012-06-01 | libpayload: fix UHCI timeout | Mathias Krause |
2012-06-01 | libpayload: Correct port power settings for EHCI root hub | Nico Huber |
2012-06-01 | libpayload: Add clear_feature() function to USB framework | Nico Huber |
2012-05-31 | libpayload: Fix b0b4a52b70f0d7c09241f0f718a179fc55d85179 | Nico Huber |
2012-04-04 | libpayload: avoid excessive casts in printf.c | Mathias Krause |
2012-04-04 | libpayload: minor cleanups | Mathias Krause |
2012-03-31 | Make libpayload parse the coreboot tables before setting up the consoles | Gabe Black |
2012-03-21 | Fix libpayload alloc() size and gcc pointer optimization problems. | Marc Jones |
2012-03-10 | Make libpayload alloc() memory pointers volatile | Marc Jones |
2012-02-29 | tint requires more heap space for PDCurses. | Marc Jones |
2012-02-20 | libpayload: fix compile error with enabled USB_DEBUG | Mathias Krause |
2012-02-17 | libpayload: enforce const correctness for CMOS getter/setter | Mathias Krause |
2012-02-17 | libpayload: fix compiler warning for first_cmos_entry() | Mathias Krause |
2012-02-13 | libpayload: code cosmetics | Mathias Krause |
2012-02-10 | libpayload: fix possible mem leak in get_option_as_string() | Mathias Krause |
2012-02-07 | libpayload: Remove workaround for bitfield management in EHCI driver | Patrick Georgi |
2012-02-07 | libpayload: Force checking all EHCI ports on power-on | Patrick Georgi |
2012-02-07 | libpayload: Fix EHCI driver | Patrick Georgi |
2012-02-03 | libpayload: Add iterators for CMOS variables | Patrick Georgi |
2012-02-03 | libpayload: Expose options_checksum_valid | Patrick Georgi |
2012-02-03 | libpayload: Provide interpretation of CMOS data structures | Patrick Georgi |
2012-02-02 | libpayload: Add access to CMOS images in memory space | Patrick Georgi |
2012-02-02 | libpayload: Refactor highlevel CMOS access | Patrick Georgi |
2012-01-26 | libpayload: Allow using CBFS functions on images in RAM | Patrick Georgi |
2012-01-18 | libpayload: style: compare null-pointers with NULL, not 0 | Patrick Georgi |
2012-01-10 | libpayload: Remove bitfield use from EHCI data structures | Patrick Georgi |
2012-01-10 | libpayload: Remove bitfield use from UHCI data structures | Patrick Georgi |
2012-01-10 | libpayload: Remove bitfield use from OHCI data structures | Patrick Georgi |
2012-01-07 | Cleanup access to vendor/part # info | Philip Prindeville |
2011-12-24 | libpayload: remove uhci_reg_maskX | Patrick Georgi |
2011-12-24 | Let lib_get_sysinfo() pass through the success of get_coreboot_info() | Philip Prindeville |
2011-12-24 | Fix missing cast back to void * | Philip Prindeville |
2011-12-24 | Fix missing VM mapping | Philip Prindeville |
2011-12-24 | Use void pointers for untyped memory | Philip Prindeville |
2011-12-24 | Use convenience function to checksum | Philip Prindeville |
2011-12-24 | Replace UNPACK_CB64 macro with inline | Philip Prindeville |
2011-12-21 | Respect linker order | Christian Ruppert |
2011-12-13 | libpayload: add set_option() function | Patrick Georgi |
2011-11-11 | libpayload: Enable colors in PDcurses | Patrick Georgi |
2011-11-10 | libpayload: Fix handling of CAPS LOCK key on PS/2 keyboards | Patrick Georgi |
2011-11-04 | libpayload: Implement usb_exit | Patrick Georgi |
2011-11-04 | libpayload: Tell EHCI to re-enable USB1 controllers | Patrick Georgi |
2011-11-04 | libpayload: Drop usb_fatal() | Patrick Georgi |
2011-11-03 | libpayload: Reduce verbosity in USB stack | Mathias Krause |
2011-11-03 | libpayload: Put coreboot version into lib_sysinfo | Mathias Krause |
2011-11-02 | don't scan beyond end of CBFS | Florian Zumbiehl |
2011-11-01 | libpayload: remove trailing whitespace and run dos2unix | Stefan Reinauer |
2011-11-01 | libpayload: Fix OHCI some more | Patrick Georgi |
2011-10-27 | Fix libpayload speaker driver | Stefan Reinauer |
2011-10-22 | Fix CMOS checksum calculation in libpayload. | Stefan Reinauer |
2011-10-21 | Extend coreboot table entry for serial ports | Stefan Reinauer |
2011-10-21 | libpayload: fix bulk transfers on OHCI controllers | Patrick Georgi |
2011-10-11 | Don't do a call as the first instruction in libpayload. | Marc Jones |
2011-09-14 | libpayload: Add get_option_from() | Patrick Georgi |
2011-08-18 | libpayload: export get_cbfs_header() | Patrick Georgi |
2011-08-17 | libpayload: Some more compatibility (for flashrom) | Patrick Georgi |
2011-08-16 | libpayload: EHCI registers are volatile | Patrick Georgi |
2011-08-04 | libpayload: Add liblzma, libcbfs | Patrick Georgi |
2011-08-04 | libpayload: Add PDCurses and ncurses' libform/libmenu | Patrick Georgi |
2011-07-21 | Libpayload: default DESTDIR for 'make install' | Tadas Slotkus |