Accepting request 570893 from hardware:boot

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/570893
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/u-boot?expand=0&rev=93
This commit is contained in:
Dominique Leuenberger 2018-01-31 18:50:18 +00:00 committed by Git OBS Bridge
parent af00d4acc9
commit 6208842b7a
138 changed files with 4195 additions and 221 deletions

View File

@ -1,4 +1,4 @@
From a7e044eece1d28a53f343503890e361322de96e3 Mon Sep 17 00:00:00 2001
From 39b8c870cb0fe26a155f667e9f3244bcb9ad4370 Mon Sep 17 00:00:00 2001
From: Alexander Graf <agraf@suse.de>
Date: Wed, 13 Apr 2016 13:44:29 +0200
Subject: [PATCH] XXX openSUSE XXX: Load dtb from partition 2
@ -16,10 +16,10 @@ Signed-off-by: Alexander Graf <agraf@suse.de>
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/include/config_distro_bootcmd.h b/include/config_distro_bootcmd.h
index e0d0034ed3..120e22e995 100644
index 5c469a23fa..ee286f04ca 100644
--- a/include/config_distro_bootcmd.h
+++ b/include/config_distro_bootcmd.h
@@ -126,16 +126,16 @@
@@ -130,16 +130,16 @@
"fi\0" \
\
"load_efi_dtb=" \

View File

@ -1,4 +1,4 @@
From c0127ad645dfd15f4d21bef1893f20d2638c922e Mon Sep 17 00:00:00 2001
From 32137ec9752a551769d465a214b1e6a3940365cb Mon Sep 17 00:00:00 2001
From: Alexander Graf <agraf@suse.de>
Date: Mon, 2 May 2016 23:25:07 +0200
Subject: [PATCH] Revert "Revert "omap3: Use raw SPL by default for mmc1""

View File

@ -1,4 +1,4 @@
From b29f5aaa7d6eefb12f6c70a77ce4925e87e61782 Mon Sep 17 00:00:00 2001
From 56a11c1430c4057f207cacad283eece724e7f587 Mon Sep 17 00:00:00 2001
From: Guillaume GARDET <guillaume.gardet@free.fr>
Date: Thu, 22 Jun 2017 10:04:06 +0200
Subject: [PATCH] Revert 'rockchip: mkimage: remove placeholder functions from

View File

@ -1,4 +1,4 @@
From cb274c28c8e72fbf1e4c6cd41833442fd3f1a3db Mon Sep 17 00:00:00 2001
From f25b8843eca3b018aacef8ba266d946bb158d7c9 Mon Sep 17 00:00:00 2001
From: Guillaume GARDET <guillaume.gardet@free.fr>
Date: Thu, 16 Nov 2017 13:20:12 +0100
Subject: [PATCH] Fix MMC1 (external SD slot) on Samsung Snow (Chromebook ARM)

View File

@ -12,7 +12,7 @@ ARCH_RESTRICTIONS="$3"
armv6_boards="rpi"
# TI
armv7_boards="omap3_beagle omap4_panda am335x_evm am335x_boneblack pcm051_rev3 am57xx_evm am57xx_evm_nodt"
armv7_boards="omap3_beagle omap4_panda am335x_evm am335x_boneblack pcm051_rev3 am57xx_evm"
# Exynos
armv7_boards="$armv7_boards arndale snow spring odroid odroid-xu3"
# Calxeda
@ -31,13 +31,13 @@ armv7_boards="$armv7_boards colibri_t20 paz00 jetson-tk1"
# Rockchip
armv7_boards="$armv7_boards firefly-rk3288 tinker-rk3288"
# Marvell
armv7_boards="$armv7_boards clearfog"
armv7_boards="$armv7_boards clearfog turris_omnia"
# Altera
armv7_boards="$armv7_boards socfpga_de0_nano_soc"
aarch64_boards="dragonboard410c hikey ls1012afrdm_qspi p2371-2180 rpi_3"
# Allwinner
aarch64_boards="$aarch64_boards orangepi_pc2 pine64_plus"
aarch64_boards="$aarch64_boards nanopi_a64 orangepi_pc2 pine64_plus"
# Amlogic
aarch64_boards="$aarch64_boards odroid-c2"
# Marvell
@ -105,7 +105,7 @@ Bananapi*|Cubieboard*|Cubietruck*|Hyundai_A7HD|Mele_A1000|nanopi_neo|*-OLinuXino
BINEND=img
SUNXI_SPL=1
;;
pine64_plus)
nanopi_a64|orangepi_pc2|pine64_plus)
BINEND=itb
SUNXI_SPL=1
;;
@ -132,7 +132,7 @@ tinker-rk3288)
ROCKCHIP_SPL_IMAGE_TYPES="rksd"
ROCKCHIP_SPL_SOC=rk3288
;;
clearfog)
clearfog|turris_omnia)
BINEND=img
MVEBU_SPL=1
;;

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6a018fd3caf58f3dcfa23ee989a82bd35df03af71872b9dca8c6d758a0d26c05
size 11982382

Binary file not shown.

3
u-boot-2018.01.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:938f597394b33e82e5af8c98bd5ea1a238f61892aabef36384adbf7ca5b52dda
size 12023681

BIN
u-boot-2018.01.tar.bz2.sig Normal file

Binary file not shown.

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de
- Add turrisomnia
-------------------------------------------------------------------
Wed Jan 17 09:51:41 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01
-------------------------------------------------------------------
Mon Jan 8 09:02:47 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01-rc3
-------------------------------------------------------------------
Tue Dec 19 13:59:57 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc2
-------------------------------------------------------------------
Fri Dec 8 07:50:19 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc1
- Remove am57xx_evm_nodt since it has been removed upstream
-------------------------------------------------------------------
Sat Nov 25 23:00:31 UTC 2017 - afaerber@suse.de
- Add nanopi_a64
- Update orangepi_pc2 packaging
-------------------------------------------------------------------
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package u-boot-a10-olinuxino-lime
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
#
@ -32,10 +32,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2017.11
%define archive_version 2018.01
Name: u-boot-a10-olinuxino-lime
Version: 2017.11
Version: 2018.01
Release: 0
Summary: The U-Boot firmware for the a10-olinuxino-lime platform
License: GPL-2.0

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de
- Add turrisomnia
-------------------------------------------------------------------
Wed Jan 17 09:51:41 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01
-------------------------------------------------------------------
Mon Jan 8 09:02:47 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01-rc3
-------------------------------------------------------------------
Tue Dec 19 13:59:57 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc2
-------------------------------------------------------------------
Fri Dec 8 07:50:19 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc1
- Remove am57xx_evm_nodt since it has been removed upstream
-------------------------------------------------------------------
Sat Nov 25 23:00:31 UTC 2017 - afaerber@suse.de
- Add nanopi_a64
- Update orangepi_pc2 packaging
-------------------------------------------------------------------
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package u-boot-a13-olinuxino
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
#
@ -32,10 +32,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2017.11
%define archive_version 2018.01
Name: u-boot-a13-olinuxino
Version: 2017.11
Version: 2018.01
Release: 0
Summary: The U-Boot firmware for the a13-olinuxino platform
License: GPL-2.0

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de
- Add turrisomnia
-------------------------------------------------------------------
Wed Jan 17 09:51:41 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01
-------------------------------------------------------------------
Mon Jan 8 09:02:47 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01-rc3
-------------------------------------------------------------------
Tue Dec 19 13:59:57 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc2
-------------------------------------------------------------------
Fri Dec 8 07:50:19 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc1
- Remove am57xx_evm_nodt since it has been removed upstream
-------------------------------------------------------------------
Sat Nov 25 23:00:31 UTC 2017 - afaerber@suse.de
- Add nanopi_a64
- Update orangepi_pc2 packaging
-------------------------------------------------------------------
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package u-boot-a13-olinuxinom
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
#
@ -32,10 +32,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2017.11
%define archive_version 2018.01
Name: u-boot-a13-olinuxinom
Version: 2017.11
Version: 2018.01
Release: 0
Summary: The U-Boot firmware for the a13-olinuxinom platform
License: GPL-2.0

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de
- Add turrisomnia
-------------------------------------------------------------------
Wed Jan 17 09:51:41 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01
-------------------------------------------------------------------
Mon Jan 8 09:02:47 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01-rc3
-------------------------------------------------------------------
Tue Dec 19 13:59:57 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc2
-------------------------------------------------------------------
Fri Dec 8 07:50:19 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc1
- Remove am57xx_evm_nodt since it has been removed upstream
-------------------------------------------------------------------
Sat Nov 25 23:00:31 UTC 2017 - afaerber@suse.de
- Add nanopi_a64
- Update orangepi_pc2 packaging
-------------------------------------------------------------------
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package u-boot-a20-olinuxino-lime
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
#
@ -32,10 +32,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2017.11
%define archive_version 2018.01
Name: u-boot-a20-olinuxino-lime
Version: 2017.11
Version: 2018.01
Release: 0
Summary: The U-Boot firmware for the a20-olinuxino-lime platform
License: GPL-2.0

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de
- Add turrisomnia
-------------------------------------------------------------------
Wed Jan 17 09:51:41 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01
-------------------------------------------------------------------
Mon Jan 8 09:02:47 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01-rc3
-------------------------------------------------------------------
Tue Dec 19 13:59:57 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc2
-------------------------------------------------------------------
Fri Dec 8 07:50:19 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc1
- Remove am57xx_evm_nodt since it has been removed upstream
-------------------------------------------------------------------
Sat Nov 25 23:00:31 UTC 2017 - afaerber@suse.de
- Add nanopi_a64
- Update orangepi_pc2 packaging
-------------------------------------------------------------------
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package u-boot-a20-olinuxino-lime2
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
#
@ -32,10 +32,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2017.11
%define archive_version 2018.01
Name: u-boot-a20-olinuxino-lime2
Version: 2017.11
Version: 2018.01
Release: 0
Summary: The U-Boot firmware for the a20-olinuxino-lime2 platform
License: GPL-2.0

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de
- Add turrisomnia
-------------------------------------------------------------------
Wed Jan 17 09:51:41 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01
-------------------------------------------------------------------
Mon Jan 8 09:02:47 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01-rc3
-------------------------------------------------------------------
Tue Dec 19 13:59:57 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc2
-------------------------------------------------------------------
Fri Dec 8 07:50:19 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc1
- Remove am57xx_evm_nodt since it has been removed upstream
-------------------------------------------------------------------
Sat Nov 25 23:00:31 UTC 2017 - afaerber@suse.de
- Add nanopi_a64
- Update orangepi_pc2 packaging
-------------------------------------------------------------------
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package u-boot-a20-olinuxinomicro
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
#
@ -32,10 +32,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2017.11
%define archive_version 2018.01
Name: u-boot-a20-olinuxinomicro
Version: 2017.11
Version: 2018.01
Release: 0
Summary: The U-Boot firmware for the a20-olinuxinomicro platform
License: GPL-2.0

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de
- Add turrisomnia
-------------------------------------------------------------------
Wed Jan 17 09:51:41 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01
-------------------------------------------------------------------
Mon Jan 8 09:02:47 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01-rc3
-------------------------------------------------------------------
Tue Dec 19 13:59:57 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc2
-------------------------------------------------------------------
Fri Dec 8 07:50:19 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc1
- Remove am57xx_evm_nodt since it has been removed upstream
-------------------------------------------------------------------
Sat Nov 25 23:00:31 UTC 2017 - afaerber@suse.de
- Add nanopi_a64
- Update orangepi_pc2 packaging
-------------------------------------------------------------------
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package u-boot-am335xboneblack
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
#
@ -32,10 +32,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2017.11
%define archive_version 2018.01
Name: u-boot-am335xboneblack
Version: 2017.11
Version: 2018.01
Release: 0
Summary: The U-Boot firmware for the am335xboneblack platform
License: GPL-2.0

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de
- Add turrisomnia
-------------------------------------------------------------------
Wed Jan 17 09:51:41 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01
-------------------------------------------------------------------
Mon Jan 8 09:02:47 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01-rc3
-------------------------------------------------------------------
Tue Dec 19 13:59:57 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc2
-------------------------------------------------------------------
Fri Dec 8 07:50:19 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc1
- Remove am57xx_evm_nodt since it has been removed upstream
-------------------------------------------------------------------
Sat Nov 25 23:00:31 UTC 2017 - afaerber@suse.de
- Add nanopi_a64
- Update orangepi_pc2 packaging
-------------------------------------------------------------------
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package u-boot-am335xevm
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
#
@ -32,10 +32,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2017.11
%define archive_version 2018.01
Name: u-boot-am335xevm
Version: 2017.11
Version: 2018.01
Release: 0
Summary: The U-Boot firmware for the am335xevm platform
License: GPL-2.0

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de
- Add turrisomnia
-------------------------------------------------------------------
Wed Jan 17 09:51:41 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01
-------------------------------------------------------------------
Mon Jan 8 09:02:47 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01-rc3
-------------------------------------------------------------------
Tue Dec 19 13:59:57 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc2
-------------------------------------------------------------------
Fri Dec 8 07:50:19 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc1
- Remove am57xx_evm_nodt since it has been removed upstream
-------------------------------------------------------------------
Sat Nov 25 23:00:31 UTC 2017 - afaerber@suse.de
- Add nanopi_a64
- Update orangepi_pc2 packaging
-------------------------------------------------------------------
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package u-boot-am57xxevm
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
#
@ -32,10 +32,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2017.11
%define archive_version 2018.01
Name: u-boot-am57xxevm
Version: 2017.11
Version: 2018.01
Release: 0
Summary: The U-Boot firmware for the am57xxevm platform
License: GPL-2.0

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de
- Add turrisomnia
-------------------------------------------------------------------
Wed Jan 17 09:51:41 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01
-------------------------------------------------------------------
Mon Jan 8 09:02:47 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01-rc3
-------------------------------------------------------------------
Tue Dec 19 13:59:57 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc2
-------------------------------------------------------------------
Fri Dec 8 07:50:19 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc1
- Remove am57xx_evm_nodt since it has been removed upstream
-------------------------------------------------------------------
Sat Nov 25 23:00:31 UTC 2017 - afaerber@suse.de
- Add nanopi_a64
- Update orangepi_pc2 packaging
-------------------------------------------------------------------
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package u-boot-arndale
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
#
@ -32,10 +32,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2017.11
%define archive_version 2018.01
Name: u-boot-arndale
Version: 2017.11
Version: 2018.01
Release: 0
Summary: The U-Boot firmware for the arndale platform
License: GPL-2.0

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de
- Add turrisomnia
-------------------------------------------------------------------
Wed Jan 17 09:51:41 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01
-------------------------------------------------------------------
Mon Jan 8 09:02:47 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01-rc3
-------------------------------------------------------------------
Tue Dec 19 13:59:57 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc2
-------------------------------------------------------------------
Fri Dec 8 07:50:19 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc1
- Remove am57xx_evm_nodt since it has been removed upstream
-------------------------------------------------------------------
Sat Nov 25 23:00:31 UTC 2017 - afaerber@suse.de
- Add nanopi_a64
- Update orangepi_pc2 packaging
-------------------------------------------------------------------
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package u-boot-bananapi
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
#
@ -32,10 +32,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2017.11
%define archive_version 2018.01
Name: u-boot-bananapi
Version: 2017.11
Version: 2018.01
Release: 0
Summary: The U-Boot firmware for the bananapi platform
License: GPL-2.0

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de
- Add turrisomnia
-------------------------------------------------------------------
Wed Jan 17 09:51:41 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01
-------------------------------------------------------------------
Mon Jan 8 09:02:47 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01-rc3
-------------------------------------------------------------------
Tue Dec 19 13:59:57 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc2
-------------------------------------------------------------------
Fri Dec 8 07:50:19 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc1
- Remove am57xx_evm_nodt since it has been removed upstream
-------------------------------------------------------------------
Sat Nov 25 23:00:31 UTC 2017 - afaerber@suse.de
- Add nanopi_a64
- Update orangepi_pc2 packaging
-------------------------------------------------------------------
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package u-boot-clearfog
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
#
@ -32,10 +32,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2017.11
%define archive_version 2018.01
Name: u-boot-clearfog
Version: 2017.11
Version: 2018.01
Release: 0
Summary: The U-Boot firmware for the clearfog platform
License: GPL-2.0

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de
- Add turrisomnia
-------------------------------------------------------------------
Wed Jan 17 09:51:41 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01
-------------------------------------------------------------------
Mon Jan 8 09:02:47 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01-rc3
-------------------------------------------------------------------
Tue Dec 19 13:59:57 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc2
-------------------------------------------------------------------
Fri Dec 8 07:50:19 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc1
- Remove am57xx_evm_nodt since it has been removed upstream
-------------------------------------------------------------------
Sat Nov 25 23:00:31 UTC 2017 - afaerber@suse.de
- Add nanopi_a64
- Update orangepi_pc2 packaging
-------------------------------------------------------------------
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package u-boot-colibrit20
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
#
@ -32,10 +32,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2017.11
%define archive_version 2018.01
Name: u-boot-colibrit20
Version: 2017.11
Version: 2018.01
Release: 0
Summary: The U-Boot firmware for the colibrit20 platform
License: GPL-2.0

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de
- Add turrisomnia
-------------------------------------------------------------------
Wed Jan 17 09:51:41 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01
-------------------------------------------------------------------
Mon Jan 8 09:02:47 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01-rc3
-------------------------------------------------------------------
Tue Dec 19 13:59:57 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc2
-------------------------------------------------------------------
Fri Dec 8 07:50:19 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc1
- Remove am57xx_evm_nodt since it has been removed upstream
-------------------------------------------------------------------
Sat Nov 25 23:00:31 UTC 2017 - afaerber@suse.de
- Add nanopi_a64
- Update orangepi_pc2 packaging
-------------------------------------------------------------------
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package u-boot-cubieboard
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
#
@ -32,10 +32,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2017.11
%define archive_version 2018.01
Name: u-boot-cubieboard
Version: 2017.11
Version: 2018.01
Release: 0
Summary: The U-Boot firmware for the cubieboard platform
License: GPL-2.0

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de
- Add turrisomnia
-------------------------------------------------------------------
Wed Jan 17 09:51:41 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01
-------------------------------------------------------------------
Mon Jan 8 09:02:47 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01-rc3
-------------------------------------------------------------------
Tue Dec 19 13:59:57 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc2
-------------------------------------------------------------------
Fri Dec 8 07:50:19 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc1
- Remove am57xx_evm_nodt since it has been removed upstream
-------------------------------------------------------------------
Sat Nov 25 23:00:31 UTC 2017 - afaerber@suse.de
- Add nanopi_a64
- Update orangepi_pc2 packaging
-------------------------------------------------------------------
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package u-boot-cubieboard2
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
#
@ -32,10 +32,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2017.11
%define archive_version 2018.01
Name: u-boot-cubieboard2
Version: 2017.11
Version: 2018.01
Release: 0
Summary: The U-Boot firmware for the cubieboard2 platform
License: GPL-2.0

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de
- Add turrisomnia
-------------------------------------------------------------------
Wed Jan 17 09:51:41 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01
-------------------------------------------------------------------
Mon Jan 8 09:02:47 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01-rc3
-------------------------------------------------------------------
Tue Dec 19 13:59:57 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc2
-------------------------------------------------------------------
Fri Dec 8 07:50:19 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc1
- Remove am57xx_evm_nodt since it has been removed upstream
-------------------------------------------------------------------
Sat Nov 25 23:00:31 UTC 2017 - afaerber@suse.de
- Add nanopi_a64
- Update orangepi_pc2 packaging
-------------------------------------------------------------------
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package u-boot-cubietruck
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
#
@ -32,10 +32,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2017.11
%define archive_version 2018.01
Name: u-boot-cubietruck
Version: 2017.11
Version: 2018.01
Release: 0
Summary: The U-Boot firmware for the cubietruck platform
License: GPL-2.0

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de
- Add turrisomnia
-------------------------------------------------------------------
Wed Jan 17 09:51:41 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01
-------------------------------------------------------------------
Mon Jan 8 09:02:47 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01-rc3
-------------------------------------------------------------------
Tue Dec 19 13:59:57 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc2
-------------------------------------------------------------------
Fri Dec 8 07:50:19 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc1
- Remove am57xx_evm_nodt since it has been removed upstream
-------------------------------------------------------------------
Sat Nov 25 23:00:31 UTC 2017 - afaerber@suse.de
- Add nanopi_a64
- Update orangepi_pc2 packaging
-------------------------------------------------------------------
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package u-boot-dragonboard410c
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
#
@ -32,10 +32,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2017.11
%define archive_version 2018.01
Name: u-boot-dragonboard410c
Version: 2017.11
Version: 2018.01
Release: 0
Summary: The U-Boot firmware for the dragonboard410c platform
License: GPL-2.0

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de
- Add turrisomnia
-------------------------------------------------------------------
Wed Jan 17 09:51:41 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01
-------------------------------------------------------------------
Mon Jan 8 09:02:47 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01-rc3
-------------------------------------------------------------------
Tue Dec 19 13:59:57 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc2
-------------------------------------------------------------------
Fri Dec 8 07:50:19 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc1
- Remove am57xx_evm_nodt since it has been removed upstream
-------------------------------------------------------------------
Sat Nov 25 23:00:31 UTC 2017 - afaerber@suse.de
- Add nanopi_a64
- Update orangepi_pc2 packaging
-------------------------------------------------------------------
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package u-boot-evb-rk3399
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
#
@ -32,10 +32,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2017.11
%define archive_version 2018.01
Name: u-boot-evb-rk3399
Version: 2017.11
Version: 2018.01
Release: 0
Summary: The U-Boot firmware for the evb-rk3399 platform
License: GPL-2.0

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de
- Add turrisomnia
-------------------------------------------------------------------
Wed Jan 17 09:51:41 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01
-------------------------------------------------------------------
Mon Jan 8 09:02:47 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01-rc3
-------------------------------------------------------------------
Tue Dec 19 13:59:57 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc2
-------------------------------------------------------------------
Fri Dec 8 07:50:19 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc1
- Remove am57xx_evm_nodt since it has been removed upstream
-------------------------------------------------------------------
Sat Nov 25 23:00:31 UTC 2017 - afaerber@suse.de
- Add nanopi_a64
- Update orangepi_pc2 packaging
-------------------------------------------------------------------
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package u-boot-firefly-rk3288
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
#
@ -32,10 +32,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2017.11
%define archive_version 2018.01
Name: u-boot-firefly-rk3288
Version: 2017.11
Version: 2018.01
Release: 0
Summary: The U-Boot firmware for the firefly-rk3288 platform
License: GPL-2.0

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de
- Add turrisomnia
-------------------------------------------------------------------
Wed Jan 17 09:51:41 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01
-------------------------------------------------------------------
Mon Jan 8 09:02:47 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01-rc3
-------------------------------------------------------------------
Tue Dec 19 13:59:57 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc2
-------------------------------------------------------------------
Fri Dec 8 07:50:19 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc1
- Remove am57xx_evm_nodt since it has been removed upstream
-------------------------------------------------------------------
Sat Nov 25 23:00:31 UTC 2017 - afaerber@suse.de
- Add nanopi_a64
- Update orangepi_pc2 packaging
-------------------------------------------------------------------
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package u-boot-firefly-rk3399
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
#
@ -32,10 +32,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2017.11
%define archive_version 2018.01
Name: u-boot-firefly-rk3399
Version: 2017.11
Version: 2018.01
Release: 0
Summary: The U-Boot firmware for the firefly-rk3399 platform
License: GPL-2.0

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de
- Add turrisomnia
-------------------------------------------------------------------
Wed Jan 17 09:51:41 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01
-------------------------------------------------------------------
Mon Jan 8 09:02:47 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01-rc3
-------------------------------------------------------------------
Tue Dec 19 13:59:57 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc2
-------------------------------------------------------------------
Fri Dec 8 07:50:19 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc1
- Remove am57xx_evm_nodt since it has been removed upstream
-------------------------------------------------------------------
Sat Nov 25 23:00:31 UTC 2017 - afaerber@suse.de
- Add nanopi_a64
- Update orangepi_pc2 packaging
-------------------------------------------------------------------
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package u-boot-geekbox
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
#
@ -32,10 +32,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2017.11
%define archive_version 2018.01
Name: u-boot-geekbox
Version: 2017.11
Version: 2018.01
Release: 0
Summary: The U-Boot firmware for the geekbox platform
License: GPL-2.0

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de
- Add turrisomnia
-------------------------------------------------------------------
Wed Jan 17 09:51:41 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01
-------------------------------------------------------------------
Mon Jan 8 09:02:47 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01-rc3
-------------------------------------------------------------------
Tue Dec 19 13:59:57 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc2
-------------------------------------------------------------------
Fri Dec 8 07:50:19 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc1
- Remove am57xx_evm_nodt since it has been removed upstream
-------------------------------------------------------------------
Sat Nov 25 23:00:31 UTC 2017 - afaerber@suse.de
- Add nanopi_a64
- Update orangepi_pc2 packaging
-------------------------------------------------------------------
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package u-boot-highbank
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
#
@ -32,10 +32,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2017.11
%define archive_version 2018.01
Name: u-boot-highbank
Version: 2017.11
Version: 2018.01
Release: 0
Summary: The U-Boot firmware for the highbank platform
License: GPL-2.0

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de
- Add turrisomnia
-------------------------------------------------------------------
Wed Jan 17 09:51:41 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01
-------------------------------------------------------------------
Mon Jan 8 09:02:47 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01-rc3
-------------------------------------------------------------------
Tue Dec 19 13:59:57 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc2
-------------------------------------------------------------------
Fri Dec 8 07:50:19 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc1
- Remove am57xx_evm_nodt since it has been removed upstream
-------------------------------------------------------------------
Sat Nov 25 23:00:31 UTC 2017 - afaerber@suse.de
- Add nanopi_a64
- Update orangepi_pc2 packaging
-------------------------------------------------------------------
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package u-boot-hikey
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
#
@ -32,10 +32,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2017.11
%define archive_version 2018.01
Name: u-boot-hikey
Version: 2017.11
Version: 2018.01
Release: 0
Summary: The U-Boot firmware for the hikey platform
License: GPL-2.0

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de
- Add turrisomnia
-------------------------------------------------------------------
Wed Jan 17 09:51:41 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01
-------------------------------------------------------------------
Mon Jan 8 09:02:47 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01-rc3
-------------------------------------------------------------------
Tue Dec 19 13:59:57 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc2
-------------------------------------------------------------------
Fri Dec 8 07:50:19 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc1
- Remove am57xx_evm_nodt since it has been removed upstream
-------------------------------------------------------------------
Sat Nov 25 23:00:31 UTC 2017 - afaerber@suse.de
- Add nanopi_a64
- Update orangepi_pc2 packaging
-------------------------------------------------------------------
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package u-boot-hyundaia7hd
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
#
@ -32,10 +32,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2017.11
%define archive_version 2018.01
Name: u-boot-hyundaia7hd
Version: 2017.11
Version: 2018.01
Release: 0
Summary: The U-Boot firmware for the hyundaia7hd platform
License: GPL-2.0

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de
- Add turrisomnia
-------------------------------------------------------------------
Wed Jan 17 09:51:41 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01
-------------------------------------------------------------------
Mon Jan 8 09:02:47 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01-rc3
-------------------------------------------------------------------
Tue Dec 19 13:59:57 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc2
-------------------------------------------------------------------
Fri Dec 8 07:50:19 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc1
- Remove am57xx_evm_nodt since it has been removed upstream
-------------------------------------------------------------------
Sat Nov 25 23:00:31 UTC 2017 - afaerber@suse.de
- Add nanopi_a64
- Update orangepi_pc2 packaging
-------------------------------------------------------------------
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package u-boot-jetson-tk1
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
#
@ -32,10 +32,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2017.11
%define archive_version 2018.01
Name: u-boot-jetson-tk1
Version: 2017.11
Version: 2018.01
Release: 0
Summary: The U-Boot firmware for the jetson-tk1 platform
License: GPL-2.0

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de
- Add turrisomnia
-------------------------------------------------------------------
Wed Jan 17 09:51:41 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01
-------------------------------------------------------------------
Mon Jan 8 09:02:47 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01-rc3
-------------------------------------------------------------------
Tue Dec 19 13:59:57 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc2
-------------------------------------------------------------------
Fri Dec 8 07:50:19 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc1
- Remove am57xx_evm_nodt since it has been removed upstream
-------------------------------------------------------------------
Sat Nov 25 23:00:31 UTC 2017 - afaerber@suse.de
- Add nanopi_a64
- Update orangepi_pc2 packaging
-------------------------------------------------------------------
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package u-boot-lamobor1
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
#
@ -32,10 +32,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2017.11
%define archive_version 2018.01
Name: u-boot-lamobor1
Version: 2017.11
Version: 2018.01
Release: 0
Summary: The U-Boot firmware for the lamobor1 platform
License: GPL-2.0

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de
- Add turrisomnia
-------------------------------------------------------------------
Wed Jan 17 09:51:41 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01
-------------------------------------------------------------------
Mon Jan 8 09:02:47 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01-rc3
-------------------------------------------------------------------
Tue Dec 19 13:59:57 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc2
-------------------------------------------------------------------
Fri Dec 8 07:50:19 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc1
- Remove am57xx_evm_nodt since it has been removed upstream
-------------------------------------------------------------------
Sat Nov 25 23:00:31 UTC 2017 - afaerber@suse.de
- Add nanopi_a64
- Update orangepi_pc2 packaging
-------------------------------------------------------------------
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package u-boot-ls1012afrdmqspi
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
#
@ -32,10 +32,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2017.11
%define archive_version 2018.01
Name: u-boot-ls1012afrdmqspi
Version: 2017.11
Version: 2018.01
Release: 0
Summary: The U-Boot firmware for the ls1012afrdmqspi platform
License: GPL-2.0

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de
- Add turrisomnia
-------------------------------------------------------------------
Wed Jan 17 09:51:41 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01
-------------------------------------------------------------------
Mon Jan 8 09:02:47 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01-rc3
-------------------------------------------------------------------
Tue Dec 19 13:59:57 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc2
-------------------------------------------------------------------
Fri Dec 8 07:50:19 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc1
- Remove am57xx_evm_nodt since it has been removed upstream
-------------------------------------------------------------------
Sat Nov 25 23:00:31 UTC 2017 - afaerber@suse.de
- Add nanopi_a64
- Update orangepi_pc2 packaging
-------------------------------------------------------------------
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package u-boot-melea1000
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
#
@ -32,10 +32,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2017.11
%define archive_version 2018.01
Name: u-boot-melea1000
Version: 2017.11
Version: 2018.01
Release: 0
Summary: The U-Boot firmware for the melea1000 platform
License: GPL-2.0

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de
- Add turrisomnia
-------------------------------------------------------------------
Wed Jan 17 09:51:41 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01
-------------------------------------------------------------------
Mon Jan 8 09:02:47 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01-rc3
-------------------------------------------------------------------
Tue Dec 19 13:59:57 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc2
-------------------------------------------------------------------
Fri Dec 8 07:50:19 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc1
- Remove am57xx_evm_nodt since it has been removed upstream
-------------------------------------------------------------------
Sat Nov 25 23:00:31 UTC 2017 - afaerber@suse.de
- Add nanopi_a64
- Update orangepi_pc2 packaging
-------------------------------------------------------------------
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package u-boot-merriia80optimus
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
#
@ -32,10 +32,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2017.11
%define archive_version 2018.01
Name: u-boot-merriia80optimus
Version: 2017.11
Version: 2018.01
Release: 0
Summary: The U-Boot firmware for the merriia80optimus platform
License: GPL-2.0

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de
- Add turrisomnia
-------------------------------------------------------------------
Wed Jan 17 09:51:41 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01
-------------------------------------------------------------------
Mon Jan 8 09:02:47 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01-rc3
-------------------------------------------------------------------
Tue Dec 19 13:59:57 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc2
-------------------------------------------------------------------
Fri Dec 8 07:50:19 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc1
- Remove am57xx_evm_nodt since it has been removed upstream
-------------------------------------------------------------------
Sat Nov 25 23:00:31 UTC 2017 - afaerber@suse.de
- Add nanopi_a64
- Update orangepi_pc2 packaging
-------------------------------------------------------------------
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package u-boot-mvebudb-88f3720
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
#
@ -32,10 +32,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2017.11
%define archive_version 2018.01
Name: u-boot-mvebudb-88f3720
Version: 2017.11
Version: 2018.01
Release: 0
Summary: The U-Boot firmware for the mvebudb-88f3720 platform
License: GPL-2.0

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de
- Add turrisomnia
-------------------------------------------------------------------
Wed Jan 17 09:51:41 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01
-------------------------------------------------------------------
Mon Jan 8 09:02:47 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01-rc3
-------------------------------------------------------------------
Tue Dec 19 13:59:57 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc2
-------------------------------------------------------------------
Fri Dec 8 07:50:19 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc1
- Remove am57xx_evm_nodt since it has been removed upstream
-------------------------------------------------------------------
Sat Nov 25 23:00:31 UTC 2017 - afaerber@suse.de
- Add nanopi_a64
- Update orangepi_pc2 packaging
-------------------------------------------------------------------
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package u-boot-mvebudbarmada8k
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
#
@ -32,10 +32,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2017.11
%define archive_version 2018.01
Name: u-boot-mvebudbarmada8k
Version: 2017.11
Version: 2018.01
Release: 0
Summary: The U-Boot firmware for the mvebudbarmada8k platform
License: GPL-2.0

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de
- Add turrisomnia
-------------------------------------------------------------------
Wed Jan 17 09:51:41 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01
-------------------------------------------------------------------
Mon Jan 8 09:02:47 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01-rc3
-------------------------------------------------------------------
Tue Dec 19 13:59:57 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc2
-------------------------------------------------------------------
Fri Dec 8 07:50:19 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc1
- Remove am57xx_evm_nodt since it has been removed upstream
-------------------------------------------------------------------
Sat Nov 25 23:00:31 UTC 2017 - afaerber@suse.de
- Add nanopi_a64
- Update orangepi_pc2 packaging
-------------------------------------------------------------------
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package u-boot-mvebuespressobin-88f3720
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
#
@ -32,10 +32,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2017.11
%define archive_version 2018.01
Name: u-boot-mvebuespressobin-88f3720
Version: 2017.11
Version: 2018.01
Release: 0
Summary: The U-Boot firmware for the mvebuespressobin-88f3720 platform
License: GPL-2.0

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de
- Add turrisomnia
-------------------------------------------------------------------
Wed Jan 17 09:51:41 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01
-------------------------------------------------------------------
Mon Jan 8 09:02:47 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01-rc3
-------------------------------------------------------------------
Tue Dec 19 13:59:57 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc2
-------------------------------------------------------------------
Fri Dec 8 07:50:19 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc1
- Remove am57xx_evm_nodt since it has been removed upstream
-------------------------------------------------------------------
Sat Nov 25 23:00:31 UTC 2017 - afaerber@suse.de
- Add nanopi_a64
- Update orangepi_pc2 packaging
-------------------------------------------------------------------
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package u-boot-mvebumcbin-88f8040
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
#
@ -32,10 +32,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2017.11
%define archive_version 2018.01
Name: u-boot-mvebumcbin-88f8040
Version: 2017.11
Version: 2018.01
Release: 0
Summary: The U-Boot firmware for the mvebumcbin-88f8040 platform
License: GPL-2.0

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de
- Add turrisomnia
-------------------------------------------------------------------
Wed Jan 17 09:51:41 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01
-------------------------------------------------------------------
Mon Jan 8 09:02:47 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01-rc3
-------------------------------------------------------------------
Tue Dec 19 13:59:57 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc2
-------------------------------------------------------------------
Fri Dec 8 07:50:19 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc1
- Remove am57xx_evm_nodt since it has been removed upstream
-------------------------------------------------------------------
Sat Nov 25 23:00:31 UTC 2017 - afaerber@suse.de
- Add nanopi_a64
- Update orangepi_pc2 packaging
-------------------------------------------------------------------
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package u-boot-mx53loco
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
#
@ -32,10 +32,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2017.11
%define archive_version 2018.01
Name: u-boot-mx53loco
Version: 2017.11
Version: 2018.01
Release: 0
Summary: The U-Boot firmware for the mx53loco platform
License: GPL-2.0

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de
- Add turrisomnia
-------------------------------------------------------------------
Wed Jan 17 09:51:41 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01
-------------------------------------------------------------------
Mon Jan 8 09:02:47 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01-rc3
-------------------------------------------------------------------
Tue Dec 19 13:59:57 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc2
-------------------------------------------------------------------
Fri Dec 8 07:50:19 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc1
- Remove am57xx_evm_nodt since it has been removed upstream
-------------------------------------------------------------------
Sat Nov 25 23:00:31 UTC 2017 - afaerber@suse.de
- Add nanopi_a64
- Update orangepi_pc2 packaging
-------------------------------------------------------------------
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package u-boot-mx6cuboxi
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
#
@ -32,10 +32,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2017.11
%define archive_version 2018.01
Name: u-boot-mx6cuboxi
Version: 2017.11
Version: 2018.01
Release: 0
Summary: The U-Boot firmware for the mx6cuboxi platform
License: GPL-2.0

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de
- Add turrisomnia
-------------------------------------------------------------------
Wed Jan 17 09:51:41 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01
-------------------------------------------------------------------
Mon Jan 8 09:02:47 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01-rc3
-------------------------------------------------------------------
Tue Dec 19 13:59:57 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc2
-------------------------------------------------------------------
Fri Dec 8 07:50:19 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc1
- Remove am57xx_evm_nodt since it has been removed upstream
-------------------------------------------------------------------
Sat Nov 25 23:00:31 UTC 2017 - afaerber@suse.de
- Add nanopi_a64
- Update orangepi_pc2 packaging
-------------------------------------------------------------------
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package u-boot-mx6qsabrelite
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
#
@ -32,10 +32,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2017.11
%define archive_version 2018.01
Name: u-boot-mx6qsabrelite
Version: 2017.11
Version: 2018.01
Release: 0
Summary: The U-Boot firmware for the mx6qsabrelite platform
License: GPL-2.0

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de
- Add turrisomnia
-------------------------------------------------------------------
Wed Jan 17 09:51:41 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01
-------------------------------------------------------------------
Mon Jan 8 09:02:47 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01-rc3
-------------------------------------------------------------------
Tue Dec 19 13:59:57 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc2
-------------------------------------------------------------------
Fri Dec 8 07:50:19 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc1
- Remove am57xx_evm_nodt since it has been removed upstream
-------------------------------------------------------------------
Sat Nov 25 23:00:31 UTC 2017 - afaerber@suse.de
- Add nanopi_a64
- Update orangepi_pc2 packaging
-------------------------------------------------------------------
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org

