From 4a27413cf224f3d8546e07bc17ecb3f4739cb7b6 Mon Sep 17 00:00:00 2001 From: Jonathan Humphreys Date: Wed, 7 Aug 2024 12:53:19 -0500 Subject: [PATCH 1/2] submodules: synced to the latest versions Signed-off-by: Jonathan Humphreys --- arm-trusted-firmware | 2 +- optee_os | 2 +- ti-linux-firmware | 2 +- u-boot | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/arm-trusted-firmware b/arm-trusted-firmware index 753da8c..9babc7c 160000 --- a/arm-trusted-firmware +++ b/arm-trusted-firmware @@ -1 +1 @@ -Subproject commit 753da8ce4500b1084be41a1d3bb034d47cdf2add +Subproject commit 9babc7c2d69c2b75395273e34b250aed03254e1e diff --git a/optee_os b/optee_os index fc57019..3376a60 160000 --- a/optee_os +++ b/optee_os @@ -1 +1 @@ -Subproject commit fc57019cb35c8c1bad66fc6d814ace5debde170a +Subproject commit 3376a60e1eccaa0c54b13aed6b88664d5693ddad diff --git a/ti-linux-firmware b/ti-linux-firmware index 58e3c37..35fa44a 160000 --- a/ti-linux-firmware +++ b/ti-linux-firmware @@ -1 +1 @@ -Subproject commit 58e3c376102aa8f42a0b1208afc91d75200b2d7b +Subproject commit 35fa44a93549d8d91b1c37a7b9f8767dbe7d37eb diff --git a/u-boot b/u-boot index d312d98..b7d5ce0 160000 --- a/u-boot +++ b/u-boot @@ -1 +1 @@ -Subproject commit d312d9831f25a8e70d64df46fb2fe9aab2e8c939 +Subproject commit b7d5ce05b1b52136af09cf34541c6a91079a4b86 From b0010971974093843a459b5911ab92089c749e87 Mon Sep 17 00:00:00 2001 From: Jonathan Humphreys Date: Wed, 7 Aug 2024 11:00:28 -0500 Subject: [PATCH 2/2] configs: Add j7-sk platform U-Boot had a single defconfig for both j7-sk and j7-evm, until commit: c9507f07a1d configs: j721e_sk: Move to separate defconfig for J721E SK board Now they are separate, so create a separate config for j7-sk. Signed-off-by: Jonathan Humphreys --- .github/workflows/main.yml | 5 +++++ configs/j721e_sk_gp_all_defconfig | 11 +++++++++++ 2 files changed, 16 insertions(+) create mode 100644 configs/j721e_sk_gp_all_defconfig diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index de9b371..248fd0d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -68,6 +68,11 @@ jobs: with: name: j721e_evm_gp path: /tmp/upstream-boot-build/deploy/j721e_evm_gp_all + - name: Deploy j721e_sk_gp firmware + uses: actions/upload-artifact@v4 + with: + name: j721e_sk_gp + path: /tmp/upstream-boot-build/deploy/j721e_sk_gp_all - name: Deploy j721e_beagleboneai64_gp firmware uses: actions/upload-artifact@v4 with: diff --git a/configs/j721e_sk_gp_all_defconfig b/configs/j721e_sk_gp_all_defconfig new file mode 100644 index 0000000..6c56ccb --- /dev/null +++ b/configs/j721e_sk_gp_all_defconfig @@ -0,0 +1,11 @@ +# J721e SK configuration for GP devices +SOC_NAME=j721e +BOARD_NAME=sk +SECURITY_TYPE=gp + +TFA_BOARD=generic + +OPTEE_PLATFORM=k3-j721e + +UBOOT_ARMV7_DEFCONFIG=j721e_sk_r5_defconfig +UBOOT_ARMV8_DEFCONFIG=j721e_sk_a72_defconfig