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-amd756.rst (631B)


      1========================
      2Kernel driver i2c-amd756
      3========================
      4
      5Supported adapters:
      6  * AMD 756
      7  * AMD 766
      8  * AMD 768
      9  * AMD 8111
     10
     11    Datasheets: Publicly available on AMD website
     12
     13  * nVidia nForce
     14
     15    Datasheet: Unavailable
     16
     17Authors:
     18	- Frodo Looijaard <frodol@dds.nl>,
     19	- Philip Edelbrock <phil@netroedge.com>
     20
     21Description
     22-----------
     23
     24This driver supports the AMD 756, 766, 768 and 8111 Peripheral Bus
     25Controllers, and the nVidia nForce.
     26
     27Note that for the 8111, there are two SMBus adapters. The SMBus 1.0 adapter
     28is supported by this driver, and the SMBus 2.0 adapter is supported by the
     29i2c-amd8111 driver.