From: Jaehoon Chung Date: Thu, 31 Aug 2017 11:15:12 +0000 (+0900) Subject: packaging: artik: support the artik530s for tizen X-Git-Tag: submit/tizen/20180327.075642~58 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=34d2cabea2d0c1b2ac52452c40fd9d73de1048cf;p=profile%2Fcommon%2Fplatform%2Fkernel%2Fu-boot-artik7.git packaging: artik: support the artik530s for tizen ARTIK530S is supported the signing bootloader and TEXT_BASE is changed. Added the prebuilt codesigner image and modified spec file. config file is also changed from artikXXX_raptor_config to artikXXX_raptor_legacy_config. artikxxx_raptor_config is provided OTA feature. But it doesn't need to enable yet. (Use the lecagy config files.) Support the artik530s for tizen. Change-Id: I61e09f0f5a4cc075c466f179a42456d3925f4d51 Signed-off-by: Jaehoon Chung --- diff --git a/packaging/u-boot-artik530.spec b/packaging/u-boot-artik530.spec index a15f45b983..80ba673d3c 100644 --- a/packaging/u-boot-artik530.spec +++ b/packaging/u-boot-artik530.spec @@ -19,7 +19,7 @@ bootloader for Embedded boards based on ARM processor %build # Set configuration -make artik530_raptor_config +make artik530_raptor_legacy_config # Build tools make %{?_smp_mflags} HOSTSTRIP=/bin/true tools @@ -35,12 +35,12 @@ tools/mkenvimage -s 16384 -o params.bin default_envs.txt rm copy_env_common.o default_envs.txt # gen_nexell_image -tools/nexell/BOOT_BINGEN \ +tools/nexell/SECURE_BINGEN \ -c S5P4418 -t 3rdboot \ -n tools/nexell/nsih/raptor-emmc.txt \ -i u-boot.bin \ -o bootloader.img \ - -l 0x43c00000 -e 0x43c00000 + -l 0x94c00000 -e 0x94c00000 %install rm -rf %{buildroot} diff --git a/packaging/u-boot-artik7.spec b/packaging/u-boot-artik7.spec index 2662ab2b85..4473b799d1 100644 --- a/packaging/u-boot-artik7.spec +++ b/packaging/u-boot-artik7.spec @@ -21,7 +21,7 @@ bootloader for Embedded boards based on ARM processor cp %{SOURCE1001} . # Set configuration -make artik710_raptor_config +make artik710_raptor_legacy_config # Build tools make %{?_smp_mflags} HOSTSTRIP=/bin/true tools