tlm,trusted-foundations.txt 572 B

123456789101112131415161718192021
  1. Trusted Foundations
  2. -------------------
  3. Boards that use the Trusted Foundations secure monitor can signal its
  4. presence by declaring a node compatible with "tlm,trusted-foundations"
  5. under the /firmware/ node
  6. Required properties:
  7. - compatible: "tlm,trusted-foundations"
  8. - tlm,version-major: major version number of Trusted Foundations firmware
  9. - tlm,version-minor: minor version number of Trusted Foundations firmware
  10. Example:
  11. firmware {
  12. trusted-foundations {
  13. compatible = "tlm,trusted-foundations";
  14. tlm,version-major = <2>;
  15. tlm,version-minor = <8>;
  16. };
  17. };