This shows you the differences between two versions of the page.
— |
ass:labs-2024:03 [2025/08/03 10:12] (current) florin.stancu created |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ~~NOTOC~~ | ||
+ | |||
+ | ===== 03 - Trusted Execution ===== | ||
+ | |||
+ | ===== Objectives ===== | ||
+ | |||
+ | * Modern software complexity -> cyber security issues; | ||
+ | * Trusted Execution Environments and their application; | ||
+ | * ARM's trusted boot process & the TrustZone architecture; | ||
+ | * Install OP-TEE trusted operating system within ARM CPU's secure domain; | ||
+ | * Build & run trusted applications; | ||
+ | |||
+ | ===== Contents ===== | ||
+ | |||
+ | {{indexmenu>:ass:labs-2024:03:tasks|skipfile}} | ||
+ | |||
+ | ===== Lecture ===== | ||
+ | |||
+ | Before beginning the tasks, please check out the [[:ass:cursuri:03|lecture slides & notes here]]. | ||
+ | |||
+ | ===== Tasks ===== | ||
+ | These tasks assume you have a proper boot image + base Linux system working (U-Boot SPL + ARM TrustedFirmware-A + Normal U-Boot, Linux Kernel + Buildroot filesystem). | ||
+ | |||
+ | We will continue writing the build scripts (Makefile-based) to augment our firmware boot package with a freshly compiled OP-TEE (BL32), modify ATF / TF-A (BL31) to load OP-TEE and, finally, write our own Trusted Applications and deploy them on our boards (with the help of our previously bootstrapped Linux, ofc.)! | ||
+ | |||
+ | {{namespace>:ass:labs-2024:03:tasks&nofooter&noeditbutton}} | ||