Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
meta-trustedsubstrate
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Linaro
dependable-boot
meta-trustedsubstrate
Merge requests
!2
The source project of this merge request has been removed.
Small OP-TEE improvements
Merged
Small OP-TEE improvements
(removed):optee-improvements
into
master
Overview
3
Commits
3
Changes
5
Merged
Ghost User
requested to merge
(removed):optee-improvements
into
master
2 years ago
Overview
3
Changes
5
Expand
1
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
7b6cab18
3 commits,
2 years ago
5 files
+
15
−
8
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
meta-trustedsubstrate/recipes-security/optee/optee-os-rockpi4b.inc
+
4
−
1
Options
@@ -14,7 +14,8 @@ OPTEEOUTPUTMACHINE = "rockchip"
EXTRA_OEMAKE
+=
" PLATFORM_FLAVOR=rk3399 ARCH=arm"
# Uncoment to enable verbose logs
#EXTRA_OEMAKE += " CFG_TEE_CORE_LOG_LEVEL=4 CFG_EARLY_CONSOLE=1"
#EXTRA_OEMAKE:remove = "CFG_TEE_CORE_LOG_LEVEL=2"
#EXTRA_OEMAKE += " CFG_TEE_CORE_LOG_LEVEL=4 "
# Buggy optee
EXTRA_OEMAKE
+=
" CFG_CORE_ASLR=n"
@@ -24,6 +25,8 @@ EXTRA_OEMAKE += " CFG_TEE_BENCHMARK=n"
EXTRA_OEMAKE
+=
" CFG_ARM64_core=y"
EXTRA_OEMAKE
+=
" CFG_CRYPTO_WITH_CE=y"
EXTRA_OEMAKE
+=
" HOST_PREFIX=${HOST_PREFIX}"
EXTRA_OEMAKE
+=
" CROSS_COMPILE64=${HOST_PREFIX}"
Loading