赞
踩
ATF(Arm Trusted Firmware)/TF-A Chapter 01. 介绍_puyoupuyou的专栏-CSDN博客
ATF(Arm Trusted Firmware)/TF-A Chapter 02 BL1-ROMCode_puyoupuyou的专栏-CSDN博客
ATF(Arm Trusted Firmware)/TF-A Chapter 02 BL1-ROMCode - Continued(1)_puyoupuyou的专栏-CSDN博客
ATF(Arm Trusted Firmware)/TF-A Chapter 02 BL1-ROMCode - Continued(2)_puyoupuyou的专栏-CSDN博客
ATF(Arm Trusted Firmware)/TF-A Chapter 03 Chain of Trust (CoT)_puyoupuyou的专栏-CSDN博客
ATF(Arm Trusted Firmware)/TF-A Chapter 04 Authentication Framework_puyoupuyou的专栏-CSDN博客
ATF(Arm Trusted Firmware)/TF-A Chapter 05 BL2_puyoupuyou的专栏-CSDN博客
TF-A,arm trusted fireware是ARM提供的一套通用的软件架构+特定于平台的实现代码。
主要有两个作用:
ATF框架里,包含BL1,BL2,BL31,不包含BL32,BL33
BL1->BL2->BL31/32->BL33
也不绝对,有些系统里没有BL1和BL2; 有些没有BL2。
511倾向用BL1->BL2->BL31->BL33完整启动流程。
TF-A code is logically divided between the three boot loader stages mentioned in the previous sections. The code is
also divided into the following categories (present as directories in the source code):
Each boot loader stage uses code from one or more of the above mentioned categories. Based upon the above, the
code layout looks like this:
Directory | Used by BL1? | Used by BL2? | Used by BL31? |
---|---|---|---|
bl1 | Yes | No | No |
bl2 | No | Yes | No |
bl31 | No | No | Yes |
plat | Yes | Yes | Yes |
drivers | Yes | No | Yes |
common | Yes | Yes | Yes |
lib | Yes | Yes | Yes |
services | No | No | Yes |
git clone https://github.com/ARM-software/arm-trusted-firmware.git
1. arm-trusted-firmware (ATF介绍)_每天进步一点-CSDN博客
- 官方帮助,先看5.4节:
- https://trustedfirmware-a.readthedocs.io/en/latest/
-
- https://blog.csdn.net/puyoupuyou/article/details/85046544
https://blog.csdn.net/puyoupuyou/category_9888730.html
Trusted Firmware-A Documentation — Trusted Firmware-A documentation
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。