aboutsummaryrefslogtreecommitdiffstats
path: root/plat/qemu/qemu_rotpk.S
Commit message (Collapse)AuthorAgeFilesLines
* qemu: introducing sub-platforms to qemu platformRadoslaw Biernacki2019-09-181-15/+0
| | | | | | | | | | | | | | | | | | | | This commit change the plat/qemu directory structure into: `-- plat `-- qemu |-- common (files shared with all qemu subplatforms) |-- qemu (original qemu platform) |-- qemu_sbsa (new sqemu_sbsa platform) |-- subplat1 `-- subplat2 This opens the possibility of adding new qemu sub-platforms which reuse existing common platform code. The first platform which will leverage new structure will be SBSA platform. Signed-off-by: Radoslaw Biernacki <radoslaw.biernacki@linaro.org> Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com> Change-Id: Id0d8133e1fffc1b574b69aa2770ebc02bb837a9b
* qemu: Add support for Trusted Board BootMichalis Pappas2017-10-251-0/+15
This patch adds support for TBB to qemu. An RSA ROT keypair is generated at build time and is included into BL1/BL2. The key and content certificates are read over semihosting. Fixes ARM-software/tf-issues#526 Signed-off-by: Michalis Pappas <mpappas@fastmail.fm>