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

altera-pr-ip.txt (276B)


      1Altera Arria10 Partial Reconfiguration IP
      2
      3Required properties:
      4- compatible : should contain "altr,a10-pr-ip"
      5- reg        : base address and size for memory mapped io.
      6
      7Example:
      8
      9	fpga_mgr: fpga-mgr@ff20c000 {
     10		compatible = "altr,a10-pr-ip";
     11		reg = <0xff20c000 0x10>;
     12	};