Age | Commit message (Expand) | Author |
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 | Eliminate magic numbers | Philip Prindeville |
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-12-02 | Mirror Fix coreinfo usage of cb_info | QingPei Wang |
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-31 | Run dos2unix on bayou and remove white space at the end of lines. | Stefan Reinauer |
2011-10-27 | Fix libpayload speaker driver | Stefan Reinauer |
2011-10-23 | FILO: Pass LIBCONFIG_PATH variable to FILOs make | Thomas Gstädtner |
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 | FILO: Change FILO Makefile.inc from SVN to GIT | Thomas Gstädtner |
2011-10-21 | libpayload: fix bulk transfers on OHCI controllers | Patrick Georgi |
2011-10-13 | Update "STABLE" SeaBIOS selection to release 1.6.3 | Stefan Reinauer |
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 |
2011-07-20 | libpayload: Provide dummy getenv() | Patrick Georgi |
2011-07-17 | port_enable and port_reset must change atomically. | Steven A. Falco |
2011-07-16 | libpayload: Improve compatibility | Patrick Georgi |
2011-07-14 | Print a warning when an unknow USB controller type is detected. | Steven A. Falco |
2011-07-14 | EHCI driver missing bus_address assignment. | Steven A. Falco |
2011-07-11 | libpayload: Add qsort() | Patrick Georgi |