mksklipad50: uboot2025: generate trust.ini (bl31.elf)

This commit is contained in:
Thorsten Maerz
2025-03-06 18:46:02 +01:00
committed by Igor
parent 9e3c0d4e0c
commit d34d7bf412

View File

@@ -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