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

meson_sm.txt (338B)


      1* Amlogic Secure Monitor
      2
      3In the Amlogic SoCs the Secure Monitor code is used to provide access to the
      4NVMEM, enable JTAG, set USB boot, etc...
      5
      6Required properties for the secure monitor node:
      7- compatible: Should be "amlogic,meson-gxbb-sm"
      8
      9Example:
     10
     11	firmware {
     12		sm: secure-monitor {
     13			compatible = "amlogic,meson-gxbb-sm";
     14		};
     15	};