mirror of
https://github.com/armbian/build.git
synced 2025-08-10 13:16:58 +02:00
- I guess this is most of the u-boot's I've touched over the years; notable exception is the orangepi3b (patches live in Kwiboo's tree) - this is in preparation for bumping versions, hopefully soon - radxa-zero, radxa-zero2, khadas-vim3, khadas-vim3l: drop patches for old u-boot versions no longer used
34 lines
593 B
Diff
34 lines
593 B
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: zador-blood-stained <zador-blood-stained@users.noreply.github.com>
|
|
Date: Wed, 16 Aug 2017 20:17:57 +0300
|
|
Subject: Add trust.ini
|
|
|
|
---
|
|
trust.ini | 15 ++++++++++
|
|
1 file changed, 15 insertions(+)
|
|
|
|
diff --git a/trust.ini b/trust.ini
|
|
new file mode 100644
|
|
index 000000000000..8cd7b97683f0
|
|
--- /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
|
|
--
|
|
Armbian
|
|
|