Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions config/boards/beaglebone-ai64.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# BeagleBone® AI-64 dual core 4GB GBE USB3 OSPI DisplayPort HDMI
# BeagleBone AI-64 Texas Instruments TDA4VM dual core 4GB GBE USB3 OSPI DisplayPort HDMI

BOARD_NAME="BeagleBone AI-64"
BOARDFAMILY="k3"
Expand All @@ -12,8 +12,8 @@ SYSFW_FILE="sysfw-j721e-gp-evm.itb"
TISPL_FILE="tispl.bin_unsigned"
UBOOT_FILE="u-boot.img_unsigned"
DEFAULT_CONSOLE="serial"
KERNEL_TARGET="current,edge"
KERNEL_TEST_TARGET="current"
KERNEL_TARGET="vendor,vendor-rt,edge"
KERNEL_TEST_TARGET="vendor"
SERIALCON="ttyS2"
ATF_BOARD="generic"
OPTEE_ARGS=""
Expand Down
6 changes: 3 additions & 3 deletions config/boards/beagleplay.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# TI AM62 quad core 2GB DDR4 16GB eMMC 1xGBE 1xSPE HDMI
# BeaglePlay Texas Instruments AM62 quad core 2GB DDR4 eMMC GBE SPE HDMI

BOARD_NAME="BeaglePlay"
BOARDFAMILY="k3"
Expand All @@ -11,8 +11,8 @@ TIBOOT3_FILE="tiboot3-am62x-gp-evm.bin"
TISPL_FILE="tispl.bin_unsigned"
UBOOT_FILE="u-boot.img_unsigned"
DEFAULT_CONSOLE="serial"
KERNEL_TARGET="current,edge"
KERNEL_TEST_TARGET="current"
KERNEL_TARGET="vendor,vendor-rt,edge"
KERNEL_TEST_TARGET="vendor"
SERIALCON="ttyS2"
ATF_BOARD="lite"
OPTEE_ARGS="CFG_TEE_CORE_LOG_LEVEL=1"
Expand Down
6 changes: 3 additions & 3 deletions config/boards/beagley-ai.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Texas Instruments AM67A quad core 4GB USB3 DDR4 4TOPS
# BeagleY-AI Texas Instruments AM67A quad core 4GB DDR4 USB3 4TOPS

BOARD_NAME="BeagleY-AI"
BOARDFAMILY="k3-beagle"
Expand All @@ -9,8 +9,8 @@ BOOT_FDT_FILE="k3-am67a-beagley-ai.dts"
TIBOOT3_BOOTCONFIG="am67a_beagley_ai_r5_defconfig"
TIBOOT3_FILE="tiboot3-j722s-hs-fs-evm.bin"
DEFAULT_CONSOLE="serial"
KERNEL_TARGET="current"
KERNEL_TEST_TARGET="current"
KERNEL_TARGET="vendor,vendor-rt,edge"
KERNEL_TEST_TARGET="vendor"
SERIALCON="ttyS2"
ATF_BOARD="lite"
OPTEE_ARGS=""
Expand Down
8 changes: 4 additions & 4 deletions config/boards/pocketbeagle2.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Texas Instruments AM62 dual core 1GB USB2 DDR4
# PocketBeagle 2 Texas Instruments AM62 dual core 512MB USB2 DDR4

BOARD_NAME="PocketBeagle 2"
BOARDFAMILY="k3-beagle"
Expand All @@ -8,11 +8,11 @@ BOOTFS_TYPE="fat"
TIBOOT3_BOOTCONFIG="am6232_pocketbeagle2_r5_defconfig"
TIBOOT3_FILE="tiboot3-am62x-hs-fs-evm.bin"
DEFAULT_CONSOLE="serial"
KERNEL_TARGET="current,current-rt"
KERNEL_TEST_TARGET="current"
KERNEL_TARGET="vendor,vendor-rt"
KERNEL_TEST_TARGET="vendor"
SERIALCON="ttyS2,ttyGS0"
ATF_BOARD="lite"
SRC_EXTLINUX="yes"
SRC_CMDLINE="root=/dev/mmcblk1p2 rootwait console=ttyS2,115200n8 console=ttyGS0,115200n8 modules-load=dwc2,g_cdc"
BOOT_FDT_FILE="ti/k3-am6232-pocketbeagle2.dtb"
BOOT_FDT_FILE="ti/k3-am6232-pocketbeagle2.dts" #Name changed in upstream
OPTEE_PLATFORM="k3-am62x"
6 changes: 3 additions & 3 deletions config/boards/sk-am62b.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# TI AM62 quad core 2GB 2xGBE OSPI HDMI
# Texas Instruments AM62 quad core 2GB 2xGBE OSPI HDMI

BOARD_NAME="SK-AM62B"
BOARDFAMILY="k3"
Expand All @@ -9,8 +9,8 @@ BOOT_FDT_FILE="ti/k3-am625-sk.dts"
TIBOOT3_BOOTCONFIG="am62x_evm_r5_defconfig"
TIBOOT3_FILE="tiboot3-am62x-hs-fs-evm.bin"
DEFAULT_CONSOLE="serial"
KERNEL_TARGET="current,edge"
KERNEL_TEST_TARGET="current"
KERNEL_TARGET="vendor,vendor-rt,vendor-edge,edge"
KERNEL_TEST_TARGET="vendor"
SERIALCON="ttyS2"
ATF_BOARD="lite"
OPTEE_ARGS="CFG_TEE_CORE_LOG_LEVEL=1"
Expand Down
6 changes: 3 additions & 3 deletions config/boards/sk-am62p.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# TI AM62P quad core 8GB 2xGBE OSPI HDMI
# Texas Instruments AM62P quad core 8GB 2xGBE OSPI HDMI

