From ec19c894c49b808878c1a39d827c6b67a8a21c6b Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Fri, 9 Aug 2019 06:48:18 -0400 Subject: [PATCH] list supported build targets --- static/build.html | 62 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) diff --git a/static/build.html b/static/build.html index ec2c1883..b36407c2 100644 --- a/static/build.html +++ b/static/build.html @@ -47,6 +47,7 @@ Table of contents +

+ Build targets +

+ +

Smartphone targets:

+ + + +

Generic targets:

+ + + +

These generic targets can be used with the emulator. These targets don't receive + full monthly security updates, don't provide all of the baseline security features like + verified boot and are intended for development usage.

+ +

SDK emulator targets:

+ + + +

These are extended versions of the generic targets with extra components for the + SDK. These targets don't receive full monthly security updates, don't provide all of + the baseline security features like verified boot and are intended for development + usage.

+ +

Board targets:

+ + + +

The hikey and hikey960 targets may currently be broken due to bugs uncovered by + hardened_malloc and other potential problems. The intention is to support them, but + the necessary time has not yet been dedicated to it. These targets don't receive full + monthly security updates, don't provide all of the baseline security features like + verified boot and are intended for development usage.

+

Build dependencies