summaryrefslogtreecommitdiff
path: root/payloads
AgeCommit message (Expand)Author
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