Age | Commit message (Expand) | Author |
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 | Move SeaBIOS output out of coreboot source tree | Stefan Reinauer |
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 | 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 |
2011-07-07 | libpayload: Don't declare mouse support in tinycurses | Patrick Georgi |
2011-07-07 | libpayload: Provide atol(), malloc.h | Patrick Georgi |
2011-07-07 | libpayload: Implement strlcpy | Patrick Georgi |
2011-07-07 | libpayload: fix wborder() | Patrick Georgi |
2011-07-07 | Run 'git fetch' in SeaBIOS only when really needed | Cristian Măgherușan-Stanciu |
2011-07-03 | Fixes to the libpayload build system | Patrick Georgi |
2011-06-30 | Reduce warnings/errors in libpayload when using picky compiler options | Patrick Georgi |
2011-06-30 | Use coreboot build system for libpayload, too. | Patrick Georgi |
2011-06-29 | Libpayload needs to clear the bss region. | Marc Jones |
2011-04-16 | Allow libpayload to use an OXPCIe 952 card on systems without ... | Stefan Reinauer |
2011-04-15 | add FILO easy payload option | Stefan Reinauer |
2011-04-14 | coding style cosmetics. | Stefan Reinauer |
2011-04-01 | Add build instructions for coreinfo, specially pointing out installing ... | Yang Hamo Bai |
2011-03-29 | Update repo path in libpayload readme. ... | Nils Jacobs |
2011-03-22 | libpayload: Fix documentation | Patrick Georgi |
2011-03-17 | libpayload: fix string-to-numeric functions for base > 10 | Patrick Georgi |
2011-03-01 | libpayload: Add more libpci-compatibility (#defines) | Patrick Georgi |
2011-03-01 | libpayload: Implement pci_cleanup() | Patrick Georgi |
2011-03-01 | libpayload: Implement ffs() | Patrick Georgi |
2011-03-01 | Some more standard types and defines (libpayload) | Patrick Georgi |
2011-03-01 | Add lib/ to the default library path of lpgcc, so -l works | Patrick Georgi |
2011-02-24 | libpayload: Move stdin/stdout/stderr away from headers | Patrick Georgi |
2011-02-15 | use git.seabios.org for checking out seabios. | Stefan Reinauer |
2011-02-14 | Use fprintf(stderr, ...) in library | Patrick Georgi |
2011-02-14 | Stub out FILE*, stdout/stdin/stderr and implement fprintf on these | Patrick Georgi |
2011-02-14 | lpgcc was too noisy in some cases | Patrick Georgi |
2011-02-14 | Some more POSIX compatibility | Patrick Georgi |
2011-02-07 | Reliably build arbitrary Kconfig-based revisions of SeaBIOS | Peter Stuge |
2011-01-29 | Pass all required toolchain parts to SeaBIOS correctly | Stefan Reinauer |
2011-01-25 | Fix abuild | Stefan Reinauer |
2011-01-23 | Clone a tag rather than SeaBIOS stable branch HEAD | Kevin O'Connor |
2010-12-30 | Per default, use SeaBIOS payload instead of no payload. | Stefan Reinauer |
2010-12-03 | Update coreboot crossgcc toolchain, GCC 4.5.1, MPFR 3.0.0, GDB 7.2. | Marc Jones |
2010-11-22 | Printing coreboot debug messages on VGA console is pretty much useless, since | Stefan Reinauer |
2010-09-25 | Add an EHCI driver to libpayload's USB stack. | Patrick Georgi |
2010-09-16 | Add default libpayload build, xcompile, and lpgcc setup to tint. | Marc Jones |
2010-09-09 | Only try to beep when speaker support is compiled in. | Patrick Georgi |
2010-09-08 | Changes to str*cmp functions. Fixes a couple more corner cases. | Liu Tao |