summaryrefslogtreecommitdiff
path: root/configs/MSI
Commit message (Collapse)AuthorAgeFilesLines
* configs: Add MSI B450M Mortar boardHannes Haberl2020-07-171-0/+100
|
* Merge branch 'magnuspub-master'Ondřej Lysoněk2019-10-151-0/+97
|\ | | | | | | | | | | | | | | Merge branch with squashed commits based on https://github.com/magnuspub/lm-sensors/tree/master GitHub PR: https://github.com/lm-sensors/lm-sensors/pull/174
| * Add MSI X470 GAMING PRO configFederico Magnani2019-10-151-0/+97
| | | | | | | | [olysonek: squashed commits]
* | Config for MSIs X370 SLI PlusMerlin Schumacher2019-10-151-0/+80
|/ | | | | | | | This adds a config file for the MSI X370 SLI Plus. Similiar models may work with derived configurations. [olysonek: fixed up 'compute in3' statement, fixed up whitespace, reformatted description]
* configs: Add MSI MS-7A34 (B350 TOMAHAWK)Maciej S. Szmigiero2018-10-021-0/+72
| | | | | | | | | | | | | Input routing and scaling for this board was read from schematic of a similar MSI MS-7B00 (B350 Gaming Pro Carbon) board. temp5 on the MS-7B00 schematic is a thermistor under the B350 chip itself. However, on my MS-7A34 board the reading is stuck at 23°C. Judging from MS-7A34 board sensor readings that other people had posted online the sensor seems to work properly for them, so I have left it enabled. Signed-off-by: Maciej S. Szmigiero <mail@maciej.szmigiero.name>
* MSI P35-Neo3 MS-7395rigred2018-09-101-0/+53
| | | | | | | Values pulled from: https://www.alldatasheet.com/datasheet-pdf/pdf/257913/FINTEK/F71882FG.html See "Application circuit section page 122" Signed-off-by: Rigo Reddig <rigo.reddig@gmail.com>
* configs: Add Z85-G45 Gaming MotherboardLeigh Brown2018-03-181-0/+83
| | | | Tested with Intel(R) Core(TM) i5-4670K CPU @ 3.40GHz CPU
* configs: Bulk config recovery from archive.org (Part 2)Tele422018-01-219-0/+467
| | | | | | | | | | | | | | | | 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>
* Add 'configs' directory where sample configurations can be storedMaciej S. Szmigiero2017-09-022-0/+42
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>