Skip to content

Commit d681dce

Browse files
committed
forge1: switch to RK3506J variant and add OPTEE support
- Change BOOTCONFIG from rk3506b to rk3506j variant - Update btrfs patch to target correct defconfig - Add OPTEE image support for secure boot functionality
1 parent 078dde1 commit d681dce

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

config/boards/armsom-forge1.csc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
BOARD_NAME="ArmSoM Forge1"
33
BOARD_VENDOR="armsom"
44
BOARDFAMILY="rockchip"
5-
BOOTCONFIG="forge1-rk3506b_defconfig"
5+
BOOTCONFIG="forge1-rk3506j_defconfig"
66
BOARD_MAINTAINER="amazingfate"
77
KERNEL_TARGET="vendor"
88
BOOT_FDT_FILE="rk3506b-armsom-forge1.dtb"
Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
diff --git a/configs/forge1-rk3506b_defconfig b/configs/forge1-rk3506b_defconfig
1+
diff --git a/configs/forge1-rk3506j_defconfig b/configs/forge1-rk3506j_defconfig
22
index d006413eec1..a191a649d66 100644
3-
--- a/configs/forge1-rk3506b_defconfig
4-
+++ b/configs/forge1-rk3506b_defconfig
5-
@@ -27,6 +27,7 @@ CONFIG_CMD_USB_MASS_STORAGE=y
3+
--- a/configs/forge1-rk3506j_defconfig
4+
+++ b/configs/forge1-rk3506j_defconfig
5+
@@ -27,6 +27,8 @@ CONFIG_CMD_USB_MASS_STORAGE=y
66
# CONFIG_CMD_SETEXPR is not set
77
CONFIG_CMD_RNG=y
88
CONFIG_CMD_REGULATOR=y
99
+CONFIG_CMD_BTRFS=y
10+
+CONFIG_OPTEE_IMAGE=y
1011
# CONFIG_SPL_DOS_PARTITION is not set
1112
CONFIG_OF_SPL_REMOVE_PROPS="clock-names interrupt-parent assigned-clocks assigned-clock-rates assigned-clock-parents"
1213
CONFIG_BUTTON=y

0 commit comments

Comments
 (0)