File project.diff of Package JeOS-odroidxu3

--- Images.kiwi.in.orig
+++ Images.kiwi.in
@@ -696,6 +696,8 @@
 #endif
 #if IS_FLAVOR_rock64 || IS_FLAVOR_rockpi4
         disk_start_sector="32768"
+#elif IS_FLAVOR_odroidxu3
+	disk_start_sector="4096"
 #elif IS_FLAVOR_zturn
     /* fdisk issue in kiwi: https://github.com/OSInside/kiwi/issues/1749 */
     /* Do not set disk_start_sector="" until this is resolved */
--- JeOS-odroidxu3.kiwi.orig
+++ JeOS-odroidxu3.kiwi
@@ -18,7 +18,7 @@
   </description>
   <!-- OBS-ExclusiveArch: armv7l armv7hl -->
   <preferences>
-    <type image="oem" initrd_system="dracut" filesystem="ext4" fsmountoptions="noatime,nobarrier" bootloader="grub2" firmware="efi" efipartsize="16" editbootinstall="uboot-image-odroidxu3-install" kernelcmdline="loglevel=3 splash=silent systemd.show_status=1 console=ttySAC2,115200n8 console=tty" disk_start_sector="8192">
+    <type image="oem" initrd_system="dracut" filesystem="ext4" fsmountoptions="noatime,nobarrier" bootloader="grub2" firmware="efi" efipartsize="16" editbootinstall="uboot-image-odroidxu3-install" kernelcmdline="loglevel=3 splash=silent systemd.show_status=1 console=ttySAC2,115200n8 console=tty" disk_start_sector="4096">
       <oemconfig>
         <oem-swap>true</oem-swap>
         <oem-swapsize>500</oem-swapsize>
--- JeOS.changes.orig
+++ JeOS.changes
@@ -946,6 +946,11 @@ Thu Jul  4 14:11:40 UTC 2019 - Guillaume
   xrx, xtrap
 
 -------------------------------------------------------------------
+Mon Jul  1 12:00:45 UTC 2019 - Reinhard Max <max@suse.com>
+
+- Leave 2MB for U-Boot at the start of the image for Odroid XU3.
+
+-------------------------------------------------------------------
 Sat Jun 29 14:47:42 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
 
 - Bump libyui-*-pkg9 to libyui-*-pkg10
