forked from pool/u-boot
Accepting request 593744 from home:algraf:branches:hardware:boot
- Fix rainbow screen on 32bit RPis (boo#1086757) - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03 * Patches added: 0009-rpi-Allow-to-boot-without-serial.patch OBS-URL: https://build.opensuse.org/request/show/593744 OBS-URL: https://build.opensuse.org/package/show/hardware:boot/u-boot?expand=0&rev=9
This commit is contained in:
parent
52c15be21c
commit
7197dcefa8
44
0009-rpi-Allow-to-boot-without-serial.patch
Normal file
44
0009-rpi-Allow-to-boot-without-serial.patch
Normal file
@ -0,0 +1,44 @@
|
|||||||
|
From b18857389b6fc8641afec7077c16bbdea80febf7 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Alexander Graf <agraf@suse.de>
|
||||||
|
Date: Thu, 5 Apr 2018 11:36:22 +0200
|
||||||
|
Subject: [PATCH] rpi: Allow to boot without serial
|
||||||
|
|
||||||
|
When we enable CONFIG_OF_BOARD on Raspberry Pis, we may end up without
|
||||||
|
serial console support in early boot. Hence we need to make the serial
|
||||||
|
port optional, otherwise we will never get to the point where serial
|
||||||
|
would be probed.
|
||||||
|
|
||||||
|
Signed-off-by: Alexander Graf <agraf@suse.de>
|
||||||
|
---
|
||||||
|
configs/rpi_0_w_defconfig | 1 +
|
||||||
|
configs/rpi_2_defconfig | 1 +
|
||||||
|
configs/rpi_defconfig | 1 +
|
||||||
|
3 files changed, 3 insertions(+)
|
||||||
|
|
||||||
|
diff --git a/configs/rpi_0_w_defconfig b/configs/rpi_0_w_defconfig
|
||||||
|
index 3b7e4f7ad9..3958b768d1 100644
|
||||||
|
--- a/configs/rpi_0_w_defconfig
|
||||||
|
+++ b/configs/rpi_0_w_defconfig
|
||||||
|
@@ -34,3 +34,4 @@ CONFIG_SYS_WHITE_ON_BLACK=y
|
||||||
|
CONFIG_CONSOLE_SCROLL_LINES=10
|
||||||
|
CONFIG_PHYS_TO_BUS=y
|
||||||
|
CONFIG_OF_LIBFDT_OVERLAY=y
|
||||||
|
+# CONFIG_REQUIRE_SERIAL_CONSOLE is not set
|
||||||
|
diff --git a/configs/rpi_2_defconfig b/configs/rpi_2_defconfig
|
||||||
|
index de9c0e1937..e915c14219 100644
|
||||||
|
--- a/configs/rpi_2_defconfig
|
||||||
|
+++ b/configs/rpi_2_defconfig
|
||||||
|
@@ -34,3 +34,4 @@ CONFIG_SYS_WHITE_ON_BLACK=y
|
||||||
|
CONFIG_CONSOLE_SCROLL_LINES=10
|
||||||
|
CONFIG_PHYS_TO_BUS=y
|
||||||
|
CONFIG_OF_LIBFDT_OVERLAY=y
|
||||||
|
+# CONFIG_REQUIRE_SERIAL_CONSOLE is not set
|
||||||
|
diff --git a/configs/rpi_defconfig b/configs/rpi_defconfig
|
||||||
|
index d75032c420..62d37c0afb 100644
|
||||||
|
--- a/configs/rpi_defconfig
|
||||||
|
+++ b/configs/rpi_defconfig
|
||||||
|
@@ -34,3 +34,4 @@ CONFIG_SYS_WHITE_ON_BLACK=y
|
||||||
|
CONFIG_CONSOLE_SCROLL_LINES=10
|
||||||
|
CONFIG_PHYS_TO_BUS=y
|
||||||
|
CONFIG_OF_LIBFDT_OVERLAY=y
|
||||||
|
+# CONFIG_REQUIRE_SERIAL_CONSOLE is not set
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 5 09:54:56 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
- Fix rainbow screen on 32bit RPis (boo#1086757)
|
||||||
|
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03
|
||||||
|
* Patches added:
|
||||||
|
0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
@ -54,6 +54,7 @@ Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
|
|||||||
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
||||||
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||||
|
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0
|
%if 0
|
||||||
BuildRequires: arm-trusted-firmware-pine64
|
BuildRequires: arm-trusted-firmware-pine64
|
||||||
@ -106,6 +107,7 @@ This package contains documentation for U-Boot firmware.
|
|||||||
%patch0006 -p1
|
%patch0006 -p1
|
||||||
%patch0007 -p1
|
%patch0007 -p1
|
||||||
%patch0008 -p1
|
%patch0008 -p1
|
||||||
|
%patch0009 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 5 09:54:56 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
- Fix rainbow screen on 32bit RPis (boo#1086757)
|
||||||
|
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03
|
||||||
|
* Patches added:
|
||||||
|
0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
@ -54,6 +54,7 @@ Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
|
|||||||
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
||||||
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||||
|
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0
|
%if 0
|
||||||
BuildRequires: arm-trusted-firmware-pine64
|
BuildRequires: arm-trusted-firmware-pine64
|
||||||
@ -106,6 +107,7 @@ This package contains documentation for U-Boot firmware.
|
|||||||
%patch0006 -p1
|
%patch0006 -p1
|
||||||
%patch0007 -p1
|
%patch0007 -p1
|
||||||
%patch0008 -p1
|
%patch0008 -p1
|
||||||
|
%patch0009 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 5 09:54:56 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
- Fix rainbow screen on 32bit RPis (boo#1086757)
|
||||||
|
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03
|
||||||
|
* Patches added:
|
||||||
|
0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
@ -54,6 +54,7 @@ Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
|
|||||||
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
||||||
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||||
|
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0
|
%if 0
|
||||||
BuildRequires: arm-trusted-firmware-pine64
|
BuildRequires: arm-trusted-firmware-pine64
|
||||||
@ -106,6 +107,7 @@ This package contains documentation for U-Boot firmware.
|
|||||||
%patch0006 -p1
|
%patch0006 -p1
|
||||||
%patch0007 -p1
|
%patch0007 -p1
|
||||||
%patch0008 -p1
|
%patch0008 -p1
|
||||||
|
%patch0009 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 5 09:54:56 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
- Fix rainbow screen on 32bit RPis (boo#1086757)
|
||||||
|
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03
|
||||||
|
* Patches added:
|
||||||
|
0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
@ -54,6 +54,7 @@ Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
|
|||||||
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
||||||
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||||
|
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0
|
%if 0
|
||||||
BuildRequires: arm-trusted-firmware-pine64
|
BuildRequires: arm-trusted-firmware-pine64
|
||||||
@ -106,6 +107,7 @@ This package contains documentation for U-Boot firmware.
|
|||||||
%patch0006 -p1
|
%patch0006 -p1
|
||||||
%patch0007 -p1
|
%patch0007 -p1
|
||||||
%patch0008 -p1
|
%patch0008 -p1
|
||||||
|
%patch0009 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 5 09:54:56 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
- Fix rainbow screen on 32bit RPis (boo#1086757)
|
||||||
|
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03
|
||||||
|
* Patches added:
|
||||||
|
0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
@ -54,6 +54,7 @@ Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
|
|||||||
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
||||||
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||||
|
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0
|
%if 0
|
||||||
BuildRequires: arm-trusted-firmware-pine64
|
BuildRequires: arm-trusted-firmware-pine64
|
||||||
@ -106,6 +107,7 @@ This package contains documentation for U-Boot firmware.
|
|||||||
%patch0006 -p1
|
%patch0006 -p1
|
||||||
%patch0007 -p1
|
%patch0007 -p1
|
||||||
%patch0008 -p1
|
%patch0008 -p1
|
||||||
|
%patch0009 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 5 09:54:56 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
- Fix rainbow screen on 32bit RPis (boo#1086757)
|
||||||
|
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03
|
||||||
|
* Patches added:
|
||||||
|
0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
@ -54,6 +54,7 @@ Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
|
|||||||
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
||||||
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||||
|
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0
|
%if 0
|
||||||
BuildRequires: arm-trusted-firmware-pine64
|
BuildRequires: arm-trusted-firmware-pine64
|
||||||
@ -106,6 +107,7 @@ This package contains documentation for U-Boot firmware.
|
|||||||
%patch0006 -p1
|
%patch0006 -p1
|
||||||
%patch0007 -p1
|
%patch0007 -p1
|
||||||
%patch0008 -p1
|
%patch0008 -p1
|
||||||
|
%patch0009 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 5 09:54:56 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
- Fix rainbow screen on 32bit RPis (boo#1086757)
|
||||||
|
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03
|
||||||
|
* Patches added:
|
||||||
|
0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
@ -54,6 +54,7 @@ Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
|
|||||||
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
||||||
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||||
|
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0
|
%if 0
|
||||||
BuildRequires: arm-trusted-firmware-pine64
|
BuildRequires: arm-trusted-firmware-pine64
|
||||||
@ -106,6 +107,7 @@ This package contains documentation for U-Boot firmware.
|
|||||||
%patch0006 -p1
|
%patch0006 -p1
|
||||||
%patch0007 -p1
|
%patch0007 -p1
|
||||||
%patch0008 -p1
|
%patch0008 -p1
|
||||||
|
%patch0009 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 5 09:54:56 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
- Fix rainbow screen on 32bit RPis (boo#1086757)
|
||||||
|
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03
|
||||||
|
* Patches added:
|
||||||
|
0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
@ -54,6 +54,7 @@ Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
|
|||||||
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
||||||
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||||
|
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0
|
%if 0
|
||||||
BuildRequires: arm-trusted-firmware-pine64
|
BuildRequires: arm-trusted-firmware-pine64
|
||||||
@ -106,6 +107,7 @@ This package contains documentation for U-Boot firmware.
|
|||||||
%patch0006 -p1
|
%patch0006 -p1
|
||||||
%patch0007 -p1
|
%patch0007 -p1
|
||||||
%patch0008 -p1
|
%patch0008 -p1
|
||||||
|
%patch0009 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 5 09:54:56 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
- Fix rainbow screen on 32bit RPis (boo#1086757)
|
||||||
|
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03
|
||||||
|
* Patches added:
|
||||||
|
0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
@ -54,6 +54,7 @@ Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
|
|||||||
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
||||||
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||||
|
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0
|
%if 0
|
||||||
BuildRequires: arm-trusted-firmware-pine64
|
BuildRequires: arm-trusted-firmware-pine64
|
||||||
@ -106,6 +107,7 @@ This package contains documentation for U-Boot firmware.
|
|||||||
%patch0006 -p1
|
%patch0006 -p1
|
||||||
%patch0007 -p1
|
%patch0007 -p1
|
||||||
%patch0008 -p1
|
%patch0008 -p1
|
||||||
|
%patch0009 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 5 09:54:56 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
- Fix rainbow screen on 32bit RPis (boo#1086757)
|
||||||
|
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03
|
||||||
|
* Patches added:
|
||||||
|
0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
@ -54,6 +54,7 @@ Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
|
|||||||
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
||||||
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||||
|
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0
|
%if 0
|
||||||
BuildRequires: arm-trusted-firmware-pine64
|
BuildRequires: arm-trusted-firmware-pine64
|
||||||
@ -106,6 +107,7 @@ This package contains documentation for U-Boot firmware.
|
|||||||
%patch0006 -p1
|
%patch0006 -p1
|
||||||
%patch0007 -p1
|
%patch0007 -p1
|
||||||
%patch0008 -p1
|
%patch0008 -p1
|
||||||
|
%patch0009 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 5 09:54:56 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
- Fix rainbow screen on 32bit RPis (boo#1086757)
|
||||||
|
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03
|
||||||
|
* Patches added:
|
||||||
|
0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
@ -54,6 +54,7 @@ Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
|
|||||||
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
||||||
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||||
|
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0
|
%if 0
|
||||||
BuildRequires: arm-trusted-firmware-pine64
|
BuildRequires: arm-trusted-firmware-pine64
|
||||||
@ -106,6 +107,7 @@ This package contains documentation for U-Boot firmware.
|
|||||||
%patch0006 -p1
|
%patch0006 -p1
|
||||||
%patch0007 -p1
|
%patch0007 -p1
|
||||||
%patch0008 -p1
|
%patch0008 -p1
|
||||||
|
%patch0009 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 5 09:54:56 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
- Fix rainbow screen on 32bit RPis (boo#1086757)
|
||||||
|
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03
|
||||||
|
* Patches added:
|
||||||
|
0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
@ -54,6 +54,7 @@ Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
|
|||||||
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
||||||
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||||
|
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0
|
%if 0
|
||||||
BuildRequires: arm-trusted-firmware-pine64
|
BuildRequires: arm-trusted-firmware-pine64
|
||||||
@ -106,6 +107,7 @@ This package contains documentation for U-Boot firmware.
|
|||||||
%patch0006 -p1
|
%patch0006 -p1
|
||||||
%patch0007 -p1
|
%patch0007 -p1
|
||||||
%patch0008 -p1
|
%patch0008 -p1
|
||||||
|
%patch0009 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 5 09:54:56 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
- Fix rainbow screen on 32bit RPis (boo#1086757)
|
||||||
|
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03
|
||||||
|
* Patches added:
|
||||||
|
0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
@ -54,6 +54,7 @@ Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
|
|||||||
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
||||||
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||||
|
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0
|
%if 0
|
||||||
BuildRequires: arm-trusted-firmware-pine64
|
BuildRequires: arm-trusted-firmware-pine64
|
||||||
@ -106,6 +107,7 @@ This package contains documentation for U-Boot firmware.
|
|||||||
%patch0006 -p1
|
%patch0006 -p1
|
||||||
%patch0007 -p1
|
%patch0007 -p1
|
||||||
%patch0008 -p1
|
%patch0008 -p1
|
||||||
|
%patch0009 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 5 09:54:56 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
- Fix rainbow screen on 32bit RPis (boo#1086757)
|
||||||
|
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03
|
||||||
|
* Patches added:
|
||||||
|
0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
@ -54,6 +54,7 @@ Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
|
|||||||
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
||||||
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||||
|
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0
|
%if 0
|
||||||
BuildRequires: arm-trusted-firmware-pine64
|
BuildRequires: arm-trusted-firmware-pine64
|
||||||
@ -106,6 +107,7 @@ This package contains documentation for U-Boot firmware.
|
|||||||
%patch0006 -p1
|
%patch0006 -p1
|
||||||
%patch0007 -p1
|
%patch0007 -p1
|
||||||
%patch0008 -p1
|
%patch0008 -p1
|
||||||
|
%patch0009 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 5 09:54:56 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
- Fix rainbow screen on 32bit RPis (boo#1086757)
|
||||||
|
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03
|
||||||
|
* Patches added:
|
||||||
|
0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
@ -54,6 +54,7 @@ Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
|
|||||||
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
||||||
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||||
|
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0
|
%if 0
|
||||||
BuildRequires: arm-trusted-firmware-pine64
|
BuildRequires: arm-trusted-firmware-pine64
|
||||||
@ -106,6 +107,7 @@ This package contains documentation for U-Boot firmware.
|
|||||||
%patch0006 -p1
|
%patch0006 -p1
|
||||||
%patch0007 -p1
|
%patch0007 -p1
|
||||||
%patch0008 -p1
|
%patch0008 -p1
|
||||||
|
%patch0009 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 5 09:54:56 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
- Fix rainbow screen on 32bit RPis (boo#1086757)
|
||||||
|
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03
|
||||||
|
* Patches added:
|
||||||
|
0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
@ -54,6 +54,7 @@ Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
|
|||||||
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
||||||
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||||
|
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0
|
%if 0
|
||||||
BuildRequires: arm-trusted-firmware-pine64
|
BuildRequires: arm-trusted-firmware-pine64
|
||||||
@ -106,6 +107,7 @@ This package contains documentation for U-Boot firmware.
|
|||||||
%patch0006 -p1
|
%patch0006 -p1
|
||||||
%patch0007 -p1
|
%patch0007 -p1
|
||||||
%patch0008 -p1
|
%patch0008 -p1
|
||||||
|
%patch0009 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 5 09:54:56 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
- Fix rainbow screen on 32bit RPis (boo#1086757)
|
||||||
|
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03
|
||||||
|
* Patches added:
|
||||||
|
0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
@ -54,6 +54,7 @@ Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
|
|||||||
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
||||||
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||||
|
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0
|
%if 0
|
||||||
BuildRequires: arm-trusted-firmware-pine64
|
BuildRequires: arm-trusted-firmware-pine64
|
||||||
@ -106,6 +107,7 @@ This package contains documentation for U-Boot firmware.
|
|||||||
%patch0006 -p1
|
%patch0006 -p1
|
||||||
%patch0007 -p1
|
%patch0007 -p1
|
||||||
%patch0008 -p1
|
%patch0008 -p1
|
||||||
|
%patch0009 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 5 09:54:56 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
- Fix rainbow screen on 32bit RPis (boo#1086757)
|
||||||
|
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03
|
||||||
|
* Patches added:
|
||||||
|
0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
@ -54,6 +54,7 @@ Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
|
|||||||
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
||||||
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||||
|
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0
|
%if 0
|
||||||
BuildRequires: arm-trusted-firmware-pine64
|
BuildRequires: arm-trusted-firmware-pine64
|
||||||
@ -106,6 +107,7 @@ This package contains documentation for U-Boot firmware.
|
|||||||
%patch0006 -p1
|
%patch0006 -p1
|
||||||
%patch0007 -p1
|
%patch0007 -p1
|
||||||
%patch0008 -p1
|
%patch0008 -p1
|
||||||
|
%patch0009 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 5 09:54:56 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
- Fix rainbow screen on 32bit RPis (boo#1086757)
|
||||||
|
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03
|
||||||
|
* Patches added:
|
||||||
|
0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
@ -54,6 +54,7 @@ Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
|
|||||||
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
||||||
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||||
|
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0
|
%if 0
|
||||||
BuildRequires: arm-trusted-firmware-pine64
|
BuildRequires: arm-trusted-firmware-pine64
|
||||||
@ -106,6 +107,7 @@ This package contains documentation for U-Boot firmware.
|
|||||||
%patch0006 -p1
|
%patch0006 -p1
|
||||||
%patch0007 -p1
|
%patch0007 -p1
|
||||||
%patch0008 -p1
|
%patch0008 -p1
|
||||||
|
%patch0009 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 5 09:54:56 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
- Fix rainbow screen on 32bit RPis (boo#1086757)
|
||||||
|
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03
|
||||||
|
* Patches added:
|
||||||
|
0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
@ -54,6 +54,7 @@ Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
|
|||||||
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
||||||
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||||
|
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0
|
%if 0
|
||||||
BuildRequires: arm-trusted-firmware-pine64
|
BuildRequires: arm-trusted-firmware-pine64
|
||||||
@ -106,6 +107,7 @@ This package contains documentation for U-Boot firmware.
|
|||||||
%patch0006 -p1
|
%patch0006 -p1
|
||||||
%patch0007 -p1
|
%patch0007 -p1
|
||||||
%patch0008 -p1
|
%patch0008 -p1
|
||||||
|
%patch0009 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 5 09:54:56 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
- Fix rainbow screen on 32bit RPis (boo#1086757)
|
||||||
|
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03
|
||||||
|
* Patches added:
|
||||||
|
0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
@ -54,6 +54,7 @@ Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
|
|||||||
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
||||||
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||||
|
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0
|
%if 0
|
||||||
BuildRequires: arm-trusted-firmware-pine64
|
BuildRequires: arm-trusted-firmware-pine64
|
||||||
@ -106,6 +107,7 @@ This package contains documentation for U-Boot firmware.
|
|||||||
%patch0006 -p1
|
%patch0006 -p1
|
||||||
%patch0007 -p1
|
%patch0007 -p1
|
||||||
%patch0008 -p1
|
%patch0008 -p1
|
||||||
|
%patch0009 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 5 09:54:56 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
- Fix rainbow screen on 32bit RPis (boo#1086757)
|
||||||
|
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03
|
||||||
|
* Patches added:
|
||||||
|
0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
@ -54,6 +54,7 @@ Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
|
|||||||
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
||||||
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||||
|
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0
|
%if 0
|
||||||
BuildRequires: arm-trusted-firmware-pine64
|
BuildRequires: arm-trusted-firmware-pine64
|
||||||
@ -106,6 +107,7 @@ This package contains documentation for U-Boot firmware.
|
|||||||
%patch0006 -p1
|
%patch0006 -p1
|
||||||
%patch0007 -p1
|
%patch0007 -p1
|
||||||
%patch0008 -p1
|
%patch0008 -p1
|
||||||
|
%patch0009 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 5 09:54:56 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
- Fix rainbow screen on 32bit RPis (boo#1086757)
|
||||||
|
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03
|
||||||
|
* Patches added:
|
||||||
|
0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
@ -54,6 +54,7 @@ Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
|
|||||||
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
||||||
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||||
|
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0
|
%if 0
|
||||||
BuildRequires: arm-trusted-firmware-pine64
|
BuildRequires: arm-trusted-firmware-pine64
|
||||||
@ -106,6 +107,7 @@ This package contains documentation for U-Boot firmware.
|
|||||||
%patch0006 -p1
|
%patch0006 -p1
|
||||||
%patch0007 -p1
|
%patch0007 -p1
|
||||||
%patch0008 -p1
|
%patch0008 -p1
|
||||||
|
%patch0009 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 5 09:54:56 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
- Fix rainbow screen on 32bit RPis (boo#1086757)
|
||||||
|
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03
|
||||||
|
* Patches added:
|
||||||
|
0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
@ -54,6 +54,7 @@ Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
|
|||||||
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
||||||
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||||
|
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0
|
%if 0
|
||||||
BuildRequires: arm-trusted-firmware-pine64
|
BuildRequires: arm-trusted-firmware-pine64
|
||||||
@ -106,6 +107,7 @@ This package contains documentation for U-Boot firmware.
|
|||||||
%patch0006 -p1
|
%patch0006 -p1
|
||||||
%patch0007 -p1
|
%patch0007 -p1
|
||||||
%patch0008 -p1
|
%patch0008 -p1
|
||||||
|
%patch0009 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 5 09:54:56 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
- Fix rainbow screen on 32bit RPis (boo#1086757)
|
||||||
|
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03
|
||||||
|
* Patches added:
|
||||||
|
0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
@ -54,6 +54,7 @@ Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
|
|||||||
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
||||||
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||||
|
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0
|
%if 0
|
||||||
BuildRequires: arm-trusted-firmware-pine64
|
BuildRequires: arm-trusted-firmware-pine64
|
||||||
@ -106,6 +107,7 @@ This package contains documentation for U-Boot firmware.
|
|||||||
%patch0006 -p1
|
%patch0006 -p1
|
||||||
%patch0007 -p1
|
%patch0007 -p1
|
||||||
%patch0008 -p1
|
%patch0008 -p1
|
||||||
|
%patch0009 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 5 09:54:56 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
- Fix rainbow screen on 32bit RPis (boo#1086757)
|
||||||
|
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03
|
||||||
|
* Patches added:
|
||||||
|
0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
@ -54,6 +54,7 @@ Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
|
|||||||
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
||||||
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||||
|
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0
|
%if 0
|
||||||
BuildRequires: arm-trusted-firmware-pine64
|
BuildRequires: arm-trusted-firmware-pine64
|
||||||
@ -106,6 +107,7 @@ This package contains documentation for U-Boot firmware.
|
|||||||
%patch0006 -p1
|
%patch0006 -p1
|
||||||
%patch0007 -p1
|
%patch0007 -p1
|
||||||
%patch0008 -p1
|
%patch0008 -p1
|
||||||
|
%patch0009 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 5 09:54:56 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
- Fix rainbow screen on 32bit RPis (boo#1086757)
|
||||||
|
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03
|
||||||
|
* Patches added:
|
||||||
|
0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
@ -54,6 +54,7 @@ Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
|
|||||||
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
||||||
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||||
|
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0
|
%if 0
|
||||||
BuildRequires: arm-trusted-firmware-pine64
|
BuildRequires: arm-trusted-firmware-pine64
|
||||||
@ -106,6 +107,7 @@ This package contains documentation for U-Boot firmware.
|
|||||||
%patch0006 -p1
|
%patch0006 -p1
|
||||||
%patch0007 -p1
|
%patch0007 -p1
|
||||||
%patch0008 -p1
|
%patch0008 -p1
|
||||||
|
%patch0009 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 5 09:54:56 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
- Fix rainbow screen on 32bit RPis (boo#1086757)
|
||||||
|
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03
|
||||||
|
* Patches added:
|
||||||
|
0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
@ -54,6 +54,7 @@ Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
|
|||||||
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
||||||
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||||
|
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0
|
%if 0
|
||||||
BuildRequires: arm-trusted-firmware-pine64
|
BuildRequires: arm-trusted-firmware-pine64
|
||||||
@ -106,6 +107,7 @@ This package contains documentation for U-Boot firmware.
|
|||||||
%patch0006 -p1
|
%patch0006 -p1
|
||||||
%patch0007 -p1
|
%patch0007 -p1
|
||||||
%patch0008 -p1
|
%patch0008 -p1
|
||||||
|
%patch0009 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 5 09:54:56 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
- Fix rainbow screen on 32bit RPis (boo#1086757)
|
||||||
|
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03
|
||||||
|
* Patches added:
|
||||||
|
0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
@ -54,6 +54,7 @@ Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
|
|||||||
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
||||||
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||||
|
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0
|
%if 0
|
||||||
BuildRequires: arm-trusted-firmware-pine64
|
BuildRequires: arm-trusted-firmware-pine64
|
||||||
@ -106,6 +107,7 @@ This package contains documentation for U-Boot firmware.
|
|||||||
%patch0006 -p1
|
%patch0006 -p1
|
||||||
%patch0007 -p1
|
%patch0007 -p1
|
||||||
%patch0008 -p1
|
%patch0008 -p1
|
||||||
|
%patch0009 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 5 09:54:56 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
- Fix rainbow screen on 32bit RPis (boo#1086757)
|
||||||
|
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03
|
||||||
|
* Patches added:
|
||||||
|
0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
@ -54,6 +54,7 @@ Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
|
|||||||
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
||||||
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||||
|
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0
|
%if 0
|
||||||
BuildRequires: arm-trusted-firmware-pine64
|
BuildRequires: arm-trusted-firmware-pine64
|
||||||
@ -106,6 +107,7 @@ This package contains documentation for U-Boot firmware.
|
|||||||
%patch0006 -p1
|
%patch0006 -p1
|
||||||
%patch0007 -p1
|
%patch0007 -p1
|
||||||
%patch0008 -p1
|
%patch0008 -p1
|
||||||
|
%patch0009 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 5 09:54:56 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
- Fix rainbow screen on 32bit RPis (boo#1086757)
|
||||||
|
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03
|
||||||
|
* Patches added:
|
||||||
|
0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
@ -54,6 +54,7 @@ Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
|
|||||||
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
||||||
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||||
|
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0
|
%if 0
|
||||||
BuildRequires: arm-trusted-firmware-pine64
|
BuildRequires: arm-trusted-firmware-pine64
|
||||||
@ -106,6 +107,7 @@ This package contains documentation for U-Boot firmware.
|
|||||||
%patch0006 -p1
|
%patch0006 -p1
|
||||||
%patch0007 -p1
|
%patch0007 -p1
|
||||||
%patch0008 -p1
|
%patch0008 -p1
|
||||||
|
%patch0009 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 5 09:54:56 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
- Fix rainbow screen on 32bit RPis (boo#1086757)
|
||||||
|
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03
|
||||||
|
* Patches added:
|
||||||
|
0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
@ -54,6 +54,7 @@ Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
|
|||||||
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
||||||
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||||
|
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0
|
%if 0
|
||||||
BuildRequires: arm-trusted-firmware-pine64
|
BuildRequires: arm-trusted-firmware-pine64
|
||||||
@ -106,6 +107,7 @@ This package contains documentation for U-Boot firmware.
|
|||||||
%patch0006 -p1
|
%patch0006 -p1
|
||||||
%patch0007 -p1
|
%patch0007 -p1
|
||||||
%patch0008 -p1
|
%patch0008 -p1
|
||||||
|
%patch0009 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 5 09:54:56 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
- Fix rainbow screen on 32bit RPis (boo#1086757)
|
||||||
|
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03
|
||||||
|
* Patches added:
|
||||||
|
0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
@ -54,6 +54,7 @@ Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
|
|||||||
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
||||||
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||||
|
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0
|
%if 0
|
||||||
BuildRequires: arm-trusted-firmware-pine64
|
BuildRequires: arm-trusted-firmware-pine64
|
||||||
@ -106,6 +107,7 @@ This package contains documentation for U-Boot firmware.
|
|||||||
%patch0006 -p1
|
%patch0006 -p1
|
||||||
%patch0007 -p1
|
%patch0007 -p1
|
||||||
%patch0008 -p1
|
%patch0008 -p1
|
||||||
|
%patch0009 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 5 09:54:56 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
- Fix rainbow screen on 32bit RPis (boo#1086757)
|
||||||
|
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03
|
||||||
|
* Patches added:
|
||||||
|
0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
@ -54,6 +54,7 @@ Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
|
|||||||
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
||||||
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||||
|
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0
|
%if 0
|
||||||
BuildRequires: arm-trusted-firmware-pine64
|
BuildRequires: arm-trusted-firmware-pine64
|
||||||
@ -106,6 +107,7 @@ This package contains documentation for U-Boot firmware.
|
|||||||
%patch0006 -p1
|
%patch0006 -p1
|
||||||
%patch0007 -p1
|
%patch0007 -p1
|
||||||
%patch0008 -p1
|
%patch0008 -p1
|
||||||
|
%patch0009 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 5 09:54:56 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
- Fix rainbow screen on 32bit RPis (boo#1086757)
|
||||||
|
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03
|
||||||
|
* Patches added:
|
||||||
|
0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
@ -54,6 +54,7 @@ Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
|
|||||||
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
||||||
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||||
|
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0
|
%if 0
|
||||||
BuildRequires: arm-trusted-firmware-pine64
|
BuildRequires: arm-trusted-firmware-pine64
|
||||||
@ -106,6 +107,7 @@ This package contains documentation for U-Boot firmware.
|
|||||||
%patch0006 -p1
|
%patch0006 -p1
|
||||||
%patch0007 -p1
|
%patch0007 -p1
|
||||||
%patch0008 -p1
|
%patch0008 -p1
|
||||||
|
%patch0009 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 5 09:54:56 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
- Fix rainbow screen on 32bit RPis (boo#1086757)
|
||||||
|
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03
|
||||||
|
* Patches added:
|
||||||
|
0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
@ -54,6 +54,7 @@ Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
|
|||||||
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
||||||
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||||
|
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0
|
%if 0
|
||||||
BuildRequires: arm-trusted-firmware-pine64
|
BuildRequires: arm-trusted-firmware-pine64
|
||||||
@ -106,6 +107,7 @@ This package contains documentation for U-Boot firmware.
|
|||||||
%patch0006 -p1
|
%patch0006 -p1
|
||||||
%patch0007 -p1
|
%patch0007 -p1
|
||||||
%patch0008 -p1
|
%patch0008 -p1
|
||||||
|
%patch0009 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 5 09:54:56 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
- Fix rainbow screen on 32bit RPis (boo#1086757)
|
||||||
|
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03
|
||||||
|
* Patches added:
|
||||||
|
0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
@ -54,6 +54,7 @@ Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
|
|||||||
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
||||||
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||||
|
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0
|
%if 0
|
||||||
BuildRequires: arm-trusted-firmware-pine64
|
BuildRequires: arm-trusted-firmware-pine64
|
||||||
@ -106,6 +107,7 @@ This package contains documentation for U-Boot firmware.
|
|||||||
%patch0006 -p1
|
%patch0006 -p1
|
||||||
%patch0007 -p1
|
%patch0007 -p1
|
||||||
%patch0008 -p1
|
%patch0008 -p1
|
||||||
|
%patch0009 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 5 09:54:56 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
- Fix rainbow screen on 32bit RPis (boo#1086757)
|
||||||
|
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03
|
||||||
|
* Patches added:
|
||||||
|
0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
@ -54,6 +54,7 @@ Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
|
|||||||
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
||||||
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||||
|
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0
|
%if 0
|
||||||
BuildRequires: arm-trusted-firmware-pine64
|
BuildRequires: arm-trusted-firmware-pine64
|
||||||
@ -106,6 +107,7 @@ This package contains documentation for U-Boot firmware.
|
|||||||
%patch0006 -p1
|
%patch0006 -p1
|
||||||
%patch0007 -p1
|
%patch0007 -p1
|
||||||
%patch0008 -p1
|
%patch0008 -p1
|
||||||
|
%patch0009 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 5 09:54:56 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
- Fix rainbow screen on 32bit RPis (boo#1086757)
|
||||||
|
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03
|
||||||
|
* Patches added:
|
||||||
|
0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
@ -54,6 +54,7 @@ Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
|
|||||||
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
||||||
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||||
|
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0
|
%if 0
|
||||||
BuildRequires: arm-trusted-firmware-pine64
|
BuildRequires: arm-trusted-firmware-pine64
|
||||||
@ -106,6 +107,7 @@ This package contains documentation for U-Boot firmware.
|
|||||||
%patch0006 -p1
|
%patch0006 -p1
|
||||||
%patch0007 -p1
|
%patch0007 -p1
|
||||||
%patch0008 -p1
|
%patch0008 -p1
|
||||||
|
%patch0009 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 5 09:54:56 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
- Fix rainbow screen on 32bit RPis (boo#1086757)
|
||||||
|
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03
|
||||||
|
* Patches added:
|
||||||
|
0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
@ -54,6 +54,7 @@ Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
|
|||||||
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
||||||
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||||
|
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0
|
%if 0
|
||||||
BuildRequires: arm-trusted-firmware-pine64
|
BuildRequires: arm-trusted-firmware-pine64
|
||||||
@ -106,6 +107,7 @@ This package contains documentation for U-Boot firmware.
|
|||||||
%patch0006 -p1
|
%patch0006 -p1
|
||||||
%patch0007 -p1
|
%patch0007 -p1
|
||||||
%patch0008 -p1
|
%patch0008 -p1
|
||||||
|
%patch0009 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 5 09:54:56 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
- Fix rainbow screen on 32bit RPis (boo#1086757)
|
||||||
|
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03
|
||||||
|
* Patches added:
|
||||||
|
0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
@ -54,6 +54,7 @@ Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
|
|||||||
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
||||||
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||||
|
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0
|
%if 0
|
||||||
BuildRequires: arm-trusted-firmware-pine64
|
BuildRequires: arm-trusted-firmware-pine64
|
||||||
@ -106,6 +107,7 @@ This package contains documentation for U-Boot firmware.
|
|||||||
%patch0006 -p1
|
%patch0006 -p1
|
||||||
%patch0007 -p1
|
%patch0007 -p1
|
||||||
%patch0008 -p1
|
%patch0008 -p1
|
||||||
|
%patch0009 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 5 09:54:56 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
- Fix rainbow screen on 32bit RPis (boo#1086757)
|
||||||
|
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03
|
||||||
|
* Patches added:
|
||||||
|
0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
@ -54,6 +54,7 @@ Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
|
|||||||
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
||||||
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||||
|
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0
|
%if 0
|
||||||
BuildRequires: arm-trusted-firmware-pine64
|
BuildRequires: arm-trusted-firmware-pine64
|
||||||
@ -106,6 +107,7 @@ This package contains documentation for U-Boot firmware.
|
|||||||
%patch0006 -p1
|
%patch0006 -p1
|
||||||
%patch0007 -p1
|
%patch0007 -p1
|
||||||
%patch0008 -p1
|
%patch0008 -p1
|
||||||
|
%patch0009 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 5 09:54:56 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
- Fix rainbow screen on 32bit RPis (boo#1086757)
|
||||||
|
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03
|
||||||
|
* Patches added:
|
||||||
|
0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
@ -54,6 +54,7 @@ Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
|
|||||||
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
||||||
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||||
|
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0
|
%if 0
|
||||||
BuildRequires: arm-trusted-firmware-pine64
|
BuildRequires: arm-trusted-firmware-pine64
|
||||||
@ -106,6 +107,7 @@ This package contains documentation for U-Boot firmware.
|
|||||||
%patch0006 -p1
|
%patch0006 -p1
|
||||||
%patch0007 -p1
|
%patch0007 -p1
|
||||||
%patch0008 -p1
|
%patch0008 -p1
|
||||||
|
%patch0009 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 5 09:54:56 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
- Fix rainbow screen on 32bit RPis (boo#1086757)
|
||||||
|
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03
|
||||||
|
* Patches added:
|
||||||
|
0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
@ -54,6 +54,7 @@ Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
|
|||||||
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
||||||
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||||
|
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0
|
%if 0
|
||||||
BuildRequires: arm-trusted-firmware-pine64
|
BuildRequires: arm-trusted-firmware-pine64
|
||||||
@ -106,6 +107,7 @@ This package contains documentation for U-Boot firmware.
|
|||||||
%patch0006 -p1
|
%patch0006 -p1
|
||||||
%patch0007 -p1
|
%patch0007 -p1
|
||||||
%patch0008 -p1
|
%patch0008 -p1
|
||||||
|
%patch0009 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 5 09:54:56 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
- Fix rainbow screen on 32bit RPis (boo#1086757)
|
||||||
|
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03
|
||||||
|
* Patches added:
|
||||||
|
0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
@ -54,6 +54,7 @@ Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
|
|||||||
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
||||||
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||||
|
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0
|
%if 0
|
||||||
BuildRequires: arm-trusted-firmware-pine64
|
BuildRequires: arm-trusted-firmware-pine64
|
||||||
@ -106,6 +107,7 @@ This package contains documentation for U-Boot firmware.
|
|||||||
%patch0006 -p1
|
%patch0006 -p1
|
||||||
%patch0007 -p1
|
%patch0007 -p1
|
||||||
%patch0008 -p1
|
%patch0008 -p1
|
||||||
|
%patch0009 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 5 09:54:56 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
- Fix rainbow screen on 32bit RPis (boo#1086757)
|
||||||
|
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03
|
||||||
|
* Patches added:
|
||||||
|
0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
@ -54,6 +54,7 @@ Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
|
|||||||
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
||||||
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||||
|
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0
|
%if 0
|
||||||
BuildRequires: arm-trusted-firmware-pine64
|
BuildRequires: arm-trusted-firmware-pine64
|
||||||
@ -106,6 +107,7 @@ This package contains documentation for U-Boot firmware.
|
|||||||
%patch0006 -p1
|
%patch0006 -p1
|
||||||
%patch0007 -p1
|
%patch0007 -p1
|
||||||
%patch0008 -p1
|
%patch0008 -p1
|
||||||
|
%patch0009 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 5 09:54:56 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
- Fix rainbow screen on 32bit RPis (boo#1086757)
|
||||||
|
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03
|
||||||
|
* Patches added:
|
||||||
|
0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
@ -54,6 +54,7 @@ Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
|
|||||||
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
||||||
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||||
|
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0
|
%if 0
|
||||||
BuildRequires: arm-trusted-firmware-pine64
|
BuildRequires: arm-trusted-firmware-pine64
|
||||||
@ -106,6 +107,7 @@ This package contains documentation for U-Boot firmware.
|
|||||||
%patch0006 -p1
|
%patch0006 -p1
|
||||||
%patch0007 -p1
|
%patch0007 -p1
|
||||||
%patch0008 -p1
|
%patch0008 -p1
|
||||||
|
%patch0009 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 5 09:54:56 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
- Fix rainbow screen on 32bit RPis (boo#1086757)
|
||||||
|
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03
|
||||||
|
* Patches added:
|
||||||
|
0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
@ -54,6 +54,7 @@ Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
|
|||||||
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
||||||
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||||
|
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0
|
%if 0
|
||||||
BuildRequires: arm-trusted-firmware-pine64
|
BuildRequires: arm-trusted-firmware-pine64
|
||||||
@ -106,6 +107,7 @@ This package contains documentation for U-Boot firmware.
|
|||||||
%patch0006 -p1
|
%patch0006 -p1
|
||||||
%patch0007 -p1
|
%patch0007 -p1
|
||||||
%patch0008 -p1
|
%patch0008 -p1
|
||||||
|
%patch0009 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 5 09:54:56 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
- Fix rainbow screen on 32bit RPis (boo#1086757)
|
||||||
|
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03
|
||||||
|
* Patches added:
|
||||||
|
0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
@ -54,6 +54,7 @@ Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
|
|||||||
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
Patch0006: 0006-net-Only-access-network-devices-aft.patch
|
||||||
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
|
||||||
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
|
||||||
|
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0
|
%if 0
|
||||||
BuildRequires: arm-trusted-firmware-pine64
|
BuildRequires: arm-trusted-firmware-pine64
|
||||||
@ -106,6 +107,7 @@ This package contains documentation for U-Boot firmware.
|
|||||||
%patch0006 -p1
|
%patch0006 -p1
|
||||||
%patch0007 -p1
|
%patch0007 -p1
|
||||||
%patch0008 -p1
|
%patch0008 -p1
|
||||||
|
%patch0009 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 5 09:54:56 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
- Fix rainbow screen on 32bit RPis (boo#1086757)
|
||||||
|
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.03
|
||||||
|
* Patches added:
|
||||||
|
0009-rpi-Allow-to-boot-without-serial.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
Thu Mar 15 23:44:18 UTC 2018 - agraf@suse.com
|
||||||
|
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user