mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
[WIP] Initial Rock64 support
This commit is contained in:
21
patch/atf/atf-rk3328/add-trust-ini.patch
Normal file
21
patch/atf/atf-rk3328/add-trust-ini.patch
Normal file
@@ -0,0 +1,21 @@
|
||||
diff --git a/trust.ini b/trust.ini
|
||||
new file mode 100644
|
||||
index 0000000..4af021a
|
||||
--- /dev/null
|
||||
+++ b/trust.ini
|
||||
@@ -0,0 +1,15 @@
|
||||
+[VERSION]
|
||||
+MAJOR=1
|
||||
+MINOR=2
|
||||
+[BL30_OPTION]
|
||||
+SEC=0
|
||||
+[BL31_OPTION]
|
||||
+SEC=1
|
||||
+PATH=./build/rk3328/debug/bl31/bl31.elf
|
||||
+ADDR=0x10000
|
||||
+[BL32_OPTION]
|
||||
+SEC=0
|
||||
+[BL33_OPTION]
|
||||
+SEC=0
|
||||
+[OUTPUT]
|
||||
+PATH=trust.bin
|
||||
Reference in New Issue
Block a user