mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
firefly-itx-3588j: fix optee refuse boot by using rock-5b-defconfig
This commit is contained in:
committed by
Igor
parent
34fa6db522
commit
e7e55d54cc
@@ -1,14 +1,15 @@
|
||||
# Rockchip RK3588j Octa core 4GB-32GB eMMC GBE HDMI HDMI-IN PCIe SATA USB3 WiFi 4G 5G
|
||||
BOARD_NAME="Firefly ITX-3588J"
|
||||
BOARDFAMILY="rockchip-rk3588"
|
||||
BOOT_SOC="rk3588"
|
||||
BOARD_MAINTAINER="SeeleVolleri"
|
||||
BOOTCONFIG="rock-5b-rk3588_defconfig"
|
||||
KERNEL_TARGET="vendor"
|
||||
BOOTCONFIG="rk3588_defconfig"
|
||||
BOOT_FDT_FILE="rockchip/rk3588-firefly-itx-3588j.dtb"
|
||||
BOOT_LOGO="desktop"
|
||||
FULL_DESKTOP="yes"
|
||||
BOOT_LOGO="desktop"
|
||||
BOOT_SCENARIO="spl-blobs"
|
||||
IMAGE_PARTITION_TABLE="gpt"
|
||||
declare -g UEFI_EDK2_BOARD_ID="firefly-itx-3588j" # This _only_ used for uefi-edk2-rk3588 extension
|
||||
|
||||
function post_family_tweaks_bsp__firefly_itx_3588j() {
|
||||
display_alert "$BOARD" "Installing rk3588-bluetooth.service" "info"
|
||||
|
||||
@@ -0,0 +1,23 @@
|
||||
t a/configs/rock-5b-rk3588_defconfig b/configs/rock-5b-rk3588_defconfig
|
||||
index 6832279aad6..87ee0e43b38 100644
|
||||
--- a/configs/rock-5b-rk3588_defconfig
|
||||
+++ b/configs/rock-5b-rk3588_defconfig
|
||||
@@ -23,7 +23,7 @@ CONFIG_TARGET_EVB_RK3588=y
|
||||
CONFIG_SPL_LIBDISK_SUPPORT=y
|
||||
CONFIG_SPL_SPI_FLASH_SUPPORT=y
|
||||
CONFIG_SPL_SPI_SUPPORT=y
|
||||
-CONFIG_DEFAULT_DEVICE_TREE="rk3588-rock-5b"
|
||||
+CONFIG_DEFAULT_DEVICE_TREE="rk3588-evb"
|
||||
CONFIG_DEBUG_UART=y
|
||||
CONFIG_FIT=y
|
||||
CONFIG_FIT_IMAGE_POST_PROCESS=y
|
||||
@@ -33,7 +33,7 @@ CONFIG_SPL_FIT_IMAGE_POST_PROCESS=y
|
||||
CONFIG_SPL_FIT_HW_CRYPTO=y
|
||||
# CONFIG_SPL_SYS_DCACHE_OFF is not set
|
||||
CONFIG_BOOTDELAY=0
|
||||
-CONFIG_DISABLE_CONSOLE=y
|
||||
+
|
||||
CONFIG_SYS_CONSOLE_INFO_QUIET=y
|
||||
# CONFIG_DISPLAY_CPUINFO is not set
|
||||
CONFIG_ANDROID_BOOTLOADER=y
|
||||
--
|
||||
@@ -1,22 +0,0 @@
|
||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||
From: None <None>
|
||||
Date: Tue, 2 Jul 2024 21:37:46 +0000
|
||||
Subject: disable always use security partition avoid not booting
|
||||
|
||||
---
|
||||
configs/rk3588_defconfig | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/configs/rk3588_defconfig b/configs/rk3588_defconfig
|
||||
index 111111111111..222222222222 100644
|
||||
--- a/configs/rk3588_defconfig
|
||||
+++ b/configs/rk3588_defconfig
|
||||
@@ -233,4 +233,4 @@ CONFIG_AVB_LIBAVB_USER=y
|
||||
CONFIG_RK_AVB_LIBAVB_USER=y
|
||||
CONFIG_OPTEE_CLIENT=y
|
||||
CONFIG_OPTEE_V2=y
|
||||
-CONFIG_OPTEE_ALWAYS_USE_SECURITY_PARTITION=y
|
||||
+CONFIG_OPTEE_ALWAYS_USE_SECURITY_PARTITION=n
|
||||
--
|
||||
Armbian
|
||||
|
||||
Reference in New Issue
Block a user