summaryrefslogtreecommitdiffstats
path: root/print.c
Commit message (Expand)AuthorAgeFilesLines
* Add board enable for ASUS P3B-FKeith Hui2020-05-191-1/+1
* Revert "print.c: Dedup 'test_state_to_text()' logic"Nico Huber2019-12-061-1/+8
* print.c: Dedup 'test_state_to_text()' logicEdward O'Callaghan2019-11-171-8/+1
* Add board enable for Asus P4P800SEMiklós Márton2019-10-041-0/+1
* print: Fix vendor string memory leakJacob Garber2019-09-241-0/+1
* Fix -Wsign-compare troubleNico Huber2019-07-311-9/+10
* tree: Make internal functions staticJacob Garber2019-06-231-1/+1
* print: Update Asus URLs to use more secure HTTPSPaul Menzel2019-06-211-113/+113
* Remove unneeded white spacesElyes HAOUAS2018-06-241-1/+1
* Remove address from GPLv2 headersElyes HAOUAS2018-04-241-4/+0
* Add a bunch of new/tested stuff and various small changes 25Stefan Tauner2016-03-131-2/+2
* Add a bunch of new/tested stuff and various small changes 24Stefan Tauner2016-01-231-8/+33
* Pimp the manpage to create nicer hyperlinks and HTML outputStefan Tauner2016-01-141-19/+19
* Add a bunch of new/tested stuff and various small changes 23Stefan Tauner2015-03-011-3/+7
* Add a bunch of new/tested stuff and various small changes 22Stefan Tauner2015-02-081-10/+19
* Add board enable for GIGABYTE GA-8SIMLFS 2.0Stefan Tauner2014-11-301-0/+1
* Move strtok_r implementation verbatim to helpers.cStefan Tauner2014-11-011-21/+0
* Refactor some CLI-relevant partsStefan Tauner2014-08-081-33/+0
* Add a bunch of new/tested stuff and various small changes 21Stefan Tauner2014-08-061-9/+15
* Add Board Enable for ASUS Vintage 2 PH1 (P5LD2-MQ)Dima Veselov2014-07-141-0/+1
* Utilize new tested states for chipsets as wellStefan Tauner2014-06-021-3/+3
* print.c: improve device printingStefan Tauner2014-06-011-4/+43
* Add two new states to enum test_state and use it for flashchipsStefan Tauner2014-05-261-8/+16
* sbxxx: Add support for new AMD SPI controllerWei Hu2014-05-161-0/+2
* Add a bunch of new/tested stuff and various small changes 20Stefan Tauner2014-05-031-13/+44
* CID1130004: Nesting level does not match indentationStefan Reinauer2014-04-261-6/+7
* Add board enable for ASUS P5LD2-VM DHStefan Tauner2013-11-211-0/+1
* Add board enable for abit BF6Stefan Tauner2013-10-261-0/+1
* Add a bunch of new/tested stuff and various small changes 19Stefan Tauner2013-08-131-2/+10
* Add a bunch of new/tested stuff and various small changes 18Stefan Tauner2013-07-251-6/+27
* print.c: Fix multiline supportStefan Tauner2013-07-171-13/+38
* Add (untested) board enable for ASUS P4PE-X/TEStefan Tauner2013-03-041-0/+1
* Add a bunch of new/tested stuff and various small changes 17Stefan Tauner2013-02-221-0/+7
* Add a bunch of new/tested stuff and various small changes 16Stefan Tauner2013-01-011-2/+22
* Unify usbdev_status and pcidev_status into dev_entryStefan Tauner2012-12-271-22/+9
* Refactor PCI and USB device status printingStefan Tauner2012-12-271-100/+48
* Improve --help and friendsStefan Tauner2012-11-241-0/+1
* Add (untested) board enable for Asus DSAN-DXStefan Tauner2012-11-051-0/+1
* Remove exit calls from print_supported_chipsNiklas Söderlund2012-10-231-5/+9
* Add a bunch of new/tested stuff and various small changes 15Stefan Tauner2012-10-201-0/+1
* Add a bunch of new/tested stuff and various small changes 14Stefan Tauner2012-09-211-35/+50
* Add board enable for MSI K8N Neo PlatinumStefan Tauner2012-09-151-0/+1
* Add untested board enable for ASUS P5LD2-VMIdwer Vollering2012-09-071-0/+1
* Try to remove all read and write locks on CK804 (and MCP51)Jonathan Kollasch2012-09-041-1/+1
* Add support for AJAWe to pony_spiVirgil-Adrian Teaca2012-09-011-1/+1
* Some ISO C fixesCarl-Daniel Hailfinger2012-08-271-2/+2
* Add untested board enable for DFI AD77Tadas Slotkus2012-08-251-0/+1
* Make struct flashchip a field in struct flashctx instead of a complete copyCarl-Daniel Hailfinger2012-08-251-29/+29
* Add board enable for Biostar M7VIQStefan Tauner2012-08-091-1/+1
* Introduce enum test_stateStefan Tauner2012-07-281-494/+503