--- uboot-image-a13olinuxino-install.orig
+++ uboot-image-a13olinuxino-install
@@ -283,7 +283,7 @@ if [[ -f "boot/bl1.bin.hardkernel" && -f
         echo "Couldn't install u-boot on $diskname"
         exit 1
     fi
-    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=719 conv=notrunc; then
+    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=2111 conv=notrunc; then
         echo "Couldn't install TrustZone S/W on $diskname"
         exit 1
     fi
--- uboot-image-a20olinuxinolime-install.orig
+++ uboot-image-a20olinuxinolime-install
@@ -283,7 +283,7 @@ if [[ -f "boot/bl1.bin.hardkernel" && -f
         echo "Couldn't install u-boot on $diskname"
         exit 1
     fi
-    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=719 conv=notrunc; then
+    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=2111 conv=notrunc; then
         echo "Couldn't install TrustZone S/W on $diskname"
         exit 1
     fi
--- uboot-image-a20olinuxinomicro-install.orig
+++ uboot-image-a20olinuxinomicro-install
@@ -283,7 +283,7 @@ if [[ -f "boot/bl1.bin.hardkernel" && -f
         echo "Couldn't install u-boot on $diskname"
         exit 1
     fi
-    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=719 conv=notrunc; then
+    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=2111 conv=notrunc; then
         echo "Couldn't install TrustZone S/W on $diskname"
         exit 1
     fi
--- uboot-image-arndale-install.orig
+++ uboot-image-arndale-install
@@ -283,7 +283,7 @@ if [[ -f "boot/bl1.bin.hardkernel" && -f
         echo "Couldn't install u-boot on $diskname"
         exit 1
     fi
-    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=719 conv=notrunc; then
+    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=2111 conv=notrunc; then
         echo "Couldn't install TrustZone S/W on $diskname"
         exit 1
     fi
--- uboot-image-bananapi-install.orig
+++ uboot-image-bananapi-install
@@ -283,7 +283,7 @@ if [[ -f "boot/bl1.bin.hardkernel" && -f
         echo "Couldn't install u-boot on $diskname"
         exit 1
     fi
-    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=719 conv=notrunc; then
+    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=2111 conv=notrunc; then
         echo "Couldn't install TrustZone S/W on $diskname"
         exit 1
     fi
--- uboot-image-bananapiR2-install.orig
+++ uboot-image-bananapiR2-install
@@ -283,7 +283,7 @@ if [[ -f "boot/bl1.bin.hardkernel" && -f
         echo "Couldn't install u-boot on $diskname"
         exit 1
     fi
-    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=719 conv=notrunc; then
+    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=2111 conv=notrunc; then
         echo "Couldn't install TrustZone S/W on $diskname"
         exit 1
     fi
--- uboot-image-beagle-install.orig
+++ uboot-image-beagle-install
@@ -283,7 +283,7 @@ if [[ -f "boot/bl1.bin.hardkernel" && -f
         echo "Couldn't install u-boot on $diskname"
         exit 1
     fi
-    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=719 conv=notrunc; then
+    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=2111 conv=notrunc; then
         echo "Couldn't install TrustZone S/W on $diskname"
         exit 1
     fi
--- uboot-image-beaglebone-install.orig
+++ uboot-image-beaglebone-install
@@ -283,7 +283,7 @@ if [[ -f "boot/bl1.bin.hardkernel" && -f
         echo "Couldn't install u-boot on $diskname"
         exit 1
     fi
-    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=719 conv=notrunc; then
+    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=2111 conv=notrunc; then
         echo "Couldn't install TrustZone S/W on $diskname"
         exit 1
     fi
--- uboot-image-chromebook-install.orig
+++ uboot-image-chromebook-install
@@ -283,7 +283,7 @@ if [[ -f "boot/bl1.bin.hardkernel" && -f
         echo "Couldn't install u-boot on $diskname"
         exit 1
     fi
-    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=719 conv=notrunc; then
+    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=2111 conv=notrunc; then
         echo "Couldn't install TrustZone S/W on $diskname"
         exit 1
     fi
--- uboot-image-clearfog-install.orig
+++ uboot-image-clearfog-install
@@ -283,7 +283,7 @@ if [[ -f "boot/bl1.bin.hardkernel" && -f
         echo "Couldn't install u-boot on $diskname"
         exit 1
     fi
-    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=719 conv=notrunc; then
+    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=2111 conv=notrunc; then
         echo "Couldn't install TrustZone S/W on $diskname"
         exit 1
     fi
--- uboot-image-cubieboard-install.orig
+++ uboot-image-cubieboard-install
@@ -283,7 +283,7 @@ if [[ -f "boot/bl1.bin.hardkernel" && -f
         echo "Couldn't install u-boot on $diskname"
         exit 1
     fi
-    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=719 conv=notrunc; then
+    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=2111 conv=notrunc; then
         echo "Couldn't install TrustZone S/W on $diskname"
         exit 1
     fi
--- uboot-image-cubieboard2-install.orig
+++ uboot-image-cubieboard2-install
@@ -283,7 +283,7 @@ if [[ -f "boot/bl1.bin.hardkernel" && -f
         echo "Couldn't install u-boot on $diskname"
         exit 1
     fi
-    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=719 conv=notrunc; then
+    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=2111 conv=notrunc; then
         echo "Couldn't install TrustZone S/W on $diskname"
         exit 1
     fi
--- uboot-image-cubietruck-install.orig
+++ uboot-image-cubietruck-install
@@ -283,7 +283,7 @@ if [[ -f "boot/bl1.bin.hardkernel" && -f
         echo "Couldn't install u-boot on $diskname"
         exit 1
     fi
-    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=719 conv=notrunc; then
+    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=2111 conv=notrunc; then
         echo "Couldn't install TrustZone S/W on $diskname"
         exit 1
     fi
--- uboot-image-cubox-install.orig
+++ uboot-image-cubox-install
@@ -283,7 +283,7 @@ if [[ -f "boot/bl1.bin.hardkernel" && -f
         echo "Couldn't install u-boot on $diskname"
         exit 1
     fi
-    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=719 conv=notrunc; then
+    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=2111 conv=notrunc; then
         echo "Couldn't install TrustZone S/W on $diskname"
         exit 1
     fi
--- uboot-image-cuboxi-install.orig
+++ uboot-image-cuboxi-install
@@ -283,7 +283,7 @@ if [[ -f "boot/bl1.bin.hardkernel" && -f
         echo "Couldn't install u-boot on $diskname"
         exit 1
     fi
-    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=719 conv=notrunc; then
+    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=2111 conv=notrunc; then
         echo "Couldn't install TrustZone S/W on $diskname"
         exit 1
     fi
--- uboot-image-efi-install.orig
+++ uboot-image-efi-install
@@ -283,7 +283,7 @@ if [[ -f "boot/bl1.bin.hardkernel" && -f
         echo "Couldn't install u-boot on $diskname"
         exit 1
     fi
-    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=719 conv=notrunc; then
+    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=2111 conv=notrunc; then
         echo "Couldn't install TrustZone S/W on $diskname"
         exit 1
     fi
--- uboot-image-fireflyrk3288-install.orig
+++ uboot-image-fireflyrk3288-install
@@ -283,7 +283,7 @@ if [[ -f "boot/bl1.bin.hardkernel" && -f
         echo "Couldn't install u-boot on $diskname"
         exit 1
     fi
-    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=719 conv=notrunc; then
+    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=2111 conv=notrunc; then
         echo "Couldn't install TrustZone S/W on $diskname"
         exit 1
     fi
--- uboot-image-hifiveunleashed-install.orig
+++ uboot-image-hifiveunleashed-install
@@ -283,7 +283,7 @@ if [[ -f "boot/bl1.bin.hardkernel" && -f
         echo "Couldn't install u-boot on $diskname"
         exit 1
     fi
-    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=719 conv=notrunc; then
+    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=2111 conv=notrunc; then
         echo "Couldn't install TrustZone S/W on $diskname"
         exit 1
     fi
--- uboot-image-hifiveunmatched-install.orig
+++ uboot-image-hifiveunmatched-install
@@ -283,7 +283,7 @@ if [[ -f "boot/bl1.bin.hardkernel" && -f
         echo "Couldn't install u-boot on $diskname"
         exit 1
     fi
-    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=719 conv=notrunc; then
+    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=2111 conv=notrunc; then
         echo "Couldn't install TrustZone S/W on $diskname"
         exit 1
     fi
--- uboot-image-hikey-install.orig
+++ uboot-image-hikey-install
@@ -283,7 +283,7 @@ if [[ -f "boot/bl1.bin.hardkernel" && -f
         echo "Couldn't install u-boot on $diskname"
         exit 1
     fi
-    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=719 conv=notrunc; then
+    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=2111 conv=notrunc; then
         echo "Couldn't install TrustZone S/W on $diskname"
         exit 1
     fi
--- uboot-image-hikey960-install.orig
+++ uboot-image-hikey960-install
@@ -283,7 +283,7 @@ if [[ -f "boot/bl1.bin.hardkernel" && -f
         echo "Couldn't install u-boot on $diskname"
         exit 1
     fi
-    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=719 conv=notrunc; then
+    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=2111 conv=notrunc; then
         echo "Couldn't install TrustZone S/W on $diskname"
         exit 1
     fi
--- uboot-image-install.in.orig
+++ uboot-image-install.in
@@ -283,7 +283,7 @@ if [[ -f "boot/bl1.bin.hardkernel" && -f
         echo "Couldn't install u-boot on $diskname"
         exit 1
     fi
-    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=719 conv=notrunc; then
+    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=2111 conv=notrunc; then
         echo "Couldn't install TrustZone S/W on $diskname"
         exit 1
     fi
--- uboot-image-loco-install.orig
+++ uboot-image-loco-install
@@ -283,7 +283,7 @@ if [[ -f "boot/bl1.bin.hardkernel" && -f
         echo "Couldn't install u-boot on $diskname"
         exit 1
     fi
-    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=719 conv=notrunc; then
+    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=2111 conv=notrunc; then
         echo "Couldn't install TrustZone S/W on $diskname"
         exit 1
     fi
--- uboot-image-m400-install.orig
+++ uboot-image-m400-install
@@ -283,7 +283,7 @@ if [[ -f "boot/bl1.bin.hardkernel" && -f
         echo "Couldn't install u-boot on $diskname"
         exit 1
     fi
-    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=719 conv=notrunc; then
+    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=2111 conv=notrunc; then
         echo "Couldn't install TrustZone S/W on $diskname"
         exit 1
     fi
--- uboot-image-midway-install.orig
+++ uboot-image-midway-install
@@ -283,7 +283,7 @@ if [[ -f "boot/bl1.bin.hardkernel" && -f
         echo "Couldn't install u-boot on $diskname"
         exit 1
     fi
-    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=719 conv=notrunc; then
+    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=2111 conv=notrunc; then
         echo "Couldn't install TrustZone S/W on $diskname"
         exit 1
     fi
--- uboot-image-nanopct4-install.orig
+++ uboot-image-nanopct4-install
@@ -283,7 +283,7 @@ if [[ -f "boot/bl1.bin.hardkernel" && -f
         echo "Couldn't install u-boot on $diskname"
         exit 1
     fi
-    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=719 conv=notrunc; then
+    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=2111 conv=notrunc; then
         echo "Couldn't install TrustZone S/W on $diskname"
         exit 1
     fi
--- uboot-image-nanopik2-install.orig
+++ uboot-image-nanopik2-install
@@ -283,7 +283,7 @@ if [[ -f "boot/bl1.bin.hardkernel" && -f
         echo "Couldn't install u-boot on $diskname"
         exit 1
     fi
-    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=719 conv=notrunc; then
+    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=2111 conv=notrunc; then
         echo "Couldn't install TrustZone S/W on $diskname"
         exit 1
     fi
--- uboot-image-nanopim4b-install.orig
+++ uboot-image-nanopim4b-install
@@ -283,7 +283,7 @@ if [[ -f "boot/bl1.bin.hardkernel" && -f
         echo "Couldn't install u-boot on $diskname"
         exit 1
     fi
-    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=719 conv=notrunc; then
+    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=2111 conv=notrunc; then
         echo "Couldn't install TrustZone S/W on $diskname"
         exit 1
     fi
--- uboot-image-nanopineo-install.orig
+++ uboot-image-nanopineo-install
@@ -283,7 +283,7 @@ if [[ -f "boot/bl1.bin.hardkernel" && -f
         echo "Couldn't install u-boot on $diskname"
         exit 1
     fi
-    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=719 conv=notrunc; then
+    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=2111 conv=notrunc; then
         echo "Couldn't install TrustZone S/W on $diskname"
         exit 1
     fi
--- uboot-image-nanopineoair-install.orig
+++ uboot-image-nanopineoair-install
@@ -283,7 +283,7 @@ if [[ -f "boot/bl1.bin.hardkernel" && -f
         echo "Couldn't install u-boot on $diskname"
         exit 1
     fi
-    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=719 conv=notrunc; then
+    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=2111 conv=notrunc; then
         echo "Couldn't install TrustZone S/W on $diskname"
         exit 1
     fi
--- uboot-image-odroid-install.orig
+++ uboot-image-odroid-install
@@ -283,7 +283,7 @@ if [[ -f "boot/bl1.bin.hardkernel" && -f
         echo "Couldn't install u-boot on $diskname"
         exit 1
     fi
-    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=719 conv=notrunc; then
+    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=2111 conv=notrunc; then
         echo "Couldn't install TrustZone S/W on $diskname"
         exit 1
     fi
--- uboot-image-odroidc2-install.orig
+++ uboot-image-odroidc2-install
@@ -283,7 +283,7 @@ if [[ -f "boot/bl1.bin.hardkernel" && -f
         echo "Couldn't install u-boot on $diskname"
         exit 1
     fi
-    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=719 conv=notrunc; then
+    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=2111 conv=notrunc; then
         echo "Couldn't install TrustZone S/W on $diskname"
         exit 1
     fi
--- uboot-image-odroidc4-install.orig
+++ uboot-image-odroidc4-install
@@ -283,7 +283,7 @@ if [[ -f "boot/bl1.bin.hardkernel" && -f
         echo "Couldn't install u-boot on $diskname"
         exit 1
     fi
-    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=719 conv=notrunc; then
+    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=2111 conv=notrunc; then
         echo "Couldn't install TrustZone S/W on $diskname"
         exit 1
     fi
--- uboot-image-odroidxu3-install.orig
+++ uboot-image-odroidxu3-install
@@ -283,7 +283,7 @@ if [[ -f "boot/bl1.bin.hardkernel" && -f
         echo "Couldn't install u-boot on $diskname"
         exit 1
     fi
-    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=719 conv=notrunc; then
+    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=2111 conv=notrunc; then
         echo "Couldn't install TrustZone S/W on $diskname"
         exit 1
     fi
--- uboot-image-olinuxinolime-install.orig
+++ uboot-image-olinuxinolime-install
@@ -283,7 +283,7 @@ if [[ -f "boot/bl1.bin.hardkernel" && -f
         echo "Couldn't install u-boot on $diskname"
         exit 1
     fi
-    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=719 conv=notrunc; then
+    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=2111 conv=notrunc; then
         echo "Couldn't install TrustZone S/W on $diskname"
         exit 1
     fi
--- uboot-image-olinuxinolime2-install.orig
+++ uboot-image-olinuxinolime2-install
@@ -283,7 +283,7 @@ if [[ -f "boot/bl1.bin.hardkernel" && -f
         echo "Couldn't install u-boot on $diskname"
         exit 1
     fi
-    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=719 conv=notrunc; then
+    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=2111 conv=notrunc; then
         echo "Couldn't install TrustZone S/W on $diskname"
         exit 1
     fi
--- uboot-image-orangepizero2-install.orig
+++ uboot-image-orangepizero2-install
@@ -283,7 +283,7 @@ if [[ -f "boot/bl1.bin.hardkernel" && -f
         echo "Couldn't install u-boot on $diskname"
         exit 1
     fi
-    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=719 conv=notrunc; then
+    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=2111 conv=notrunc; then
         echo "Couldn't install TrustZone S/W on $diskname"
         exit 1
     fi
--- uboot-image-panda-install.orig
+++ uboot-image-panda-install
@@ -283,7 +283,7 @@ if [[ -f "boot/bl1.bin.hardkernel" && -f
         echo "Couldn't install u-boot on $diskname"
         exit 1
     fi
-    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=719 conv=notrunc; then
+    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=2111 conv=notrunc; then
         echo "Couldn't install TrustZone S/W on $diskname"
         exit 1
     fi
--- uboot-image-paz00-install.orig
+++ uboot-image-paz00-install
@@ -283,7 +283,7 @@ if [[ -f "boot/bl1.bin.hardkernel" && -f
         echo "Couldn't install u-boot on $diskname"
         exit 1
     fi
-    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=719 conv=notrunc; then
+    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=2111 conv=notrunc; then
         echo "Couldn't install TrustZone S/W on $diskname"
         exit 1
     fi
--- uboot-image-pine64-install.orig
+++ uboot-image-pine64-install
@@ -283,7 +283,7 @@ if [[ -f "boot/bl1.bin.hardkernel" && -f
         echo "Couldn't install u-boot on $diskname"
         exit 1
     fi
-    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=719 conv=notrunc; then
+    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=2111 conv=notrunc; then
         echo "Couldn't install TrustZone S/W on $diskname"
         exit 1
     fi
--- uboot-image-pinebookpro-install.orig
+++ uboot-image-pinebookpro-install
@@ -283,7 +283,7 @@ if [[ -f "boot/bl1.bin.hardkernel" && -f
         echo "Couldn't install u-boot on $diskname"
         exit 1
     fi
-    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=719 conv=notrunc; then
+    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=2111 conv=notrunc; then
         echo "Couldn't install TrustZone S/W on $diskname"
         exit 1
     fi
--- uboot-image-pinephone-install.orig
+++ uboot-image-pinephone-install
@@ -283,7 +283,7 @@ if [[ -f "boot/bl1.bin.hardkernel" && -f
         echo "Couldn't install u-boot on $diskname"
         exit 1
     fi
-    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=719 conv=notrunc; then
+    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=2111 conv=notrunc; then
         echo "Couldn't install TrustZone S/W on $diskname"
         exit 1
     fi
--- uboot-image-radxazero-install.orig
+++ uboot-image-radxazero-install
@@ -283,7 +283,7 @@ if [[ -f "boot/bl1.bin.hardkernel" && -f
         echo "Couldn't install u-boot on $diskname"
         exit 1
     fi
-    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=719 conv=notrunc; then
+    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=2111 conv=notrunc; then
         echo "Couldn't install TrustZone S/W on $diskname"
         exit 1
     fi
--- uboot-image-raspberrypi-install.orig
+++ uboot-image-raspberrypi-install
@@ -283,7 +283,7 @@ if [[ -f "boot/bl1.bin.hardkernel" && -f
         echo "Couldn't install u-boot on $diskname"
         exit 1
     fi
-    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=719 conv=notrunc; then
+    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=2111 conv=notrunc; then
         echo "Couldn't install TrustZone S/W on $diskname"
         exit 1
     fi
--- uboot-image-raspberrypi1-install.orig
+++ uboot-image-raspberrypi1-install
@@ -283,7 +283,7 @@ if [[ -f "boot/bl1.bin.hardkernel" && -f
         echo "Couldn't install u-boot on $diskname"
         exit 1
     fi
-    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=719 conv=notrunc; then
+    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=2111 conv=notrunc; then
         echo "Couldn't install TrustZone S/W on $diskname"
         exit 1
     fi
--- uboot-image-raspberrypi2-install.orig
+++ uboot-image-raspberrypi2-install
@@ -283,7 +283,7 @@ if [[ -f "boot/bl1.bin.hardkernel" && -f
         echo "Couldn't install u-boot on $diskname"
         exit 1
     fi
-    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=719 conv=notrunc; then
+    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=2111 conv=notrunc; then
         echo "Couldn't install TrustZone S/W on $diskname"
         exit 1
     fi
--- uboot-image-rock64-install.orig
+++ uboot-image-rock64-install
@@ -283,7 +283,7 @@ if [[ -f "boot/bl1.bin.hardkernel" && -f
         echo "Couldn't install u-boot on $diskname"
         exit 1
     fi
-    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=719 conv=notrunc; then
+    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=2111 conv=notrunc; then
         echo "Couldn't install TrustZone S/W on $diskname"
         exit 1
     fi
--- uboot-image-rockpi4-install.orig
+++ uboot-image-rockpi4-install
@@ -283,7 +283,7 @@ if [[ -f "boot/bl1.bin.hardkernel" && -f
         echo "Couldn't install u-boot on $diskname"
         exit 1
     fi
-    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=719 conv=notrunc; then
+    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=2111 conv=notrunc; then
         echo "Couldn't install TrustZone S/W on $diskname"
         exit 1
     fi
--- uboot-image-rockpro64-install.orig
+++ uboot-image-rockpro64-install
@@ -283,7 +283,7 @@ if [[ -f "boot/bl1.bin.hardkernel" && -f
         echo "Couldn't install u-boot on $diskname"
         exit 1
     fi
-    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=719 conv=notrunc; then
+    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=2111 conv=notrunc; then
         echo "Couldn't install TrustZone S/W on $diskname"
         exit 1
     fi
--- uboot-image-sabrelite-install.orig
+++ uboot-image-sabrelite-install
@@ -283,7 +283,7 @@ if [[ -f "boot/bl1.bin.hardkernel" && -f
         echo "Couldn't install u-boot on $diskname"
         exit 1
     fi
-    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=719 conv=notrunc; then
+    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=2111 conv=notrunc; then
         echo "Couldn't install TrustZone S/W on $diskname"
         exit 1
     fi
--- uboot-image-sinovoipbpim2plus-install.orig
+++ uboot-image-sinovoipbpim2plus-install
@@ -283,7 +283,7 @@ if [[ -f "boot/bl1.bin.hardkernel" && -f
         echo "Couldn't install u-boot on $diskname"
         exit 1
     fi
-    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=719 conv=notrunc; then
+    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=2111 conv=notrunc; then
         echo "Couldn't install TrustZone S/W on $diskname"
         exit 1
     fi
--- uboot-image-sinovoipbpim2zero-install.orig
+++ uboot-image-sinovoipbpim2zero-install
@@ -283,7 +283,7 @@ if [[ -f "boot/bl1.bin.hardkernel" && -f
         echo "Couldn't install u-boot on $diskname"
         exit 1
     fi
-    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=719 conv=notrunc; then
+    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=2111 conv=notrunc; then
         echo "Couldn't install TrustZone S/W on $diskname"
         exit 1
     fi
--- uboot-image-socfpgade0nanosoc-install.orig
+++ uboot-image-socfpgade0nanosoc-install
@@ -283,7 +283,7 @@ if [[ -f "boot/bl1.bin.hardkernel" && -f
         echo "Couldn't install u-boot on $diskname"
         exit 1
     fi
-    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=719 conv=notrunc; then
+    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=2111 conv=notrunc; then
         echo "Couldn't install TrustZone S/W on $diskname"
         exit 1
     fi
--- uboot-image-starfivejh7100-install.orig
+++ uboot-image-starfivejh7100-install
@@ -283,7 +283,7 @@ if [[ -f "boot/bl1.bin.hardkernel" && -f
         echo "Couldn't install u-boot on $diskname"
         exit 1
     fi
-    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=719 conv=notrunc; then
+    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=2111 conv=notrunc; then
         echo "Couldn't install TrustZone S/W on $diskname"
         exit 1
     fi
--- uboot-image-tinker-install.orig
+++ uboot-image-tinker-install
@@ -283,7 +283,7 @@ if [[ -f "boot/bl1.bin.hardkernel" && -f
         echo "Couldn't install u-boot on $diskname"
         exit 1
     fi
-    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=719 conv=notrunc; then
+    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=2111 conv=notrunc; then
         echo "Couldn't install TrustZone S/W on $diskname"
         exit 1
     fi
--- uboot-image-udooneo-install.orig
+++ uboot-image-udooneo-install
@@ -283,7 +283,7 @@ if [[ -f "boot/bl1.bin.hardkernel" && -f
         echo "Couldn't install u-boot on $diskname"
         exit 1
     fi
-    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=719 conv=notrunc; then
+    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=2111 conv=notrunc; then
         echo "Couldn't install TrustZone S/W on $diskname"
         exit 1
     fi
--- uboot-image-ultra96-install.orig
+++ uboot-image-ultra96-install
@@ -283,7 +283,7 @@ if [[ -f "boot/bl1.bin.hardkernel" && -f
         echo "Couldn't install u-boot on $diskname"
         exit 1
     fi
-    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=719 conv=notrunc; then
+    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=2111 conv=notrunc; then
         echo "Couldn't install TrustZone S/W on $diskname"
         exit 1
     fi
--- uboot-image-wega-install.orig
+++ uboot-image-wega-install
@@ -283,7 +283,7 @@ if [[ -f "boot/bl1.bin.hardkernel" && -f
         echo "Couldn't install u-boot on $diskname"
         exit 1
     fi
-    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=719 conv=notrunc; then
+    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=2111 conv=notrunc; then
         echo "Couldn't install TrustZone S/W on $diskname"
         exit 1
     fi
--- uboot-image-zturn-install.orig
+++ uboot-image-zturn-install
@@ -283,7 +283,7 @@ if [[ -f "boot/bl1.bin.hardkernel" && -f
         echo "Couldn't install u-boot on $diskname"
         exit 1
     fi
-    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=719 conv=notrunc; then
+    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=2111 conv=notrunc; then
         echo "Couldn't install TrustZone S/W on $diskname"
         exit 1
     fi
--- uboot-image-zynqmp-install.orig
+++ uboot-image-zynqmp-install
@@ -283,7 +283,7 @@ if [[ -f "boot/bl1.bin.hardkernel" && -f
         echo "Couldn't install u-boot on $diskname"
         exit 1
     fi
-    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=719 conv=notrunc; then
+    if ! dd if=boot/tzsw.bin.hardkernel of=$diskname seek=2111 conv=notrunc; then
         echo "Couldn't install TrustZone S/W on $diskname"
         exit 1
     fi
openSUSE Build Service is sponsored by