summaryrefslogtreecommitdiffstats
path: root/dmi.c
Commit message (Expand)AuthorAgeFilesLines
* dmi.c: Pass is_laptop by ref into dmiEdward O'Callaghan2023-03-281-18/+19
* dmi.c: Retype variable `anchored` with boolFelix Singer2022-09-081-3/+4
* dmi.c: Ensure g_has_dmi_support is default on shutdownEdward O'Callaghan2022-04-051-0/+1
* dmi.c: Hide has_dmi_support global behind methodEdward O'Callaghan2022-04-051-3/+8
* dmi: Correctly check for ERROR_PTRNico Huber2022-03-081-1/+1
* hwaccess: move mmio functions into hwaccess_physmapThomas Heijligen2022-01-201-1/+0
* physmap: rename to hwaccess_physmap, create own headerThomas Heijligen2021-12-221-0/+1
* hwaccess.c: move function declarations from programmer.h to hwaccess.hThomas Heijligen2021-11-071-0/+1
* hwaccess: replace flashrom specific macros by compiler definesThomas Heijligen2021-10-151-1/+0
* Revert "Makefile: Explicitly set '-std=c99'"Angel Pons2021-04-221-2/+0
* Use singular they to refer to "the user" in commentsAngel Pons2021-04-211-1/+1
* Makefile: Explicitly set '-std=c99'Edward O'Callaghan2021-01-131-0/+2
* tree: Enable -Wwrite-stringsJacob Garber2019-10-041-1/+1
* Fix -Wsign-compare troubleNico Huber2019-07-311-6/+6
* tree: Make internal functions staticJacob Garber2019-06-231-2/+2
* dmi.c: Remove unneeded 'else'Elyes HAOUAS2019-06-211-2/+1
* dmi: Remove nonsense guard; Makefile handles itNico Huber2018-10-231-4/+0
* Remove unneeded white spacesElyes HAOUAS2018-06-241-3/+3
* Remove address from GPLv2 headersElyes HAOUAS2018-04-241-4/+0
* dmi: Don't print dmidecode shell errorStefan Tauner2018-03-081-1/+6
* Add a bunch of new/tested stuff and various small changes 24Stefan Tauner2016-01-231-0/+1
* Make strnlen() visible in old versions of glibcStefan Tauner2015-01-271-10/+7
* dmi.c: make sure we call isprint() correctlyStefan Tauner2014-10-191-1/+1
* dmi.c: Duplicate returned strings because they are meant to be freedStefan Tauner2014-09-051-3/+3
* Add a bunch of new/tested stuff and various small changes 21Stefan Tauner2014-08-061-1/+1
* Fix garbage handling in DMI stringsStefan Tauner2014-07-131-17/+35
* Clean up physmap, fix unaligned mapping problemsCarl-Daniel Hailfinger2014-03-051-1/+1
* Ensure DMI strings used in dmi_compare() are not NULLStefan Tauner2013-10-291-3/+7
* Remove exit call and mayfail parameter from physmap_common()Niklas Söderlund2013-09-141-2/+2
* Add an internal DMI decoderSean Nelson2013-09-111-60/+262
* Introduce msg_*warnStefan Tauner2013-01-041-6/+4
* Fix memleaks in dmi.cStefan Tauner2012-09-231-1/+14
* Some ISO C fixesCarl-Daniel Hailfinger2012-08-271-0/+1
* Add a bunch of new/tested stuff and various small changes 11Stefan Tauner2012-02-171-1/+2
* Add a bunch of new/tested stuff and various small changes 7Sylvain "ythier" Hitier2011-09-031-0/+1
* Fixup of r1397Carl-Daniel Hailfinger2011-08-151-1/+2
* Random whitespace and coding-style fixesUwe Hermann2011-07-281-11/+10
* Be more refined regarding DMI chassis typesStefan Tauner2011-07-261-11/+29
* Add a bunch of new/tested stuff and various small changes 4Cristian Măgherușan-Stanciu2011-07-071-1/+1
* Add list with DMI chassis typesCarl-Daniel Hailfinger2010-09-261-4/+29
* Add dmidecode quirk workaroundMichael Karcher2010-08-081-8/+17
* Split off programmer.h from flash.hCarl-Daniel Hailfinger2010-07-271-0/+1
* Kill global variables, constants and functions if local scope sufficesCarl-Daniel Hailfinger2010-07-031-3/+3
* If flashrom is standalone and has no OS below, it can't call dmidecodeCarl-Daniel Hailfinger2010-06-231-1/+22
* Convert various prints to use msg_p* and msg_g* respectivelySean Nelson2010-05-071-6/+7
* One of the problems is that --force had multiple meaningsCarl-Daniel Hailfinger2010-04-281-1/+2
* Fix handling of empty dmidecode outputMichael Karcher2010-03-241-5/+8
* Skip DMI laptop check if DMI doesn't workMichael Karcher2010-03-141-20/+6
* Various coding style and cosmetic changesUwe Hermann2010-03-131-12/+18
* Warn if running on laptopsMichael Karcher2010-02-261-0/+8