summaryrefslogtreecommitdiff
path: root/configs
Commit message (Collapse)AuthorAgeFilesLines
...
* configs: Add HP MicroServer N40LLeigh Brown2018-03-171-0/+46
| | | | This configuration should also work with the HP MicroServer N54L (untested).
* configs: Add ASRock AB350 Pro4 MotherboardLeigh Brown2018-03-171-0/+93
| | | | Tested with Ryzen 1600 CPU.
* Update H170+D3.confjschwender2018-03-161-2/+7
| | | Changes refer to issue #88. This change is backward compatible and is only a suggestion, a reference how the dmi and other information could be simply added into the config file for a board.
* Delete H55M-D2Hjschwender2018-03-161-36/+0
| | | this is a duplicate. file still exists renamed to *.conf
* Delete H170+D3jschwender2018-03-161-59/+0
| | | this is a duplicte, same config renamed to *.config still exists
* Create H55M-D2Hjschwender2018-03-131-0/+36
| | | | Signed-off-by: Guenter Roeck <linux@roeck-us.net>
* Create H170+D3jschwender2018-03-131-0/+59
| | | | | | should be pretty accurate. Beware that Vcore varies with different processor. Signed-off-by: Guenter Roeck <linux@roeck-us.net>
* Create ZBOX-ID18jschwender2018-03-131-0/+36
| | | | | | not easy to figure out these values, voltages are more or less guessed Signed-off-by: Guenter Roeck <linux@roeck-us.net>
* Add configuration file for GA-AB350-GAMING.confGuenter Roeck2018-03-111-0/+31
| | | | | | Provided by jranke. Signed-off-by: Guenter Roeck <linux@roeck-us.net>
* GA-AB350-GAMING3.conf: Updates from jrankeGuenter Roeck2018-03-111-13/+60
| | | | Signed-off-by: Guenter Roeck <linux@roeck-us.net>
* configs: Bulk config recovery from archive.org (Part 2)Tele422018-01-2134-0/+2216
| | | | | | | | | | | | | | | | This is a bulk recovery of the sensor configs found at https://web.archive.org/web/20150901092438/http://www.lm-sensors.org:80/wiki/Configurations The config sections themselves are unaltered, but I've selectively added some, but not all of the extra info around them. Anywhere there's been extra info added, it should be in comments at the top of the config, followed by a double newline to indicate the separation. Attribution has been retained where possible, but links to the mailing list are hosed, so goto the above archive.org link to check if a config has extra origin notes. [groeck: reformatted description] Signed-off-by: Guenter Roeck <linux@roeck-us.net>
* configs: Bulk config recovery from archive.org (Part 1)Tele422018-01-2187-0/+5534
| | | | | | | | | | | | | | | | This is a bulk recovery of the sensor configs found at https://web.archive.org/web/20150901092438/http://www.lm-sensors.org:80/wiki/Configurations The config sections themselves are unaltered, but I've selectively added some, but not all of the extra info around them. Anywhere there's been extra info added, it should be in comments at the top of the config, followed by a double newline to indicate the separation. Attribution has been retained where possible, but links to the mailing list are hosed, so goto the above archive.org link to check if a config has extra origin notes. [groeck: reformatted description] Signed-off-by: Guenter Roeck <linux@roeck-us.net>
* configs: Create entry for Gigabyte H55M-D2Hjschwender2018-01-141-0/+36
| | | | Signed-off-by: Guenter Roeck <linux@roeck-us.net>
* configs: Add entry for GA-AB350-GAMING3Guenter Roeck2018-01-141-0/+17
| | | | | | 1st Super-IO chip only. Signed-off-by: Guenter Roeck <linux@roeck-us.net>
* configs: Add entry for Gigabyte GA-AX370-GAMING5Guenter Roeck2018-01-141-0/+93
| | | | | | Information provided by chinf@. Signed-off-by: Guenter Roeck <linux@roeck-us.net>
* configs: Rename new configuration filesGuenter Roeck2018-01-144-0/+0
| | | | | | Configuration file names should end with ".conf". Signed-off-by: Guenter Roeck <linux@roeck-us.net>
* configs: Add entry for Gigabyte C1037UN-EUjschwender2018-01-141-0/+50
| | | | | | | | Compared with values in EFI/BIOS factors should be pretty precise. A Vcore in not specified in the CPU data sheet, therefore these alarm values are pure guess. Signed-off-by: Guenter Roeck <linux@roeck-us.net>
* configs: Add entry for ASUS Q1900-ITXjschwender2018-01-141-0/+38
| | | | | | Best effort values. Signed-off-by: Guenter Roeck <linux@roeck-us.net>
* configs: Add entry for Gigabyte H170+D3jschwender2018-01-141-0/+59
| | | | | | should be pretty accurate. Beware that Vcore varies with different processor. Signed-off-by: Guenter Roeck <linux@roeck-us.net>
* configs: Create entry for Zotac ZBOX-ID18jschwender2018-01-141-0/+36
| | | | | | not easy to figure out these values, voltages are more or less guessed Signed-off-by: Guenter Roeck <linux@roeck-us.net>
* configs: Add Axiomtek CAPA800 config fileMaciej S. Szmigiero2017-12-151-0/+25
| | | | | | | | | | | This commit adds board configuration file for Axiomtek CAPA800 Intel Atom single board computer, which uses Winbond W83627UHG as its Super I/O. Input routing and scaling on this board is mostly based on SIO datasheet recommended setup, small differences were determined experimentally by comparing sensors output with a BIOS screen. Signed-off-by: Maciej S. Szmigiero <mail@maciej.szmigiero.name>
* Add 'configs' directory where sample configurations can be storedMaciej S. Szmigiero2017-09-023-0/+80
Most mainboards need a config file which describe which input of a monitoring chip is connected to which voltage rail, what are scaling factors of voltages that can't be measured directly by the chip, which part of the board has each temperature sensor, which fan is connected to which tachometer input of the chip, etc. All these data need to be determined either from a board schematic (if available) or by a trial-and-error method. This can be a time consuming and error-prone work, fortunately, it needs to be done just once per mainboard. Currently, however, there is no standard mechanism to share such configurations so multiple users of the same board don't basically waste their time reinventing the wheel (or recreating the same configuration again and again). Previously, a wiki on an old lm-sensors site had a 'Configurations' page where contributors could submit their configurations. Since this site is down for two years now and it does not look like it is coming back we need to find an another solution. Let's use a 'configs' directory in project repository for these files, so we can benefit from SCM infrastructure for managing them. Also, add a reminder in documentation asking people to contribute these files for benefit of the whole community and configurations for 3 mainboards for a starter. Signed-off-by: Maciej S. Szmigiero <mail@maciej.szmigiero.name>