mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
mksklipad50: uboot2025: generate trust.ini (bl31.elf)
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: Thorsten Maerz <info@netztorte.de>
|
||||
Date: Thu, 06 Mar 2025 11:09:00 +0100
|
||||
Subject: Add uboot trust.ini (bl31.elf)
|
||||
|
||||
Build trust.ini (required for uboot)
|
||||
---
|
||||
|
||||
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
|
||||
Reference in New Issue
Block a user