mirror of
https://github.com/armbian/build.git
synced 2025-08-09 04:36:58 +02:00
- notes in the board file about the RAM issues (tested, confirmed working blob change of #4383 by @pinhaozhang working with u-boot 21.07; `blobless` also works with ATF v2.7 on my known-good-RAM boards) - tinkerboard-2: add full firmware, for the rtl8822ce PCIe Wifi default card in the tb2 as shipped by ASUS - tinkerboard-2: uboot: rename `TARGET_TINKER-2_RK3399` to `TARGET_TINKER2_RK3399` to avoid warnings all over - tinkerboard-2: slower but working Tinkerboard 2S eMMC (HS400+ES to HS200) - both for u-boot and kernel. - should not affect 2, only 2S
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=1
|
|
+PATH=bl31.elf
|
|
+ADDR=0x10000
|
|
+[BL32_OPTION]
|
|
+SEC=0
|
|
+[BL33_OPTION]
|
|
+SEC=0
|
|
+[OUTPUT]
|
|
+PATH=trust.bin
|