Skip to content
Snippets Groups Projects
Commit 33d4af47 authored by Jiafei Pan's avatar Jiafei Pan
Browse files

layerscape: Initial TF-A support for LS1043ardb


This patch introduce TF-A support for NXP's ls1043a platform.
more details information of ls1043a chip and ls1043ardb board
can be found at docs/plat/ls1043a.rst.

Boot sequence on ls1043a is: bootrom loads bl1 firstly, then bl1
loads bl2, bl2 will load bl31, bl32 and bl33, bl31 will boot
bl32(tee os) and bl33(u-boot or uefi), bl33 boot Linux kernel.

Now TF-A on ls1043ardb platform has the following features in this patch:
	* Support boot from Nor flash.
	* TF-A can boot bl33 which runs in el2 of non-secure world.
	* TF-A boot OPTee OS.
	* Support PSCI

Signed-off-by: default avatarJiafei Pan <Jiafei.Pan@nxp.com>
Signed-off-by: default avatarChenyin.Ha <Chenyin.Ha@nxp.com>
Signed-off-by: default avatarChenhui Zhao <chenhui.zhao@nxp.com>
Signed-off-by: default avatarjiaheng.fan <jiaheng.fan@nxp.com>
Signed-off-by: default avatarWen He <wen.he_1@nxp.com>
parent 93883a29
No related branches found
No related tags found
No related merge requests found
Showing
with 1433 additions and 0 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment