aboutsummaryrefslogtreecommitdiff
path: root/payloads
AgeCommit message (Expand)Author
2012-04-29Update SeaBIOS stable to the version 1.7.0 tag.Marc Jones
2012-04-04libpayload: avoid excessive casts in printf.cMathias Krause
2012-04-04libpayload: minor cleanupsMathias Krause
2012-03-31Make libpayload parse the coreboot tables before setting up the consolesGabe Black
2012-03-21Fix libpayload alloc() size and gcc pointer optimization problems.Marc Jones
2012-03-10Make libpayload alloc() memory pointers volatileMarc Jones
2012-02-29tint requires more heap space for PDCurses.Marc Jones
2012-02-20libpayload: fix compile error with enabled USB_DEBUGMathias Krause
2012-02-17libpayload: enforce const correctness for CMOS getter/setterMathias Krause
2012-02-17libpayload: fix compiler warning for first_cmos_entry()Mathias Krause
2012-02-13libpayload: code cosmeticsMathias Krause
2012-02-10libpayload: fix possible mem leak in get_option_as_string()Mathias Krause
2012-02-07libpayload: Remove workaround for bitfield management in EHCI driverPatrick Georgi
2012-02-07libpayload: Force checking all EHCI ports on power-onPatrick Georgi
2012-02-07Move SeaBIOS output out of coreboot source treeStefan Reinauer
2012-02-07libpayload: Fix EHCI driverPatrick Georgi
2012-02-03libpayload: Add iterators for CMOS variablesPatrick Georgi
2012-02-03libpayload: Expose options_checksum_validPatrick Georgi
2012-02-03libpayload: Provide interpretation of CMOS data structuresPatrick Georgi
2012-02-02libpayload: Add access to CMOS images in memory spacePatrick Georgi
2012-02-02libpayload: Refactor highlevel CMOS accessPatrick Georgi
2012-01-26libpayload: Allow using CBFS functions on images in RAMPatrick Georgi
2012-01-18libpayload: style: compare null-pointers with NULL, not 0Patrick Georgi
2012-01-10libpayload: Remove bitfield use from EHCI data structuresPatrick Georgi
2012-01-10libpayload: Remove bitfield use from UHCI data structuresPatrick Georgi
2012-01-10libpayload: Remove bitfield use from OHCI data structuresPatrick Georgi
2012-01-07Eliminate magic numbersPhilip Prindeville
2012-01-07Cleanup access to vendor/part # infoPhilip Prindeville
2011-12-24libpayload: remove uhci_reg_maskXPatrick Georgi
2011-12-24Let lib_get_sysinfo() pass through the success of get_coreboot_info()Philip Prindeville
2011-12-24Fix missing cast back to void *Philip Prindeville
2011-12-24Fix missing VM mappingPhilip Prindeville
2011-12-24Use void pointers for untyped memoryPhilip Prindeville
2011-12-24Use convenience function to checksumPhilip Prindeville
2011-12-24Replace UNPACK_CB64 macro with inlinePhilip Prindeville
2011-12-21Respect linker orderChristian Ruppert
2011-12-13libpayload: add set_option() functionPatrick Georgi
2011-12-02Mirror Fix coreinfo usage of cb_infoQingPei Wang
2011-11-11libpayload: Enable colors in PDcursesPatrick Georgi
2011-11-10libpayload: Fix handling of CAPS LOCK key on PS/2 keyboardsPatrick Georgi
2011-11-04libpayload: Implement usb_exitPatrick Georgi
2011-11-04libpayload: Tell EHCI to re-enable USB1 controllersPatrick Georgi
2011-11-04libpayload: Drop usb_fatal()Patrick Georgi
2011-11-03libpayload: Reduce verbosity in USB stackMathias Krause
2011-11-03libpayload: Put coreboot version into lib_sysinfoMathias Krause
2011-11-02don't scan beyond end of CBFSFlorian Zumbiehl
2011-11-01libpayload: remove trailing whitespace and run dos2unixStefan Reinauer
2011-11-01libpayload: Fix OHCI some morePatrick Georgi
2011-10-31Run dos2unix on bayou and remove white space at the end of lines.Stefan Reinauer
2011-10-27Fix libpayload speaker driverStefan Reinauer
2011-10-23FILO: Pass LIBCONFIG_PATH variable to FILOs makeThomas Gstädtner
2011-10-22Fix CMOS checksum calculation in libpayload.Stefan Reinauer
2011-10-21Extend coreboot table entry for serial portsStefan Reinauer
2011-10-21FILO: Change FILO Makefile.inc from SVN to GITThomas Gstädtner
2011-10-21libpayload: fix bulk transfers on OHCI controllersPatrick Georgi
2011-10-13Update "STABLE" SeaBIOS selection to release 1.6.3Stefan Reinauer
2011-10-11Don't do a call as the first instruction in libpayload.Marc Jones
2011-09-14libpayload: Add get_option_from()Patrick Georgi
2011-08-18libpayload: export get_cbfs_header()Patrick Georgi
2011-08-17libpayload: Some more compatibility (for flashrom)Patrick Georgi
2011-08-16libpayload: EHCI registers are volatilePatrick Georgi
2011-08-04libpayload: Add liblzma, libcbfsPatrick Georgi
2011-08-04libpayload: Add PDCurses and ncurses' libform/libmenuPatrick Georgi
2011-07-21Libpayload: default DESTDIR for 'make install'Tadas Slotkus
2011-07-20libpayload: Provide dummy getenv()Patrick Georgi
2011-07-17port_enable and port_reset must change atomically.Steven A. Falco
2011-07-16libpayload: Improve compatibilityPatrick Georgi
2011-07-14Print a warning when an unknow USB controller type is detected.Steven A. Falco
2011-07-14EHCI driver missing bus_address assignment.Steven A. Falco
2011-07-11libpayload: Add qsort()Patrick Georgi
2011-07-07libpayload: Don't declare mouse support in tinycursesPatrick Georgi
2011-07-07libpayload: Provide atol(), malloc.hPatrick Georgi
2011-07-07libpayload: Implement strlcpyPatrick Georgi
2011-07-07libpayload: fix wborder()Patrick Georgi
2011-07-07Run 'git fetch' in SeaBIOS only when really neededCristian Măgherușan-Stanciu
2011-07-03Fixes to the libpayload build systemPatrick Georgi
2011-06-30Reduce warnings/errors in libpayload when using picky compiler optionsPatrick Georgi
2011-06-30Use coreboot build system for libpayload, too.Patrick Georgi
2011-06-29Libpayload needs to clear the bss region.Marc Jones
2011-04-16Allow libpayload to use an OXPCIe 952 card on systems without ...Stefan Reinauer
2011-04-15add FILO easy payload optionStefan Reinauer
2011-04-14coding style cosmetics.Stefan Reinauer
2011-04-01Add build instructions for coreinfo, specially pointing out installing ...Yang Hamo Bai
2011-03-29Update repo path in libpayload readme. ...Nils Jacobs
2011-03-22libpayload: Fix documentationPatrick Georgi
2011-03-17libpayload: fix string-to-numeric functions for base > 10Patrick Georgi
2011-03-01libpayload: Add more libpci-compatibility (#defines)Patrick Georgi
2011-03-01libpayload: Implement pci_cleanup()Patrick Georgi
2011-03-01libpayload: Implement ffs()Patrick Georgi
2011-03-01Some more standard types and defines (libpayload)Patrick Georgi
2011-03-01Add lib/ to the default library path of lpgcc, so -l worksPatrick Georgi
2011-02-24libpayload: Move stdin/stdout/stderr away from headersPatrick Georgi
2011-02-15use git.seabios.org for checking out seabios. Stefan Reinauer
2011-02-14Use fprintf(stderr, ...) in libraryPatrick Georgi
2011-02-14Stub out FILE*, stdout/stdin/stderr and implement fprintf on thesePatrick Georgi
2011-02-14lpgcc was too noisy in some casesPatrick Georgi
2011-02-14Some more POSIX compatibilityPatrick Georgi
2011-02-07Reliably build arbitrary Kconfig-based revisions of SeaBIOSPeter Stuge
2011-01-29Pass all required toolchain parts to SeaBIOS correctlyStefan Reinauer
2011-01-25Fix abuildStefan Reinauer