221
u-boot-nanopia64.spec Normal file
View File

@ -0,0 +1,221 @@
#
# spec file for package u-boot-nanopia64
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%define mvebu_spl 0
%define x_loader 0
%define rockchip_spl 0
%define sunxi_spl 1
%define arndale_spl 0
%define origen_spl 0
%define imx6_spl 0
%define socfpga_spl 0
%if "nanopia64" == "rpi" || "nanopia64" == "rpi2" || "nanopia64" == "rpi332b" || "nanopia64" == "rpi3"
%define is_rpi 1
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.01
Name: u-boot-nanopia64
Version: 2018.01
Release: 0
Summary: The U-Boot firmware for the nanopia64 platform
License: GPL-2.0
Group: System/Boot
Url: http://www.denx.de/wiki/U-Boot
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{archive_version}.tar.bz2
Source1: ftp://ftp.denx.de/pub/u-boot/u-boot-%{archive_version}.tar.bz2.sig
Source2: arndale-bl1.img
Source3: update_git.sh
Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-Fix-MMC1-external-SD-slot-on-Samsun.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0
BuildRequires: arm-trusted-firmware-pine64
%endif
BuildRequires: bc
# Arndale board needs DTC >= 1.4
BuildRequires: dtc >= 1.4.0
# u-boot-clearfog (tools/kwbimage.c) needs openssl to build
BuildRequires: libopenssl-devel
BuildRequires: python-devel
BuildRequires: swig
%if "%{name}" == "u-boot-qemu-ppce500"
# Owns /usr/share/qemu directory
BuildRequires: qemu
Provides: qemu-ppc:%{_datadir}/qemu/u-boot.e500
%endif
%if 0%{?is_rpi}
# Owns /boot/vc directory
BuildRequires: raspberrypi-firmware
# For mountpoint
Requires(post): util-linux
%endif
Provides: u-boot-loader
Conflicts: otherproviders(u-boot-loader)
%if %x_loader == 1
Obsoletes: x-loader-nanopia64
Provides: x-loader-nanopia64
%endif
ExclusiveArch: aarch64
%description
Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors.
This package contains the firmware for the nanopia64 platform.
%package doc
Summary: Documentation for the U-Boot Firmware
Group: Documentation/Other
%description doc
Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors.
This package contains documentation for U-Boot firmware.
%prep
%setup -q -n u-boot-%{archive_version}
%patch0001 -p1
%patch0002 -p1
%patch0003 -p1
%patch0004 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
%if "%{name}" == "u-boot-pine64plus"
export BL31=/boot/bl31.bin
%endif
make %{?_smp_mflags} CROSS_COMPILE= HOSTCFLAGS="$RPM_OPT_FLAGS" nanopi_a64_defconfig
echo "Attempting to enable fdt apply command (.dtbo) support."
echo "CONFIG_OF_LIBFDT_OVERLAY=y" >> .config
make %{?_smp_mflags} CROSS_COMPILE= HOSTCFLAGS="$RPM_OPT_FLAGS" USE_PRIVATE_LIBGG=yes
%ifarch aarch64
%if %sunxi_spl == 1
cat spl/sunxi-spl.bin u-boot.itb > u-boot-sunxi-with-spl.bin
%endif
%endif
%if "%{name}" == "u-boot-snow" || "%{name}" == "u-boot-spring"
# Chromebook ARM (snow) and HP Chromebook 11 (spring) need a uImage format
export TEXT_START=$(awk '$NF == "_start" { printf "0x"$1 }' System.map)
./tools/mkimage -A arm -O linux -T kernel -C none -a $TEXT_START -e $TEXT_START -n uboot -d u-boot-dtb.bin u-boot.img
%endif
%if %rockchip_spl == 1
for t in ; do
./tools/mkimage -n -d spl/u-boot-spl.bin -T $t u-boot-spl.$t
done
%endif
%install
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
export NO_BRP_STRIP_DEBUG=true
export NO_DEBUGINFO_STRIP_DEBUG=true
%define uboot_dir /boot
%if 0%{?is_rpi}
%define uboot_dir /boot/vc
%endif
%if "%{name}" == "u-boot-qemu-ppce500"
%define uboot_dir %{_datadir}/qemu
%endif
%if "%{name}" == "u-boot-jetson-tk1"
# tegra-uboot-flasher needs several intermediate files, under their original name.
for f in u-boot u-boot.dtb u-boot-dtb-tegra.bin u-boot-nodtb-tegra.bin spl/u-boot-spl; do
install -D -m 0644 $f %{buildroot}%{uboot_dir}/$f
done
%else
%if "%{name}" == "u-boot-p2371-2180"
# Jetson TX1 Driver Pack flash.sh needs several intermediate files, under their original name.
for f in u-boot u-boot.bin u-boot.dtb u-boot-dtb.bin; do
install -D -m 0644 $f %{buildroot}%{uboot_dir}/$f
done
%else
install -D -m 0644 u-boot.itb %{buildroot}%{uboot_dir}/u-boot.itb
%if "%{name}" == "u-boot-qemu-ppce500"
mv %{buildroot}%{uboot_dir}/u-boot.itb %{buildroot}%{uboot_dir}/u-boot.e500
%endif
%endif
%endif
%if %x_loader == 1
install -D -m 0644 MLO %{buildroot}%{uboot_dir}/MLO
%endif
%if %origen_spl == 1
install -D -m 0644 spl/origen-spl.bin %{buildroot}%{uboot_dir}/origen-spl.bin
%endif
%if %arndale_spl == 1
install -D -m 0644 spl/arndale-spl.bin %{buildroot}%{uboot_dir}/arndale-spl.bin
install -D -m 0644 %{SOURCE2} %{buildroot}%{uboot_dir}/arndale-bl1.img
%endif
%if %mvebu_spl == 1
install -D -m 0644 u-boot-spl.kwb %{buildroot}%{uboot_dir}/u-boot-spl.kwb
%endif
%if %rockchip_spl == 1
install -D -m 0644 spl/u-boot-spl.bin %{buildroot}%{uboot_dir}/u-boot-spl.bin
for t in ; do
install -D -m 0644 u-boot-spl.$t %{buildroot}%{uboot_dir}/u-boot-spl.$t
done
%endif
%if %sunxi_spl == 1
install -D -m 0644 spl/sunxi-spl.bin %{buildroot}%{uboot_dir}/sunxi-spl.bin
install -D -m 0644 u-boot-sunxi-with-spl.bin %{buildroot}%{uboot_dir}/u-boot-sunxi-with-spl.bin
%endif
%if %imx6_spl == 1
install -D -m 0644 SPL %{buildroot}%{uboot_dir}/imx6-spl.bin
%endif
%if %socfpga_spl == 1
install -D -m 0644 u-boot-with-spl.sfp %{buildroot}%{uboot_dir}/u-boot-with-spl.sfp
%endif
%if 0%{?is_rpi}
%post
# On the Raspberry Pi we chain-load u-boot.bin from bootcode.bin via config.txt.
# It needs to be on the first FAT partition, wherever we mounted it.
# a) Unmounted, then do nothing.
# b) Mounted as /boot/vc, then they're in the right place already.
# c) Mounted as /boot/efi, with /boot/vc as symlink, then nothing to be done.
# d) Mounted as /boot/efi, with /boot/vc a directory, then copy files over.
if mountpoint -q /boot/efi; then
[[ "$(readlink -f /boot/efi)" -ef "$(readlink -f %{uboot_dir})" ]] || cp %{uboot_dir}/u-boot.itb /boot/efi/
fi
%endif
%files
%defattr(-,root,root)
%{uboot_dir}/*
%doc Licenses/gpl-2.0.txt README
%files doc
%defattr(-,root,root)
# Generic documents
%doc doc/README.JFFS2 doc/README.JFFS2_NAND doc/README.commands
%doc doc/README.autoboot doc/README.commands doc/README.console doc/README.dns
%doc doc/README.hwconfig doc/README.nand doc/README.NetConsole doc/README.serial_multi
%doc doc/README.SNTP doc/README.standalone doc/README.update doc/README.usb
%doc doc/README.video doc/README.VLAN doc/README.silent doc/README.POST
# Copy some useful kermit scripts as well
%doc tools/kermit/dot.kermrc tools/kermit/flash_param tools/kermit/send_cmd tools/kermit/send_image
# Now any h/w dependent Documentation
%doc doc/README.ARM-memory-map
%changelog

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de
- Add turrisomnia
-------------------------------------------------------------------
Wed Jan 17 09:51:41 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01
-------------------------------------------------------------------
Mon Jan 8 09:02:47 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01-rc3
-------------------------------------------------------------------
Tue Dec 19 13:59:57 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc2
-------------------------------------------------------------------
Fri Dec 8 07:50:19 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc1
- Remove am57xx_evm_nodt since it has been removed upstream
-------------------------------------------------------------------
Sat Nov 25 23:00:31 UTC 2017 - afaerber@suse.de
- Add nanopi_a64
- Update orangepi_pc2 packaging
-------------------------------------------------------------------
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package u-boot-nanopineo
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
#
@ -32,10 +32,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2017.11
%define archive_version 2018.01
Name: u-boot-nanopineo
Version: 2017.11
Version: 2018.01
Release: 0
Summary: The U-Boot firmware for the nanopineo platform
License: GPL-2.0

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de
- Add turrisomnia
-------------------------------------------------------------------
Wed Jan 17 09:51:41 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01
-------------------------------------------------------------------
Mon Jan 8 09:02:47 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01-rc3
-------------------------------------------------------------------
Tue Dec 19 13:59:57 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc2
-------------------------------------------------------------------
Fri Dec 8 07:50:19 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc1
- Remove am57xx_evm_nodt since it has been removed upstream
-------------------------------------------------------------------
Sat Nov 25 23:00:31 UTC 2017 - afaerber@suse.de
- Add nanopi_a64
- Update orangepi_pc2 packaging
-------------------------------------------------------------------
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package u-boot-nanopineoair
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
#
@ -32,10 +32,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2017.11
%define archive_version 2018.01
Name: u-boot-nanopineoair
Version: 2017.11
Version: 2018.01
Release: 0
Summary: The U-Boot firmware for the nanopineoair platform
License: GPL-2.0

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de
- Add turrisomnia
-------------------------------------------------------------------
Wed Jan 17 09:51:41 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01
-------------------------------------------------------------------
Mon Jan 8 09:02:47 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01-rc3
-------------------------------------------------------------------
Tue Dec 19 13:59:57 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc2
-------------------------------------------------------------------
Fri Dec 8 07:50:19 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc1
- Remove am57xx_evm_nodt since it has been removed upstream
-------------------------------------------------------------------
Sat Nov 25 23:00:31 UTC 2017 - afaerber@suse.de
- Add nanopi_a64
- Update orangepi_pc2 packaging
-------------------------------------------------------------------
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package u-boot-odroid-c2
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
#
@ -32,10 +32,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2017.11
%define archive_version 2018.01
Name: u-boot-odroid-c2
Version: 2017.11
Version: 2018.01
Release: 0
Summary: The U-Boot firmware for the odroid-c2 platform
License: GPL-2.0

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de
- Add turrisomnia
-------------------------------------------------------------------
Wed Jan 17 09:51:41 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01
-------------------------------------------------------------------
Mon Jan 8 09:02:47 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01-rc3
-------------------------------------------------------------------
Tue Dec 19 13:59:57 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc2
-------------------------------------------------------------------
Fri Dec 8 07:50:19 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc1
- Remove am57xx_evm_nodt since it has been removed upstream
-------------------------------------------------------------------
Sat Nov 25 23:00:31 UTC 2017 - afaerber@suse.de
- Add nanopi_a64
- Update orangepi_pc2 packaging
-------------------------------------------------------------------
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package u-boot-odroid-xu3
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
#
@ -32,10 +32,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2017.11
%define archive_version 2018.01
Name: u-boot-odroid-xu3
Version: 2017.11
Version: 2018.01
Release: 0
Summary: The U-Boot firmware for the odroid-xu3 platform
License: GPL-2.0

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de
- Add turrisomnia
-------------------------------------------------------------------
Wed Jan 17 09:51:41 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01
-------------------------------------------------------------------
Mon Jan 8 09:02:47 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01-rc3
-------------------------------------------------------------------
Tue Dec 19 13:59:57 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc2
-------------------------------------------------------------------
Fri Dec 8 07:50:19 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc1
- Remove am57xx_evm_nodt since it has been removed upstream
-------------------------------------------------------------------
Sat Nov 25 23:00:31 UTC 2017 - afaerber@suse.de
- Add nanopi_a64
- Update orangepi_pc2 packaging
-------------------------------------------------------------------
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package u-boot-odroid
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
#
@ -32,10 +32,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2017.11
%define archive_version 2018.01
Name: u-boot-odroid
Version: 2017.11
Version: 2018.01
Release: 0
Summary: The U-Boot firmware for the odroid platform
License: GPL-2.0

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de
- Add turrisomnia
-------------------------------------------------------------------
Wed Jan 17 09:51:41 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01
-------------------------------------------------------------------
Mon Jan 8 09:02:47 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01-rc3
-------------------------------------------------------------------
Tue Dec 19 13:59:57 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc2
-------------------------------------------------------------------
Fri Dec 8 07:50:19 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc1
- Remove am57xx_evm_nodt since it has been removed upstream
-------------------------------------------------------------------
Sat Nov 25 23:00:31 UTC 2017 - afaerber@suse.de
- Add nanopi_a64
- Update orangepi_pc2 packaging
-------------------------------------------------------------------
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package u-boot-omap3beagle
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
#
@ -32,10 +32,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2017.11
%define archive_version 2018.01
Name: u-boot-omap3beagle
Version: 2017.11
Version: 2018.01
Release: 0
Summary: The U-Boot firmware for the omap3beagle platform
License: GPL-2.0

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de
- Add turrisomnia
-------------------------------------------------------------------
Wed Jan 17 09:51:41 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01
-------------------------------------------------------------------
Mon Jan 8 09:02:47 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01-rc3
-------------------------------------------------------------------
Tue Dec 19 13:59:57 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc2
-------------------------------------------------------------------
Fri Dec 8 07:50:19 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc1
- Remove am57xx_evm_nodt since it has been removed upstream
-------------------------------------------------------------------
Sat Nov 25 23:00:31 UTC 2017 - afaerber@suse.de
- Add nanopi_a64
- Update orangepi_pc2 packaging
-------------------------------------------------------------------
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package u-boot-omap4panda
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
#
@ -32,10 +32,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2017.11
%define archive_version 2018.01
Name: u-boot-omap4panda
Version: 2017.11
Version: 2018.01
Release: 0
Summary: The U-Boot firmware for the omap4panda platform
License: GPL-2.0

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de
- Add turrisomnia
-------------------------------------------------------------------
Wed Jan 17 09:51:41 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01
-------------------------------------------------------------------
Mon Jan 8 09:02:47 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01-rc3
-------------------------------------------------------------------
Tue Dec 19 13:59:57 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc2
-------------------------------------------------------------------
Fri Dec 8 07:50:19 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc1
- Remove am57xx_evm_nodt since it has been removed upstream
-------------------------------------------------------------------
Sat Nov 25 23:00:31 UTC 2017 - afaerber@suse.de
- Add nanopi_a64
- Update orangepi_pc2 packaging
-------------------------------------------------------------------
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package u-boot-orangepipc
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
#
@ -32,10 +32,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2017.11
%define archive_version 2018.01
Name: u-boot-orangepipc
Version: 2017.11
Version: 2018.01
Release: 0
Summary: The U-Boot firmware for the orangepipc platform
License: GPL-2.0

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Wed Jan 17 17:11:04 UTC 2018 - afaerber@suse.de
- Add turrisomnia
-------------------------------------------------------------------
Wed Jan 17 09:51:41 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01
-------------------------------------------------------------------
Mon Jan 8 09:02:47 UTC 2018 - guillaume@opensuse.org
- Updated to 2018.01-rc3
-------------------------------------------------------------------
Tue Dec 19 13:59:57 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc2
-------------------------------------------------------------------
Fri Dec 8 07:50:19 UTC 2017 - guillaume@opensuse.org
- Updated to 2018.01-rc1
- Remove am57xx_evm_nodt since it has been removed upstream
-------------------------------------------------------------------
Sat Nov 25 23:00:31 UTC 2017 - afaerber@suse.de
- Add nanopi_a64
- Update orangepi_pc2 packaging
-------------------------------------------------------------------
Thu Nov 16 12:27:27 UTC 2017 - guillaume@opensuse.org

Some files were not shown because too many files have changed in this diff Show More