aboutsummaryrefslogtreecommitdiff
path: root/payloads/libpayload/drivers/options.c
AgeCommit message (Expand)Author
2020-09-30libpayload: use PRIu64 type to print u64Jeremy Compostella
2020-08-24libpayload: Cache physical CMOS option table locationNico Huber
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-02-24treewide: Capitalize 'CMOS'Elyes HAOUAS
2019-04-11libpayload/option table: Don't pad string entries with garbageNico Huber
2014-01-19libpayload/options: Fix out of array read.Vladimir Serbinenko
2012-11-30libpayload: Fix lookup by label in CMOS layoutsNico Huber
2012-11-15libpayload: Always use virtual pointers in struct sysinfo_tNico Huber
2012-11-09libpayload: Add CB_ prefixes to some constants in coreboot_tables.h.Gabe Black
2012-10-14libpayload: CMOS access was implemented in a backward wayPatrick Georgi
2012-09-28libpayload: fix fetching integers from CMOS as stringPatrick Georgi
2012-09-26libpayload: Extend CMOS access libraryPatrick Georgi
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-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
2011-12-13libpayload: add set_option() functionPatrick Georgi
2011-10-22Fix CMOS checksum calculation in libpayload.Stefan Reinauer
2011-09-14libpayload: Add get_option_from()Patrick Georgi
2010-08-17libpayload: Add function to fix CMOS checksum.Stefan Reinauer
2010-04-27Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer
2009-04-30Some driver fixes for libpayload:Stefan Reinauer
2008-09-26fix option handling in libpayloadStefan Reinauer
2008-08-19misc fixes:Stefan Reinauer
2008-08-07add get_option to libpayload, so coreboot cmos options can be queried.Stefan Reinauer