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

i2c-amd-mp2.rst (611B)


      1=========================
      2Kernel driver i2c-amd-mp2
      3=========================
      4
      5Supported adapters:
      6  * AMD MP2 PCIe interface
      7
      8Datasheet: not publicly available.
      9
     10Authors:
     11	- Shyam Sundar S K <Shyam-sundar.S-k@amd.com>
     12	- Nehal Shah <nehal-bakulchandra.shah@amd.com>
     13	- Elie Morisse <syniurge@gmail.com>
     14
     15Description
     16-----------
     17
     18The MP2 is an ARM processor programmed as an I2C controller and communicating
     19with the x86 host through PCI.
     20
     21If you see something like this::
     22
     23  03:00.7 MP2 I2C controller: Advanced Micro Devices, Inc. [AMD] Device 15e6
     24
     25in your ``lspci -v``, then this driver is for your device.