Skip to content

Commit

Permalink
Security : Configure the ARTIK711s codesigner & security check file list
Browse files Browse the repository at this point in the history
This patch configures ARTIK711s codesigner tool (artik711_codesigner)
And, add a security check file list

Change-Id: I9083ef83db7ec535ca9b6225e13d461afae32e7b
Signed-off-by: ChoiHyeHyun <[email protected]>
  • Loading branch information
CHOIHYEHYUN committed Mar 13, 2018
1 parent 8d56378 commit 3638bc8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/artik711s.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
export TARGET_BOARD=artik711s
export TARGET_DIR=$IMAGE_DIR/$TARGET_BOARD
export PREBUILT_DIR=$ARTIK_BUILD_DIR/../boot-firmwares-artik711s
export SECURE_PREBUILT_DIR=$ARTIK_BUILD_DIR/../security-firmwares-artik710s
export SECURE_PREBUILT_DIR=$ARTIK_BUILD_DIR/../security-firmwares-artik711s
export INITRD=$PREBUILT_DIR/$RAMDISK_NAME
export SECURE_BOOT=enable
export SECURE_OS_FILE=fip-secure.img

export FIP_SEC_LOAD_ADDR=0x7fb00000

export RSA_SIGN_TOOL=$PREBUILT_DIR/artik710s_codesigner
export RSA_SIGN_TOOL=$PREBUILT_DIR/artik711s_codesigner
export FEDORA_PREBUILT_RPM_DIR=$PREBUILT_DIR/rpms

export KERNEL_DEFCONFIG=artik711s_raptor_defconfig
Expand Down
4 changes: 4 additions & 0 deletions config/artik711s_secure.list
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
../boot-firmwares-artik711s/artik711s_codesigner
../boot-firmwares-artik711s/fip-secure.img
../ubuntu-build-service/prebuilt/arm64/artik710s/libsee-linux-trustware_*_arm64.deb
../ubuntu-build-service/prebuilt/arm64/artik710s/security-b2b-artik710s_*_arm64.deb

0 comments on commit 3638bc8

Please sign in to comment.