Skip to content

Commit

Permalink
Merge pull request #22 from jto6/main
Browse files Browse the repository at this point in the history
Add J7-SK platform
  • Loading branch information
nmenon authored Aug 7, 2024
2 parents 2fe2a2c + b001097 commit 9fee46a
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion arm-trusted-firmware
11 changes: 11 additions & 0 deletions configs/j721e_sk_gp_all_defconfig
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion optee_os
Submodule optee_os updated 596 files
2 changes: 1 addition & 1 deletion ti-linux-firmware
Submodule ti-linux-firmware updated from 58e3c3 to 35fa44
2 changes: 1 addition & 1 deletion u-boot
Submodule u-boot updated from d312d9 to b7d5ce

0 comments on commit 9fee46a

Please sign in to comment.