On Sun, Dec 01, 2024 at 11:47:44AM +0800, Li XingYang wrote: > Refer to the LibreHardwareMonitor project, LibreHardwareMonitorLib/ > Hardware/Motherboard/Lpc/EC/EmbeddedController.cs file, > fan cpu opt is support by amd600 EC. > the registers are described: > BoardFamily.Amd600, new Dictionary<ECSensor, EmbeddedControllerSource> > { > { ECSensor.FanCPUOpt, new EmbeddedControllerSource > ("CPU Optional Fan", SensorType.Fan, 0x00b0, 2) }, > } > > now add the FanCPUOpt support for amd600 > > Signed-off-by: Li XingYang <yanhuoguifan@xxxxxxxxx> Applied. Thanks, Guenter