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

mvebu-cpu-config.txt (402B)


      1MVEBU CPU Config registers
      2--------------------------
      3
      4MVEBU (Marvell SOCs: Armada 370/XP)
      5
      6Required properties:
      7
      8- compatible: one of:
      9	- "marvell,armada-370-cpu-config"
     10	- "marvell,armada-xp-cpu-config"
     11
     12- reg: Should contain CPU config registers location and length, in
     13  their per-CPU variant
     14
     15Example:
     16
     17	cpu-config@21000 {
     18		compatible = "marvell,armada-xp-cpu-config";
     19		reg = <0x21000 0x8>;
     20	};