BOARD_NAME="SK-AM62P"
BOARDFAMILY="k3"
Expand All @@ -9,8 +9,8 @@ BOOT_FDT_FILE="ti/k3-am62p5-sk.dts"
TIBOOT3_BOOTCONFIG="am62px_evm_r5_defconfig"
TIBOOT3_FILE="tiboot3-am62px-hs-fs-evm.bin"
DEFAULT_CONSOLE="serial"
KERNEL_TARGET="current,edge"
KERNEL_TEST_TARGET="current"
KERNEL_TARGET="vendor,vendor-rt,vendor-edge,edge"
KERNEL_TEST_TARGET="vendor"
SERIALCON="ttyS2"
ATF_BOARD="lite"
OPTEE_ARGS="CFG_TEE_CORE_LOG_LEVEL=1"
Expand Down
6 changes: 3 additions & 3 deletions config/boards/sk-am64b.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# TI AM64 dual core 2GB 2xGBE USB3 WiFi OSPI
# Texas Instruments AM64 dual core 2GB 2xGBE USB3 WiFi OSPI

BOARD_NAME="SK-AM64B"
BOARDFAMILY="k3"
Expand All @@ -10,8 +10,8 @@ TIBOOT3_BOOTCONFIG="am64x_evm_r5_defconfig"
TIBOOT3_FILE="tiboot3-am64x_sr2-hs-fs-evm.bin"
DEFAULT_CONSOLE="serial"
HAS_VIDEO_OUTPUT="no"
KERNEL_TARGET="current,edge"
KERNEL_TEST_TARGET="current"
KERNEL_TARGET="vendor,vendor-rt,vendor-edge,edge"
KERNEL_TEST_TARGET="vendor"
SERIALCON="ttyS2"
ATF_BOARD="lite"
OPTEE_ARGS=""
Expand Down
6 changes: 3 additions & 3 deletions config/boards/sk-am68.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# TI SK-AM68 dual core 16GB 8TOPS GBE USB3 OSPI DisplayPort HDMI
# Texas Instruments AM68 dual core 16GB 8TOPS GBE USB3 OSPI DisplayPort HDMI

BOARD_NAME="SK-AM68"
BOARDFAMILY="k3"
Expand All @@ -9,8 +9,8 @@ BOOT_FDT_FILE="ti/k3-am68-sk-base-board.dts"
TIBOOT3_BOOTCONFIG="j721s2_evm_r5_defconfig"
TIBOOT3_FILE="tiboot3-j721s2-hs-fs-evm.bin"
DEFAULT_CONSOLE="serial"
KERNEL_TARGET="current,edge"
KERNEL_TEST_TARGET="current"
KERNEL_TARGET="vendor,vendor-rt,vendor-edge,edge"
KERNEL_TEST_TARGET="vendor"
SERIALCON="ttyS2"
ATF_BOARD="generic"
ATF_K3_USART_OFFSET="K3_USART=0x8"
Expand Down
6 changes: 3 additions & 3 deletions config/boards/sk-am69.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# TI SK-AM69 octa core 32GB 32TOPS GBE USB3 OSPI DisplayPort HDMI
# Texas Instruments AM69 octa core 32GB 32TOPS GBE USB3 OSPI DisplayPort HDMI

BOARD_NAME="SK-AM69"
BOARDFAMILY="k3"
Expand All @@ -9,8 +9,8 @@ BOOT_FDT_FILE="ti/k3-am69-sk.dts"
TIBOOT3_BOOTCONFIG="am69_sk_r5_defconfig"
TIBOOT3_FILE="tiboot3-j784s4-hs-fs-evm.bin"
DEFAULT_CONSOLE="serial"
KERNEL_TARGET="current,edge"
KERNEL_TEST_TARGET="current"
KERNEL_TARGET="vendor,vendor-rt,vendor-edge,edge"
KERNEL_TEST_TARGET="vendor"
SERIALCON="ttyS2"
ATF_BOARD="j784s4"
ATF_K3_USART_OFFSET="K3_USART=0x8"
Expand Down
6 changes: 3 additions & 3 deletions config/boards/sk-tda4vm.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# TI TDA4VM dual core 4GB GBE USB3 OSPI DisplayPort HDMI
# Texas Instruments TDA4VM dual core 4GB GBE USB3 OSPI DisplayPort HDMI

BOARD_NAME="SK-TDA4VM"
BOARDFAMILY="k3"
Expand All @@ -12,8 +12,8 @@ SYSFW_FILE="sysfw-j721e-gp-evm.itb"
TISPL_FILE="tispl.bin_unsigned"
UBOOT_FILE="u-boot.img_unsigned"
DEFAULT_CONSOLE="serial"
KERNEL_TARGET="current,edge"
KERNEL_TEST_TARGET="current"
KERNEL_TARGET="vendor,vendor-rt,vendor-edge,edge"
KERNEL_TEST_TARGET="vendor"
SERIALCON="ttyS2"
ATF_BOARD="generic"
OPTEE_ARGS=""
Expand Down
Loading