mirror of
https://github.com/armbian/build.git
synced 2025-08-13 22:56:57 +02:00
* Updated rockchip64-dev to u-boot v2019.10 and BL31 v1.30 (rk3399 boards) * Updated rk3399 to u-boot v2019.10 and BL31 v1.30 * Revert changes to renegade u-boot patches * Moved renegade u-boot patches into board dir * Added debug info for RockPro64 and switched sdmmc to fifo-mode * Disabled regulators in SPL for RockPro64 * Re-enabled sd vcc regulator in SPL for RockPro64 * Some device tree and config changes for OrangePi RK3399 * Fixed Rock Pi 4A's $BOOTCONFIG * Let some boards use mainline atf instead of the one in rkbin For example, roc-rk3399-pc can just boot the kernel using the mainline atf. * Add roc-rk3399-pc * Fixed reset in mainline ATF * Attached ATF version to v2.2 tag * WIP: sdmmc fifo-mode in SPL only * Renamed source config files * Reverted changes to rockchip64 sources config * Reverted patch moves * Add missing trust.ini patch to rk3399 u-boot * Reinstated tpl/spl patches in rk3399 family * Added $RKBIN_DIR prefix in rk3399 sources * Add demonstration of boards bootloader assignment in rk3399
22 lines
324 B
Diff
22 lines
324 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=./build/rk3399/debug/bl31/bl31.elf
|
|
+ADDR=0x10000
|
|
+[BL32_OPTION]
|
|
+SEC=0
|
|
+[BL33_OPTION]
|
|
+SEC=0
|
|
+[OUTPUT]
|
|
+PATH=trust.bin
|