artik: update to os_3.0.0 according to Artik release verion
authorJaehoon Chung <jh80.chung@samsung.com>
Mon, 27 Nov 2017 04:24:10 +0000 (13:24 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Mon, 21 Jan 2019 07:08:00 +0000 (16:08 +0900)
OS_3.0.0 is difference with low version.
ARTIK530 is changed the nexell header size from 512bytes to 1K.

Signature OS version also needs to change to os_3.0.0.

Change-Id: Iba7c3d66d93678dad53d988d0c0047bb691ce4e9
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
include/configs/artik530_raptor.h
packaging/u-boot-artik530.spec
packaging/u-boot-artik7.spec
tools/mkimage_signed.sh

index 05f6d062f51cf2b4f4efaecd224acb7ace2a2bf2..3dbff54de11c6f457c9acf225d1ac0af41bdf6f8 100644 (file)
@@ -46,7 +46,7 @@
 #define CPU_RELEASE_ADDR                       CONFIG_SYS_INIT_SP_ADDR
 
 #define CONFIG_SIG
-#define CONFIG_EXTRA_SIZE      SZ_512
+#define CONFIG_EXTRA_SIZE      SZ_1K
 
 /*-----------------------------------------------------------------------
  *  High Level System Configuration
index fbc275aee617609cebabef40bc72dc70bb4c838a..cee63087db0ae7660bdddc0c2d520837cd3aaf79 100644 (file)
@@ -13,7 +13,7 @@ BuildRequires: u-boot-tools
 %description
 bootloader for Embedded boards based on ARM processor
 
-%define os_version 1.0.0
+%define os_version 3.0.0
 
 %prep
 %setup -q
index fbc7573ca3afc43f2710068a917015fd6a93d965..768be95001059dc1b9ca99acff41cbfaca58674e 100644 (file)
@@ -22,7 +22,7 @@ Group: System/Kernel
 This package includes SECURE_BINGEN and config files for the tool to create
 image with nexell format.
 
-%define os_version 2.0.0
+%define os_version 3.0.0
 
 %prep
 %setup -q
index e31acecbf30e3b68529f38f684709d3d5a5c061b..a7dba1856174cde18d8548aefa48d87b143478cb 100755 (executable)
@@ -77,7 +77,7 @@ elif [ $CONFIG == "odroid-xu3_defconfig" ]; then
 elif [ $CONFIG == "artik530_raptor_config" ]; then
        echo -n "artik530_raptor" > sig-board
        OUTPUT_BIN="u-boot.bin"
-       INPUT_SIZE_LIMIT=$((${OUTPUT_SIZE} - ${SIGN_HDR_SIZE} - 512))
+       INPUT_SIZE_LIMIT=$((${OUTPUT_SIZE} - ${SIGN_HDR_SIZE} - 1024))
 elif [ $CONFIG == "artik710_raptor_config" ]; then
        echo -n "artik710_raptor" > sig-board
        INPUT_SIZE_LIMIT=$((${OUTPUT_SIZE} - ${SIGN_HDR_SIZE} - 1120))