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

oppanel-opal.txt (374B)


      1IBM OPAL Operator Panel Binding
      2-------------------------------
      3
      4Required properties:
      5- compatible : Should be "ibm,opal-oppanel".
      6- #lines     : Number of lines on the operator panel e.g. <0x2>.
      7- #length    : Number of characters per line of the operator panel e.g. <0x10>.
      8
      9Example:
     10	oppanel {
     11		compatible = "ibm,opal-oppanel";
     12		#lines = <0x2>;
     13		#length = <0x10>;
     14	};