Skip to content

Commit

Permalink
artik5: move artik5 prebuilt binaries
Browse files Browse the repository at this point in the history
This patch moves artik5 prebuilt binaries such as bl1, tzsw
into boot-firmwares-artik5.

Change-Id: Ic1661e89b90ffd6bf6f2c8d5a0f4f9447fadb7fe
Signed-off-by: Chanho Park <[email protected]>
  • Loading branch information
cometzero committed Sep 6, 2016
1 parent 1b5765d commit b4b2625
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 54 deletions.
8 changes: 8 additions & 0 deletions config/artik5.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
. config/common.cfg

export PREBUILT_DIR=$ARTIK_BUILD_DIR/../boot-firmwares-artik5
export INITRD=$PREBUILT_DIR/$RAMDISK_NAME

export TARGET_BOARD=artik5
export TARGET_DIR=$IMAGE_DIR/$TARGET_BOARD

Expand All @@ -24,6 +27,11 @@ export EMMC_UBOOT_OFFSET=62
export EMMC_TZSW_OFFSET=2110
export EMMC_ENV_OFFSET=4159

export WIFI_FW="7.26.5.18"
export BT_FW="003.001.012"
export ZIGBEE_FW="5.6.0 GA build 231"
export SE_FW=""

export ROOTFS_FILE=fedora-arm-artik-rootfs-20160726000129.tar.gz
export ROOTFS_FILE_MD5=d55a9cb486d747f0e409f95f854207c3

Expand Down
8 changes: 4 additions & 4 deletions mksdboot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ s5p4418_sdboot_gen()

exynos_sdboot_gen()
{
cp $PREBUILT_DIR/$TARGET_BOARD/bl1.bin $TARGET_DIR/
cp $PREBUILT_DIR/bl1.bin $TARGET_DIR/
cp $TARGET_DIR/$UBOOT_SPL $TARGET_DIR/bl2.bin
cp $PREBUILT_DIR/$TARGET_BOARD/tzsw.bin $TARGET_DIR/
cp $PREBUILT_DIR/tzsw.bin $TARGET_DIR/

dd conv=notrunc if=$TARGET_DIR/bl1.bin of=$IMG_NAME bs=512 seek=$BL1_OFFSET
dd conv=notrunc if=$TARGET_DIR/bl2.bin of=$IMG_NAME bs=512 seek=$BL2_OFFSET
Expand Down Expand Up @@ -99,9 +99,9 @@ case "$CHIP_NAME" in
test -e $PREBUILT_DIR/bl1-sdboot.img || die
;;
*)
test -e $PREBUILT_DIR/$TARGET_BOARD/bl1.bin || die
test -e $PREBUILT_DIR/bl1.bin || die
test -e $TARGET_DIR/$UBOOT_SPL || die
test -e $PREBUILT_DIR/$TARGET_BOARD/tzsw.bin || die
test -e $PREBUILT_DIR/tzsw.bin || die
;;
esac

Expand Down
Binary file removed prebuilt/artik5/bl1.bin
Binary file not shown.
Binary file removed prebuilt/artik5/bl2.bin
Binary file not shown.
50 changes: 0 additions & 50 deletions prebuilt/artik5/kernel_fit_verify.its

This file was deleted.

Binary file removed prebuilt/artik5/tzsw.bin
Binary file not shown.
Binary file removed prebuilt/artik5/u-boot-recovery.bin
Binary file not shown.

0 comments on commit b4b2625

Please sign in to comment.