Skip to content

Commit

Permalink
Updated the index.html for TrustedFirmware.org
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Kirkby committed Feb 23, 2018
1 parent cfb44f9 commit e1945ea
Showing 1 changed file with 10 additions and 33 deletions.
43 changes: 10 additions & 33 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>

<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
Expand Down Expand Up @@ -65,7 +65,7 @@

</head>
<body data-spy="scroll" data-target=".scrollspy" class="bg-dark">

<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TKVP3S4"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
Expand Down Expand Up @@ -214,7 +214,7 @@ <h3><span class="font-weight-200">Stay</span> Tuned</h3>
<!-- Logo -->
<div class="p-t-b-15">
<img src="images/TrustedFirmware-Logo_icon.png" height="200" width="200" alt="">
</div>
</div>
<!-- /End Logo -->

<div class="p-t-b-15">
Expand Down Expand Up @@ -285,7 +285,7 @@ <h3><span class="font-weight-200">About</span> Us</h3>
<!-- Description -->
<div class="p-t-b-15 text-grey">
<h4>Why Trusted Firmware?</h4>

<ul style="list-style:none;">
<li>
Reference implementation for SoC developers and OEMs
Expand All @@ -299,53 +299,30 @@ <h4>Why Trusted Firmware?</h4>
<li>
M-Class CPU support due to be added early 2018
</li>

<li>
Enables compliance with Arm Platform Security Architecture (PSA)
</li>


<li>
Notification mailing list
</li>
</ul>

</ul>

<p>
How to get involved?
Contact: board@TrustedFirmware.org for more information
</p>
</div>

<!-- Description -->
<div class="p-t-b-15 text-grey">
<h4>Arm’s Trusted Firmware is adopting Open Governance</h4>

<ul style="list-style:none;">
<li>Arm is transferring the Trusted Firmware project to be managed as an open project by Linaro</li>
<li>Membership of the Trusted Firmware project is open to all</li>
<li>Governance will be overseen by a board of member representatives</li>
<li>Stakeholders in Trusted Firmware are encouraged to join</li>
</ul>


<h4>Trusted Firmware for Cortex-A and Cortex-M processors</h4>

<ul style="list-style:none;">
<li>Secure runtime manages switching between non-secure (non-trusted) and secure (trusted) worlds using Secure Monitor Calling Convention*</li>
<li>Platform Security Architecture (PSA)</li>
<li>Trusted Base System Architecture (TBSA)</li>
<li>Trusted Board Boot Requirements (TBBR)</li>
<li>Trusted Media Protection Architecture (TMPA)</li>
<li>Trusted Media Protection Architecture (TMPA)</li>
</ul>

<ul style="list-style:none;">
<li>Secure runtime manages switching between non-secure (non-trusted) and secure (trusted) worlds using TrustZone Secure Veneers</li>
<li>Platform Security Architecture (PSA)</li>
<li>Trusted Base System Architecture-M (TBSA-M) </li>
<li>Trusted Board Boot Requirements (TBBR)</li>
</ul>
</div>
<!-- /End Description -->

<!-- Social Media Links -->
Expand Down

0 comments on commit e1945ea

Please sign in to comment.