mirror of
https://github.com/armbian/build.git
synced 2025-08-10 21:26:59 +02:00
* Move all legacy u-boot patches under one general legacy folder * Move 32b Rockchip under 2022.04 and legacy for Miqi Tested * Move Rock 3A patch dir under legacy * Move / merge meson64 patch folder into v2022.07 Merge 2022.04 (mainly Rockchip 32) into 2022.07, tested * Remove not needed patch * Add last kernel version to config
22 lines
298 B
Diff
22 lines
298 B
Diff
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=0
|
|
+[BL30_OPTION]
|
|
+SEC=0
|
|
+[BL31_OPTION]
|
|
+SEC=0
|
|
+PATH=bl31.elf
|
|
+ADDR=0x10000
|
|
+[BL32_OPTION]
|
|
+SEC=0
|
|
+[BL33_OPTION]
|
|
+SEC=0
|
|
+[OUTPUT]
|
|
+PATH=trust.bin
|