summaryrefslogtreecommitdiffstats
path: root/payloads
Commit message (Expand)AuthorAgeFilesLines
* libpayload: avoid excessive casts in printf.cMathias Krause2012-04-041-11/+9
* libpayload: minor cleanupsMathias Krause2012-04-042-15/+6
* Make libpayload parse the coreboot tables before setting up the consolesGabe Black2012-03-311-3/+3
* Fix libpayload alloc() size and gcc pointer optimization problems.Marc Jones2012-03-211-5/+5
* Make libpayload alloc() memory pointers volatileMarc Jones2012-03-101-14/+11
* tint requires more heap space for PDCurses.Marc Jones2012-02-291-1/+1
* libpayload: fix compile error with enabled USB_DEBUGMathias Krause2012-02-201-1/+1
* libpayload: enforce const correctness for CMOS getter/setterMathias Krause2012-02-172-21/+21
* libpayload: fix compiler warning for first_cmos_entry()Mathias Krause2012-02-171-2/+2
* libpayload: code cosmeticsMathias Krause2012-02-131-1/+1
* libpayload: fix possible mem leak in get_option_as_string()Mathias Krause2012-02-101-1/+1
* libpayload: Remove workaround for bitfield management in EHCI driverPatrick Georgi2012-02-071-17/+11
* libpayload: Force checking all EHCI ports on power-onPatrick Georgi2012-02-071-0/+1
* Move SeaBIOS output out of coreboot source treeStefan Reinauer2012-02-071-17/+17
* libpayload: Fix EHCI driverPatrick Georgi2012-02-071-2/+2
* libpayload: Add iterators for CMOS variablesPatrick Georgi2012-02-032-0/+16
* libpayload: Expose options_checksum_validPatrick Georgi2012-02-032-1/+2
* libpayload: Provide interpretation of CMOS data structuresPatrick Georgi2012-02-032-0/+105
* libpayload: Add access to CMOS images in memory spacePatrick Georgi2012-02-022-1/+19
* libpayload: Refactor highlevel CMOS accessPatrick Georgi2012-02-022-23/+56
* libpayload: Allow using CBFS functions on images in RAMPatrick Georgi2012-01-262-4/+29
* libpayload: style: compare null-pointers with NULL, not 0Patrick Georgi2012-01-181-2/+2
* libpayload: Remove bitfield use from EHCI data structuresPatrick Georgi2012-01-103-295/+139
* libpayload: Remove bitfield use from UHCI data structuresPatrick Georgi2012-01-102-190/+133
* libpayload: Remove bitfield use from OHCI data structuresPatrick Georgi2012-01-102-80/+65
* Eliminate magic numbersPhilip Prindeville2012-01-071-2/+2
* Cleanup access to vendor/part # infoPhilip Prindeville2012-01-074-8/+20
* libpayload: remove uhci_reg_maskXPatrick Georgi2011-12-243-35/+22
* Let lib_get_sysinfo() pass through the success of get_coreboot_info()Philip Prindeville2011-12-243-5/+13
* Fix missing cast back to void *Philip Prindeville2011-12-241-2/+2
* Fix missing VM mappingPhilip Prindeville2011-12-241-1/+3
* Use void pointers for untyped memoryPhilip Prindeville2011-12-241-15/+14
* Use convenience function to checksumPhilip Prindeville2011-12-242-3/+8
* Replace UNPACK_CB64 macro with inlinePhilip Prindeville2011-12-243-8/+12
* Respect linker orderChristian Ruppert2011-12-212-6/+6
* libpayload: add set_option() functionPatrick Georgi2011-12-132-3/+55
* Mirror Fix coreinfo usage of cb_infoQingPei Wang2011-12-021-1/+1
* libpayload: Enable colors in PDcursesPatrick Georgi2011-11-111-0/+3
* libpayload: Fix handling of CAPS LOCK key on PS/2 keyboardsPatrick Georgi2011-11-101-2/+4
* libpayload: Implement usb_exitPatrick Georgi2011-11-043-5/+17
* libpayload: Tell EHCI to re-enable USB1 controllersPatrick Georgi2011-11-041-1/+1
* libpayload: Drop usb_fatal()Patrick Georgi2011-11-0412-31/+24
* libpayload: Reduce verbosity in USB stackMathias Krause2011-11-039-86/+85
* libpayload: Put coreboot version into lib_sysinfoMathias Krause2011-11-032-0/+11
* don't scan beyond end of CBFSFlorian Zumbiehl2011-11-021-1/+2
* libpayload: remove trailing whitespace and run dos2unixStefan Reinauer2011-11-01139-1259/+1259
* libpayload: Fix OHCI some morePatrick Georgi2011-11-011-6/+8
* Run dos2unix on bayou and remove white space at the end of lines.Stefan Reinauer2011-10-3135-2815/+2815
* Fix libpayload speaker driverStefan Reinauer2011-10-271-2/+4
* FILO: Pass LIBCONFIG_PATH variable to FILOs makeThomas Gstädtner2011-10-231-1/+1