CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
orangepi-xunlong

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.

GitHub Repository: orangepi-xunlong/orangepi-build
Path: blob/next/external/patch/atf/atf-rockchip64/board_rockpro64/add-trust-ini.patch
Views: 3960
1
diff --git a/trust.ini b/trust.ini
2
new file mode 100644
3
index 0000000..4af021a
4
--- /dev/null
5
+++ b/trust.ini
6
@@ -0,0 +1,15 @@
7
+[VERSION]
8
+MAJOR=1
9
+MINOR=0
10
+[BL30_OPTION]
11
+SEC=0
12
+[BL31_OPTION]
13
+SEC=1
14
+PATH=./build/rk3399/debug/bl31/bl31.elf
15
+ADDR=0x10000
16
+[BL32_OPTION]
17
+SEC=0
18
+[BL33_OPTION]
19
+SEC=0
20
+[OUTPUT]
21
+PATH=trust.bin
22
23