cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

ibmpowernv.txt (564B)


      1IBM POWERNV platform sensors
      2----------------------------
      3
      4Required node properties:
      5- compatible: must be one of
      6		"ibm,opal-sensor-cooling-fan"
      7		"ibm,opal-sensor-amb-temp"
      8		"ibm,opal-sensor-power-supply"
      9		"ibm,opal-sensor-power"
     10- sensor-id: an opaque id provided by the firmware to the kernel, identifies a
     11	     given sensor and its attribute data
     12
     13Example sensors node:
     14
     15cooling-fan#8-data {
     16	sensor-id = <0x7052107>;
     17	compatible = "ibm,opal-sensor-cooling-fan";
     18};
     19
     20amb-temp#1-thrs {
     21	sensor-id = <0x5096000>;
     22	compatible = "ibm,opal-sensor-amb-temp";
     23};