Accepting request 607419 from hardware👢staging

- Conditionalize pine64plus ATF support on uboot_atf_pine64
- u-boot-board.spec.in: Update license
- Add poplar
- Update to 2018.05
- Update to 2018.05-rc3
- Include u-boot.spec in autogeneration logic
- Add support for .bif generation in mkimage
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
  0006-tools-zynqmpimage-Add-partition-rea.patch
  0007-tools-zynqmpimage-Move-defines-to-h.patch
  0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
  0009-tools-zynqmpimage-Add-bif-support.patch
  0010-tools-zynqmpbif-Add-support-for-loa.patch
- Add generic ZynqMP support
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
  0005-zynqmp-Add-generic-target.patch
- Update to 2018.05-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
  0004-rpi3-Enable-lan78xx-driver.patch
  0005-rpi-Add-identifier-for-the-new-RPi3.patch
  0006-efi_loader-Fix-network-DP-with-DM_E.patch
  0007-mkimage-do-not-fail-if-there-is-no-.patch
  0008-rpi-Allow-to-boot-without-serial.patch
  0009-mmc-use-core-clock-frequency-in-bcm.patch
  0010-Temp-workaround-for-Chromebook-snow.patch
* Patches added:
  0004-Temp-workaround-for-Chromebook-snow.patch
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
  0010-Temp-workaround-for-Chromebook-snow.patch
  
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
  0009-rpi-Allow-to-boot-without-serial.patch
  0010-mmc-use-core-clock-frequency-in-bcm.patch
* Patches added:
  0008-rpi-Allow-to-boot-without-serial.patch
  0009-mmc-use-core-clock-frequency-in-bcm.patch
    
- Update to 2018.05-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
  0003-Revert-rockchip-mkimage-remove-plac.patch
  0004-rpi-Use-firmware-provided-device-tr.patch
  0005-rpi3-Enable-lan78xx-driver.patch
  0006-net-Only-access-network-devices-aft.patch
  0007-rpi-Add-identifier-for-the-new-RPi3.patch
  0008-efi_loader-Fix-network-DP-with-DM_E.patch
* Patches added:
  0003-rpi-Use-firmware-provided-device-tr.patch
  0004-rpi3-Enable-lan78xx-driver.patch
  0005-rpi-Add-identifier-for-the-new-RPi3.patch
  0006-efi_loader-Fix-network-DP-with-DM_E.patch
  0007-mkimage-do-not-fail-if-there-is-no-.patch

OBS-URL: https://build.opensuse.org/request/show/607419
OBS-URL: https://build.opensuse.org/package/show/hardware:boot/u-boot?expand=0&rev=16
This commit is contained in:
Guillaume GARDET 2018-05-15 09:14:56 +00:00 committed by Git OBS Bridge
parent 28501eac2f
commit 31045129c4
159 changed files with 13489 additions and 1449 deletions

View File

@ -1,4 +1,4 @@
From f9856b798578670b682889a05a9e4df078a53dd6 Mon Sep 17 00:00:00 2001
From db706bed3365f1c03e47cc7f46a0a23462f9ac17 Mon Sep 17 00:00:00 2001
From: Alexander Graf <agraf@suse.de>
Date: Wed, 13 Apr 2016 13:44:29 +0200
Subject: [PATCH] XXX openSUSE XXX: Load dtb from partition 2
@ -16,10 +16,10 @@ Signed-off-by: Alexander Graf <agraf@suse.de>
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/include/config_distro_bootcmd.h b/include/config_distro_bootcmd.h
index f567cebd38..96b05aeeed 100644
index 8d5feb3ac7..8ec95574ca 100644
--- a/include/config_distro_bootcmd.h
+++ b/include/config_distro_bootcmd.h
@@ -135,16 +135,16 @@
@@ -134,16 +134,16 @@
"fi\0" \
\
"load_efi_dtb=" \

View File

@ -1,4 +1,4 @@
From ac419f82c82becdd6ee09bd3c5574a181deff939 Mon Sep 17 00:00:00 2001
From 4daf6d83c59033e5b9ac84d7b97b1093ed0aa852 Mon Sep 17 00:00:00 2001
From: Alexander Graf <agraf@suse.de>
Date: Mon, 2 May 2016 23:25:07 +0200
Subject: [PATCH] Revert "Revert "omap3: Use raw SPL by default for mmc1""
@ -9,10 +9,10 @@ This reverts commit 7fa75d0ac5502db813d109c1df7bd0da34688685.
1 file changed, 2 deletions(-)
diff --git a/arch/arm/mach-omap2/boot-common.c b/arch/arm/mach-omap2/boot-common.c
index db68a9d7e2..d246ebc12d 100644
index 0e9fd03fef..7b1cdb2e68 100644
--- a/arch/arm/mach-omap2/boot-common.c
+++ b/arch/arm/mach-omap2/boot-common.c
@@ -134,8 +134,6 @@ void save_omap_boot_params(void)
@@ -133,8 +133,6 @@ void save_omap_boot_params(void)
(boot_device <= MMC_BOOT_DEVICES_END)) {
switch (boot_device) {
case BOOT_DEVICE_MMC1:

View File

@ -1,66 +0,0 @@
From f45226d20a4bcdeedc3226f272ecd07ed9fa743c Mon Sep 17 00:00:00 2001
From: Guillaume GARDET <guillaume.gardet@free.fr>
Date: Thu, 22 Jun 2017 10:04:06 +0200
Subject: [PATCH] Revert 'rockchip: mkimage: remove placeholder functions from
rkimage'
Revert commit 253c60a557d6740f15169a1f15772d7e64928d9b as it breaks the
return value of 'mkimage -T rkimage' and print the following error:
'./tools/mkimage: Can't print header for Rockchip Boot Image support: Success'
Signed-off-by: Guillaume GARDET <guillaume.gardet@free.fr>
Cc: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Cc: Simon Glass <sjg@chromium.org>
Cc: Tom Rini <trini@konsulko.com>
---
tools/rkimage.c | 21 ++++++++++++++++++---
1 file changed, 18 insertions(+), 3 deletions(-)
diff --git a/tools/rkimage.c b/tools/rkimage.c
index 9880b1569f..44d098c775 100644
--- a/tools/rkimage.c
+++ b/tools/rkimage.c
@@ -13,6 +13,16 @@
static uint32_t header;
+static int rkimage_verify_header(unsigned char *buf, int size,
+ struct image_tool_params *params)
+{
+ return 0;
+}
+
+static void rkimage_print_header(const void *buf)
+{
+}
+
static void rkimage_set_header(void *buf, struct stat *sbuf, int ifd,
struct image_tool_params *params)
{
@@ -23,6 +33,11 @@ static void rkimage_set_header(void *buf, struct stat *sbuf, int ifd,
rkcommon_rc4_encode_spl(buf, 4, params->file_size);
}
+static int rkimage_extract_subimage(void *buf, struct image_tool_params *params)
+{
+ return 0;
+}
+
static int rkimage_check_image_type(uint8_t type)
{
if (type == IH_TYPE_RKIMAGE)
@@ -40,10 +55,10 @@ U_BOOT_IMAGE_TYPE(
4,
&header,
rkcommon_check_params,
- NULL,
- NULL,
+ rkimage_verify_header,
+ rkimage_print_header,
rkimage_set_header,
- NULL,
+ rkimage_extract_subimage,
rkimage_check_image_type,
NULL,
NULL

View File

@ -1,4 +1,4 @@
From 9bdcbebe4b666a372d86a9832db4aca036fa6423 Mon Sep 17 00:00:00 2001
From 9f72e6e9b9a69eaec7e1ea2e70c63ad04ce755ba Mon Sep 17 00:00:00 2001
From: Alexander Graf <agraf@suse.de>
Date: Wed, 21 Feb 2018 17:41:13 +0100
Subject: [PATCH] rpi: Use firmware provided device tree
@ -28,7 +28,7 @@ Signed-off-by: Alexander Graf <agraf@suse.de>
6 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/configs/rpi_0_w_defconfig b/configs/rpi_0_w_defconfig
index 04717d5e50..3b7e4f7ad9 100644
index fcc2ae68c9..48b656cdb2 100644
--- a/configs/rpi_0_w_defconfig
+++ b/configs/rpi_0_w_defconfig
@@ -12,7 +12,7 @@ CONFIG_SYS_PROMPT="U-Boot> "
@ -39,9 +39,9 @@ index 04717d5e50..3b7e4f7ad9 100644
+CONFIG_OF_BOARD=y
CONFIG_ENV_FAT_INTERFACE="mmc"
CONFIG_ENV_FAT_DEVICE_AND_PART="0:1"
CONFIG_DM_KEYBOARD=y
CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y
diff --git a/configs/rpi_2_defconfig b/configs/rpi_2_defconfig
index f8203c9d47..de9c0e1937 100644
index 204af74239..ed60fd96d8 100644
--- a/configs/rpi_2_defconfig
+++ b/configs/rpi_2_defconfig
@@ -12,7 +12,7 @@ CONFIG_SYS_PROMPT="U-Boot> "
@ -52,9 +52,9 @@ index f8203c9d47..de9c0e1937 100644
+CONFIG_OF_BOARD=y
CONFIG_ENV_FAT_INTERFACE="mmc"
CONFIG_ENV_FAT_DEVICE_AND_PART="0:1"
CONFIG_DM_KEYBOARD=y
CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y
diff --git a/configs/rpi_3_32b_defconfig b/configs/rpi_3_32b_defconfig
index 317fc28f71..2bbe687359 100644
index 9e142cae63..465e97b662 100644
--- a/configs/rpi_3_32b_defconfig
+++ b/configs/rpi_3_32b_defconfig
@@ -13,7 +13,7 @@ CONFIG_SYS_PROMPT="U-Boot> "
@ -65,9 +65,9 @@ index 317fc28f71..2bbe687359 100644
+CONFIG_OF_BOARD=y
CONFIG_ENV_FAT_INTERFACE="mmc"
CONFIG_ENV_FAT_DEVICE_AND_PART="0:1"
CONFIG_DM_KEYBOARD=y
CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y
diff --git a/configs/rpi_3_defconfig b/configs/rpi_3_defconfig
index 0f3a54ec9a..ca55f8dc66 100644
index f46e504497..cbae3d198b 100644
--- a/configs/rpi_3_defconfig
+++ b/configs/rpi_3_defconfig
@@ -13,7 +13,7 @@ CONFIG_SYS_PROMPT="U-Boot> "
@ -78,9 +78,9 @@ index 0f3a54ec9a..ca55f8dc66 100644
+CONFIG_OF_BOARD=y
CONFIG_ENV_FAT_INTERFACE="mmc"
CONFIG_ENV_FAT_DEVICE_AND_PART="0:1"
CONFIG_DM_KEYBOARD=y
CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y
diff --git a/configs/rpi_defconfig b/configs/rpi_defconfig
index d13d3d3e2e..d75032c420 100644
index 82c90d40e1..916b6df5a6 100644
--- a/configs/rpi_defconfig
+++ b/configs/rpi_defconfig
@@ -12,7 +12,7 @@ CONFIG_SYS_PROMPT="U-Boot> "
@ -91,12 +91,12 @@ index d13d3d3e2e..d75032c420 100644
+CONFIG_OF_BOARD=y
CONFIG_ENV_FAT_INTERFACE="mmc"
CONFIG_ENV_FAT_DEVICE_AND_PART="0:1"
CONFIG_DM_KEYBOARD=y
CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y
diff --git a/include/configs/rpi.h b/include/configs/rpi.h
index 17cdecd1c3..bea4ab1b9a 100644
index 69a22e1700..8b21453d78 100644
--- a/include/configs/rpi.h
+++ b/include/configs/rpi.h
@@ -125,7 +125,7 @@
@@ -123,7 +123,7 @@
#define ENV_MEM_LAYOUT_SETTINGS \
"fdt_high=ffffffff\0" \
"initrd_high=ffffffff\0" \

View File

@ -1,4 +1,4 @@
From 7710a68a4efaa90acd0ac57aa04909b63199e410 Mon Sep 17 00:00:00 2001
From 4c0955c1217ea7adb6a71d79fd628940b69335fa Mon Sep 17 00:00:00 2001
From: Guillaume GARDET <guillaume.gardet@free.fr>
Date: Mon, 9 Apr 2018 10:28:26 +0200
Subject: [PATCH] Temp workaround for Chromebook snow to avoid the 'unable to
@ -9,10 +9,10 @@ Subject: [PATCH] Temp workaround for Chromebook snow to avoid the 'unable to
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/mmc/dw_mmc.c b/drivers/mmc/dw_mmc.c
index 23f642980b..28f4fa0f21 100644
index 13180fc0d6..a90d8e9140 100644
--- a/drivers/mmc/dw_mmc.c
+++ b/drivers/mmc/dw_mmc.c
@@ -508,7 +508,8 @@ void dwmci_setup_cfg(struct mmc_config *cfg, struct dwmci_host *host,
@@ -507,7 +507,8 @@ void dwmci_setup_cfg(struct mmc_config *cfg, struct dwmci_host *host,
cfg->host_caps |= MMC_MODE_4BIT;
cfg->host_caps &= ~MMC_MODE_8BIT;
}

View File

@ -1,23 +0,0 @@
From e75d103c47d687ecc49cb522833084ebf5da04fd Mon Sep 17 00:00:00 2001
From: Alexander Graf <agraf@suse.de>
Date: Thu, 15 Mar 2018 09:54:10 +0100
Subject: [PATCH] rpi3: Enable lan78xx driver
The new Raspberry Pi B 3+ has a lan78xx device attached to it. Let's add
driver support in U-Boot for it.
Signed-off-by: Alexander Graf <agraf@suse.de>
---
configs/rpi_3_defconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/configs/rpi_3_defconfig b/configs/rpi_3_defconfig
index ca55f8dc66..1ee04c68f8 100644
--- a/configs/rpi_3_defconfig
+++ b/configs/rpi_3_defconfig
@@ -36,3 +36,5 @@ CONFIG_SYS_WHITE_ON_BLACK=y
CONFIG_CONSOLE_SCROLL_LINES=10
CONFIG_PHYS_TO_BUS=y
CONFIG_OF_LIBFDT_OVERLAY=y
+CONFIG_PHYLIB=y
+CONFIG_USB_ETHER_LAN78XX=y

View File

@ -0,0 +1,165 @@
From fe5f8db721930763c7c538de4e21535170879d99 Mon Sep 17 00:00:00 2001
From: Alexander Graf <agraf@suse.de>
Date: Tue, 24 Apr 2018 21:25:23 +0200
Subject: [PATCH] zynqmp: Add generic target
I would like to create a generic U-Boot build that adapts itself completely
based on the DT passed in. That way we can potentially support running
random board configurations with a single U-Boot binary built as part of
the distribution.
Currently a few things are still missing to make it a full reality. The
most obvious one I think is the EEPROM location. This would need to also
move into something described by DT.
Apart from that, we're almost there. This patch adds a defconfig that simply
contains all drivers we could make use of. We can then enable individual
boards along the way and slowly adapt everything to be fully DT described
while we identify each missing bit.
Signed-off-by: Alexander Graf <agraf@suse.de>
---
v1 -> v2:
- Remove debug uart
v2 -> v3
- show model information instead of custom IDENT_STRING
v3 -> v4:
- reintroduce CONFIG_IDENT_STRING
- remove CONFIG_DEFAULT_DEVICE_TREE
- run through savedefconfig
- replace CONFIG_SYS_I2C_ZYNQ with CONFIG_SYS_I2C_CADENCE
- remove CONFIG_ZYNQ_SDHCI{0,1} - needs to be solved generically
- add xhci usb1 to xhci controller list
---
configs/xilinx_zynqmp_generic_defconfig | 86 +++++++++++++++++++++++++++++++++
include/configs/xilinx_zynqmp_generic.h | 21 ++++++++
2 files changed, 107 insertions(+)
create mode 100644 configs/xilinx_zynqmp_generic_defconfig
create mode 100644 include/configs/xilinx_zynqmp_generic.h
diff --git a/configs/xilinx_zynqmp_generic_defconfig b/configs/xilinx_zynqmp_generic_defconfig
new file mode 100644
index 0000000000..ea2be0c9cc
--- /dev/null
+++ b/configs/xilinx_zynqmp_generic_defconfig
@@ -0,0 +1,86 @@
+CONFIG_ARM=y
+CONFIG_SYS_CONFIG_NAME="xilinx_zynqmp_generic"
+CONFIG_ARCH_ZYNQMP=y
+CONFIG_SYS_TEXT_BASE=0x8000000
+CONFIG_SYS_MALLOC_F_LEN=0x8000
+CONFIG_IDENT_STRING=" Xilinx ZynqMP based platform"
+CONFIG_ZYNQMP_USB=y
+CONFIG_AHCI=y
+CONFIG_DISTRO_DEFAULTS=y
+CONFIG_FIT=y
+CONFIG_FIT_VERBOSE=y
+# CONFIG_DISPLAY_CPUINFO is not set
+CONFIG_BOARD_EARLY_INIT_R=y
+CONFIG_SYS_PROMPT="ZynqMP> "
+CONFIG_FASTBOOT=y
+CONFIG_FASTBOOT_FLASH=y
+CONFIG_FASTBOOT_FLASH_MMC_DEV=0
+CONFIG_CMD_THOR_DOWNLOAD=y
+CONFIG_CMD_MEMTEST=y
+CONFIG_SYS_ALT_MEMTEST=y
+CONFIG_CMD_CLK=y
+CONFIG_CMD_DFU=y
+# CONFIG_CMD_FLASH is not set
+CONFIG_CMD_FPGA_LOADBP=y
+CONFIG_CMD_FPGA_LOADP=y
+CONFIG_CMD_GPIO=y
+CONFIG_CMD_GPT=y
+CONFIG_CMD_I2C=y
+CONFIG_CMD_MMC=y
+CONFIG_CMD_USB=y
+CONFIG_CMD_TFTPPUT=y
+CONFIG_CMD_TIME=y
+CONFIG_CMD_TIMER=y
+CONFIG_CMD_EXT4_WRITE=y
+CONFIG_OF_BOARD=y
+CONFIG_ENV_IS_IN_FAT=y
+CONFIG_NET_RANDOM_ETHADDR=y
+CONFIG_SPL_DM_SEQ_ALIAS=y
+CONFIG_SCSI_AHCI=y
+CONFIG_SATA_CEVA=y
+CONFIG_CLK_ZYNQMP=y
+CONFIG_DFU_RAM=y
+CONFIG_FPGA_XILINX=y
+CONFIG_FPGA_ZYNQMPPL=y
+CONFIG_DM_GPIO=y
+CONFIG_CMD_PCA953X=y
+CONFIG_DM_I2C=y
+CONFIG_SYS_I2C_CADENCE=y
+CONFIG_MISC=y
+CONFIG_DM_MMC=y
+CONFIG_MMC_SDHCI=y
+CONFIG_MMC_SDHCI_ZYNQ=y
+CONFIG_SPI_FLASH=y
+CONFIG_SPI_FLASH_BAR=y
+CONFIG_SPI_FLASH_MACRONIX=y
+CONFIG_SPI_FLASH_SPANSION=y
+CONFIG_SPI_FLASH_STMICRO=y
+CONFIG_SPI_FLASH_WINBOND=y
+# CONFIG_SPI_FLASH_USE_4K_SECTORS is not set
+CONFIG_PHY_MARVELL=y
+CONFIG_PHY_NATSEMI=y
+CONFIG_PHY_REALTEK=y
+CONFIG_PHY_TI=y
+CONFIG_PHY_VITESSE=y
+CONFIG_PHY_FIXED=y
+CONFIG_DM_ETH=y
+CONFIG_PHY_GIGE=y
+CONFIG_ZYNQ_GEM=y
+CONFIG_SCSI=y
+CONFIG_DM_SCSI=y
+CONFIG_ZYNQ_SERIAL=y
+CONFIG_USB=y
+CONFIG_USB_XHCI_HCD=y
+CONFIG_USB_XHCI_DWC3=y
+CONFIG_USB_XHCI_ZYNQMP=y
+CONFIG_USB_DWC3=y
+CONFIG_USB_DWC3_GADGET=y
+CONFIG_USB_ULPI_VIEWPORT=y
+CONFIG_USB_ULPI=y
+CONFIG_USB_STORAGE=y
+CONFIG_USB_GADGET=y
+CONFIG_USB_GADGET_MANUFACTURER="Xilinx"
+CONFIG_USB_GADGET_VENDOR_NUM=0x03FD
+CONFIG_USB_GADGET_PRODUCT_NUM=0x0300
+CONFIG_USB_FUNCTION_THOR=y
+CONFIG_EFI_LOADER_BOUNCE_BUFFER=y
diff --git a/include/configs/xilinx_zynqmp_generic.h b/include/configs/xilinx_zynqmp_generic.h
new file mode 100644
index 0000000000..5e3a1240c6
--- /dev/null
+++ b/include/configs/xilinx_zynqmp_generic.h
@@ -0,0 +1,21 @@
+/*
+ * Configuration for the Xilinx ZynqMP generic platform
+ *
+ * (C) Copyright 2018 Alexander Graf <agraf@suse.de>
+ * (C) Copyright 2015 Xilinx, Inc.
+ * Michal Simek <michal.simek@xilinx.com>
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+#ifndef __CONFIG_ZYNQMP_GENERIC_H
+#define __CONFIG_ZYNQMP_GENERIC_H
+
+/* This file should disappear as soon as xhci is converted to DT enumerated */
+
+#define CONFIG_ZYNQMP_XHCI_LIST {ZYNQMP_USB0_XHCI_BASEADDR, \
+ ZYNQMP_USB1_XHCI_BASEADDR}
+
+#include <configs/xilinx_zynqmp.h>
+
+#endif /* __CONFIG_ZYNQMP_GENERIC_H */

View File

@ -1,39 +0,0 @@
From 18d741c98c7fdeca3c8ed1df40bd35fbebaa8571 Mon Sep 17 00:00:00 2001
From: Alexander Graf <agraf@suse.de>
Date: Thu, 15 Mar 2018 11:02:33 +0100
Subject: [PATCH] net: Only access network devices after init
In the efi_loader main loop we call eth_rx() occasionally. This rx function
might end up calling into devices that haven't been initialized yet,
potentially resulting in a lot of transfer timeouts.
Instead, let's make sure the ethernet device is actually initialized before
reading from or writing to it.
Signed-off-by: Alexander Graf <agraf@suse.de>
---
net/eth-uclass.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net/eth-uclass.c b/net/eth-uclass.c
index d30b04ba86..240b596534 100644
--- a/net/eth-uclass.c
+++ b/net/eth-uclass.c
@@ -336,7 +336,7 @@ int eth_send(void *packet, int length)
if (!current)
return -ENODEV;
- if (!device_active(current))
+ if (!eth_is_active(current))
return -EINVAL;
ret = eth_get_ops(current)->send(current, packet, length);
@@ -359,7 +359,7 @@ int eth_rx(void)
if (!current)
return -ENODEV;
- if (!device_active(current))
+ if (!eth_is_active(current))
return -EINVAL;
/* Process up to 32 packets at one time */

View File

@ -0,0 +1,262 @@
From d404c070b2d1c0cb3fa3d7e74e94fc142f799dab Mon Sep 17 00:00:00 2001
From: Alexander Graf <agraf@suse.de>
Date: Thu, 15 Mar 2018 11:15:15 +0100
Subject: [PATCH] tools: zynqmpimage: Add partition read support
The zynqmp image format has support for inline partitions which are
used by FSBL to describe payloads that are loaded by FSBL itself.
While we can't create images that contain partitions (yet), we should
still at least be able to examine them and show the user what's inside
when we analyze an image created by bootgen.
Signed-off-by: Alexander Graf <agraf@suse.de>
---
v1 -> v2:
- prettify defines
- fix offset and size outputs
- add u-boot as payload target
- align CPU names with bif
- add shift constants
- add U-Boot as potential partition owner
- mention documentation source
- add HEADER_CPU_SELECT_A53_64BIT define
v3 -> v4:
- fix checkpatch
---
tools/zynqmpimage.c | 175 +++++++++++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 173 insertions(+), 2 deletions(-)
diff --git a/tools/zynqmpimage.c b/tools/zynqmpimage.c
index 421558d46e..e972c684d5 100644
--- a/tools/zynqmpimage.c
+++ b/tools/zynqmpimage.c
@@ -6,6 +6,7 @@
* The following Boot Header format/structures and values are defined in the
* following documents:
* * ug1085 ZynqMP TRM doc v1.4 (Chapter 11, Table 11-4)
+ * * ug1137 ZynqMP Software Developer Guide v6.0 (Chapter 16)
*
* Expected Header Size = 0x9C0
* Forced as 'little' endian, 32-bit words
@@ -62,6 +63,7 @@
#define HEADER_REGINIT_NULL (cpu_to_le32(0xffffffff))
#define HEADER_WIDTHDETECTION (cpu_to_le32(0xaa995566))
#define HEADER_IMAGEIDENTIFIER (cpu_to_le32(0x584c4e58))
+#define HEADER_CPU_SELECT_A53_64BIT (0x2 << 10)
enum {
ENCRYPTION_EFUSE = 0xa5c3c5a3,
@@ -79,6 +81,78 @@ struct zynqmp_reginit {
#define HEADER_INTERRUPT_VECTORS 8
#define HEADER_REGINITS 256
+struct image_header_table {
+ uint32_t version; /* 0x00 */
+ uint32_t nr_parts; /* 0x04 */
+ uint32_t partition_header_offset; /* 0x08, divided by 4 */
+ uint32_t image_header_offset; /* 0x0c, divided by 4 */
+ uint32_t auth_certificate_offset; /* 0x10 */
+ uint32_t boot_device; /* 0x14 */
+ uint32_t __reserved1[9]; /* 0x18 - 0x38 */
+ uint32_t checksum; /* 0x3c */
+};
+
+#define PART_ATTR_VEC_LOCATION 0x800000
+#define PART_ATTR_BS_BLOCK_SIZE_MASK 0x700000
+#define PART_ATTR_BS_BLOCK_SIZE_DEFAULT 0x000000
+#define PART_ATTR_BS_BLOCK_SIZE_8MB 0x400000
+#define PART_ATTR_BIG_ENDIAN 0x040000
+#define PART_ATTR_PART_OWNER_MASK 0x030000
+#define PART_ATTR_PART_OWNER_FSBL 0x000000
+#define PART_ATTR_PART_OWNER_UBOOT 0x010000
+#define PART_ATTR_RSA_SIG 0x008000
+#define PART_ATTR_CHECKSUM_MASK 0x007000
+#define PART_ATTR_CHECKSUM_NONE 0x000000
+#define PART_ATTR_CHECKSUM_MD5 0x001000
+#define PART_ATTR_CHECKSUM_SHA2 0x002000
+#define PART_ATTR_CHECKSUM_SHA3 0x003000
+#define PART_ATTR_DEST_CPU_SHIFT 8
+#define PART_ATTR_DEST_CPU_MASK 0x000f00
+#define PART_ATTR_DEST_CPU_NONE 0x000000
+#define PART_ATTR_DEST_CPU_A53_0 0x000100
+#define PART_ATTR_DEST_CPU_A53_1 0x000200
+#define PART_ATTR_DEST_CPU_A53_2 0x000300
+#define PART_ATTR_DEST_CPU_A53_3 0x000400
+#define PART_ATTR_DEST_CPU_R5_0 0x000500
+#define PART_ATTR_DEST_CPU_R5_1 0x000600
+#define PART_ATTR_DEST_CPU_R5_L 0x000700
+#define PART_ATTR_DEST_CPU_PMU 0x000800
+#define PART_ATTR_ENCRYPTED 0x000080
+#define PART_ATTR_DEST_DEVICE_SHIFT 4
+#define PART_ATTR_DEST_DEVICE_MASK 0x000070
+#define PART_ATTR_DEST_DEVICE_NONE 0x000000
+#define PART_ATTR_DEST_DEVICE_PS 0x000010
+#define PART_ATTR_DEST_DEVICE_PL 0x000020
+#define PART_ATTR_DEST_DEVICE_PMU 0x000030
+#define PART_ATTR_DEST_DEVICE_XIP 0x000040
+#define PART_ATTR_A53_EXEC_AARCH32 0x000008
+#define PART_ATTR_TARGET_EL_SHIFT 1
+#define PART_ATTR_TARGET_EL_MASK 0x000006
+#define PART_ATTR_TZ_SECURE 0x000001
+
+static const char *dest_cpus[0x10] = {
+ "none", "a5x-0", "a5x-1", "a5x-2", "a5x-3", "r5-0", "r5-1",
+ "r5-lockstep", "pmu", "unknown", "unknown", "unknown", "unknown",
+ "unknown", "unknown", "unknown"
+};
+
+struct partition_header {
+ uint32_t len_enc; /* 0x00, divided by 4 */
+ uint32_t len_unenc; /* 0x04, divided by 4 */
+ uint32_t len; /* 0x08, divided by 4 */
+ uint32_t next_partition_offset; /* 0x0c */
+ uint64_t entry_point; /* 0x10 */
+ uint64_t load_address; /* 0x18 */
+ uint32_t offset; /* 0x20, divided by 4 */
+ uint32_t attributes; /* 0x24 */
+ uint32_t __reserved1; /* 0x28 */
+ uint32_t checksum_offset; /* 0x2c, divided by 4 */
+ uint32_t __reserved2; /* 0x30 */
+ uint32_t auth_certificate_offset; /* 0x34 */
+ uint32_t __reserved3; /* 0x38 */
+ uint32_t checksum; /* 0x3c */
+};
+
struct zynqmp_header {
uint32_t interrupt_vectors[HEADER_INTERRUPT_VECTORS]; /* 0x0 */
uint32_t width_detection; /* 0x20 */
@@ -92,7 +166,9 @@ struct zynqmp_header {
uint32_t image_stored_size; /* 0x40 */
uint32_t image_attributes; /* 0x44 */
uint32_t checksum; /* 0x48 */
- uint32_t __reserved1[27]; /* 0x4c */
+ uint32_t __reserved1[19]; /* 0x4c */
+ uint32_t image_header_table_offset; /* 0x98 */
+ uint32_t __reserved2[7]; /* 0x9c */
struct zynqmp_reginit register_init[HEADER_REGINITS]; /* 0xb8 */
uint32_t __reserved4[66]; /* 0x9c0 */
};
@@ -131,7 +207,7 @@ static void zynqmpimage_default_header(struct zynqmp_header *ptr)
return;
ptr->width_detection = HEADER_WIDTHDETECTION;
- ptr->image_attributes = 0x800;
+ ptr->image_attributes = HEADER_CPU_SELECT_A53_64BIT;
ptr->image_identifier = HEADER_IMAGEIDENTIFIER;
ptr->encryption = cpu_to_le32(ENCRYPTION_NONE);
@@ -172,6 +248,80 @@ static int zynqmpimage_verify_header(unsigned char *ptr, int image_size,
return 0;
}
+static void print_partition(const void *ptr, const struct partition_header *ph)
+{
+ uint32_t attr = le32_to_cpu(ph->attributes);
+ unsigned long len = le32_to_cpu(ph->len) * 4;
+ const char *part_owner;
+ const char *dest_devs[0x8] = {
+ "none", "PS", "PL", "PMU", "unknown", "unknown", "unknown",
+ "unknown"
+ };
+
+ switch (attr & PART_ATTR_PART_OWNER_MASK) {
+ case PART_ATTR_PART_OWNER_FSBL:
+ part_owner = "FSBL";
+ break;
+ case PART_ATTR_PART_OWNER_UBOOT:
+ part_owner = "U-Boot";
+ break;
+ default:
+ part_owner = "Unknown";
+ break;
+ }
+
+ printf("%s payload on CPU %s (%s):\n", part_owner,
+ dest_cpus[(attr & PART_ATTR_DEST_CPU_MASK) >> 8],
+ dest_devs[(attr & PART_ATTR_DEST_DEVICE_MASK) >> 4]);
+
+ printf(" Offset : 0x%08x\n", le32_to_cpu(ph->offset) * 4);
+ printf(" Size : %lu (0x%lx) bytes\n", len, len);
+ printf(" Load : 0x%08llx",
+ (unsigned long long)le64_to_cpu(ph->load_address));
+ if (ph->load_address != ph->entry_point)
+ printf(" (entry=0x%08llx)\n",
+ (unsigned long long)le64_to_cpu(ph->entry_point));
+ else
+ printf("\n");
+ printf(" Attributes : ");
+
+ if (attr & PART_ATTR_VEC_LOCATION)
+ printf("vec ");
+
+ if (attr & PART_ATTR_ENCRYPTED)
+ printf("encrypted ");
+
+ switch (attr & PART_ATTR_CHECKSUM_MASK) {
+ case PART_ATTR_CHECKSUM_MD5:
+ printf("md5 ");
+ break;
+ case PART_ATTR_CHECKSUM_SHA2:
+ printf("sha2 ");
+ break;
+ case PART_ATTR_CHECKSUM_SHA3:
+ printf("sha3 ");
+ break;
+ }
+
+ if (attr & PART_ATTR_BIG_ENDIAN)
+ printf("BigEndian ");
+
+ if (attr & PART_ATTR_RSA_SIG)
+ printf("RSA ");
+
+ if (attr & PART_ATTR_A53_EXEC_AARCH32)
+ printf("AArch32 ");
+
+ if (attr & PART_ATTR_TARGET_EL_MASK)
+ printf("EL%d ", (attr & PART_ATTR_TARGET_EL_MASK) >> 1);
+
+ if (attr & PART_ATTR_TZ_SECURE)
+ printf("secure ");
+ printf("\n");
+
+ printf(" Checksum : 0x%08x\n", le32_to_cpu(ph->checksum));
+}
+
static void zynqmpimage_print_header(const void *ptr)
{
struct zynqmp_header *zynqhdr = (struct zynqmp_header *)ptr;
@@ -212,6 +362,27 @@ static void zynqmpimage_print_header(const void *ptr)
le32_to_cpu(zynqhdr->register_init[i].data));
}
+ if (zynqhdr->image_header_table_offset) {
+ struct image_header_table *iht = (void *)ptr +
+ zynqhdr->image_header_table_offset;
+ struct partition_header *ph;
+ uint32_t ph_offset;
+ uint32_t next;
+ int i;
+
+ ph_offset = le32_to_cpu(iht->partition_header_offset) * 4;
+ ph = (void *)ptr + ph_offset;
+ for (i = 0; i < le32_to_cpu(iht->nr_parts); i++) {
+ next = le32_to_cpu(ph->next_partition_offset) * 4;
+
+ /* Partition 0 is the base image itself */
+ if (i)
+ print_partition(ptr, ph);
+
+ ph = (void *)ptr + next;
+ }
+ }
+
free(dynamic_header);
}

View File

@ -1,32 +0,0 @@
From 3cb00841e501f6fce91dd9133f6fdfbf2cdd4d39 Mon Sep 17 00:00:00 2001
From: Alexander Graf <agraf@suse.de>
Date: Thu, 15 Mar 2018 11:05:46 +0100
Subject: [PATCH] rpi: Add identifier for the new RPi3 B+
The Raspberr Pi Foundation released a new RPi3 version which we want
to detect as well, so we can enable ethernet on it and know the correct
device tree file name.
Add an identifier for it.
Signed-off-by: Alexander Graf <agraf@suse.de>
---
board/raspberrypi/rpi/rpi.c | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/board/raspberrypi/rpi/rpi.c b/board/raspberrypi/rpi/rpi.c
index 177f4af265..279a9c3cda 100644
--- a/board/raspberrypi/rpi/rpi.c
+++ b/board/raspberrypi/rpi/rpi.c
@@ -111,6 +111,11 @@ static const struct rpi_model rpi_models_new_scheme[] = {
DTB_DIR "bcm2835-rpi-zero-w.dtb",
false,
},
+ [0xD] = {
+ "3 Model B+",
+ DTB_DIR "bcm2837-rpi-3-b-plus.dtb",
+ true,
+ },
};
static const struct rpi_model rpi_models_old_scheme[] = {

View File

@ -0,0 +1,282 @@
From dcab0a6f5c3632d35808c411d7bfbdd3894b4555 Mon Sep 17 00:00:00 2001
From: Alexander Graf <agraf@suse.de>
Date: Thu, 12 Apr 2018 15:17:03 +0200
Subject: [PATCH] tools: zynqmpimage: Move defines to header
We will add support for ZynqMP bif input files later, so let's move
all structure definitions into a header file that can be used by that
one as well.
Signed-off-by: Alexander Graf <agraf@suse.de>
---
tools/zynqmpimage.c | 115 +--------------------------------------------
tools/zynqmpimage.h | 132 ++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 133 insertions(+), 114 deletions(-)
create mode 100644 tools/zynqmpimage.h
diff --git a/tools/zynqmpimage.c b/tools/zynqmpimage.c
index e972c684d5..870a6b5710 100644
--- a/tools/zynqmpimage.c
+++ b/tools/zynqmpimage.c
@@ -57,122 +57,9 @@
#include "imagetool.h"
#include "mkimage.h"
+#include "zynqmpimage.h"
#include <image.h>
-#define HEADER_INTERRUPT_DEFAULT (cpu_to_le32(0xeafffffe))
-#define HEADER_REGINIT_NULL (cpu_to_le32(0xffffffff))
-#define HEADER_WIDTHDETECTION (cpu_to_le32(0xaa995566))
-#define HEADER_IMAGEIDENTIFIER (cpu_to_le32(0x584c4e58))
-#define HEADER_CPU_SELECT_A53_64BIT (0x2 << 10)
-
-enum {
- ENCRYPTION_EFUSE = 0xa5c3c5a3,
- ENCRYPTION_OEFUSE = 0xa5c3c5a7,
- ENCRYPTION_BBRAM = 0x3a5c3c5a,
- ENCRYPTION_OBBRAM = 0xa35c7ca5,
- ENCRYPTION_NONE = 0x0,
-};
-
-struct zynqmp_reginit {
- uint32_t address;
- uint32_t data;
-};
-
-#define HEADER_INTERRUPT_VECTORS 8
-#define HEADER_REGINITS 256
-
-struct image_header_table {
- uint32_t version; /* 0x00 */
- uint32_t nr_parts; /* 0x04 */
- uint32_t partition_header_offset; /* 0x08, divided by 4 */
- uint32_t image_header_offset; /* 0x0c, divided by 4 */
- uint32_t auth_certificate_offset; /* 0x10 */
- uint32_t boot_device; /* 0x14 */
- uint32_t __reserved1[9]; /* 0x18 - 0x38 */
- uint32_t checksum; /* 0x3c */
-};
-
-#define PART_ATTR_VEC_LOCATION 0x800000
-#define PART_ATTR_BS_BLOCK_SIZE_MASK 0x700000
-#define PART_ATTR_BS_BLOCK_SIZE_DEFAULT 0x000000
-#define PART_ATTR_BS_BLOCK_SIZE_8MB 0x400000
-#define PART_ATTR_BIG_ENDIAN 0x040000
-#define PART_ATTR_PART_OWNER_MASK 0x030000
-#define PART_ATTR_PART_OWNER_FSBL 0x000000
-#define PART_ATTR_PART_OWNER_UBOOT 0x010000
-#define PART_ATTR_RSA_SIG 0x008000
-#define PART_ATTR_CHECKSUM_MASK 0x007000
-#define PART_ATTR_CHECKSUM_NONE 0x000000
-#define PART_ATTR_CHECKSUM_MD5 0x001000
-#define PART_ATTR_CHECKSUM_SHA2 0x002000
-#define PART_ATTR_CHECKSUM_SHA3 0x003000
-#define PART_ATTR_DEST_CPU_SHIFT 8
-#define PART_ATTR_DEST_CPU_MASK 0x000f00
-#define PART_ATTR_DEST_CPU_NONE 0x000000
-#define PART_ATTR_DEST_CPU_A53_0 0x000100
-#define PART_ATTR_DEST_CPU_A53_1 0x000200
-#define PART_ATTR_DEST_CPU_A53_2 0x000300
-#define PART_ATTR_DEST_CPU_A53_3 0x000400
-#define PART_ATTR_DEST_CPU_R5_0 0x000500
-#define PART_ATTR_DEST_CPU_R5_1 0x000600
-#define PART_ATTR_DEST_CPU_R5_L 0x000700
-#define PART_ATTR_DEST_CPU_PMU 0x000800
-#define PART_ATTR_ENCRYPTED 0x000080
-#define PART_ATTR_DEST_DEVICE_SHIFT 4
-#define PART_ATTR_DEST_DEVICE_MASK 0x000070
-#define PART_ATTR_DEST_DEVICE_NONE 0x000000
-#define PART_ATTR_DEST_DEVICE_PS 0x000010
-#define PART_ATTR_DEST_DEVICE_PL 0x000020
-#define PART_ATTR_DEST_DEVICE_PMU 0x000030
-#define PART_ATTR_DEST_DEVICE_XIP 0x000040
-#define PART_ATTR_A53_EXEC_AARCH32 0x000008
-#define PART_ATTR_TARGET_EL_SHIFT 1
-#define PART_ATTR_TARGET_EL_MASK 0x000006
-#define PART_ATTR_TZ_SECURE 0x000001
-
-static const char *dest_cpus[0x10] = {
- "none", "a5x-0", "a5x-1", "a5x-2", "a5x-3", "r5-0", "r5-1",
- "r5-lockstep", "pmu", "unknown", "unknown", "unknown", "unknown",
- "unknown", "unknown", "unknown"
-};
-
-struct partition_header {
- uint32_t len_enc; /* 0x00, divided by 4 */
- uint32_t len_unenc; /* 0x04, divided by 4 */
- uint32_t len; /* 0x08, divided by 4 */
- uint32_t next_partition_offset; /* 0x0c */
- uint64_t entry_point; /* 0x10 */
- uint64_t load_address; /* 0x18 */
- uint32_t offset; /* 0x20, divided by 4 */
- uint32_t attributes; /* 0x24 */
- uint32_t __reserved1; /* 0x28 */
- uint32_t checksum_offset; /* 0x2c, divided by 4 */
- uint32_t __reserved2; /* 0x30 */
- uint32_t auth_certificate_offset; /* 0x34 */
- uint32_t __reserved3; /* 0x38 */
- uint32_t checksum; /* 0x3c */
-};
-
-struct zynqmp_header {
- uint32_t interrupt_vectors[HEADER_INTERRUPT_VECTORS]; /* 0x0 */
- uint32_t width_detection; /* 0x20 */
- uint32_t image_identifier; /* 0x24 */
- uint32_t encryption; /* 0x28 */
- uint32_t image_load; /* 0x2c */
- uint32_t image_offset; /* 0x30 */
- uint32_t pfw_image_length; /* 0x34 */
- uint32_t total_pfw_image_length; /* 0x38 */
- uint32_t image_size; /* 0x3c */
- uint32_t image_stored_size; /* 0x40 */
- uint32_t image_attributes; /* 0x44 */
- uint32_t checksum; /* 0x48 */
- uint32_t __reserved1[19]; /* 0x4c */
- uint32_t image_header_table_offset; /* 0x98 */
- uint32_t __reserved2[7]; /* 0x9c */
- struct zynqmp_reginit register_init[HEADER_REGINITS]; /* 0xb8 */
- uint32_t __reserved4[66]; /* 0x9c0 */
-};
-
static struct zynqmp_header zynqmpimage_header;
static void *dynamic_header;
static FILE *fpmu;
diff --git a/tools/zynqmpimage.h b/tools/zynqmpimage.h
new file mode 100644
index 0000000000..f3b5c195ad
--- /dev/null
+++ b/tools/zynqmpimage.h
@@ -0,0 +1,132 @@
+/*
+ * Copyright (C) 2016 Michal Simek <michals@xilinx.com>
+ * Copyright (C) 2015 Nathan Rossi <nathan@nathanrossi.com>
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ *
+ * The following Boot Header format/structures and values are defined in the
+ * following documents:
+ * * ug1085 ZynqMP TRM doc v1.4 (Chapter 11, Table 11-4)
+ * * ug1137 ZynqMP Software Developer Guide v6.0 (Chapter 16)
+ */
+
+#ifndef _ZYNQMPIMAGE_H_
+#define _ZYNQMPIMAGE_H_
+
+#include <stdint.h>
+
+#define HEADER_INTERRUPT_DEFAULT (cpu_to_le32(0xeafffffe))
+#define HEADER_REGINIT_NULL (cpu_to_le32(0xffffffff))
+#define HEADER_WIDTHDETECTION (cpu_to_le32(0xaa995566))
+#define HEADER_IMAGEIDENTIFIER (cpu_to_le32(0x584c4e58))
+#define HEADER_CPU_SELECT_A53_64BIT (0x2 << 10)
+
+enum {
+ ENCRYPTION_EFUSE = 0xa5c3c5a3,
+ ENCRYPTION_OEFUSE = 0xa5c3c5a7,
+ ENCRYPTION_BBRAM = 0x3a5c3c5a,
+ ENCRYPTION_OBBRAM = 0xa35c7ca5,
+ ENCRYPTION_NONE = 0x0,
+};
+
+struct zynqmp_reginit {
+ uint32_t address;
+ uint32_t data;
+};
+
+#define HEADER_INTERRUPT_VECTORS 8
+#define HEADER_REGINITS 256
+
+struct image_header_table {
+ uint32_t version; /* 0x00 */
+ uint32_t nr_parts; /* 0x04 */
+ uint32_t partition_header_offset; /* 0x08, divided by 4 */
+ uint32_t image_header_offset; /* 0x0c, divided by 4 */
+ uint32_t auth_certificate_offset; /* 0x10 */
+ uint32_t boot_device; /* 0x14 */
+ uint32_t __reserved1[9]; /* 0x18 - 0x38 */
+ uint32_t checksum; /* 0x3c */
+};
+
+#define PART_ATTR_VEC_LOCATION 0x800000
+#define PART_ATTR_BS_BLOCK_SIZE_MASK 0x700000
+#define PART_ATTR_BS_BLOCK_SIZE_DEFAULT 0x000000
+#define PART_ATTR_BS_BLOCK_SIZE_8MB 0x400000
+#define PART_ATTR_BIG_ENDIAN 0x040000
+#define PART_ATTR_PART_OWNER_MASK 0x030000
+#define PART_ATTR_PART_OWNER_FSBL 0x000000
+#define PART_ATTR_PART_OWNER_UBOOT 0x010000
+#define PART_ATTR_RSA_SIG 0x008000
+#define PART_ATTR_CHECKSUM_MASK 0x007000
+#define PART_ATTR_CHECKSUM_NONE 0x000000
+#define PART_ATTR_CHECKSUM_MD5 0x001000
+#define PART_ATTR_CHECKSUM_SHA2 0x002000
+#define PART_ATTR_CHECKSUM_SHA3 0x003000
+#define PART_ATTR_DEST_CPU_SHIFT 8
+#define PART_ATTR_DEST_CPU_MASK 0x000f00
+#define PART_ATTR_DEST_CPU_NONE 0x000000
+#define PART_ATTR_DEST_CPU_A53_0 0x000100
+#define PART_ATTR_DEST_CPU_A53_1 0x000200
+#define PART_ATTR_DEST_CPU_A53_2 0x000300
+#define PART_ATTR_DEST_CPU_A53_3 0x000400
+#define PART_ATTR_DEST_CPU_R5_0 0x000500
+#define PART_ATTR_DEST_CPU_R5_1 0x000600
+#define PART_ATTR_DEST_CPU_R5_L 0x000700
+#define PART_ATTR_DEST_CPU_PMU 0x000800
+#define PART_ATTR_ENCRYPTED 0x000080
+#define PART_ATTR_DEST_DEVICE_SHIFT 4
+#define PART_ATTR_DEST_DEVICE_MASK 0x000070
+#define PART_ATTR_DEST_DEVICE_NONE 0x000000
+#define PART_ATTR_DEST_DEVICE_PS 0x000010
+#define PART_ATTR_DEST_DEVICE_PL 0x000020
+#define PART_ATTR_DEST_DEVICE_PMU 0x000030
+#define PART_ATTR_DEST_DEVICE_XIP 0x000040
+#define PART_ATTR_A53_EXEC_AARCH32 0x000008
+#define PART_ATTR_TARGET_EL_SHIFT 1
+#define PART_ATTR_TARGET_EL_MASK 0x000006
+#define PART_ATTR_TZ_SECURE 0x000001
+
+static const char *dest_cpus[0x10] = {
+ "none", "a5x-0", "a5x-1", "a5x-2", "a5x-3", "r5-0", "r5-1",
+ "r5-lockstep", "pmu", "unknown", "unknown", "unknown", "unknown",
+ "unknown", "unknown", "unknown"
+};
+
+struct partition_header {
+ uint32_t len_enc; /* 0x00, divided by 4 */
+ uint32_t len_unenc; /* 0x04, divided by 4 */
+ uint32_t len; /* 0x08, divided by 4 */
+ uint32_t next_partition_offset; /* 0x0c */
+ uint64_t entry_point; /* 0x10 */
+ uint64_t load_address; /* 0x18 */
+ uint32_t offset; /* 0x20, divided by 4 */
+ uint32_t attributes; /* 0x24 */
+ uint32_t __reserved1; /* 0x28 */
+ uint32_t checksum_offset; /* 0x2c, divided by 4 */
+ uint32_t __reserved2; /* 0x30 */
+ uint32_t auth_certificate_offset; /* 0x34 */
+ uint32_t __reserved3; /* 0x38 */
+ uint32_t checksum; /* 0x3c */
+};
+
+struct zynqmp_header {
+ uint32_t interrupt_vectors[HEADER_INTERRUPT_VECTORS]; /* 0x0 */
+ uint32_t width_detection; /* 0x20 */
+ uint32_t image_identifier; /* 0x24 */
+ uint32_t encryption; /* 0x28 */
+ uint32_t image_load; /* 0x2c */
+ uint32_t image_offset; /* 0x30 */
+ uint32_t pfw_image_length; /* 0x34 */
+ uint32_t total_pfw_image_length; /* 0x38 */
+ uint32_t image_size; /* 0x3c */
+ uint32_t image_stored_size; /* 0x40 */
+ uint32_t image_attributes; /* 0x44 */
+ uint32_t checksum; /* 0x48 */
+ uint32_t __reserved1[19]; /* 0x4c */
+ uint32_t image_header_table_offset; /* 0x98 */
+ uint32_t __reserved2[7]; /* 0x9c */
+ struct zynqmp_reginit register_init[HEADER_REGINITS]; /* 0xb8 */
+ uint32_t __reserved4[66]; /* 0x9c0 */
+};
+
+#endif /* _ZYNQMPIMAGE_H_ */

View File

@ -0,0 +1,28 @@
From 42b33e675c7e4e162485cf78519c4ff24509be69 Mon Sep 17 00:00:00 2001
From: Alexander Graf <agraf@suse.de>
Date: Fri, 13 Apr 2018 13:47:05 +0200
Subject: [PATCH] MAINTAINERS: Declare tools/zynq*.{c,h} as Xilinx maintained
The zynqimage.c, zynqmpimage.c and the new zynqmpbif.c files are all
maintained by Xilinx for the Zynq platforms. Let's match them accordingly
in the MAINTAINERS file.
Signed-off-by: Alexander Graf <agraf@suse.de>
---
MAINTAINERS | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 60d4adf266..a9140d2ed0 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -291,7 +291,8 @@ F: drivers/spi/zynq_spi.c
F: drivers/usb/host/ehci-zynq.c
F: drivers/watchdog/cdns_wdt.c
F: include/zynqmppl.h
-F: tools/zynqimage.c
+F: tools/zynq*.c
+F: tools/zynq*.h
N: zynqmp
BUILDMAN

View File

@ -1,75 +0,0 @@
From 8826cedd1df8cf82da69dce55e837f6498208ce9 Mon Sep 17 00:00:00 2001
From: Alexander Graf <agraf@suse.de>
Date: Thu, 15 Mar 2018 17:28:10 +0100
Subject: [PATCH] efi_loader: Fix network DP with DM_ETH
When CONFIG_DM_ETH is set, we assemble the device path properly with a
full device hierarchy. Our helper function dp_fill() even put the MAC
node itself in it for us.
However, for non-DM compatibility we also have code in that added the
MAC node manually. That code now runs on top of the existing MAC node:
Handle 0x3db2f6b0
/HardwareVendor(e61d73b9-a384-4acc-aeab-82e828f3628b)[0: ]
/USBClass(0,0,9,0,0)/USBClass(424,9514,9,0,2)/MacAddr(b8:27:eb:e1:81:47,1)
/MacAddr(b8:27:eb:e1:81:47,57)/EndEntire
We obviously don't need the additional node and in fact, grub chokes on
it and fails to match the DP against the ethernet device node. So this
patch moves the additional MAC node into the non-DM code path:
Handle 0x3db3fde0
/HardwareVendor(e61d73b9-a384-4acc-aeab-82e828f3628b)[0: ]
/USBClass(0,0,9,0,0)/USBClass(424,9514,9,0,2)/MacAddr(b8:27:eb:e1:81:47,1)
/EndEntire
While at it, we also mark the non-DM MAC node as ethernet.
Fixes: b66c60dde9d ("efi_loader: add device-path utils")
Signed-off-by: Alexander Graf <agraf@suse.de>
---
lib/efi_loader/efi_device_path.c | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/lib/efi_loader/efi_device_path.c b/lib/efi_loader/efi_device_path.c
index 3c735e60d3..22627824f0 100644
--- a/lib/efi_loader/efi_device_path.c
+++ b/lib/efi_loader/efi_device_path.c
@@ -749,7 +749,9 @@ struct efi_device_path *efi_dp_from_file(struct blk_desc *desc, int part,
#ifdef CONFIG_CMD_NET
struct efi_device_path *efi_dp_from_eth(void)
{
+#ifndef CONFIG_DM_ETH
struct efi_device_path_mac_addr *ndp;
+#endif
void *buf, *start;
unsigned dpsize = 0;
@@ -759,8 +761,8 @@ struct efi_device_path *efi_dp_from_eth(void)
dpsize += dp_size(eth_get_dev());
#else
dpsize += sizeof(ROOT);
-#endif
dpsize += sizeof(*ndp);
+#endif
start = buf = dp_alloc(dpsize + sizeof(END));
if (!buf)
@@ -771,14 +773,15 @@ struct efi_device_path *efi_dp_from_eth(void)
#else
memcpy(buf, &ROOT, sizeof(ROOT));
buf += sizeof(ROOT);
-#endif
ndp = buf;
ndp->dp.type = DEVICE_PATH_TYPE_MESSAGING_DEVICE;
ndp->dp.sub_type = DEVICE_PATH_SUB_TYPE_MSG_MAC_ADDR;
ndp->dp.length = sizeof(*ndp);
+ ndp->if_type = 1; /* Ethernet */
memcpy(ndp->mac.addr, eth_get_ethaddr(), ARP_HLEN);
buf = &ndp[1];
+#endif
*((struct efi_device_path *)buf) = END;

View File

@ -1,44 +0,0 @@
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

File diff suppressed because it is too large Load Diff

View File

@ -1,105 +0,0 @@
From 511518e4a181b1601490aa2dfd0f7af459dea5d2 Mon Sep 17 00:00:00 2001
From: Jonathan Gray <jsg@jsg.id.au>
Date: Sat, 17 Mar 2018 16:15:48 +1100
Subject: [PATCH] mmc: use core clock frequency in bcm2835 sdhost
In raspberrypi-firmware 7fdcd00e00a42a1c91e8bd6f5eb8352fe9358557 and
later start.elf now sets the EMMC clock to 200 MHz.
According to Phil Elwell in
https://github.com/raspberrypi/firmware/issues/953
the SDHost controller shares the core/VPU clock and doesn't use
the EMMC clock.
Use the core clock id when determining the frequency to allow
U-Boot to work with recent versions of raspberrypi-firmware.
Otherwise U-Boot hangs at:
U-Boot 2018.03 (Mar 14 2018 - 20:36:00 +1100)
DRAM: 948 MiB
RPI 3 Model B (0xa02082)
MMC: mmc@7e202000: 0, sdhci@7e300000: 1
Loading Environment from FAT...
Signed-off-by: Jonathan Gray <jsg@jsg.id.au>
Signed-off-by: Alexander Graf <agraf@suse.de>
---
arch/arm/mach-bcm283x/include/mach/msg.h | 3 ++-
arch/arm/mach-bcm283x/msg.c | 4 ++--
drivers/mmc/bcm2835_sdhci.c | 2 +-
drivers/mmc/bcm2835_sdhost.c | 3 ++-
4 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/arch/arm/mach-bcm283x/include/mach/msg.h b/arch/arm/mach-bcm283x/include/mach/msg.h
index 478b1f1c50..d055480ba1 100644
--- a/arch/arm/mach-bcm283x/include/mach/msg.h
+++ b/arch/arm/mach-bcm283x/include/mach/msg.h
@@ -18,9 +18,10 @@ int bcm2835_power_on_module(u32 module);
/**
* bcm2835_get_mmc_clock() - get the frequency of the MMC clock
*
+ * @clock_id: ID of clock to get frequency for
* @return clock frequency, or -ve on error
*/
-int bcm2835_get_mmc_clock(void);
+int bcm2835_get_mmc_clock(u32 clock_id);
/**
* bcm2835_get_video_size() - get the current display size
diff --git a/arch/arm/mach-bcm283x/msg.c b/arch/arm/mach-bcm283x/msg.c
index 92e93ad9e5..ad29f3be09 100644
--- a/arch/arm/mach-bcm283x/msg.c
+++ b/arch/arm/mach-bcm283x/msg.c
@@ -65,7 +65,7 @@ int bcm2835_power_on_module(u32 module)
return 0;
}
-int bcm2835_get_mmc_clock(void)
+int bcm2835_get_mmc_clock(u32 clock_id)
{
ALLOC_CACHE_ALIGN_BUFFER(struct msg_get_clock_rate, msg_clk, 1);
int ret;
@@ -76,7 +76,7 @@ int bcm2835_get_mmc_clock(void)
BCM2835_MBOX_INIT_HDR(msg_clk);
BCM2835_MBOX_INIT_TAG(&msg_clk->get_clock_rate, GET_CLOCK_RATE);
- msg_clk->get_clock_rate.body.req.clock_id = BCM2835_MBOX_CLOCK_ID_EMMC;
+ msg_clk->get_clock_rate.body.req.clock_id = clock_id;
ret = bcm2835_mbox_call_prop(BCM2835_MBOX_PROP_CHAN, &msg_clk->hdr);
if (ret) {
diff --git a/drivers/mmc/bcm2835_sdhci.c b/drivers/mmc/bcm2835_sdhci.c
index 3157354d2a..08bddd410e 100644
--- a/drivers/mmc/bcm2835_sdhci.c
+++ b/drivers/mmc/bcm2835_sdhci.c
@@ -183,7 +183,7 @@ static int bcm2835_sdhci_probe(struct udevice *dev)
if (base == FDT_ADDR_T_NONE)
return -EINVAL;
- ret = bcm2835_get_mmc_clock();
+ ret = bcm2835_get_mmc_clock(BCM2835_MBOX_CLOCK_ID_EMMC);
if (ret < 0) {
debug("%s: Failed to set MMC clock (err=%d)\n", __func__, ret);
return ret;
diff --git a/drivers/mmc/bcm2835_sdhost.c b/drivers/mmc/bcm2835_sdhost.c
index 1bf52a3019..bccd182e50 100644
--- a/drivers/mmc/bcm2835_sdhost.c
+++ b/drivers/mmc/bcm2835_sdhost.c
@@ -35,6 +35,7 @@
#include <dm.h>
#include <mmc.h>
#include <asm/arch/msg.h>
+#include <asm/arch/mbox.h>
#include <asm/unaligned.h>
#include <linux/compat.h>
#include <linux/io.h>
@@ -941,7 +942,7 @@ static int bcm2835_probe(struct udevice *dev)
if (!host->ioaddr)
return -ENOMEM;
- host->max_clk = bcm2835_get_mmc_clock();
+ host->max_clk = bcm2835_get_mmc_clock(BCM2835_MBOX_CLOCK_ID_CORE);
bcm2835_add_host(host);

View File

@ -0,0 +1,75 @@
From 0bad4410836a457b5eb19801fd97ab9d43ef6e2d Mon Sep 17 00:00:00 2001
From: Alexander Graf <agraf@suse.de>
Date: Thu, 26 Apr 2018 13:30:32 +0200
Subject: [PATCH] tools: zynqmpbif: Add support for load=after
Some times it's handy to have a partition loaded immediately after
the end of the previous blob. The most obvious example for this is
a U-Boot binary (coming from .elf) and a device tree file.
This patch adds that logic. With this, the following bif snippet
does what you would expect:
[destination_cpu=a5x-0, exception_level=el-2] u-boot.elf
[load=after] u-boot.dtb
converts to
FSBL payload on CPU a5x-0 (PS):
Offset : 0x00590500
Size : 577768 (0x8d0e8) bytes
Load : 0x08000000
Attributes : EL2
Checksum : 0xefca2cad
FSBL payload on CPU none (PS):
Offset : 0x0061d640
Size : 129760 (0x1fae0) bytes
Load : 0x0808d0e8 (entry=0x00000000)
Attributes : EL3
Checksum : 0xf7dd3d49
Signed-off-by: Alexander Graf <agraf@suse.de>
---
tools/zynqmpbif.c | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/tools/zynqmpbif.c b/tools/zynqmpbif.c
index 6c8f66055d..47c233c15f 100644
--- a/tools/zynqmpbif.c
+++ b/tools/zynqmpbif.c
@@ -42,6 +42,7 @@ enum bif_flag {
BIF_FLAG_PUF_FILE,
BIF_FLAG_AARCH32,
BIF_FLAG_PART_OWNER_UBOOT,
+ BIF_FLAG_LOAD_AFTER,
/* Internal flags */
BIF_FLAG_BIT_FILE,
@@ -151,6 +152,11 @@ static char *parse_load(char *line, struct bif_entry *bf)
{
char *endptr;
+ if (!strncmp(line, "after", strlen("after"))) {
+ bf->flags |= (1ULL << BIF_FLAG_LOAD_AFTER);
+ return line + strlen("after");
+ }
+
bf->load = strtoll(line, &endptr, 0);
return endptr;
@@ -336,6 +342,15 @@ static int bif_add_part(struct bif_entry *bf, const char *data, size_t len)
if (r)
return r;
+ if (bf->flags & (1ULL << BIF_FLAG_LOAD_AFTER) &&
+ bif_output.last_part) {
+ struct partition_header *p = bif_output.last_part;
+ uint64_t load = le64_to_cpu(p->load_address);
+
+ load += le32_to_cpu(p->len) * 4;
+ parthdr.load_address = cpu_to_le64(load);
+ }
+
parthdr.offset = cpu_to_le32(bf->offset / 4);
if (bf->flags & (1ULL << BIF_FLAG_BOOTLOADER)) {

View File

@ -35,11 +35,13 @@ armv7_boards="$armv7_boards clearfog turris_omnia"
# Altera
armv7_boards="$armv7_boards socfpga_de0_nano_soc"
aarch64_boards="dragonboard410c hikey ls1012afrdm_qspi p2371-2180 rpi_3"
aarch64_boards="dragonboard410c ls1012afrdm_qspi p2371-2180 rpi_3"
# Allwinner
aarch64_boards="$aarch64_boards nanopi_a64 orangepi_pc2 pine64_plus"
# Amlogic
aarch64_boards="$aarch64_boards odroid-c2"
# Hisilicon
aarch64_boards="$aarch64_boards hikey poplar"
# Marvell
aarch64_boards="$aarch64_boards mvebu_db-88f3720 mvebu_espressobin-88f3720"
aarch64_boards="$aarch64_boards mvebu_db_armada8k mvebu_mcbin-88f8040"
@ -47,10 +49,28 @@ aarch64_boards="$aarch64_boards mvebu_db_armada8k mvebu_mcbin-88f8040"
aarch64_boards="$aarch64_boards geekbox"
aarch64_boards="$aarch64_boards evb-rk3399 firefly-rk3399"
# Xilinx
aarch64_boards="$aarch64_boards xilinx_zynqmp_zcu102_rev1_0"
aarch64_boards="$aarch64_boards xilinx_zynqmp_zcu102_rev1_0 xilinx_zynqmp_generic"
ppc_boards="qemu-ppce500"
function generate_spec() {
sed "s/BOARDCONFIG/$BOARDCONFIG/g
s/BOARDNAME/$BOARDNAME/g
s/ARCH_RESTRICTIONS/$ARCH_RESTRICTIONS/g
s/BINEND/$BINEND/g
s/ORIGEN_SPL/$ORIGEN_SPL/g
s/ARNDALE_SPL/$ARNDALE_SPL/g
s/MVEBU_SPL/$MVEBU_SPL/g
s/SOCFPGA_SPL/$SOCFPGA_SPL/g
s/ROCKCHIP_SPL_IMAGE_TYPES/$ROCKCHIP_SPL_IMAGE_TYPES/g
s/ROCKCHIP_SPL_SOC/$ROCKCHIP_SPL_SOC/g
s/ROCKCHIP_SPL/$ROCKCHIP_SPL/g
s/SUNXI_SPL/$SUNXI_SPL/g
s/TEGRA_SPL/$TEGRA_SPL/g
s/IMX6_SPL/$IMX6_SPL/g
s/OMAP_SPL/$OMAP_SPL/g"
}
if [ ! "$1" -o ! "$2" -o ! "$3" ]; then
# armv6 boards
for BOARDCONFIG in $armv6_boards; do
@ -80,6 +100,9 @@ if [ ! "$1" -o ! "$2" -o ! "$3" ]; then
ARCH_RESTRICTIONS="ppc"
bash $0 $BOARDNAME $BOARDCONFIG "$ARCH_RESTRICTIONS"
done
# Generate u-boot.spec
generate_spec < u-boot.spec.tmp > u-boot.spec
exit 0
fi
@ -142,27 +165,13 @@ socfpga_*)
BINEND=img
SOCFPGA_SPL=1
;;
xilinx*)
xilinx*|zynq*)
BINEND=elf
;;
*) BINEND=bin ;;
esac
sed "s/BOARDCONFIG/$BOARDCONFIG/g
s/BOARDNAME/$BOARDNAME/g
s/ARCH_RESTRICTIONS/$ARCH_RESTRICTIONS/g
s/BINEND/$BINEND/g
s/ORIGEN_SPL/$ORIGEN_SPL/g
s/ARNDALE_SPL/$ARNDALE_SPL/g
s/MVEBU_SPL/$MVEBU_SPL/g
s/SOCFPGA_SPL/$SOCFPGA_SPL/g
s/ROCKCHIP_SPL_IMAGE_TYPES/$ROCKCHIP_SPL_IMAGE_TYPES/g
s/ROCKCHIP_SPL_SOC/$ROCKCHIP_SPL_SOC/g
s/ROCKCHIP_SPL/$ROCKCHIP_SPL/g
s/SUNXI_SPL/$SUNXI_SPL/g
s/TEGRA_SPL/$TEGRA_SPL/g
s/IMX6_SPL/$IMX6_SPL/g
s/OMAP_SPL/$OMAP_SPL/g" < u-boot.spec.tmp > u-boot-$BOARDNAME.spec
generate_spec < u-boot-board.spec.tmp > u-boot-$BOARDNAME.spec
cp u-boot.changes u-boot-$BOARDNAME.changes

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7e7477534409d5368eb1371ffde6820f0f79780a1a1f676161c48442cb303dfd
size 12304292

Binary file not shown.

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4da13c2a6139a78cc08608f21fd4741db27eda336cfad7ab8264fda923b9c048
size 12469276

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

Binary file not shown.

View File

@ -1,3 +1,93 @@
-------------------------------------------------------------------
Thu May 10 17:32:58 UTC 2018 - afaerber@suse.de
- Conditionalize pine64plus ATF support on uboot_atf_pine64
- u-boot-board.spec.in: Update license
-------------------------------------------------------------------
Thu May 10 16:17:39 UTC 2018 - afaerber@suse.de
- Add poplar
-------------------------------------------------------------------
Wed May 9 07:24:31 UTC 2018 - guillaume.gardet@opensuse.org
- Update to 2018.05
-------------------------------------------------------------------
Wed May 2 09:43:24 UTC 2018 - agraf@suse.com
- Update to 2018.05-rc3
-------------------------------------------------------------------
Thu Apr 26 12:38:31 UTC 2018 - agraf@suse.com
- Include u-boot.spec in autogeneration logic
-------------------------------------------------------------------
Thu Apr 26 11:40:19 UTC 2018 - agraf@suse.com
- Add support for .bif generation in mkimage
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0006-tools-zynqmpimage-Add-partition-rea.patch
0007-tools-zynqmpimage-Move-defines-to-h.patch
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
0009-tools-zynqmpimage-Add-bif-support.patch
0010-tools-zynqmpbif-Add-support-for-loa.patch
-------------------------------------------------------------------
Tue Apr 24 19:32:04 UTC 2018 - agraf@suse.com
- Add generic ZynqMP support
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0005-zynqmp-Add-generic-target.patch
-------------------------------------------------------------------
Tue Apr 17 08:57:21 UTC 2018 - guillaume.gardet@opensuse.org
- Update to 2018.05-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0004-rpi3-Enable-lan78xx-driver.patch
0005-rpi-Add-identifier-for-the-new-RPi3.patch
0006-efi_loader-Fix-network-DP-with-DM_E.patch
0007-mkimage-do-not-fail-if-there-is-no-.patch
0008-rpi-Allow-to-boot-without-serial.patch
0009-mmc-use-core-clock-frequency-in-bcm.patch
0010-Temp-workaround-for-Chromebook-snow.patch
* Patches added:
0004-Temp-workaround-for-Chromebook-snow.patch
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0010-Temp-workaround-for-Chromebook-snow.patch
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0009-rpi-Allow-to-boot-without-serial.patch
0010-mmc-use-core-clock-frequency-in-bcm.patch
* Patches added:
0008-rpi-Allow-to-boot-without-serial.patch
0009-mmc-use-core-clock-frequency-in-bcm.patch
- Update to 2018.05-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0003-Revert-rockchip-mkimage-remove-plac.patch
0004-rpi-Use-firmware-provided-device-tr.patch
0005-rpi3-Enable-lan78xx-driver.patch
0006-net-Only-access-network-devices-aft.patch
0007-rpi-Add-identifier-for-the-new-RPi3.patch
0008-efi_loader-Fix-network-DP-with-DM_E.patch
* Patches added:
0003-rpi-Use-firmware-provided-device-tr.patch
0004-rpi3-Enable-lan78xx-driver.patch
0005-rpi-Add-identifier-for-the-new-RPi3.patch
0006-efi_loader-Fix-network-DP-with-DM_E.patch
0007-mkimage-do-not-fail-if-there-is-no-.patch
-------------------------------------------------------------------
Thu Apr 12 15:19:29 UTC 2018 - agraf@suse.com

View File

@ -18,6 +18,8 @@
#
%bcond_with uboot_atf_pine64
%define mvebu_spl 0
%define x_loader 0
%define rockchip_spl 0
@ -32,10 +34,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.03
%define archive_version 2018.05
Name: u-boot-a10-olinuxino-lime
Version: 2018.03
Version: 2018.05
Release: 0
Summary: The U-Boot firmware for the a10-olinuxino-lime platform
License: GPL-2.0-only
@ -48,17 +50,16 @@ Source3: update_git.sh
Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch
Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
Patch0006: 0006-net-Only-access-network-devices-aft.patch
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpimage-Add-partition-rea.patch
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
%endif
BuildRequires: bc
@ -73,6 +74,9 @@ BuildRequires: swig
BuildRequires: qemu
Provides: qemu-ppc:%{_datadir}/qemu/u-boot.e500
%endif
%if "%{name}" == "u-boot-zynqmp"
BuildRequires: zynqmp-dts
%endif
%if 0%{?is_rpi}
# Owns /boot/vc directory
BuildRequires: raspberrypi-firmware
@ -111,7 +115,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,93 @@
-------------------------------------------------------------------
Thu May 10 17:32:58 UTC 2018 - afaerber@suse.de
- Conditionalize pine64plus ATF support on uboot_atf_pine64
- u-boot-board.spec.in: Update license
-------------------------------------------------------------------
Thu May 10 16:17:39 UTC 2018 - afaerber@suse.de
- Add poplar
-------------------------------------------------------------------
Wed May 9 07:24:31 UTC 2018 - guillaume.gardet@opensuse.org
- Update to 2018.05
-------------------------------------------------------------------
Wed May 2 09:43:24 UTC 2018 - agraf@suse.com
- Update to 2018.05-rc3
-------------------------------------------------------------------
Thu Apr 26 12:38:31 UTC 2018 - agraf@suse.com
- Include u-boot.spec in autogeneration logic
-------------------------------------------------------------------
Thu Apr 26 11:40:19 UTC 2018 - agraf@suse.com
- Add support for .bif generation in mkimage
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0006-tools-zynqmpimage-Add-partition-rea.patch
0007-tools-zynqmpimage-Move-defines-to-h.patch
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
0009-tools-zynqmpimage-Add-bif-support.patch
0010-tools-zynqmpbif-Add-support-for-loa.patch
-------------------------------------------------------------------
Tue Apr 24 19:32:04 UTC 2018 - agraf@suse.com
- Add generic ZynqMP support
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0005-zynqmp-Add-generic-target.patch
-------------------------------------------------------------------
Tue Apr 17 08:57:21 UTC 2018 - guillaume.gardet@opensuse.org
- Update to 2018.05-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0004-rpi3-Enable-lan78xx-driver.patch
0005-rpi-Add-identifier-for-the-new-RPi3.patch
0006-efi_loader-Fix-network-DP-with-DM_E.patch
0007-mkimage-do-not-fail-if-there-is-no-.patch
0008-rpi-Allow-to-boot-without-serial.patch
0009-mmc-use-core-clock-frequency-in-bcm.patch
0010-Temp-workaround-for-Chromebook-snow.patch
* Patches added:
0004-Temp-workaround-for-Chromebook-snow.patch
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0010-Temp-workaround-for-Chromebook-snow.patch
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0009-rpi-Allow-to-boot-without-serial.patch
0010-mmc-use-core-clock-frequency-in-bcm.patch
* Patches added:
0008-rpi-Allow-to-boot-without-serial.patch
0009-mmc-use-core-clock-frequency-in-bcm.patch
- Update to 2018.05-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0003-Revert-rockchip-mkimage-remove-plac.patch
0004-rpi-Use-firmware-provided-device-tr.patch
0005-rpi3-Enable-lan78xx-driver.patch
0006-net-Only-access-network-devices-aft.patch
0007-rpi-Add-identifier-for-the-new-RPi3.patch
0008-efi_loader-Fix-network-DP-with-DM_E.patch
* Patches added:
0003-rpi-Use-firmware-provided-device-tr.patch
0004-rpi3-Enable-lan78xx-driver.patch
0005-rpi-Add-identifier-for-the-new-RPi3.patch
0006-efi_loader-Fix-network-DP-with-DM_E.patch
0007-mkimage-do-not-fail-if-there-is-no-.patch
-------------------------------------------------------------------
Thu Apr 12 15:19:29 UTC 2018 - agraf@suse.com

View File

@ -18,6 +18,8 @@
#
%bcond_with uboot_atf_pine64
%define mvebu_spl 0
%define x_loader 0
%define rockchip_spl 0
@ -32,10 +34,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.03
%define archive_version 2018.05
Name: u-boot-a13-olinuxino
Version: 2018.03
Version: 2018.05
Release: 0
Summary: The U-Boot firmware for the a13-olinuxino platform
License: GPL-2.0-only
@ -48,17 +50,16 @@ Source3: update_git.sh
Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch
Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
Patch0006: 0006-net-Only-access-network-devices-aft.patch
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpimage-Add-partition-rea.patch
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
%endif
BuildRequires: bc
@ -73,6 +74,9 @@ BuildRequires: swig
BuildRequires: qemu
Provides: qemu-ppc:%{_datadir}/qemu/u-boot.e500
%endif
%if "%{name}" == "u-boot-zynqmp"
BuildRequires: zynqmp-dts
%endif
%if 0%{?is_rpi}
# Owns /boot/vc directory
BuildRequires: raspberrypi-firmware
@ -111,7 +115,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,93 @@
-------------------------------------------------------------------
Thu May 10 17:32:58 UTC 2018 - afaerber@suse.de
- Conditionalize pine64plus ATF support on uboot_atf_pine64
- u-boot-board.spec.in: Update license
-------------------------------------------------------------------
Thu May 10 16:17:39 UTC 2018 - afaerber@suse.de
- Add poplar
-------------------------------------------------------------------
Wed May 9 07:24:31 UTC 2018 - guillaume.gardet@opensuse.org
- Update to 2018.05
-------------------------------------------------------------------
Wed May 2 09:43:24 UTC 2018 - agraf@suse.com
- Update to 2018.05-rc3
-------------------------------------------------------------------
Thu Apr 26 12:38:31 UTC 2018 - agraf@suse.com
- Include u-boot.spec in autogeneration logic
-------------------------------------------------------------------
Thu Apr 26 11:40:19 UTC 2018 - agraf@suse.com
- Add support for .bif generation in mkimage
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0006-tools-zynqmpimage-Add-partition-rea.patch
0007-tools-zynqmpimage-Move-defines-to-h.patch
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
0009-tools-zynqmpimage-Add-bif-support.patch
0010-tools-zynqmpbif-Add-support-for-loa.patch
-------------------------------------------------------------------
Tue Apr 24 19:32:04 UTC 2018 - agraf@suse.com
- Add generic ZynqMP support
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0005-zynqmp-Add-generic-target.patch
-------------------------------------------------------------------
Tue Apr 17 08:57:21 UTC 2018 - guillaume.gardet@opensuse.org
- Update to 2018.05-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0004-rpi3-Enable-lan78xx-driver.patch
0005-rpi-Add-identifier-for-the-new-RPi3.patch
0006-efi_loader-Fix-network-DP-with-DM_E.patch
0007-mkimage-do-not-fail-if-there-is-no-.patch
0008-rpi-Allow-to-boot-without-serial.patch
0009-mmc-use-core-clock-frequency-in-bcm.patch
0010-Temp-workaround-for-Chromebook-snow.patch
* Patches added:
0004-Temp-workaround-for-Chromebook-snow.patch
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0010-Temp-workaround-for-Chromebook-snow.patch
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0009-rpi-Allow-to-boot-without-serial.patch
0010-mmc-use-core-clock-frequency-in-bcm.patch
* Patches added:
0008-rpi-Allow-to-boot-without-serial.patch
0009-mmc-use-core-clock-frequency-in-bcm.patch
- Update to 2018.05-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0003-Revert-rockchip-mkimage-remove-plac.patch
0004-rpi-Use-firmware-provided-device-tr.patch
0005-rpi3-Enable-lan78xx-driver.patch
0006-net-Only-access-network-devices-aft.patch
0007-rpi-Add-identifier-for-the-new-RPi3.patch
0008-efi_loader-Fix-network-DP-with-DM_E.patch
* Patches added:
0003-rpi-Use-firmware-provided-device-tr.patch
0004-rpi3-Enable-lan78xx-driver.patch
0005-rpi-Add-identifier-for-the-new-RPi3.patch
0006-efi_loader-Fix-network-DP-with-DM_E.patch
0007-mkimage-do-not-fail-if-there-is-no-.patch
-------------------------------------------------------------------
Thu Apr 12 15:19:29 UTC 2018 - agraf@suse.com

View File

@ -18,6 +18,8 @@
#
%bcond_with uboot_atf_pine64
%define mvebu_spl 0
%define x_loader 0
%define rockchip_spl 0
@ -32,10 +34,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.03
%define archive_version 2018.05
Name: u-boot-a13-olinuxinom
Version: 2018.03
Version: 2018.05
Release: 0
Summary: The U-Boot firmware for the a13-olinuxinom platform
License: GPL-2.0-only
@ -48,17 +50,16 @@ Source3: update_git.sh
Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch
Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
Patch0006: 0006-net-Only-access-network-devices-aft.patch
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpimage-Add-partition-rea.patch
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
%endif
BuildRequires: bc
@ -73,6 +74,9 @@ BuildRequires: swig
BuildRequires: qemu
Provides: qemu-ppc:%{_datadir}/qemu/u-boot.e500
%endif
%if "%{name}" == "u-boot-zynqmp"
BuildRequires: zynqmp-dts
%endif
%if 0%{?is_rpi}
# Owns /boot/vc directory
BuildRequires: raspberrypi-firmware
@ -111,7 +115,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,93 @@
-------------------------------------------------------------------
Thu May 10 17:32:58 UTC 2018 - afaerber@suse.de
- Conditionalize pine64plus ATF support on uboot_atf_pine64
- u-boot-board.spec.in: Update license
-------------------------------------------------------------------
Thu May 10 16:17:39 UTC 2018 - afaerber@suse.de
- Add poplar
-------------------------------------------------------------------
Wed May 9 07:24:31 UTC 2018 - guillaume.gardet@opensuse.org
- Update to 2018.05
-------------------------------------------------------------------
Wed May 2 09:43:24 UTC 2018 - agraf@suse.com
- Update to 2018.05-rc3
-------------------------------------------------------------------
Thu Apr 26 12:38:31 UTC 2018 - agraf@suse.com
- Include u-boot.spec in autogeneration logic
-------------------------------------------------------------------
Thu Apr 26 11:40:19 UTC 2018 - agraf@suse.com
- Add support for .bif generation in mkimage
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0006-tools-zynqmpimage-Add-partition-rea.patch
0007-tools-zynqmpimage-Move-defines-to-h.patch
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
0009-tools-zynqmpimage-Add-bif-support.patch
0010-tools-zynqmpbif-Add-support-for-loa.patch
-------------------------------------------------------------------
Tue Apr 24 19:32:04 UTC 2018 - agraf@suse.com
- Add generic ZynqMP support
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0005-zynqmp-Add-generic-target.patch
-------------------------------------------------------------------
Tue Apr 17 08:57:21 UTC 2018 - guillaume.gardet@opensuse.org
- Update to 2018.05-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0004-rpi3-Enable-lan78xx-driver.patch
0005-rpi-Add-identifier-for-the-new-RPi3.patch
0006-efi_loader-Fix-network-DP-with-DM_E.patch
0007-mkimage-do-not-fail-if-there-is-no-.patch
0008-rpi-Allow-to-boot-without-serial.patch
0009-mmc-use-core-clock-frequency-in-bcm.patch
0010-Temp-workaround-for-Chromebook-snow.patch
* Patches added:
0004-Temp-workaround-for-Chromebook-snow.patch
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0010-Temp-workaround-for-Chromebook-snow.patch
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0009-rpi-Allow-to-boot-without-serial.patch
0010-mmc-use-core-clock-frequency-in-bcm.patch
* Patches added:
0008-rpi-Allow-to-boot-without-serial.patch
0009-mmc-use-core-clock-frequency-in-bcm.patch
- Update to 2018.05-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0003-Revert-rockchip-mkimage-remove-plac.patch
0004-rpi-Use-firmware-provided-device-tr.patch
0005-rpi3-Enable-lan78xx-driver.patch
0006-net-Only-access-network-devices-aft.patch
0007-rpi-Add-identifier-for-the-new-RPi3.patch
0008-efi_loader-Fix-network-DP-with-DM_E.patch
* Patches added:
0003-rpi-Use-firmware-provided-device-tr.patch
0004-rpi3-Enable-lan78xx-driver.patch
0005-rpi-Add-identifier-for-the-new-RPi3.patch
0006-efi_loader-Fix-network-DP-with-DM_E.patch
0007-mkimage-do-not-fail-if-there-is-no-.patch
-------------------------------------------------------------------
Thu Apr 12 15:19:29 UTC 2018 - agraf@suse.com

View File

@ -18,6 +18,8 @@
#
%bcond_with uboot_atf_pine64
%define mvebu_spl 0
%define x_loader 0
%define rockchip_spl 0
@ -32,10 +34,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.03
%define archive_version 2018.05
Name: u-boot-a20-olinuxino-lime
Version: 2018.03
Version: 2018.05
Release: 0
Summary: The U-Boot firmware for the a20-olinuxino-lime platform
License: GPL-2.0-only
@ -48,17 +50,16 @@ Source3: update_git.sh
Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch
Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
Patch0006: 0006-net-Only-access-network-devices-aft.patch
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpimage-Add-partition-rea.patch
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
%endif
BuildRequires: bc
@ -73,6 +74,9 @@ BuildRequires: swig
BuildRequires: qemu
Provides: qemu-ppc:%{_datadir}/qemu/u-boot.e500
%endif
%if "%{name}" == "u-boot-zynqmp"
BuildRequires: zynqmp-dts
%endif
%if 0%{?is_rpi}
# Owns /boot/vc directory
BuildRequires: raspberrypi-firmware
@ -111,7 +115,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,93 @@
-------------------------------------------------------------------
Thu May 10 17:32:58 UTC 2018 - afaerber@suse.de
- Conditionalize pine64plus ATF support on uboot_atf_pine64
- u-boot-board.spec.in: Update license
-------------------------------------------------------------------
Thu May 10 16:17:39 UTC 2018 - afaerber@suse.de
- Add poplar
-------------------------------------------------------------------
Wed May 9 07:24:31 UTC 2018 - guillaume.gardet@opensuse.org
- Update to 2018.05
-------------------------------------------------------------------
Wed May 2 09:43:24 UTC 2018 - agraf@suse.com
- Update to 2018.05-rc3
-------------------------------------------------------------------
Thu Apr 26 12:38:31 UTC 2018 - agraf@suse.com
- Include u-boot.spec in autogeneration logic
-------------------------------------------------------------------
Thu Apr 26 11:40:19 UTC 2018 - agraf@suse.com
- Add support for .bif generation in mkimage
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0006-tools-zynqmpimage-Add-partition-rea.patch
0007-tools-zynqmpimage-Move-defines-to-h.patch
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
0009-tools-zynqmpimage-Add-bif-support.patch
0010-tools-zynqmpbif-Add-support-for-loa.patch
-------------------------------------------------------------------
Tue Apr 24 19:32:04 UTC 2018 - agraf@suse.com
- Add generic ZynqMP support
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0005-zynqmp-Add-generic-target.patch
-------------------------------------------------------------------
Tue Apr 17 08:57:21 UTC 2018 - guillaume.gardet@opensuse.org
- Update to 2018.05-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0004-rpi3-Enable-lan78xx-driver.patch
0005-rpi-Add-identifier-for-the-new-RPi3.patch
0006-efi_loader-Fix-network-DP-with-DM_E.patch
0007-mkimage-do-not-fail-if-there-is-no-.patch
0008-rpi-Allow-to-boot-without-serial.patch
0009-mmc-use-core-clock-frequency-in-bcm.patch
0010-Temp-workaround-for-Chromebook-snow.patch
* Patches added:
0004-Temp-workaround-for-Chromebook-snow.patch
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0010-Temp-workaround-for-Chromebook-snow.patch
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0009-rpi-Allow-to-boot-without-serial.patch
0010-mmc-use-core-clock-frequency-in-bcm.patch
* Patches added:
0008-rpi-Allow-to-boot-without-serial.patch
0009-mmc-use-core-clock-frequency-in-bcm.patch
- Update to 2018.05-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0003-Revert-rockchip-mkimage-remove-plac.patch
0004-rpi-Use-firmware-provided-device-tr.patch
0005-rpi3-Enable-lan78xx-driver.patch
0006-net-Only-access-network-devices-aft.patch
0007-rpi-Add-identifier-for-the-new-RPi3.patch
0008-efi_loader-Fix-network-DP-with-DM_E.patch
* Patches added:
0003-rpi-Use-firmware-provided-device-tr.patch
0004-rpi3-Enable-lan78xx-driver.patch
0005-rpi-Add-identifier-for-the-new-RPi3.patch
0006-efi_loader-Fix-network-DP-with-DM_E.patch
0007-mkimage-do-not-fail-if-there-is-no-.patch
-------------------------------------------------------------------
Thu Apr 12 15:19:29 UTC 2018 - agraf@suse.com

View File

@ -18,6 +18,8 @@
#
%bcond_with uboot_atf_pine64
%define mvebu_spl 0
%define x_loader 0
%define rockchip_spl 0
@ -32,10 +34,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.03
%define archive_version 2018.05
Name: u-boot-a20-olinuxino-lime2
Version: 2018.03
Version: 2018.05
Release: 0
Summary: The U-Boot firmware for the a20-olinuxino-lime2 platform
License: GPL-2.0-only
@ -48,17 +50,16 @@ Source3: update_git.sh
Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch
Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
Patch0006: 0006-net-Only-access-network-devices-aft.patch
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpimage-Add-partition-rea.patch
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
%endif
BuildRequires: bc
@ -73,6 +74,9 @@ BuildRequires: swig
BuildRequires: qemu
Provides: qemu-ppc:%{_datadir}/qemu/u-boot.e500
%endif
%if "%{name}" == "u-boot-zynqmp"
BuildRequires: zynqmp-dts
%endif
%if 0%{?is_rpi}
# Owns /boot/vc directory
BuildRequires: raspberrypi-firmware
@ -111,7 +115,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,93 @@
-------------------------------------------------------------------
Thu May 10 17:32:58 UTC 2018 - afaerber@suse.de
- Conditionalize pine64plus ATF support on uboot_atf_pine64
- u-boot-board.spec.in: Update license
-------------------------------------------------------------------
Thu May 10 16:17:39 UTC 2018 - afaerber@suse.de
- Add poplar
-------------------------------------------------------------------
Wed May 9 07:24:31 UTC 2018 - guillaume.gardet@opensuse.org
- Update to 2018.05
-------------------------------------------------------------------
Wed May 2 09:43:24 UTC 2018 - agraf@suse.com
- Update to 2018.05-rc3
-------------------------------------------------------------------
Thu Apr 26 12:38:31 UTC 2018 - agraf@suse.com
- Include u-boot.spec in autogeneration logic
-------------------------------------------------------------------
Thu Apr 26 11:40:19 UTC 2018 - agraf@suse.com
- Add support for .bif generation in mkimage
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0006-tools-zynqmpimage-Add-partition-rea.patch
0007-tools-zynqmpimage-Move-defines-to-h.patch
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
0009-tools-zynqmpimage-Add-bif-support.patch
0010-tools-zynqmpbif-Add-support-for-loa.patch
-------------------------------------------------------------------
Tue Apr 24 19:32:04 UTC 2018 - agraf@suse.com
- Add generic ZynqMP support
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0005-zynqmp-Add-generic-target.patch
-------------------------------------------------------------------
Tue Apr 17 08:57:21 UTC 2018 - guillaume.gardet@opensuse.org
- Update to 2018.05-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0004-rpi3-Enable-lan78xx-driver.patch
0005-rpi-Add-identifier-for-the-new-RPi3.patch
0006-efi_loader-Fix-network-DP-with-DM_E.patch
0007-mkimage-do-not-fail-if-there-is-no-.patch
0008-rpi-Allow-to-boot-without-serial.patch
0009-mmc-use-core-clock-frequency-in-bcm.patch
0010-Temp-workaround-for-Chromebook-snow.patch
* Patches added:
0004-Temp-workaround-for-Chromebook-snow.patch
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0010-Temp-workaround-for-Chromebook-snow.patch
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0009-rpi-Allow-to-boot-without-serial.patch
0010-mmc-use-core-clock-frequency-in-bcm.patch
* Patches added:
0008-rpi-Allow-to-boot-without-serial.patch
0009-mmc-use-core-clock-frequency-in-bcm.patch
- Update to 2018.05-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0003-Revert-rockchip-mkimage-remove-plac.patch
0004-rpi-Use-firmware-provided-device-tr.patch
0005-rpi3-Enable-lan78xx-driver.patch
0006-net-Only-access-network-devices-aft.patch
0007-rpi-Add-identifier-for-the-new-RPi3.patch
0008-efi_loader-Fix-network-DP-with-DM_E.patch
* Patches added:
0003-rpi-Use-firmware-provided-device-tr.patch
0004-rpi3-Enable-lan78xx-driver.patch
0005-rpi-Add-identifier-for-the-new-RPi3.patch
0006-efi_loader-Fix-network-DP-with-DM_E.patch
0007-mkimage-do-not-fail-if-there-is-no-.patch
-------------------------------------------------------------------
Thu Apr 12 15:19:29 UTC 2018 - agraf@suse.com

View File

@ -18,6 +18,8 @@
#
%bcond_with uboot_atf_pine64
%define mvebu_spl 0
%define x_loader 0
%define rockchip_spl 0
@ -32,10 +34,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.03
%define archive_version 2018.05
Name: u-boot-a20-olinuxinomicro
Version: 2018.03
Version: 2018.05
Release: 0
Summary: The U-Boot firmware for the a20-olinuxinomicro platform
License: GPL-2.0-only
@ -48,17 +50,16 @@ Source3: update_git.sh
Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch
Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
Patch0006: 0006-net-Only-access-network-devices-aft.patch
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpimage-Add-partition-rea.patch
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
%endif
BuildRequires: bc
@ -73,6 +74,9 @@ BuildRequires: swig
BuildRequires: qemu
Provides: qemu-ppc:%{_datadir}/qemu/u-boot.e500
%endif
%if "%{name}" == "u-boot-zynqmp"
BuildRequires: zynqmp-dts
%endif
%if 0%{?is_rpi}
# Owns /boot/vc directory
BuildRequires: raspberrypi-firmware
@ -111,7 +115,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,93 @@
-------------------------------------------------------------------
Thu May 10 17:32:58 UTC 2018 - afaerber@suse.de
- Conditionalize pine64plus ATF support on uboot_atf_pine64
- u-boot-board.spec.in: Update license
-------------------------------------------------------------------
Thu May 10 16:17:39 UTC 2018 - afaerber@suse.de
- Add poplar
-------------------------------------------------------------------
Wed May 9 07:24:31 UTC 2018 - guillaume.gardet@opensuse.org
- Update to 2018.05
-------------------------------------------------------------------
Wed May 2 09:43:24 UTC 2018 - agraf@suse.com
- Update to 2018.05-rc3
-------------------------------------------------------------------
Thu Apr 26 12:38:31 UTC 2018 - agraf@suse.com
- Include u-boot.spec in autogeneration logic
-------------------------------------------------------------------
Thu Apr 26 11:40:19 UTC 2018 - agraf@suse.com
- Add support for .bif generation in mkimage
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0006-tools-zynqmpimage-Add-partition-rea.patch
0007-tools-zynqmpimage-Move-defines-to-h.patch
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
0009-tools-zynqmpimage-Add-bif-support.patch
0010-tools-zynqmpbif-Add-support-for-loa.patch
-------------------------------------------------------------------
Tue Apr 24 19:32:04 UTC 2018 - agraf@suse.com
- Add generic ZynqMP support
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0005-zynqmp-Add-generic-target.patch
-------------------------------------------------------------------
Tue Apr 17 08:57:21 UTC 2018 - guillaume.gardet@opensuse.org
- Update to 2018.05-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0004-rpi3-Enable-lan78xx-driver.patch
0005-rpi-Add-identifier-for-the-new-RPi3.patch
0006-efi_loader-Fix-network-DP-with-DM_E.patch
0007-mkimage-do-not-fail-if-there-is-no-.patch
0008-rpi-Allow-to-boot-without-serial.patch
0009-mmc-use-core-clock-frequency-in-bcm.patch
0010-Temp-workaround-for-Chromebook-snow.patch
* Patches added:
0004-Temp-workaround-for-Chromebook-snow.patch
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0010-Temp-workaround-for-Chromebook-snow.patch
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0009-rpi-Allow-to-boot-without-serial.patch
0010-mmc-use-core-clock-frequency-in-bcm.patch
* Patches added:
0008-rpi-Allow-to-boot-without-serial.patch
0009-mmc-use-core-clock-frequency-in-bcm.patch
- Update to 2018.05-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0003-Revert-rockchip-mkimage-remove-plac.patch
0004-rpi-Use-firmware-provided-device-tr.patch
0005-rpi3-Enable-lan78xx-driver.patch
0006-net-Only-access-network-devices-aft.patch
0007-rpi-Add-identifier-for-the-new-RPi3.patch
0008-efi_loader-Fix-network-DP-with-DM_E.patch
* Patches added:
0003-rpi-Use-firmware-provided-device-tr.patch
0004-rpi3-Enable-lan78xx-driver.patch
0005-rpi-Add-identifier-for-the-new-RPi3.patch
0006-efi_loader-Fix-network-DP-with-DM_E.patch
0007-mkimage-do-not-fail-if-there-is-no-.patch
-------------------------------------------------------------------
Thu Apr 12 15:19:29 UTC 2018 - agraf@suse.com

View File

@ -18,6 +18,8 @@
#
%bcond_with uboot_atf_pine64
%define mvebu_spl 0
%define x_loader 1
%define rockchip_spl 0
@ -32,10 +34,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.03
%define archive_version 2018.05
Name: u-boot-am335xboneblack
Version: 2018.03
Version: 2018.05
Release: 0
Summary: The U-Boot firmware for the am335xboneblack platform
License: GPL-2.0-only
@ -48,17 +50,16 @@ Source3: update_git.sh
Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch
Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
Patch0006: 0006-net-Only-access-network-devices-aft.patch
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpimage-Add-partition-rea.patch
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
%endif
BuildRequires: bc
@ -73,6 +74,9 @@ BuildRequires: swig
BuildRequires: qemu
Provides: qemu-ppc:%{_datadir}/qemu/u-boot.e500
%endif
%if "%{name}" == "u-boot-zynqmp"
BuildRequires: zynqmp-dts
%endif
%if 0%{?is_rpi}
# Owns /boot/vc directory
BuildRequires: raspberrypi-firmware
@ -111,7 +115,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,93 @@
-------------------------------------------------------------------
Thu May 10 17:32:58 UTC 2018 - afaerber@suse.de
- Conditionalize pine64plus ATF support on uboot_atf_pine64
- u-boot-board.spec.in: Update license
-------------------------------------------------------------------
Thu May 10 16:17:39 UTC 2018 - afaerber@suse.de
- Add poplar
-------------------------------------------------------------------
Wed May 9 07:24:31 UTC 2018 - guillaume.gardet@opensuse.org
- Update to 2018.05
-------------------------------------------------------------------
Wed May 2 09:43:24 UTC 2018 - agraf@suse.com
- Update to 2018.05-rc3
-------------------------------------------------------------------
Thu Apr 26 12:38:31 UTC 2018 - agraf@suse.com
- Include u-boot.spec in autogeneration logic
-------------------------------------------------------------------
Thu Apr 26 11:40:19 UTC 2018 - agraf@suse.com
- Add support for .bif generation in mkimage
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0006-tools-zynqmpimage-Add-partition-rea.patch
0007-tools-zynqmpimage-Move-defines-to-h.patch
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
0009-tools-zynqmpimage-Add-bif-support.patch
0010-tools-zynqmpbif-Add-support-for-loa.patch
-------------------------------------------------------------------
Tue Apr 24 19:32:04 UTC 2018 - agraf@suse.com
- Add generic ZynqMP support
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0005-zynqmp-Add-generic-target.patch
-------------------------------------------------------------------
Tue Apr 17 08:57:21 UTC 2018 - guillaume.gardet@opensuse.org
- Update to 2018.05-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0004-rpi3-Enable-lan78xx-driver.patch
0005-rpi-Add-identifier-for-the-new-RPi3.patch
0006-efi_loader-Fix-network-DP-with-DM_E.patch
0007-mkimage-do-not-fail-if-there-is-no-.patch
0008-rpi-Allow-to-boot-without-serial.patch
0009-mmc-use-core-clock-frequency-in-bcm.patch
0010-Temp-workaround-for-Chromebook-snow.patch
* Patches added:
0004-Temp-workaround-for-Chromebook-snow.patch
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0010-Temp-workaround-for-Chromebook-snow.patch
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0009-rpi-Allow-to-boot-without-serial.patch
0010-mmc-use-core-clock-frequency-in-bcm.patch
* Patches added:
0008-rpi-Allow-to-boot-without-serial.patch
0009-mmc-use-core-clock-frequency-in-bcm.patch
- Update to 2018.05-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0003-Revert-rockchip-mkimage-remove-plac.patch
0004-rpi-Use-firmware-provided-device-tr.patch
0005-rpi3-Enable-lan78xx-driver.patch
0006-net-Only-access-network-devices-aft.patch
0007-rpi-Add-identifier-for-the-new-RPi3.patch
0008-efi_loader-Fix-network-DP-with-DM_E.patch
* Patches added:
0003-rpi-Use-firmware-provided-device-tr.patch
0004-rpi3-Enable-lan78xx-driver.patch
0005-rpi-Add-identifier-for-the-new-RPi3.patch
0006-efi_loader-Fix-network-DP-with-DM_E.patch
0007-mkimage-do-not-fail-if-there-is-no-.patch
-------------------------------------------------------------------
Thu Apr 12 15:19:29 UTC 2018 - agraf@suse.com

View File

@ -18,6 +18,8 @@
#
%bcond_with uboot_atf_pine64
%define mvebu_spl 0
%define x_loader 1
%define rockchip_spl 0
@ -32,10 +34,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.03
%define archive_version 2018.05
Name: u-boot-am335xevm
Version: 2018.03
Version: 2018.05
Release: 0
Summary: The U-Boot firmware for the am335xevm platform
License: GPL-2.0-only
@ -48,17 +50,16 @@ Source3: update_git.sh
Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch
Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
Patch0006: 0006-net-Only-access-network-devices-aft.patch
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpimage-Add-partition-rea.patch
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
%endif
BuildRequires: bc
@ -73,6 +74,9 @@ BuildRequires: swig
BuildRequires: qemu
Provides: qemu-ppc:%{_datadir}/qemu/u-boot.e500
%endif
%if "%{name}" == "u-boot-zynqmp"
BuildRequires: zynqmp-dts
%endif
%if 0%{?is_rpi}
# Owns /boot/vc directory
BuildRequires: raspberrypi-firmware
@ -111,7 +115,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,93 @@
-------------------------------------------------------------------
Thu May 10 17:32:58 UTC 2018 - afaerber@suse.de
- Conditionalize pine64plus ATF support on uboot_atf_pine64
- u-boot-board.spec.in: Update license
-------------------------------------------------------------------
Thu May 10 16:17:39 UTC 2018 - afaerber@suse.de
- Add poplar
-------------------------------------------------------------------
Wed May 9 07:24:31 UTC 2018 - guillaume.gardet@opensuse.org
- Update to 2018.05
-------------------------------------------------------------------
Wed May 2 09:43:24 UTC 2018 - agraf@suse.com
- Update to 2018.05-rc3
-------------------------------------------------------------------
Thu Apr 26 12:38:31 UTC 2018 - agraf@suse.com
- Include u-boot.spec in autogeneration logic
-------------------------------------------------------------------
Thu Apr 26 11:40:19 UTC 2018 - agraf@suse.com
- Add support for .bif generation in mkimage
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0006-tools-zynqmpimage-Add-partition-rea.patch
0007-tools-zynqmpimage-Move-defines-to-h.patch
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
0009-tools-zynqmpimage-Add-bif-support.patch
0010-tools-zynqmpbif-Add-support-for-loa.patch
-------------------------------------------------------------------
Tue Apr 24 19:32:04 UTC 2018 - agraf@suse.com
- Add generic ZynqMP support
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0005-zynqmp-Add-generic-target.patch
-------------------------------------------------------------------
Tue Apr 17 08:57:21 UTC 2018 - guillaume.gardet@opensuse.org
- Update to 2018.05-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0004-rpi3-Enable-lan78xx-driver.patch
0005-rpi-Add-identifier-for-the-new-RPi3.patch
0006-efi_loader-Fix-network-DP-with-DM_E.patch
0007-mkimage-do-not-fail-if-there-is-no-.patch
0008-rpi-Allow-to-boot-without-serial.patch
0009-mmc-use-core-clock-frequency-in-bcm.patch
0010-Temp-workaround-for-Chromebook-snow.patch
* Patches added:
0004-Temp-workaround-for-Chromebook-snow.patch
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0010-Temp-workaround-for-Chromebook-snow.patch
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0009-rpi-Allow-to-boot-without-serial.patch
0010-mmc-use-core-clock-frequency-in-bcm.patch
* Patches added:
0008-rpi-Allow-to-boot-without-serial.patch
0009-mmc-use-core-clock-frequency-in-bcm.patch
- Update to 2018.05-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0003-Revert-rockchip-mkimage-remove-plac.patch
0004-rpi-Use-firmware-provided-device-tr.patch
0005-rpi3-Enable-lan78xx-driver.patch
0006-net-Only-access-network-devices-aft.patch
0007-rpi-Add-identifier-for-the-new-RPi3.patch
0008-efi_loader-Fix-network-DP-with-DM_E.patch
* Patches added:
0003-rpi-Use-firmware-provided-device-tr.patch
0004-rpi3-Enable-lan78xx-driver.patch
0005-rpi-Add-identifier-for-the-new-RPi3.patch
0006-efi_loader-Fix-network-DP-with-DM_E.patch
0007-mkimage-do-not-fail-if-there-is-no-.patch
-------------------------------------------------------------------
Thu Apr 12 15:19:29 UTC 2018 - agraf@suse.com

View File

@ -18,6 +18,8 @@
#
%bcond_with uboot_atf_pine64
%define mvebu_spl 0
%define x_loader 0
%define rockchip_spl 0
@ -32,10 +34,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.03
%define archive_version 2018.05
Name: u-boot-am57xxevm
Version: 2018.03
Version: 2018.05
Release: 0
Summary: The U-Boot firmware for the am57xxevm platform
License: GPL-2.0-only
@ -48,17 +50,16 @@ Source3: update_git.sh
Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch
Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
Patch0006: 0006-net-Only-access-network-devices-aft.patch
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpimage-Add-partition-rea.patch
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
%endif
BuildRequires: bc
@ -73,6 +74,9 @@ BuildRequires: swig
BuildRequires: qemu
Provides: qemu-ppc:%{_datadir}/qemu/u-boot.e500
%endif
%if "%{name}" == "u-boot-zynqmp"
BuildRequires: zynqmp-dts
%endif
%if 0%{?is_rpi}
# Owns /boot/vc directory
BuildRequires: raspberrypi-firmware
@ -111,7 +115,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,93 @@
-------------------------------------------------------------------
Thu May 10 17:32:58 UTC 2018 - afaerber@suse.de
- Conditionalize pine64plus ATF support on uboot_atf_pine64
- u-boot-board.spec.in: Update license
-------------------------------------------------------------------
Thu May 10 16:17:39 UTC 2018 - afaerber@suse.de
- Add poplar
-------------------------------------------------------------------
Wed May 9 07:24:31 UTC 2018 - guillaume.gardet@opensuse.org
- Update to 2018.05
-------------------------------------------------------------------
Wed May 2 09:43:24 UTC 2018 - agraf@suse.com
- Update to 2018.05-rc3
-------------------------------------------------------------------
Thu Apr 26 12:38:31 UTC 2018 - agraf@suse.com
- Include u-boot.spec in autogeneration logic
-------------------------------------------------------------------
Thu Apr 26 11:40:19 UTC 2018 - agraf@suse.com
- Add support for .bif generation in mkimage
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0006-tools-zynqmpimage-Add-partition-rea.patch
0007-tools-zynqmpimage-Move-defines-to-h.patch
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
0009-tools-zynqmpimage-Add-bif-support.patch
0010-tools-zynqmpbif-Add-support-for-loa.patch
-------------------------------------------------------------------
Tue Apr 24 19:32:04 UTC 2018 - agraf@suse.com
- Add generic ZynqMP support
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0005-zynqmp-Add-generic-target.patch
-------------------------------------------------------------------
Tue Apr 17 08:57:21 UTC 2018 - guillaume.gardet@opensuse.org
- Update to 2018.05-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0004-rpi3-Enable-lan78xx-driver.patch
0005-rpi-Add-identifier-for-the-new-RPi3.patch
0006-efi_loader-Fix-network-DP-with-DM_E.patch
0007-mkimage-do-not-fail-if-there-is-no-.patch
0008-rpi-Allow-to-boot-without-serial.patch
0009-mmc-use-core-clock-frequency-in-bcm.patch
0010-Temp-workaround-for-Chromebook-snow.patch
* Patches added:
0004-Temp-workaround-for-Chromebook-snow.patch
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0010-Temp-workaround-for-Chromebook-snow.patch
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0009-rpi-Allow-to-boot-without-serial.patch
0010-mmc-use-core-clock-frequency-in-bcm.patch
* Patches added:
0008-rpi-Allow-to-boot-without-serial.patch
0009-mmc-use-core-clock-frequency-in-bcm.patch
- Update to 2018.05-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0003-Revert-rockchip-mkimage-remove-plac.patch
0004-rpi-Use-firmware-provided-device-tr.patch
0005-rpi3-Enable-lan78xx-driver.patch
0006-net-Only-access-network-devices-aft.patch
0007-rpi-Add-identifier-for-the-new-RPi3.patch
0008-efi_loader-Fix-network-DP-with-DM_E.patch
* Patches added:
0003-rpi-Use-firmware-provided-device-tr.patch
0004-rpi3-Enable-lan78xx-driver.patch
0005-rpi-Add-identifier-for-the-new-RPi3.patch
0006-efi_loader-Fix-network-DP-with-DM_E.patch
0007-mkimage-do-not-fail-if-there-is-no-.patch
-------------------------------------------------------------------
Thu Apr 12 15:19:29 UTC 2018 - agraf@suse.com

View File

@ -18,6 +18,8 @@
#
%bcond_with uboot_atf_pine64
%define mvebu_spl 0
%define x_loader 0
%define rockchip_spl 0
@ -32,10 +34,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.03
%define archive_version 2018.05
Name: u-boot-arndale
Version: 2018.03
Version: 2018.05
Release: 0
Summary: The U-Boot firmware for the arndale platform
License: GPL-2.0-only
@ -48,17 +50,16 @@ Source3: update_git.sh
Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch
Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
Patch0006: 0006-net-Only-access-network-devices-aft.patch
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpimage-Add-partition-rea.patch
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
%endif
BuildRequires: bc
@ -73,6 +74,9 @@ BuildRequires: swig
BuildRequires: qemu
Provides: qemu-ppc:%{_datadir}/qemu/u-boot.e500
%endif
%if "%{name}" == "u-boot-zynqmp"
BuildRequires: zynqmp-dts
%endif
%if 0%{?is_rpi}
# Owns /boot/vc directory
BuildRequires: raspberrypi-firmware
@ -111,7 +115,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,93 @@
-------------------------------------------------------------------
Thu May 10 17:32:58 UTC 2018 - afaerber@suse.de
- Conditionalize pine64plus ATF support on uboot_atf_pine64
- u-boot-board.spec.in: Update license
-------------------------------------------------------------------
Thu May 10 16:17:39 UTC 2018 - afaerber@suse.de
- Add poplar
-------------------------------------------------------------------
Wed May 9 07:24:31 UTC 2018 - guillaume.gardet@opensuse.org
- Update to 2018.05
-------------------------------------------------------------------
Wed May 2 09:43:24 UTC 2018 - agraf@suse.com
- Update to 2018.05-rc3
-------------------------------------------------------------------
Thu Apr 26 12:38:31 UTC 2018 - agraf@suse.com
- Include u-boot.spec in autogeneration logic
-------------------------------------------------------------------
Thu Apr 26 11:40:19 UTC 2018 - agraf@suse.com
- Add support for .bif generation in mkimage
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0006-tools-zynqmpimage-Add-partition-rea.patch
0007-tools-zynqmpimage-Move-defines-to-h.patch
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
0009-tools-zynqmpimage-Add-bif-support.patch
0010-tools-zynqmpbif-Add-support-for-loa.patch
-------------------------------------------------------------------
Tue Apr 24 19:32:04 UTC 2018 - agraf@suse.com
- Add generic ZynqMP support
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0005-zynqmp-Add-generic-target.patch
-------------------------------------------------------------------
Tue Apr 17 08:57:21 UTC 2018 - guillaume.gardet@opensuse.org
- Update to 2018.05-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0004-rpi3-Enable-lan78xx-driver.patch
0005-rpi-Add-identifier-for-the-new-RPi3.patch
0006-efi_loader-Fix-network-DP-with-DM_E.patch
0007-mkimage-do-not-fail-if-there-is-no-.patch
0008-rpi-Allow-to-boot-without-serial.patch
0009-mmc-use-core-clock-frequency-in-bcm.patch
0010-Temp-workaround-for-Chromebook-snow.patch
* Patches added:
0004-Temp-workaround-for-Chromebook-snow.patch
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0010-Temp-workaround-for-Chromebook-snow.patch
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0009-rpi-Allow-to-boot-without-serial.patch
0010-mmc-use-core-clock-frequency-in-bcm.patch
* Patches added:
0008-rpi-Allow-to-boot-without-serial.patch
0009-mmc-use-core-clock-frequency-in-bcm.patch
- Update to 2018.05-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0003-Revert-rockchip-mkimage-remove-plac.patch
0004-rpi-Use-firmware-provided-device-tr.patch
0005-rpi3-Enable-lan78xx-driver.patch
0006-net-Only-access-network-devices-aft.patch
0007-rpi-Add-identifier-for-the-new-RPi3.patch
0008-efi_loader-Fix-network-DP-with-DM_E.patch
* Patches added:
0003-rpi-Use-firmware-provided-device-tr.patch
0004-rpi3-Enable-lan78xx-driver.patch
0005-rpi-Add-identifier-for-the-new-RPi3.patch
0006-efi_loader-Fix-network-DP-with-DM_E.patch
0007-mkimage-do-not-fail-if-there-is-no-.patch
-------------------------------------------------------------------
Thu Apr 12 15:19:29 UTC 2018 - agraf@suse.com

View File

@ -18,6 +18,8 @@
#
%bcond_with uboot_atf_pine64
%define mvebu_spl 0
%define x_loader 0
%define rockchip_spl 0
@ -32,10 +34,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.03
%define archive_version 2018.05
Name: u-boot-bananapi
Version: 2018.03
Version: 2018.05
Release: 0
Summary: The U-Boot firmware for the bananapi platform
License: GPL-2.0-only
@ -48,17 +50,16 @@ Source3: update_git.sh
Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch
Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
Patch0006: 0006-net-Only-access-network-devices-aft.patch
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpimage-Add-partition-rea.patch
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
%endif
BuildRequires: bc
@ -73,6 +74,9 @@ BuildRequires: swig
BuildRequires: qemu
Provides: qemu-ppc:%{_datadir}/qemu/u-boot.e500
%endif
%if "%{name}" == "u-boot-zynqmp"
BuildRequires: zynqmp-dts
%endif
%if 0%{?is_rpi}
# Owns /boot/vc directory
BuildRequires: raspberrypi-firmware
@ -111,7 +115,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

220
u-boot-board.spec.in Normal file
View File

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

View File

@ -1,3 +1,93 @@
-------------------------------------------------------------------
Thu May 10 17:32:58 UTC 2018 - afaerber@suse.de
- Conditionalize pine64plus ATF support on uboot_atf_pine64
- u-boot-board.spec.in: Update license
-------------------------------------------------------------------
Thu May 10 16:17:39 UTC 2018 - afaerber@suse.de
- Add poplar
-------------------------------------------------------------------
Wed May 9 07:24:31 UTC 2018 - guillaume.gardet@opensuse.org
- Update to 2018.05
-------------------------------------------------------------------
Wed May 2 09:43:24 UTC 2018 - agraf@suse.com
- Update to 2018.05-rc3
-------------------------------------------------------------------
Thu Apr 26 12:38:31 UTC 2018 - agraf@suse.com
- Include u-boot.spec in autogeneration logic
-------------------------------------------------------------------
Thu Apr 26 11:40:19 UTC 2018 - agraf@suse.com
- Add support for .bif generation in mkimage
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0006-tools-zynqmpimage-Add-partition-rea.patch
0007-tools-zynqmpimage-Move-defines-to-h.patch
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
0009-tools-zynqmpimage-Add-bif-support.patch
0010-tools-zynqmpbif-Add-support-for-loa.patch
-------------------------------------------------------------------
Tue Apr 24 19:32:04 UTC 2018 - agraf@suse.com
- Add generic ZynqMP support
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0005-zynqmp-Add-generic-target.patch
-------------------------------------------------------------------
Tue Apr 17 08:57:21 UTC 2018 - guillaume.gardet@opensuse.org
- Update to 2018.05-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0004-rpi3-Enable-lan78xx-driver.patch
0005-rpi-Add-identifier-for-the-new-RPi3.patch
0006-efi_loader-Fix-network-DP-with-DM_E.patch
0007-mkimage-do-not-fail-if-there-is-no-.patch
0008-rpi-Allow-to-boot-without-serial.patch
0009-mmc-use-core-clock-frequency-in-bcm.patch
0010-Temp-workaround-for-Chromebook-snow.patch
* Patches added:
0004-Temp-workaround-for-Chromebook-snow.patch
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0010-Temp-workaround-for-Chromebook-snow.patch
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0009-rpi-Allow-to-boot-without-serial.patch
0010-mmc-use-core-clock-frequency-in-bcm.patch
* Patches added:
0008-rpi-Allow-to-boot-without-serial.patch
0009-mmc-use-core-clock-frequency-in-bcm.patch
- Update to 2018.05-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0003-Revert-rockchip-mkimage-remove-plac.patch
0004-rpi-Use-firmware-provided-device-tr.patch
0005-rpi3-Enable-lan78xx-driver.patch
0006-net-Only-access-network-devices-aft.patch
0007-rpi-Add-identifier-for-the-new-RPi3.patch
0008-efi_loader-Fix-network-DP-with-DM_E.patch
* Patches added:
0003-rpi-Use-firmware-provided-device-tr.patch
0004-rpi3-Enable-lan78xx-driver.patch
0005-rpi-Add-identifier-for-the-new-RPi3.patch
0006-efi_loader-Fix-network-DP-with-DM_E.patch
0007-mkimage-do-not-fail-if-there-is-no-.patch
-------------------------------------------------------------------
Thu Apr 12 15:19:29 UTC 2018 - agraf@suse.com

View File

@ -18,6 +18,8 @@
#
%bcond_with uboot_atf_pine64
%define mvebu_spl 1
%define x_loader 0
%define rockchip_spl 0
@ -32,10 +34,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.03
%define archive_version 2018.05
Name: u-boot-clearfog
Version: 2018.03
Version: 2018.05
Release: 0
Summary: The U-Boot firmware for the clearfog platform
License: GPL-2.0-only
@ -48,17 +50,16 @@ Source3: update_git.sh
Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch
Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
Patch0006: 0006-net-Only-access-network-devices-aft.patch
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpimage-Add-partition-rea.patch
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
%endif
BuildRequires: bc
@ -73,6 +74,9 @@ BuildRequires: swig
BuildRequires: qemu
Provides: qemu-ppc:%{_datadir}/qemu/u-boot.e500
%endif
%if "%{name}" == "u-boot-zynqmp"
BuildRequires: zynqmp-dts
%endif
%if 0%{?is_rpi}
# Owns /boot/vc directory
BuildRequires: raspberrypi-firmware
@ -111,7 +115,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,93 @@
-------------------------------------------------------------------
Thu May 10 17:32:58 UTC 2018 - afaerber@suse.de
- Conditionalize pine64plus ATF support on uboot_atf_pine64
- u-boot-board.spec.in: Update license
-------------------------------------------------------------------
Thu May 10 16:17:39 UTC 2018 - afaerber@suse.de
- Add poplar
-------------------------------------------------------------------
Wed May 9 07:24:31 UTC 2018 - guillaume.gardet@opensuse.org
- Update to 2018.05
-------------------------------------------------------------------
Wed May 2 09:43:24 UTC 2018 - agraf@suse.com
- Update to 2018.05-rc3
-------------------------------------------------------------------
Thu Apr 26 12:38:31 UTC 2018 - agraf@suse.com
- Include u-boot.spec in autogeneration logic
-------------------------------------------------------------------
Thu Apr 26 11:40:19 UTC 2018 - agraf@suse.com
- Add support for .bif generation in mkimage
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0006-tools-zynqmpimage-Add-partition-rea.patch
0007-tools-zynqmpimage-Move-defines-to-h.patch
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
0009-tools-zynqmpimage-Add-bif-support.patch
0010-tools-zynqmpbif-Add-support-for-loa.patch
-------------------------------------------------------------------
Tue Apr 24 19:32:04 UTC 2018 - agraf@suse.com
- Add generic ZynqMP support
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0005-zynqmp-Add-generic-target.patch
-------------------------------------------------------------------
Tue Apr 17 08:57:21 UTC 2018 - guillaume.gardet@opensuse.org
- Update to 2018.05-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0004-rpi3-Enable-lan78xx-driver.patch
0005-rpi-Add-identifier-for-the-new-RPi3.patch
0006-efi_loader-Fix-network-DP-with-DM_E.patch
0007-mkimage-do-not-fail-if-there-is-no-.patch
0008-rpi-Allow-to-boot-without-serial.patch
0009-mmc-use-core-clock-frequency-in-bcm.patch
0010-Temp-workaround-for-Chromebook-snow.patch
* Patches added:
0004-Temp-workaround-for-Chromebook-snow.patch
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0010-Temp-workaround-for-Chromebook-snow.patch
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0009-rpi-Allow-to-boot-without-serial.patch
0010-mmc-use-core-clock-frequency-in-bcm.patch
* Patches added:
0008-rpi-Allow-to-boot-without-serial.patch
0009-mmc-use-core-clock-frequency-in-bcm.patch
- Update to 2018.05-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0003-Revert-rockchip-mkimage-remove-plac.patch
0004-rpi-Use-firmware-provided-device-tr.patch
0005-rpi3-Enable-lan78xx-driver.patch
0006-net-Only-access-network-devices-aft.patch
0007-rpi-Add-identifier-for-the-new-RPi3.patch
0008-efi_loader-Fix-network-DP-with-DM_E.patch
* Patches added:
0003-rpi-Use-firmware-provided-device-tr.patch
0004-rpi3-Enable-lan78xx-driver.patch
0005-rpi-Add-identifier-for-the-new-RPi3.patch
0006-efi_loader-Fix-network-DP-with-DM_E.patch
0007-mkimage-do-not-fail-if-there-is-no-.patch
-------------------------------------------------------------------
Thu Apr 12 15:19:29 UTC 2018 - agraf@suse.com

View File

@ -18,6 +18,8 @@
#
%bcond_with uboot_atf_pine64
%define mvebu_spl 0
%define x_loader 0
%define rockchip_spl 0
@ -32,10 +34,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.03
%define archive_version 2018.05
Name: u-boot-colibrit20
Version: 2018.03
Version: 2018.05
Release: 0
Summary: The U-Boot firmware for the colibrit20 platform
License: GPL-2.0-only
@ -48,17 +50,16 @@ Source3: update_git.sh
Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch
Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
Patch0006: 0006-net-Only-access-network-devices-aft.patch
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpimage-Add-partition-rea.patch
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
%endif
BuildRequires: bc
@ -73,6 +74,9 @@ BuildRequires: swig
BuildRequires: qemu
Provides: qemu-ppc:%{_datadir}/qemu/u-boot.e500
%endif
%if "%{name}" == "u-boot-zynqmp"
BuildRequires: zynqmp-dts
%endif
%if 0%{?is_rpi}
# Owns /boot/vc directory
BuildRequires: raspberrypi-firmware
@ -111,7 +115,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,93 @@
-------------------------------------------------------------------
Thu May 10 17:32:58 UTC 2018 - afaerber@suse.de
- Conditionalize pine64plus ATF support on uboot_atf_pine64
- u-boot-board.spec.in: Update license
-------------------------------------------------------------------
Thu May 10 16:17:39 UTC 2018 - afaerber@suse.de
- Add poplar
-------------------------------------------------------------------
Wed May 9 07:24:31 UTC 2018 - guillaume.gardet@opensuse.org
- Update to 2018.05
-------------------------------------------------------------------
Wed May 2 09:43:24 UTC 2018 - agraf@suse.com
- Update to 2018.05-rc3
-------------------------------------------------------------------
Thu Apr 26 12:38:31 UTC 2018 - agraf@suse.com
- Include u-boot.spec in autogeneration logic
-------------------------------------------------------------------
Thu Apr 26 11:40:19 UTC 2018 - agraf@suse.com
- Add support for .bif generation in mkimage
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0006-tools-zynqmpimage-Add-partition-rea.patch
0007-tools-zynqmpimage-Move-defines-to-h.patch
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
0009-tools-zynqmpimage-Add-bif-support.patch
0010-tools-zynqmpbif-Add-support-for-loa.patch
-------------------------------------------------------------------
Tue Apr 24 19:32:04 UTC 2018 - agraf@suse.com
- Add generic ZynqMP support
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0005-zynqmp-Add-generic-target.patch
-------------------------------------------------------------------
Tue Apr 17 08:57:21 UTC 2018 - guillaume.gardet@opensuse.org
- Update to 2018.05-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0004-rpi3-Enable-lan78xx-driver.patch
0005-rpi-Add-identifier-for-the-new-RPi3.patch
0006-efi_loader-Fix-network-DP-with-DM_E.patch
0007-mkimage-do-not-fail-if-there-is-no-.patch
0008-rpi-Allow-to-boot-without-serial.patch
0009-mmc-use-core-clock-frequency-in-bcm.patch
0010-Temp-workaround-for-Chromebook-snow.patch
* Patches added:
0004-Temp-workaround-for-Chromebook-snow.patch
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0010-Temp-workaround-for-Chromebook-snow.patch
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0009-rpi-Allow-to-boot-without-serial.patch
0010-mmc-use-core-clock-frequency-in-bcm.patch
* Patches added:
0008-rpi-Allow-to-boot-without-serial.patch
0009-mmc-use-core-clock-frequency-in-bcm.patch
- Update to 2018.05-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0003-Revert-rockchip-mkimage-remove-plac.patch
0004-rpi-Use-firmware-provided-device-tr.patch
0005-rpi3-Enable-lan78xx-driver.patch
0006-net-Only-access-network-devices-aft.patch
0007-rpi-Add-identifier-for-the-new-RPi3.patch
0008-efi_loader-Fix-network-DP-with-DM_E.patch
* Patches added:
0003-rpi-Use-firmware-provided-device-tr.patch
0004-rpi3-Enable-lan78xx-driver.patch
0005-rpi-Add-identifier-for-the-new-RPi3.patch
0006-efi_loader-Fix-network-DP-with-DM_E.patch
0007-mkimage-do-not-fail-if-there-is-no-.patch
-------------------------------------------------------------------
Thu Apr 12 15:19:29 UTC 2018 - agraf@suse.com

View File

@ -18,6 +18,8 @@
#
%bcond_with uboot_atf_pine64
%define mvebu_spl 0
%define x_loader 0
%define rockchip_spl 0
@ -32,10 +34,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.03
%define archive_version 2018.05
Name: u-boot-cubieboard
Version: 2018.03
Version: 2018.05
Release: 0
Summary: The U-Boot firmware for the cubieboard platform
License: GPL-2.0-only
@ -48,17 +50,16 @@ Source3: update_git.sh
Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch
Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
Patch0006: 0006-net-Only-access-network-devices-aft.patch
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpimage-Add-partition-rea.patch
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
%endif
BuildRequires: bc
@ -73,6 +74,9 @@ BuildRequires: swig
BuildRequires: qemu
Provides: qemu-ppc:%{_datadir}/qemu/u-boot.e500
%endif
%if "%{name}" == "u-boot-zynqmp"
BuildRequires: zynqmp-dts
%endif
%if 0%{?is_rpi}
# Owns /boot/vc directory
BuildRequires: raspberrypi-firmware
@ -111,7 +115,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,93 @@
-------------------------------------------------------------------
Thu May 10 17:32:58 UTC 2018 - afaerber@suse.de
- Conditionalize pine64plus ATF support on uboot_atf_pine64
- u-boot-board.spec.in: Update license
-------------------------------------------------------------------
Thu May 10 16:17:39 UTC 2018 - afaerber@suse.de
- Add poplar
-------------------------------------------------------------------
Wed May 9 07:24:31 UTC 2018 - guillaume.gardet@opensuse.org
- Update to 2018.05
-------------------------------------------------------------------
Wed May 2 09:43:24 UTC 2018 - agraf@suse.com
- Update to 2018.05-rc3
-------------------------------------------------------------------
Thu Apr 26 12:38:31 UTC 2018 - agraf@suse.com
- Include u-boot.spec in autogeneration logic
-------------------------------------------------------------------
Thu Apr 26 11:40:19 UTC 2018 - agraf@suse.com
- Add support for .bif generation in mkimage
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0006-tools-zynqmpimage-Add-partition-rea.patch
0007-tools-zynqmpimage-Move-defines-to-h.patch
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
0009-tools-zynqmpimage-Add-bif-support.patch
0010-tools-zynqmpbif-Add-support-for-loa.patch
-------------------------------------------------------------------
Tue Apr 24 19:32:04 UTC 2018 - agraf@suse.com
- Add generic ZynqMP support
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0005-zynqmp-Add-generic-target.patch
-------------------------------------------------------------------
Tue Apr 17 08:57:21 UTC 2018 - guillaume.gardet@opensuse.org
- Update to 2018.05-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0004-rpi3-Enable-lan78xx-driver.patch
0005-rpi-Add-identifier-for-the-new-RPi3.patch
0006-efi_loader-Fix-network-DP-with-DM_E.patch
0007-mkimage-do-not-fail-if-there-is-no-.patch
0008-rpi-Allow-to-boot-without-serial.patch
0009-mmc-use-core-clock-frequency-in-bcm.patch
0010-Temp-workaround-for-Chromebook-snow.patch
* Patches added:
0004-Temp-workaround-for-Chromebook-snow.patch
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0010-Temp-workaround-for-Chromebook-snow.patch
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0009-rpi-Allow-to-boot-without-serial.patch
0010-mmc-use-core-clock-frequency-in-bcm.patch
* Patches added:
0008-rpi-Allow-to-boot-without-serial.patch
0009-mmc-use-core-clock-frequency-in-bcm.patch
- Update to 2018.05-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0003-Revert-rockchip-mkimage-remove-plac.patch
0004-rpi-Use-firmware-provided-device-tr.patch
0005-rpi3-Enable-lan78xx-driver.patch
0006-net-Only-access-network-devices-aft.patch
0007-rpi-Add-identifier-for-the-new-RPi3.patch
0008-efi_loader-Fix-network-DP-with-DM_E.patch
* Patches added:
0003-rpi-Use-firmware-provided-device-tr.patch
0004-rpi3-Enable-lan78xx-driver.patch
0005-rpi-Add-identifier-for-the-new-RPi3.patch
0006-efi_loader-Fix-network-DP-with-DM_E.patch
0007-mkimage-do-not-fail-if-there-is-no-.patch
-------------------------------------------------------------------
Thu Apr 12 15:19:29 UTC 2018 - agraf@suse.com

View File

@ -18,6 +18,8 @@
#
%bcond_with uboot_atf_pine64
%define mvebu_spl 0
%define x_loader 0
%define rockchip_spl 0
@ -32,10 +34,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.03
%define archive_version 2018.05
Name: u-boot-cubieboard2
Version: 2018.03
Version: 2018.05
Release: 0
Summary: The U-Boot firmware for the cubieboard2 platform
License: GPL-2.0-only
@ -48,17 +50,16 @@ Source3: update_git.sh
Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch
Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
Patch0006: 0006-net-Only-access-network-devices-aft.patch
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpimage-Add-partition-rea.patch
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
%endif
BuildRequires: bc
@ -73,6 +74,9 @@ BuildRequires: swig
BuildRequires: qemu
Provides: qemu-ppc:%{_datadir}/qemu/u-boot.e500
%endif
%if "%{name}" == "u-boot-zynqmp"
BuildRequires: zynqmp-dts
%endif
%if 0%{?is_rpi}
# Owns /boot/vc directory
BuildRequires: raspberrypi-firmware
@ -111,7 +115,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,93 @@
-------------------------------------------------------------------
Thu May 10 17:32:58 UTC 2018 - afaerber@suse.de
- Conditionalize pine64plus ATF support on uboot_atf_pine64
- u-boot-board.spec.in: Update license
-------------------------------------------------------------------
Thu May 10 16:17:39 UTC 2018 - afaerber@suse.de
- Add poplar
-------------------------------------------------------------------
Wed May 9 07:24:31 UTC 2018 - guillaume.gardet@opensuse.org
- Update to 2018.05
-------------------------------------------------------------------
Wed May 2 09:43:24 UTC 2018 - agraf@suse.com
- Update to 2018.05-rc3
-------------------------------------------------------------------
Thu Apr 26 12:38:31 UTC 2018 - agraf@suse.com
- Include u-boot.spec in autogeneration logic
-------------------------------------------------------------------
Thu Apr 26 11:40:19 UTC 2018 - agraf@suse.com
- Add support for .bif generation in mkimage
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0006-tools-zynqmpimage-Add-partition-rea.patch
0007-tools-zynqmpimage-Move-defines-to-h.patch
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
0009-tools-zynqmpimage-Add-bif-support.patch
0010-tools-zynqmpbif-Add-support-for-loa.patch
-------------------------------------------------------------------
Tue Apr 24 19:32:04 UTC 2018 - agraf@suse.com
- Add generic ZynqMP support
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0005-zynqmp-Add-generic-target.patch
-------------------------------------------------------------------
Tue Apr 17 08:57:21 UTC 2018 - guillaume.gardet@opensuse.org
- Update to 2018.05-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0004-rpi3-Enable-lan78xx-driver.patch
0005-rpi-Add-identifier-for-the-new-RPi3.patch
0006-efi_loader-Fix-network-DP-with-DM_E.patch
0007-mkimage-do-not-fail-if-there-is-no-.patch
0008-rpi-Allow-to-boot-without-serial.patch
0009-mmc-use-core-clock-frequency-in-bcm.patch
0010-Temp-workaround-for-Chromebook-snow.patch
* Patches added:
0004-Temp-workaround-for-Chromebook-snow.patch
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0010-Temp-workaround-for-Chromebook-snow.patch
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0009-rpi-Allow-to-boot-without-serial.patch
0010-mmc-use-core-clock-frequency-in-bcm.patch
* Patches added:
0008-rpi-Allow-to-boot-without-serial.patch
0009-mmc-use-core-clock-frequency-in-bcm.patch
- Update to 2018.05-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0003-Revert-rockchip-mkimage-remove-plac.patch
0004-rpi-Use-firmware-provided-device-tr.patch
0005-rpi3-Enable-lan78xx-driver.patch
0006-net-Only-access-network-devices-aft.patch
0007-rpi-Add-identifier-for-the-new-RPi3.patch
0008-efi_loader-Fix-network-DP-with-DM_E.patch
* Patches added:
0003-rpi-Use-firmware-provided-device-tr.patch
0004-rpi3-Enable-lan78xx-driver.patch
0005-rpi-Add-identifier-for-the-new-RPi3.patch
0006-efi_loader-Fix-network-DP-with-DM_E.patch
0007-mkimage-do-not-fail-if-there-is-no-.patch
-------------------------------------------------------------------
Thu Apr 12 15:19:29 UTC 2018 - agraf@suse.com

View File

@ -18,6 +18,8 @@
#
%bcond_with uboot_atf_pine64
%define mvebu_spl 0
%define x_loader 0
%define rockchip_spl 0
@ -32,10 +34,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.03
%define archive_version 2018.05
Name: u-boot-cubietruck
Version: 2018.03
Version: 2018.05
Release: 0
Summary: The U-Boot firmware for the cubietruck platform
License: GPL-2.0-only
@ -48,17 +50,16 @@ Source3: update_git.sh
Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch
Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
Patch0006: 0006-net-Only-access-network-devices-aft.patch
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpimage-Add-partition-rea.patch
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
%endif
BuildRequires: bc
@ -73,6 +74,9 @@ BuildRequires: swig
BuildRequires: qemu
Provides: qemu-ppc:%{_datadir}/qemu/u-boot.e500
%endif
%if "%{name}" == "u-boot-zynqmp"
BuildRequires: zynqmp-dts
%endif
%if 0%{?is_rpi}
# Owns /boot/vc directory
BuildRequires: raspberrypi-firmware
@ -111,7 +115,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,93 @@
-------------------------------------------------------------------
Thu May 10 17:32:58 UTC 2018 - afaerber@suse.de
- Conditionalize pine64plus ATF support on uboot_atf_pine64
- u-boot-board.spec.in: Update license
-------------------------------------------------------------------
Thu May 10 16:17:39 UTC 2018 - afaerber@suse.de
- Add poplar
-------------------------------------------------------------------
Wed May 9 07:24:31 UTC 2018 - guillaume.gardet@opensuse.org
- Update to 2018.05
-------------------------------------------------------------------
Wed May 2 09:43:24 UTC 2018 - agraf@suse.com
- Update to 2018.05-rc3
-------------------------------------------------------------------
Thu Apr 26 12:38:31 UTC 2018 - agraf@suse.com
- Include u-boot.spec in autogeneration logic
-------------------------------------------------------------------
Thu Apr 26 11:40:19 UTC 2018 - agraf@suse.com
- Add support for .bif generation in mkimage
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0006-tools-zynqmpimage-Add-partition-rea.patch
0007-tools-zynqmpimage-Move-defines-to-h.patch
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
0009-tools-zynqmpimage-Add-bif-support.patch
0010-tools-zynqmpbif-Add-support-for-loa.patch
-------------------------------------------------------------------
Tue Apr 24 19:32:04 UTC 2018 - agraf@suse.com
- Add generic ZynqMP support
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0005-zynqmp-Add-generic-target.patch
-------------------------------------------------------------------
Tue Apr 17 08:57:21 UTC 2018 - guillaume.gardet@opensuse.org
- Update to 2018.05-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0004-rpi3-Enable-lan78xx-driver.patch
0005-rpi-Add-identifier-for-the-new-RPi3.patch
0006-efi_loader-Fix-network-DP-with-DM_E.patch
0007-mkimage-do-not-fail-if-there-is-no-.patch
0008-rpi-Allow-to-boot-without-serial.patch
0009-mmc-use-core-clock-frequency-in-bcm.patch
0010-Temp-workaround-for-Chromebook-snow.patch
* Patches added:
0004-Temp-workaround-for-Chromebook-snow.patch
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0010-Temp-workaround-for-Chromebook-snow.patch
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0009-rpi-Allow-to-boot-without-serial.patch
0010-mmc-use-core-clock-frequency-in-bcm.patch
* Patches added:
0008-rpi-Allow-to-boot-without-serial.patch
0009-mmc-use-core-clock-frequency-in-bcm.patch
- Update to 2018.05-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0003-Revert-rockchip-mkimage-remove-plac.patch
0004-rpi-Use-firmware-provided-device-tr.patch
0005-rpi3-Enable-lan78xx-driver.patch
0006-net-Only-access-network-devices-aft.patch
0007-rpi-Add-identifier-for-the-new-RPi3.patch
0008-efi_loader-Fix-network-DP-with-DM_E.patch
* Patches added:
0003-rpi-Use-firmware-provided-device-tr.patch
0004-rpi3-Enable-lan78xx-driver.patch
0005-rpi-Add-identifier-for-the-new-RPi3.patch
0006-efi_loader-Fix-network-DP-with-DM_E.patch
0007-mkimage-do-not-fail-if-there-is-no-.patch
-------------------------------------------------------------------
Thu Apr 12 15:19:29 UTC 2018 - agraf@suse.com

View File

@ -18,6 +18,8 @@
#
%bcond_with uboot_atf_pine64
%define mvebu_spl 0
%define x_loader 0
%define rockchip_spl 0
@ -32,10 +34,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.03
%define archive_version 2018.05
Name: u-boot-dragonboard410c
Version: 2018.03
Version: 2018.05
Release: 0
Summary: The U-Boot firmware for the dragonboard410c platform
License: GPL-2.0-only
@ -48,17 +50,16 @@ Source3: update_git.sh
Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch
Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
Patch0006: 0006-net-Only-access-network-devices-aft.patch
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpimage-Add-partition-rea.patch
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
%endif
BuildRequires: bc
@ -73,6 +74,9 @@ BuildRequires: swig
BuildRequires: qemu
Provides: qemu-ppc:%{_datadir}/qemu/u-boot.e500
%endif
%if "%{name}" == "u-boot-zynqmp"
BuildRequires: zynqmp-dts
%endif
%if 0%{?is_rpi}
# Owns /boot/vc directory
BuildRequires: raspberrypi-firmware
@ -111,7 +115,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,93 @@
-------------------------------------------------------------------
Thu May 10 17:32:58 UTC 2018 - afaerber@suse.de
- Conditionalize pine64plus ATF support on uboot_atf_pine64
- u-boot-board.spec.in: Update license
-------------------------------------------------------------------
Thu May 10 16:17:39 UTC 2018 - afaerber@suse.de
- Add poplar
-------------------------------------------------------------------
Wed May 9 07:24:31 UTC 2018 - guillaume.gardet@opensuse.org
- Update to 2018.05
-------------------------------------------------------------------
Wed May 2 09:43:24 UTC 2018 - agraf@suse.com
- Update to 2018.05-rc3
-------------------------------------------------------------------
Thu Apr 26 12:38:31 UTC 2018 - agraf@suse.com
- Include u-boot.spec in autogeneration logic
-------------------------------------------------------------------
Thu Apr 26 11:40:19 UTC 2018 - agraf@suse.com
- Add support for .bif generation in mkimage
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0006-tools-zynqmpimage-Add-partition-rea.patch
0007-tools-zynqmpimage-Move-defines-to-h.patch
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
0009-tools-zynqmpimage-Add-bif-support.patch
0010-tools-zynqmpbif-Add-support-for-loa.patch
-------------------------------------------------------------------
Tue Apr 24 19:32:04 UTC 2018 - agraf@suse.com
- Add generic ZynqMP support
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0005-zynqmp-Add-generic-target.patch
-------------------------------------------------------------------
Tue Apr 17 08:57:21 UTC 2018 - guillaume.gardet@opensuse.org
- Update to 2018.05-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0004-rpi3-Enable-lan78xx-driver.patch
0005-rpi-Add-identifier-for-the-new-RPi3.patch
0006-efi_loader-Fix-network-DP-with-DM_E.patch
0007-mkimage-do-not-fail-if-there-is-no-.patch
0008-rpi-Allow-to-boot-without-serial.patch
0009-mmc-use-core-clock-frequency-in-bcm.patch
0010-Temp-workaround-for-Chromebook-snow.patch
* Patches added:
0004-Temp-workaround-for-Chromebook-snow.patch
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0010-Temp-workaround-for-Chromebook-snow.patch
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0009-rpi-Allow-to-boot-without-serial.patch
0010-mmc-use-core-clock-frequency-in-bcm.patch
* Patches added:
0008-rpi-Allow-to-boot-without-serial.patch
0009-mmc-use-core-clock-frequency-in-bcm.patch
- Update to 2018.05-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0003-Revert-rockchip-mkimage-remove-plac.patch
0004-rpi-Use-firmware-provided-device-tr.patch
0005-rpi3-Enable-lan78xx-driver.patch
0006-net-Only-access-network-devices-aft.patch
0007-rpi-Add-identifier-for-the-new-RPi3.patch
0008-efi_loader-Fix-network-DP-with-DM_E.patch
* Patches added:
0003-rpi-Use-firmware-provided-device-tr.patch
0004-rpi3-Enable-lan78xx-driver.patch
0005-rpi-Add-identifier-for-the-new-RPi3.patch
0006-efi_loader-Fix-network-DP-with-DM_E.patch
0007-mkimage-do-not-fail-if-there-is-no-.patch
-------------------------------------------------------------------
Thu Apr 12 15:19:29 UTC 2018 - agraf@suse.com

View File

@ -18,6 +18,8 @@
#
%bcond_with uboot_atf_pine64
%define mvebu_spl 0
%define x_loader 0
%define rockchip_spl 0
@ -32,10 +34,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.03
%define archive_version 2018.05
Name: u-boot-evb-rk3399
Version: 2018.03
Version: 2018.05
Release: 0
Summary: The U-Boot firmware for the evb-rk3399 platform
License: GPL-2.0-only
@ -48,17 +50,16 @@ Source3: update_git.sh
Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch
Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
Patch0006: 0006-net-Only-access-network-devices-aft.patch
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpimage-Add-partition-rea.patch
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
%endif
BuildRequires: bc
@ -73,6 +74,9 @@ BuildRequires: swig
BuildRequires: qemu
Provides: qemu-ppc:%{_datadir}/qemu/u-boot.e500
%endif
%if "%{name}" == "u-boot-zynqmp"
BuildRequires: zynqmp-dts
%endif
%if 0%{?is_rpi}
# Owns /boot/vc directory
BuildRequires: raspberrypi-firmware
@ -111,7 +115,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,93 @@
-------------------------------------------------------------------
Thu May 10 17:32:58 UTC 2018 - afaerber@suse.de
- Conditionalize pine64plus ATF support on uboot_atf_pine64
- u-boot-board.spec.in: Update license
-------------------------------------------------------------------
Thu May 10 16:17:39 UTC 2018 - afaerber@suse.de
- Add poplar
-------------------------------------------------------------------
Wed May 9 07:24:31 UTC 2018 - guillaume.gardet@opensuse.org
- Update to 2018.05
-------------------------------------------------------------------
Wed May 2 09:43:24 UTC 2018 - agraf@suse.com
- Update to 2018.05-rc3
-------------------------------------------------------------------
Thu Apr 26 12:38:31 UTC 2018 - agraf@suse.com
- Include u-boot.spec in autogeneration logic
-------------------------------------------------------------------
Thu Apr 26 11:40:19 UTC 2018 - agraf@suse.com
- Add support for .bif generation in mkimage
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0006-tools-zynqmpimage-Add-partition-rea.patch
0007-tools-zynqmpimage-Move-defines-to-h.patch
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
0009-tools-zynqmpimage-Add-bif-support.patch
0010-tools-zynqmpbif-Add-support-for-loa.patch
-------------------------------------------------------------------
Tue Apr 24 19:32:04 UTC 2018 - agraf@suse.com
- Add generic ZynqMP support
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0005-zynqmp-Add-generic-target.patch
-------------------------------------------------------------------
Tue Apr 17 08:57:21 UTC 2018 - guillaume.gardet@opensuse.org
- Update to 2018.05-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0004-rpi3-Enable-lan78xx-driver.patch
0005-rpi-Add-identifier-for-the-new-RPi3.patch
0006-efi_loader-Fix-network-DP-with-DM_E.patch
0007-mkimage-do-not-fail-if-there-is-no-.patch
0008-rpi-Allow-to-boot-without-serial.patch
0009-mmc-use-core-clock-frequency-in-bcm.patch
0010-Temp-workaround-for-Chromebook-snow.patch
* Patches added:
0004-Temp-workaround-for-Chromebook-snow.patch
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0010-Temp-workaround-for-Chromebook-snow.patch
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0009-rpi-Allow-to-boot-without-serial.patch
0010-mmc-use-core-clock-frequency-in-bcm.patch
* Patches added:
0008-rpi-Allow-to-boot-without-serial.patch
0009-mmc-use-core-clock-frequency-in-bcm.patch
- Update to 2018.05-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0003-Revert-rockchip-mkimage-remove-plac.patch
0004-rpi-Use-firmware-provided-device-tr.patch
0005-rpi3-Enable-lan78xx-driver.patch
0006-net-Only-access-network-devices-aft.patch
0007-rpi-Add-identifier-for-the-new-RPi3.patch
0008-efi_loader-Fix-network-DP-with-DM_E.patch
* Patches added:
0003-rpi-Use-firmware-provided-device-tr.patch
0004-rpi3-Enable-lan78xx-driver.patch
0005-rpi-Add-identifier-for-the-new-RPi3.patch
0006-efi_loader-Fix-network-DP-with-DM_E.patch
0007-mkimage-do-not-fail-if-there-is-no-.patch
-------------------------------------------------------------------
Thu Apr 12 15:19:29 UTC 2018 - agraf@suse.com

View File

@ -18,6 +18,8 @@
#
%bcond_with uboot_atf_pine64
%define mvebu_spl 0
%define x_loader 0
%define rockchip_spl 1
@ -32,10 +34,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.03
%define archive_version 2018.05
Name: u-boot-firefly-rk3288
Version: 2018.03
Version: 2018.05
Release: 0
Summary: The U-Boot firmware for the firefly-rk3288 platform
License: GPL-2.0-only
@ -48,17 +50,16 @@ Source3: update_git.sh
Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch
Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
Patch0006: 0006-net-Only-access-network-devices-aft.patch
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpimage-Add-partition-rea.patch
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
%endif
BuildRequires: bc
@ -73,6 +74,9 @@ BuildRequires: swig
BuildRequires: qemu
Provides: qemu-ppc:%{_datadir}/qemu/u-boot.e500
%endif
%if "%{name}" == "u-boot-zynqmp"
BuildRequires: zynqmp-dts
%endif
%if 0%{?is_rpi}
# Owns /boot/vc directory
BuildRequires: raspberrypi-firmware
@ -111,7 +115,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,93 @@
-------------------------------------------------------------------
Thu May 10 17:32:58 UTC 2018 - afaerber@suse.de
- Conditionalize pine64plus ATF support on uboot_atf_pine64
- u-boot-board.spec.in: Update license
-------------------------------------------------------------------
Thu May 10 16:17:39 UTC 2018 - afaerber@suse.de
- Add poplar
-------------------------------------------------------------------
Wed May 9 07:24:31 UTC 2018 - guillaume.gardet@opensuse.org
- Update to 2018.05
-------------------------------------------------------------------
Wed May 2 09:43:24 UTC 2018 - agraf@suse.com
- Update to 2018.05-rc3
-------------------------------------------------------------------
Thu Apr 26 12:38:31 UTC 2018 - agraf@suse.com
- Include u-boot.spec in autogeneration logic
-------------------------------------------------------------------
Thu Apr 26 11:40:19 UTC 2018 - agraf@suse.com
- Add support for .bif generation in mkimage
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0006-tools-zynqmpimage-Add-partition-rea.patch
0007-tools-zynqmpimage-Move-defines-to-h.patch
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
0009-tools-zynqmpimage-Add-bif-support.patch
0010-tools-zynqmpbif-Add-support-for-loa.patch
-------------------------------------------------------------------
Tue Apr 24 19:32:04 UTC 2018 - agraf@suse.com
- Add generic ZynqMP support
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0005-zynqmp-Add-generic-target.patch
-------------------------------------------------------------------
Tue Apr 17 08:57:21 UTC 2018 - guillaume.gardet@opensuse.org
- Update to 2018.05-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0004-rpi3-Enable-lan78xx-driver.patch
0005-rpi-Add-identifier-for-the-new-RPi3.patch
0006-efi_loader-Fix-network-DP-with-DM_E.patch
0007-mkimage-do-not-fail-if-there-is-no-.patch
0008-rpi-Allow-to-boot-without-serial.patch
0009-mmc-use-core-clock-frequency-in-bcm.patch
0010-Temp-workaround-for-Chromebook-snow.patch
* Patches added:
0004-Temp-workaround-for-Chromebook-snow.patch
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0010-Temp-workaround-for-Chromebook-snow.patch
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0009-rpi-Allow-to-boot-without-serial.patch
0010-mmc-use-core-clock-frequency-in-bcm.patch
* Patches added:
0008-rpi-Allow-to-boot-without-serial.patch
0009-mmc-use-core-clock-frequency-in-bcm.patch
- Update to 2018.05-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0003-Revert-rockchip-mkimage-remove-plac.patch
0004-rpi-Use-firmware-provided-device-tr.patch
0005-rpi3-Enable-lan78xx-driver.patch
0006-net-Only-access-network-devices-aft.patch
0007-rpi-Add-identifier-for-the-new-RPi3.patch
0008-efi_loader-Fix-network-DP-with-DM_E.patch
* Patches added:
0003-rpi-Use-firmware-provided-device-tr.patch
0004-rpi3-Enable-lan78xx-driver.patch
0005-rpi-Add-identifier-for-the-new-RPi3.patch
0006-efi_loader-Fix-network-DP-with-DM_E.patch
0007-mkimage-do-not-fail-if-there-is-no-.patch
-------------------------------------------------------------------
Thu Apr 12 15:19:29 UTC 2018 - agraf@suse.com

View File

@ -18,6 +18,8 @@
#
%bcond_with uboot_atf_pine64
%define mvebu_spl 0
%define x_loader 0
%define rockchip_spl 0
@ -32,10 +34,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.03
%define archive_version 2018.05
Name: u-boot-firefly-rk3399
Version: 2018.03
Version: 2018.05
Release: 0
Summary: The U-Boot firmware for the firefly-rk3399 platform
License: GPL-2.0-only
@ -48,17 +50,16 @@ Source3: update_git.sh
Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch
Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
Patch0006: 0006-net-Only-access-network-devices-aft.patch
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpimage-Add-partition-rea.patch
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
%endif
BuildRequires: bc
@ -73,6 +74,9 @@ BuildRequires: swig
BuildRequires: qemu
Provides: qemu-ppc:%{_datadir}/qemu/u-boot.e500
%endif
%if "%{name}" == "u-boot-zynqmp"
BuildRequires: zynqmp-dts
%endif
%if 0%{?is_rpi}
# Owns /boot/vc directory
BuildRequires: raspberrypi-firmware
@ -111,7 +115,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,93 @@
-------------------------------------------------------------------
Thu May 10 17:32:58 UTC 2018 - afaerber@suse.de
- Conditionalize pine64plus ATF support on uboot_atf_pine64
- u-boot-board.spec.in: Update license
-------------------------------------------------------------------
Thu May 10 16:17:39 UTC 2018 - afaerber@suse.de
- Add poplar
-------------------------------------------------------------------
Wed May 9 07:24:31 UTC 2018 - guillaume.gardet@opensuse.org
- Update to 2018.05
-------------------------------------------------------------------
Wed May 2 09:43:24 UTC 2018 - agraf@suse.com
- Update to 2018.05-rc3
-------------------------------------------------------------------
Thu Apr 26 12:38:31 UTC 2018 - agraf@suse.com
- Include u-boot.spec in autogeneration logic
-------------------------------------------------------------------
Thu Apr 26 11:40:19 UTC 2018 - agraf@suse.com
- Add support for .bif generation in mkimage
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0006-tools-zynqmpimage-Add-partition-rea.patch
0007-tools-zynqmpimage-Move-defines-to-h.patch
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
0009-tools-zynqmpimage-Add-bif-support.patch
0010-tools-zynqmpbif-Add-support-for-loa.patch
-------------------------------------------------------------------
Tue Apr 24 19:32:04 UTC 2018 - agraf@suse.com
- Add generic ZynqMP support
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0005-zynqmp-Add-generic-target.patch
-------------------------------------------------------------------
Tue Apr 17 08:57:21 UTC 2018 - guillaume.gardet@opensuse.org
- Update to 2018.05-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0004-rpi3-Enable-lan78xx-driver.patch
0005-rpi-Add-identifier-for-the-new-RPi3.patch
0006-efi_loader-Fix-network-DP-with-DM_E.patch
0007-mkimage-do-not-fail-if-there-is-no-.patch
0008-rpi-Allow-to-boot-without-serial.patch
0009-mmc-use-core-clock-frequency-in-bcm.patch
0010-Temp-workaround-for-Chromebook-snow.patch
* Patches added:
0004-Temp-workaround-for-Chromebook-snow.patch
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0010-Temp-workaround-for-Chromebook-snow.patch
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0009-rpi-Allow-to-boot-without-serial.patch
0010-mmc-use-core-clock-frequency-in-bcm.patch
* Patches added:
0008-rpi-Allow-to-boot-without-serial.patch
0009-mmc-use-core-clock-frequency-in-bcm.patch
- Update to 2018.05-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0003-Revert-rockchip-mkimage-remove-plac.patch
0004-rpi-Use-firmware-provided-device-tr.patch
0005-rpi3-Enable-lan78xx-driver.patch
0006-net-Only-access-network-devices-aft.patch
0007-rpi-Add-identifier-for-the-new-RPi3.patch
0008-efi_loader-Fix-network-DP-with-DM_E.patch
* Patches added:
0003-rpi-Use-firmware-provided-device-tr.patch
0004-rpi3-Enable-lan78xx-driver.patch
0005-rpi-Add-identifier-for-the-new-RPi3.patch
0006-efi_loader-Fix-network-DP-with-DM_E.patch
0007-mkimage-do-not-fail-if-there-is-no-.patch
-------------------------------------------------------------------
Thu Apr 12 15:19:29 UTC 2018 - agraf@suse.com

View File

@ -18,6 +18,8 @@
#
%bcond_with uboot_atf_pine64
%define mvebu_spl 0
%define x_loader 0
%define rockchip_spl 0
@ -32,10 +34,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.03
%define archive_version 2018.05
Name: u-boot-geekbox
Version: 2018.03
Version: 2018.05
Release: 0
Summary: The U-Boot firmware for the geekbox platform
License: GPL-2.0-only
@ -48,17 +50,16 @@ Source3: update_git.sh
Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch
Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
Patch0006: 0006-net-Only-access-network-devices-aft.patch
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpimage-Add-partition-rea.patch
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
%endif
BuildRequires: bc
@ -73,6 +74,9 @@ BuildRequires: swig
BuildRequires: qemu
Provides: qemu-ppc:%{_datadir}/qemu/u-boot.e500
%endif
%if "%{name}" == "u-boot-zynqmp"
BuildRequires: zynqmp-dts
%endif
%if 0%{?is_rpi}
# Owns /boot/vc directory
BuildRequires: raspberrypi-firmware
@ -111,7 +115,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,93 @@
-------------------------------------------------------------------
Thu May 10 17:32:58 UTC 2018 - afaerber@suse.de
- Conditionalize pine64plus ATF support on uboot_atf_pine64
- u-boot-board.spec.in: Update license
-------------------------------------------------------------------
Thu May 10 16:17:39 UTC 2018 - afaerber@suse.de
- Add poplar
-------------------------------------------------------------------
Wed May 9 07:24:31 UTC 2018 - guillaume.gardet@opensuse.org
- Update to 2018.05
-------------------------------------------------------------------
Wed May 2 09:43:24 UTC 2018 - agraf@suse.com
- Update to 2018.05-rc3
-------------------------------------------------------------------
Thu Apr 26 12:38:31 UTC 2018 - agraf@suse.com
- Include u-boot.spec in autogeneration logic
-------------------------------------------------------------------
Thu Apr 26 11:40:19 UTC 2018 - agraf@suse.com
- Add support for .bif generation in mkimage
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0006-tools-zynqmpimage-Add-partition-rea.patch
0007-tools-zynqmpimage-Move-defines-to-h.patch
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
0009-tools-zynqmpimage-Add-bif-support.patch
0010-tools-zynqmpbif-Add-support-for-loa.patch
-------------------------------------------------------------------
Tue Apr 24 19:32:04 UTC 2018 - agraf@suse.com
- Add generic ZynqMP support
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0005-zynqmp-Add-generic-target.patch
-------------------------------------------------------------------
Tue Apr 17 08:57:21 UTC 2018 - guillaume.gardet@opensuse.org
- Update to 2018.05-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0004-rpi3-Enable-lan78xx-driver.patch
0005-rpi-Add-identifier-for-the-new-RPi3.patch
0006-efi_loader-Fix-network-DP-with-DM_E.patch
0007-mkimage-do-not-fail-if-there-is-no-.patch
0008-rpi-Allow-to-boot-without-serial.patch
0009-mmc-use-core-clock-frequency-in-bcm.patch
0010-Temp-workaround-for-Chromebook-snow.patch
* Patches added:
0004-Temp-workaround-for-Chromebook-snow.patch
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0010-Temp-workaround-for-Chromebook-snow.patch
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0009-rpi-Allow-to-boot-without-serial.patch
0010-mmc-use-core-clock-frequency-in-bcm.patch
* Patches added:
0008-rpi-Allow-to-boot-without-serial.patch
0009-mmc-use-core-clock-frequency-in-bcm.patch
- Update to 2018.05-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0003-Revert-rockchip-mkimage-remove-plac.patch
0004-rpi-Use-firmware-provided-device-tr.patch
0005-rpi3-Enable-lan78xx-driver.patch
0006-net-Only-access-network-devices-aft.patch
0007-rpi-Add-identifier-for-the-new-RPi3.patch
0008-efi_loader-Fix-network-DP-with-DM_E.patch
* Patches added:
0003-rpi-Use-firmware-provided-device-tr.patch
0004-rpi3-Enable-lan78xx-driver.patch
0005-rpi-Add-identifier-for-the-new-RPi3.patch
0006-efi_loader-Fix-network-DP-with-DM_E.patch
0007-mkimage-do-not-fail-if-there-is-no-.patch
-------------------------------------------------------------------
Thu Apr 12 15:19:29 UTC 2018 - agraf@suse.com

View File

@ -18,6 +18,8 @@
#
%bcond_with uboot_atf_pine64
%define mvebu_spl 0
%define x_loader 0
%define rockchip_spl 0
@ -32,10 +34,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.03
%define archive_version 2018.05
Name: u-boot-highbank
Version: 2018.03
Version: 2018.05
Release: 0
Summary: The U-Boot firmware for the highbank platform
License: GPL-2.0-only
@ -48,17 +50,16 @@ Source3: update_git.sh
Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch
Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
Patch0006: 0006-net-Only-access-network-devices-aft.patch
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpimage-Add-partition-rea.patch
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
%endif
BuildRequires: bc
@ -73,6 +74,9 @@ BuildRequires: swig
BuildRequires: qemu
Provides: qemu-ppc:%{_datadir}/qemu/u-boot.e500
%endif
%if "%{name}" == "u-boot-zynqmp"
BuildRequires: zynqmp-dts
%endif
%if 0%{?is_rpi}
# Owns /boot/vc directory
BuildRequires: raspberrypi-firmware
@ -111,7 +115,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,93 @@
-------------------------------------------------------------------
Thu May 10 17:32:58 UTC 2018 - afaerber@suse.de
- Conditionalize pine64plus ATF support on uboot_atf_pine64
- u-boot-board.spec.in: Update license
-------------------------------------------------------------------
Thu May 10 16:17:39 UTC 2018 - afaerber@suse.de
- Add poplar
-------------------------------------------------------------------
Wed May 9 07:24:31 UTC 2018 - guillaume.gardet@opensuse.org
- Update to 2018.05
-------------------------------------------------------------------
Wed May 2 09:43:24 UTC 2018 - agraf@suse.com
- Update to 2018.05-rc3
-------------------------------------------------------------------
Thu Apr 26 12:38:31 UTC 2018 - agraf@suse.com
- Include u-boot.spec in autogeneration logic
-------------------------------------------------------------------
Thu Apr 26 11:40:19 UTC 2018 - agraf@suse.com
- Add support for .bif generation in mkimage
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0006-tools-zynqmpimage-Add-partition-rea.patch
0007-tools-zynqmpimage-Move-defines-to-h.patch
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
0009-tools-zynqmpimage-Add-bif-support.patch
0010-tools-zynqmpbif-Add-support-for-loa.patch
-------------------------------------------------------------------
Tue Apr 24 19:32:04 UTC 2018 - agraf@suse.com
- Add generic ZynqMP support
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0005-zynqmp-Add-generic-target.patch
-------------------------------------------------------------------
Tue Apr 17 08:57:21 UTC 2018 - guillaume.gardet@opensuse.org
- Update to 2018.05-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0004-rpi3-Enable-lan78xx-driver.patch
0005-rpi-Add-identifier-for-the-new-RPi3.patch
0006-efi_loader-Fix-network-DP-with-DM_E.patch
0007-mkimage-do-not-fail-if-there-is-no-.patch
0008-rpi-Allow-to-boot-without-serial.patch
0009-mmc-use-core-clock-frequency-in-bcm.patch
0010-Temp-workaround-for-Chromebook-snow.patch
* Patches added:
0004-Temp-workaround-for-Chromebook-snow.patch
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0010-Temp-workaround-for-Chromebook-snow.patch
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0009-rpi-Allow-to-boot-without-serial.patch
0010-mmc-use-core-clock-frequency-in-bcm.patch
* Patches added:
0008-rpi-Allow-to-boot-without-serial.patch
0009-mmc-use-core-clock-frequency-in-bcm.patch
- Update to 2018.05-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0003-Revert-rockchip-mkimage-remove-plac.patch
0004-rpi-Use-firmware-provided-device-tr.patch
0005-rpi3-Enable-lan78xx-driver.patch
0006-net-Only-access-network-devices-aft.patch
0007-rpi-Add-identifier-for-the-new-RPi3.patch
0008-efi_loader-Fix-network-DP-with-DM_E.patch
* Patches added:
0003-rpi-Use-firmware-provided-device-tr.patch
0004-rpi3-Enable-lan78xx-driver.patch
0005-rpi-Add-identifier-for-the-new-RPi3.patch
0006-efi_loader-Fix-network-DP-with-DM_E.patch
0007-mkimage-do-not-fail-if-there-is-no-.patch
-------------------------------------------------------------------
Thu Apr 12 15:19:29 UTC 2018 - agraf@suse.com

View File

@ -18,6 +18,8 @@
#
%bcond_with uboot_atf_pine64
%define mvebu_spl 0
%define x_loader 0
%define rockchip_spl 0
@ -32,10 +34,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.03
%define archive_version 2018.05
Name: u-boot-hikey
Version: 2018.03
Version: 2018.05
Release: 0
Summary: The U-Boot firmware for the hikey platform
License: GPL-2.0-only
@ -48,17 +50,16 @@ Source3: update_git.sh
Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch
Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
Patch0006: 0006-net-Only-access-network-devices-aft.patch
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpimage-Add-partition-rea.patch
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
%endif
BuildRequires: bc
@ -73,6 +74,9 @@ BuildRequires: swig
BuildRequires: qemu
Provides: qemu-ppc:%{_datadir}/qemu/u-boot.e500
%endif
%if "%{name}" == "u-boot-zynqmp"
BuildRequires: zynqmp-dts
%endif
%if 0%{?is_rpi}
# Owns /boot/vc directory
BuildRequires: raspberrypi-firmware
@ -111,7 +115,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,93 @@
-------------------------------------------------------------------
Thu May 10 17:32:58 UTC 2018 - afaerber@suse.de
- Conditionalize pine64plus ATF support on uboot_atf_pine64
- u-boot-board.spec.in: Update license
-------------------------------------------------------------------
Thu May 10 16:17:39 UTC 2018 - afaerber@suse.de
- Add poplar
-------------------------------------------------------------------
Wed May 9 07:24:31 UTC 2018 - guillaume.gardet@opensuse.org
- Update to 2018.05
-------------------------------------------------------------------
Wed May 2 09:43:24 UTC 2018 - agraf@suse.com
- Update to 2018.05-rc3
-------------------------------------------------------------------
Thu Apr 26 12:38:31 UTC 2018 - agraf@suse.com
- Include u-boot.spec in autogeneration logic
-------------------------------------------------------------------
Thu Apr 26 11:40:19 UTC 2018 - agraf@suse.com
- Add support for .bif generation in mkimage
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0006-tools-zynqmpimage-Add-partition-rea.patch
0007-tools-zynqmpimage-Move-defines-to-h.patch
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
0009-tools-zynqmpimage-Add-bif-support.patch
0010-tools-zynqmpbif-Add-support-for-loa.patch
-------------------------------------------------------------------
Tue Apr 24 19:32:04 UTC 2018 - agraf@suse.com
- Add generic ZynqMP support
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0005-zynqmp-Add-generic-target.patch
-------------------------------------------------------------------
Tue Apr 17 08:57:21 UTC 2018 - guillaume.gardet@opensuse.org
- Update to 2018.05-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0004-rpi3-Enable-lan78xx-driver.patch
0005-rpi-Add-identifier-for-the-new-RPi3.patch
0006-efi_loader-Fix-network-DP-with-DM_E.patch
0007-mkimage-do-not-fail-if-there-is-no-.patch
0008-rpi-Allow-to-boot-without-serial.patch
0009-mmc-use-core-clock-frequency-in-bcm.patch
0010-Temp-workaround-for-Chromebook-snow.patch
* Patches added:
0004-Temp-workaround-for-Chromebook-snow.patch
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0010-Temp-workaround-for-Chromebook-snow.patch
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0009-rpi-Allow-to-boot-without-serial.patch
0010-mmc-use-core-clock-frequency-in-bcm.patch
* Patches added:
0008-rpi-Allow-to-boot-without-serial.patch
0009-mmc-use-core-clock-frequency-in-bcm.patch
- Update to 2018.05-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0003-Revert-rockchip-mkimage-remove-plac.patch
0004-rpi-Use-firmware-provided-device-tr.patch
0005-rpi3-Enable-lan78xx-driver.patch
0006-net-Only-access-network-devices-aft.patch
0007-rpi-Add-identifier-for-the-new-RPi3.patch
0008-efi_loader-Fix-network-DP-with-DM_E.patch
* Patches added:
0003-rpi-Use-firmware-provided-device-tr.patch
0004-rpi3-Enable-lan78xx-driver.patch
0005-rpi-Add-identifier-for-the-new-RPi3.patch
0006-efi_loader-Fix-network-DP-with-DM_E.patch
0007-mkimage-do-not-fail-if-there-is-no-.patch
-------------------------------------------------------------------
Thu Apr 12 15:19:29 UTC 2018 - agraf@suse.com

View File

@ -18,6 +18,8 @@
#
%bcond_with uboot_atf_pine64
%define mvebu_spl 0
%define x_loader 0
%define rockchip_spl 0
@ -32,10 +34,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.03
%define archive_version 2018.05
Name: u-boot-hyundaia7hd
Version: 2018.03
Version: 2018.05
Release: 0
Summary: The U-Boot firmware for the hyundaia7hd platform
License: GPL-2.0-only
@ -48,17 +50,16 @@ Source3: update_git.sh
Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch
Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
Patch0006: 0006-net-Only-access-network-devices-aft.patch
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpimage-Add-partition-rea.patch
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
%endif
BuildRequires: bc
@ -73,6 +74,9 @@ BuildRequires: swig
BuildRequires: qemu
Provides: qemu-ppc:%{_datadir}/qemu/u-boot.e500
%endif
%if "%{name}" == "u-boot-zynqmp"
BuildRequires: zynqmp-dts
%endif
%if 0%{?is_rpi}
# Owns /boot/vc directory
BuildRequires: raspberrypi-firmware
@ -111,7 +115,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,93 @@
-------------------------------------------------------------------
Thu May 10 17:32:58 UTC 2018 - afaerber@suse.de
- Conditionalize pine64plus ATF support on uboot_atf_pine64
- u-boot-board.spec.in: Update license
-------------------------------------------------------------------
Thu May 10 16:17:39 UTC 2018 - afaerber@suse.de
- Add poplar
-------------------------------------------------------------------
Wed May 9 07:24:31 UTC 2018 - guillaume.gardet@opensuse.org
- Update to 2018.05
-------------------------------------------------------------------
Wed May 2 09:43:24 UTC 2018 - agraf@suse.com
- Update to 2018.05-rc3
-------------------------------------------------------------------
Thu Apr 26 12:38:31 UTC 2018 - agraf@suse.com
- Include u-boot.spec in autogeneration logic
-------------------------------------------------------------------
Thu Apr 26 11:40:19 UTC 2018 - agraf@suse.com
- Add support for .bif generation in mkimage
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0006-tools-zynqmpimage-Add-partition-rea.patch
0007-tools-zynqmpimage-Move-defines-to-h.patch
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
0009-tools-zynqmpimage-Add-bif-support.patch
0010-tools-zynqmpbif-Add-support-for-loa.patch
-------------------------------------------------------------------
Tue Apr 24 19:32:04 UTC 2018 - agraf@suse.com
- Add generic ZynqMP support
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0005-zynqmp-Add-generic-target.patch
-------------------------------------------------------------------
Tue Apr 17 08:57:21 UTC 2018 - guillaume.gardet@opensuse.org
- Update to 2018.05-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0004-rpi3-Enable-lan78xx-driver.patch
0005-rpi-Add-identifier-for-the-new-RPi3.patch
0006-efi_loader-Fix-network-DP-with-DM_E.patch
0007-mkimage-do-not-fail-if-there-is-no-.patch
0008-rpi-Allow-to-boot-without-serial.patch
0009-mmc-use-core-clock-frequency-in-bcm.patch
0010-Temp-workaround-for-Chromebook-snow.patch
* Patches added:
0004-Temp-workaround-for-Chromebook-snow.patch
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0010-Temp-workaround-for-Chromebook-snow.patch
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0009-rpi-Allow-to-boot-without-serial.patch
0010-mmc-use-core-clock-frequency-in-bcm.patch
* Patches added:
0008-rpi-Allow-to-boot-without-serial.patch
0009-mmc-use-core-clock-frequency-in-bcm.patch
- Update to 2018.05-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0003-Revert-rockchip-mkimage-remove-plac.patch
0004-rpi-Use-firmware-provided-device-tr.patch
0005-rpi3-Enable-lan78xx-driver.patch
0006-net-Only-access-network-devices-aft.patch
0007-rpi-Add-identifier-for-the-new-RPi3.patch
0008-efi_loader-Fix-network-DP-with-DM_E.patch
* Patches added:
0003-rpi-Use-firmware-provided-device-tr.patch
0004-rpi3-Enable-lan78xx-driver.patch
0005-rpi-Add-identifier-for-the-new-RPi3.patch
0006-efi_loader-Fix-network-DP-with-DM_E.patch
0007-mkimage-do-not-fail-if-there-is-no-.patch
-------------------------------------------------------------------
Thu Apr 12 15:19:29 UTC 2018 - agraf@suse.com

View File

@ -18,6 +18,8 @@
#
%bcond_with uboot_atf_pine64
%define mvebu_spl 0
%define x_loader 0
%define rockchip_spl 0
@ -32,10 +34,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.03
%define archive_version 2018.05
Name: u-boot-jetson-tk1
Version: 2018.03
Version: 2018.05
Release: 0
Summary: The U-Boot firmware for the jetson-tk1 platform
License: GPL-2.0-only
@ -48,17 +50,16 @@ Source3: update_git.sh
Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch
Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
Patch0006: 0006-net-Only-access-network-devices-aft.patch
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpimage-Add-partition-rea.patch
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
%endif
BuildRequires: bc
@ -73,6 +74,9 @@ BuildRequires: swig
BuildRequires: qemu
Provides: qemu-ppc:%{_datadir}/qemu/u-boot.e500
%endif
%if "%{name}" == "u-boot-zynqmp"
BuildRequires: zynqmp-dts
%endif
%if 0%{?is_rpi}
# Owns /boot/vc directory
BuildRequires: raspberrypi-firmware
@ -111,7 +115,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,93 @@
-------------------------------------------------------------------
Thu May 10 17:32:58 UTC 2018 - afaerber@suse.de
- Conditionalize pine64plus ATF support on uboot_atf_pine64
- u-boot-board.spec.in: Update license
-------------------------------------------------------------------
Thu May 10 16:17:39 UTC 2018 - afaerber@suse.de
- Add poplar
-------------------------------------------------------------------
Wed May 9 07:24:31 UTC 2018 - guillaume.gardet@opensuse.org
- Update to 2018.05
-------------------------------------------------------------------
Wed May 2 09:43:24 UTC 2018 - agraf@suse.com
- Update to 2018.05-rc3
-------------------------------------------------------------------
Thu Apr 26 12:38:31 UTC 2018 - agraf@suse.com
- Include u-boot.spec in autogeneration logic
-------------------------------------------------------------------
Thu Apr 26 11:40:19 UTC 2018 - agraf@suse.com
- Add support for .bif generation in mkimage
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0006-tools-zynqmpimage-Add-partition-rea.patch
0007-tools-zynqmpimage-Move-defines-to-h.patch
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
0009-tools-zynqmpimage-Add-bif-support.patch
0010-tools-zynqmpbif-Add-support-for-loa.patch
-------------------------------------------------------------------
Tue Apr 24 19:32:04 UTC 2018 - agraf@suse.com
- Add generic ZynqMP support
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0005-zynqmp-Add-generic-target.patch
-------------------------------------------------------------------
Tue Apr 17 08:57:21 UTC 2018 - guillaume.gardet@opensuse.org
- Update to 2018.05-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0004-rpi3-Enable-lan78xx-driver.patch
0005-rpi-Add-identifier-for-the-new-RPi3.patch
0006-efi_loader-Fix-network-DP-with-DM_E.patch
0007-mkimage-do-not-fail-if-there-is-no-.patch
0008-rpi-Allow-to-boot-without-serial.patch
0009-mmc-use-core-clock-frequency-in-bcm.patch
0010-Temp-workaround-for-Chromebook-snow.patch
* Patches added:
0004-Temp-workaround-for-Chromebook-snow.patch
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0010-Temp-workaround-for-Chromebook-snow.patch
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0009-rpi-Allow-to-boot-without-serial.patch
0010-mmc-use-core-clock-frequency-in-bcm.patch
* Patches added:
0008-rpi-Allow-to-boot-without-serial.patch
0009-mmc-use-core-clock-frequency-in-bcm.patch
- Update to 2018.05-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0003-Revert-rockchip-mkimage-remove-plac.patch
0004-rpi-Use-firmware-provided-device-tr.patch
0005-rpi3-Enable-lan78xx-driver.patch
0006-net-Only-access-network-devices-aft.patch
0007-rpi-Add-identifier-for-the-new-RPi3.patch
0008-efi_loader-Fix-network-DP-with-DM_E.patch
* Patches added:
0003-rpi-Use-firmware-provided-device-tr.patch
0004-rpi3-Enable-lan78xx-driver.patch
0005-rpi-Add-identifier-for-the-new-RPi3.patch
0006-efi_loader-Fix-network-DP-with-DM_E.patch
0007-mkimage-do-not-fail-if-there-is-no-.patch
-------------------------------------------------------------------
Thu Apr 12 15:19:29 UTC 2018 - agraf@suse.com

View File

@ -18,6 +18,8 @@
#
%bcond_with uboot_atf_pine64
%define mvebu_spl 0
%define x_loader 0
%define rockchip_spl 0
@ -32,10 +34,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.03
%define archive_version 2018.05
Name: u-boot-lamobor1
Version: 2018.03
Version: 2018.05
Release: 0
Summary: The U-Boot firmware for the lamobor1 platform
License: GPL-2.0-only
@ -48,17 +50,16 @@ Source3: update_git.sh
Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch
Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
Patch0006: 0006-net-Only-access-network-devices-aft.patch
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpimage-Add-partition-rea.patch
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
%endif
BuildRequires: bc
@ -73,6 +74,9 @@ BuildRequires: swig
BuildRequires: qemu
Provides: qemu-ppc:%{_datadir}/qemu/u-boot.e500
%endif
%if "%{name}" == "u-boot-zynqmp"
BuildRequires: zynqmp-dts
%endif
%if 0%{?is_rpi}
# Owns /boot/vc directory
BuildRequires: raspberrypi-firmware
@ -111,7 +115,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,93 @@
-------------------------------------------------------------------
Thu May 10 17:32:58 UTC 2018 - afaerber@suse.de
- Conditionalize pine64plus ATF support on uboot_atf_pine64
- u-boot-board.spec.in: Update license
-------------------------------------------------------------------
Thu May 10 16:17:39 UTC 2018 - afaerber@suse.de
- Add poplar
-------------------------------------------------------------------
Wed May 9 07:24:31 UTC 2018 - guillaume.gardet@opensuse.org
- Update to 2018.05
-------------------------------------------------------------------
Wed May 2 09:43:24 UTC 2018 - agraf@suse.com
- Update to 2018.05-rc3
-------------------------------------------------------------------
Thu Apr 26 12:38:31 UTC 2018 - agraf@suse.com
- Include u-boot.spec in autogeneration logic
-------------------------------------------------------------------
Thu Apr 26 11:40:19 UTC 2018 - agraf@suse.com
- Add support for .bif generation in mkimage
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0006-tools-zynqmpimage-Add-partition-rea.patch
0007-tools-zynqmpimage-Move-defines-to-h.patch
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
0009-tools-zynqmpimage-Add-bif-support.patch
0010-tools-zynqmpbif-Add-support-for-loa.patch
-------------------------------------------------------------------
Tue Apr 24 19:32:04 UTC 2018 - agraf@suse.com
- Add generic ZynqMP support
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0005-zynqmp-Add-generic-target.patch
-------------------------------------------------------------------
Tue Apr 17 08:57:21 UTC 2018 - guillaume.gardet@opensuse.org
- Update to 2018.05-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0004-rpi3-Enable-lan78xx-driver.patch
0005-rpi-Add-identifier-for-the-new-RPi3.patch
0006-efi_loader-Fix-network-DP-with-DM_E.patch
0007-mkimage-do-not-fail-if-there-is-no-.patch
0008-rpi-Allow-to-boot-without-serial.patch
0009-mmc-use-core-clock-frequency-in-bcm.patch
0010-Temp-workaround-for-Chromebook-snow.patch
* Patches added:
0004-Temp-workaround-for-Chromebook-snow.patch
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0010-Temp-workaround-for-Chromebook-snow.patch
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0009-rpi-Allow-to-boot-without-serial.patch
0010-mmc-use-core-clock-frequency-in-bcm.patch
* Patches added:
0008-rpi-Allow-to-boot-without-serial.patch
0009-mmc-use-core-clock-frequency-in-bcm.patch
- Update to 2018.05-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0003-Revert-rockchip-mkimage-remove-plac.patch
0004-rpi-Use-firmware-provided-device-tr.patch
0005-rpi3-Enable-lan78xx-driver.patch
0006-net-Only-access-network-devices-aft.patch
0007-rpi-Add-identifier-for-the-new-RPi3.patch
0008-efi_loader-Fix-network-DP-with-DM_E.patch
* Patches added:
0003-rpi-Use-firmware-provided-device-tr.patch
0004-rpi3-Enable-lan78xx-driver.patch
0005-rpi-Add-identifier-for-the-new-RPi3.patch
0006-efi_loader-Fix-network-DP-with-DM_E.patch
0007-mkimage-do-not-fail-if-there-is-no-.patch
-------------------------------------------------------------------
Thu Apr 12 15:19:29 UTC 2018 - agraf@suse.com

View File

@ -18,6 +18,8 @@
#
%bcond_with uboot_atf_pine64
%define mvebu_spl 0
%define x_loader 0
%define rockchip_spl 0
@ -32,10 +34,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.03
%define archive_version 2018.05
Name: u-boot-ls1012afrdmqspi
Version: 2018.03
Version: 2018.05
Release: 0
Summary: The U-Boot firmware for the ls1012afrdmqspi platform
License: GPL-2.0-only
@ -48,17 +50,16 @@ Source3: update_git.sh
Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch
Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
Patch0006: 0006-net-Only-access-network-devices-aft.patch
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpimage-Add-partition-rea.patch
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
%endif
BuildRequires: bc
@ -73,6 +74,9 @@ BuildRequires: swig
BuildRequires: qemu
Provides: qemu-ppc:%{_datadir}/qemu/u-boot.e500
%endif
%if "%{name}" == "u-boot-zynqmp"
BuildRequires: zynqmp-dts
%endif
%if 0%{?is_rpi}
# Owns /boot/vc directory
BuildRequires: raspberrypi-firmware
@ -111,7 +115,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,93 @@
-------------------------------------------------------------------
Thu May 10 17:32:58 UTC 2018 - afaerber@suse.de
- Conditionalize pine64plus ATF support on uboot_atf_pine64
- u-boot-board.spec.in: Update license
-------------------------------------------------------------------
Thu May 10 16:17:39 UTC 2018 - afaerber@suse.de
- Add poplar
-------------------------------------------------------------------
Wed May 9 07:24:31 UTC 2018 - guillaume.gardet@opensuse.org
- Update to 2018.05
-------------------------------------------------------------------
Wed May 2 09:43:24 UTC 2018 - agraf@suse.com
- Update to 2018.05-rc3
-------------------------------------------------------------------
Thu Apr 26 12:38:31 UTC 2018 - agraf@suse.com
- Include u-boot.spec in autogeneration logic
-------------------------------------------------------------------
Thu Apr 26 11:40:19 UTC 2018 - agraf@suse.com
- Add support for .bif generation in mkimage
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0006-tools-zynqmpimage-Add-partition-rea.patch
0007-tools-zynqmpimage-Move-defines-to-h.patch
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
0009-tools-zynqmpimage-Add-bif-support.patch
0010-tools-zynqmpbif-Add-support-for-loa.patch
-------------------------------------------------------------------
Tue Apr 24 19:32:04 UTC 2018 - agraf@suse.com
- Add generic ZynqMP support
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0005-zynqmp-Add-generic-target.patch
-------------------------------------------------------------------
Tue Apr 17 08:57:21 UTC 2018 - guillaume.gardet@opensuse.org
- Update to 2018.05-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0004-rpi3-Enable-lan78xx-driver.patch
0005-rpi-Add-identifier-for-the-new-RPi3.patch
0006-efi_loader-Fix-network-DP-with-DM_E.patch
0007-mkimage-do-not-fail-if-there-is-no-.patch
0008-rpi-Allow-to-boot-without-serial.patch
0009-mmc-use-core-clock-frequency-in-bcm.patch
0010-Temp-workaround-for-Chromebook-snow.patch
* Patches added:
0004-Temp-workaround-for-Chromebook-snow.patch
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0010-Temp-workaround-for-Chromebook-snow.patch
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0009-rpi-Allow-to-boot-without-serial.patch
0010-mmc-use-core-clock-frequency-in-bcm.patch
* Patches added:
0008-rpi-Allow-to-boot-without-serial.patch
0009-mmc-use-core-clock-frequency-in-bcm.patch
- Update to 2018.05-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0003-Revert-rockchip-mkimage-remove-plac.patch
0004-rpi-Use-firmware-provided-device-tr.patch
0005-rpi3-Enable-lan78xx-driver.patch
0006-net-Only-access-network-devices-aft.patch
0007-rpi-Add-identifier-for-the-new-RPi3.patch
0008-efi_loader-Fix-network-DP-with-DM_E.patch
* Patches added:
0003-rpi-Use-firmware-provided-device-tr.patch
0004-rpi3-Enable-lan78xx-driver.patch
0005-rpi-Add-identifier-for-the-new-RPi3.patch
0006-efi_loader-Fix-network-DP-with-DM_E.patch
0007-mkimage-do-not-fail-if-there-is-no-.patch
-------------------------------------------------------------------
Thu Apr 12 15:19:29 UTC 2018 - agraf@suse.com

View File

@ -18,6 +18,8 @@
#
%bcond_with uboot_atf_pine64
%define mvebu_spl 0
%define x_loader 0
%define rockchip_spl 0
@ -32,10 +34,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.03
%define archive_version 2018.05
Name: u-boot-melea1000
Version: 2018.03
Version: 2018.05
Release: 0
Summary: The U-Boot firmware for the melea1000 platform
License: GPL-2.0-only
@ -48,17 +50,16 @@ Source3: update_git.sh
Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch
Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
Patch0006: 0006-net-Only-access-network-devices-aft.patch
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpimage-Add-partition-rea.patch
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
%endif
BuildRequires: bc
@ -73,6 +74,9 @@ BuildRequires: swig
BuildRequires: qemu
Provides: qemu-ppc:%{_datadir}/qemu/u-boot.e500
%endif
%if "%{name}" == "u-boot-zynqmp"
BuildRequires: zynqmp-dts
%endif
%if 0%{?is_rpi}
# Owns /boot/vc directory
BuildRequires: raspberrypi-firmware
@ -111,7 +115,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,93 @@
-------------------------------------------------------------------
Thu May 10 17:32:58 UTC 2018 - afaerber@suse.de
- Conditionalize pine64plus ATF support on uboot_atf_pine64
- u-boot-board.spec.in: Update license
-------------------------------------------------------------------
Thu May 10 16:17:39 UTC 2018 - afaerber@suse.de
- Add poplar
-------------------------------------------------------------------
Wed May 9 07:24:31 UTC 2018 - guillaume.gardet@opensuse.org
- Update to 2018.05
-------------------------------------------------------------------
Wed May 2 09:43:24 UTC 2018 - agraf@suse.com
- Update to 2018.05-rc3
-------------------------------------------------------------------
Thu Apr 26 12:38:31 UTC 2018 - agraf@suse.com
- Include u-boot.spec in autogeneration logic
-------------------------------------------------------------------
Thu Apr 26 11:40:19 UTC 2018 - agraf@suse.com
- Add support for .bif generation in mkimage
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0006-tools-zynqmpimage-Add-partition-rea.patch
0007-tools-zynqmpimage-Move-defines-to-h.patch
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
0009-tools-zynqmpimage-Add-bif-support.patch
0010-tools-zynqmpbif-Add-support-for-loa.patch
-------------------------------------------------------------------
Tue Apr 24 19:32:04 UTC 2018 - agraf@suse.com
- Add generic ZynqMP support
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0005-zynqmp-Add-generic-target.patch
-------------------------------------------------------------------
Tue Apr 17 08:57:21 UTC 2018 - guillaume.gardet@opensuse.org
- Update to 2018.05-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0004-rpi3-Enable-lan78xx-driver.patch
0005-rpi-Add-identifier-for-the-new-RPi3.patch
0006-efi_loader-Fix-network-DP-with-DM_E.patch
0007-mkimage-do-not-fail-if-there-is-no-.patch
0008-rpi-Allow-to-boot-without-serial.patch
0009-mmc-use-core-clock-frequency-in-bcm.patch
0010-Temp-workaround-for-Chromebook-snow.patch
* Patches added:
0004-Temp-workaround-for-Chromebook-snow.patch
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0010-Temp-workaround-for-Chromebook-snow.patch
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0009-rpi-Allow-to-boot-without-serial.patch
0010-mmc-use-core-clock-frequency-in-bcm.patch
* Patches added:
0008-rpi-Allow-to-boot-without-serial.patch
0009-mmc-use-core-clock-frequency-in-bcm.patch
- Update to 2018.05-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0003-Revert-rockchip-mkimage-remove-plac.patch
0004-rpi-Use-firmware-provided-device-tr.patch
0005-rpi3-Enable-lan78xx-driver.patch
0006-net-Only-access-network-devices-aft.patch
0007-rpi-Add-identifier-for-the-new-RPi3.patch
0008-efi_loader-Fix-network-DP-with-DM_E.patch
* Patches added:
0003-rpi-Use-firmware-provided-device-tr.patch
0004-rpi3-Enable-lan78xx-driver.patch
0005-rpi-Add-identifier-for-the-new-RPi3.patch
0006-efi_loader-Fix-network-DP-with-DM_E.patch
0007-mkimage-do-not-fail-if-there-is-no-.patch
-------------------------------------------------------------------
Thu Apr 12 15:19:29 UTC 2018 - agraf@suse.com

View File

@ -18,6 +18,8 @@
#
%bcond_with uboot_atf_pine64
%define mvebu_spl 0
%define x_loader 0
%define rockchip_spl 0
@ -32,10 +34,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.03
%define archive_version 2018.05
Name: u-boot-merriia80optimus
Version: 2018.03
Version: 2018.05
Release: 0
Summary: The U-Boot firmware for the merriia80optimus platform
License: GPL-2.0-only
@ -48,17 +50,16 @@ Source3: update_git.sh
Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch
Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
Patch0006: 0006-net-Only-access-network-devices-aft.patch
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpimage-Add-partition-rea.patch
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
%endif
BuildRequires: bc
@ -73,6 +74,9 @@ BuildRequires: swig
BuildRequires: qemu
Provides: qemu-ppc:%{_datadir}/qemu/u-boot.e500
%endif
%if "%{name}" == "u-boot-zynqmp"
BuildRequires: zynqmp-dts
%endif
%if 0%{?is_rpi}
# Owns /boot/vc directory
BuildRequires: raspberrypi-firmware
@ -111,7 +115,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,93 @@
-------------------------------------------------------------------
Thu May 10 17:32:58 UTC 2018 - afaerber@suse.de
- Conditionalize pine64plus ATF support on uboot_atf_pine64
- u-boot-board.spec.in: Update license
-------------------------------------------------------------------
Thu May 10 16:17:39 UTC 2018 - afaerber@suse.de
- Add poplar
-------------------------------------------------------------------
Wed May 9 07:24:31 UTC 2018 - guillaume.gardet@opensuse.org
- Update to 2018.05
-------------------------------------------------------------------
Wed May 2 09:43:24 UTC 2018 - agraf@suse.com
- Update to 2018.05-rc3
-------------------------------------------------------------------
Thu Apr 26 12:38:31 UTC 2018 - agraf@suse.com
- Include u-boot.spec in autogeneration logic
-------------------------------------------------------------------
Thu Apr 26 11:40:19 UTC 2018 - agraf@suse.com
- Add support for .bif generation in mkimage
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0006-tools-zynqmpimage-Add-partition-rea.patch
0007-tools-zynqmpimage-Move-defines-to-h.patch
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
0009-tools-zynqmpimage-Add-bif-support.patch
0010-tools-zynqmpbif-Add-support-for-loa.patch
-------------------------------------------------------------------
Tue Apr 24 19:32:04 UTC 2018 - agraf@suse.com
- Add generic ZynqMP support
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0005-zynqmp-Add-generic-target.patch
-------------------------------------------------------------------
Tue Apr 17 08:57:21 UTC 2018 - guillaume.gardet@opensuse.org
- Update to 2018.05-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0004-rpi3-Enable-lan78xx-driver.patch
0005-rpi-Add-identifier-for-the-new-RPi3.patch
0006-efi_loader-Fix-network-DP-with-DM_E.patch
0007-mkimage-do-not-fail-if-there-is-no-.patch
0008-rpi-Allow-to-boot-without-serial.patch
0009-mmc-use-core-clock-frequency-in-bcm.patch
0010-Temp-workaround-for-Chromebook-snow.patch
* Patches added:
0004-Temp-workaround-for-Chromebook-snow.patch
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0010-Temp-workaround-for-Chromebook-snow.patch
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0009-rpi-Allow-to-boot-without-serial.patch
0010-mmc-use-core-clock-frequency-in-bcm.patch
* Patches added:
0008-rpi-Allow-to-boot-without-serial.patch
0009-mmc-use-core-clock-frequency-in-bcm.patch
- Update to 2018.05-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0003-Revert-rockchip-mkimage-remove-plac.patch
0004-rpi-Use-firmware-provided-device-tr.patch
0005-rpi3-Enable-lan78xx-driver.patch
0006-net-Only-access-network-devices-aft.patch
0007-rpi-Add-identifier-for-the-new-RPi3.patch
0008-efi_loader-Fix-network-DP-with-DM_E.patch
* Patches added:
0003-rpi-Use-firmware-provided-device-tr.patch
0004-rpi3-Enable-lan78xx-driver.patch
0005-rpi-Add-identifier-for-the-new-RPi3.patch
0006-efi_loader-Fix-network-DP-with-DM_E.patch
0007-mkimage-do-not-fail-if-there-is-no-.patch
-------------------------------------------------------------------
Thu Apr 12 15:19:29 UTC 2018 - agraf@suse.com

View File

@ -18,6 +18,8 @@
#
%bcond_with uboot_atf_pine64
%define mvebu_spl 0
%define x_loader 0
%define rockchip_spl 0
@ -32,10 +34,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.03
%define archive_version 2018.05
Name: u-boot-mvebudb-88f3720
Version: 2018.03
Version: 2018.05
Release: 0
Summary: The U-Boot firmware for the mvebudb-88f3720 platform
License: GPL-2.0-only
@ -48,17 +50,16 @@ Source3: update_git.sh
Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch
Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
Patch0006: 0006-net-Only-access-network-devices-aft.patch
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpimage-Add-partition-rea.patch
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
%endif
BuildRequires: bc
@ -73,6 +74,9 @@ BuildRequires: swig
BuildRequires: qemu
Provides: qemu-ppc:%{_datadir}/qemu/u-boot.e500
%endif
%if "%{name}" == "u-boot-zynqmp"
BuildRequires: zynqmp-dts
%endif
%if 0%{?is_rpi}
# Owns /boot/vc directory
BuildRequires: raspberrypi-firmware
@ -111,7 +115,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,93 @@
-------------------------------------------------------------------
Thu May 10 17:32:58 UTC 2018 - afaerber@suse.de
- Conditionalize pine64plus ATF support on uboot_atf_pine64
- u-boot-board.spec.in: Update license
-------------------------------------------------------------------
Thu May 10 16:17:39 UTC 2018 - afaerber@suse.de
- Add poplar
-------------------------------------------------------------------
Wed May 9 07:24:31 UTC 2018 - guillaume.gardet@opensuse.org
- Update to 2018.05
-------------------------------------------------------------------
Wed May 2 09:43:24 UTC 2018 - agraf@suse.com
- Update to 2018.05-rc3
-------------------------------------------------------------------
Thu Apr 26 12:38:31 UTC 2018 - agraf@suse.com
- Include u-boot.spec in autogeneration logic
-------------------------------------------------------------------
Thu Apr 26 11:40:19 UTC 2018 - agraf@suse.com
- Add support for .bif generation in mkimage
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0006-tools-zynqmpimage-Add-partition-rea.patch
0007-tools-zynqmpimage-Move-defines-to-h.patch
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
0009-tools-zynqmpimage-Add-bif-support.patch
0010-tools-zynqmpbif-Add-support-for-loa.patch
-------------------------------------------------------------------
Tue Apr 24 19:32:04 UTC 2018 - agraf@suse.com
- Add generic ZynqMP support
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0005-zynqmp-Add-generic-target.patch
-------------------------------------------------------------------
Tue Apr 17 08:57:21 UTC 2018 - guillaume.gardet@opensuse.org
- Update to 2018.05-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0004-rpi3-Enable-lan78xx-driver.patch
0005-rpi-Add-identifier-for-the-new-RPi3.patch
0006-efi_loader-Fix-network-DP-with-DM_E.patch
0007-mkimage-do-not-fail-if-there-is-no-.patch
0008-rpi-Allow-to-boot-without-serial.patch
0009-mmc-use-core-clock-frequency-in-bcm.patch
0010-Temp-workaround-for-Chromebook-snow.patch
* Patches added:
0004-Temp-workaround-for-Chromebook-snow.patch
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0010-Temp-workaround-for-Chromebook-snow.patch
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0009-rpi-Allow-to-boot-without-serial.patch
0010-mmc-use-core-clock-frequency-in-bcm.patch
* Patches added:
0008-rpi-Allow-to-boot-without-serial.patch
0009-mmc-use-core-clock-frequency-in-bcm.patch
- Update to 2018.05-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0003-Revert-rockchip-mkimage-remove-plac.patch
0004-rpi-Use-firmware-provided-device-tr.patch
0005-rpi3-Enable-lan78xx-driver.patch
0006-net-Only-access-network-devices-aft.patch
0007-rpi-Add-identifier-for-the-new-RPi3.patch
0008-efi_loader-Fix-network-DP-with-DM_E.patch
* Patches added:
0003-rpi-Use-firmware-provided-device-tr.patch
0004-rpi3-Enable-lan78xx-driver.patch
0005-rpi-Add-identifier-for-the-new-RPi3.patch
0006-efi_loader-Fix-network-DP-with-DM_E.patch
0007-mkimage-do-not-fail-if-there-is-no-.patch
-------------------------------------------------------------------
Thu Apr 12 15:19:29 UTC 2018 - agraf@suse.com

View File

@ -18,6 +18,8 @@
#
%bcond_with uboot_atf_pine64
%define mvebu_spl 0
%define x_loader 0
%define rockchip_spl 0
@ -32,10 +34,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.03
%define archive_version 2018.05
Name: u-boot-mvebudbarmada8k
Version: 2018.03
Version: 2018.05
Release: 0
Summary: The U-Boot firmware for the mvebudbarmada8k platform
License: GPL-2.0-only
@ -48,17 +50,16 @@ Source3: update_git.sh
Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch
Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
Patch0006: 0006-net-Only-access-network-devices-aft.patch
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpimage-Add-partition-rea.patch
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
%endif
BuildRequires: bc
@ -73,6 +74,9 @@ BuildRequires: swig
BuildRequires: qemu
Provides: qemu-ppc:%{_datadir}/qemu/u-boot.e500
%endif
%if "%{name}" == "u-boot-zynqmp"
BuildRequires: zynqmp-dts
%endif
%if 0%{?is_rpi}
# Owns /boot/vc directory
BuildRequires: raspberrypi-firmware
@ -111,7 +115,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,93 @@
-------------------------------------------------------------------
Thu May 10 17:32:58 UTC 2018 - afaerber@suse.de
- Conditionalize pine64plus ATF support on uboot_atf_pine64
- u-boot-board.spec.in: Update license
-------------------------------------------------------------------
Thu May 10 16:17:39 UTC 2018 - afaerber@suse.de
- Add poplar
-------------------------------------------------------------------
Wed May 9 07:24:31 UTC 2018 - guillaume.gardet@opensuse.org
- Update to 2018.05
-------------------------------------------------------------------
Wed May 2 09:43:24 UTC 2018 - agraf@suse.com
- Update to 2018.05-rc3
-------------------------------------------------------------------
Thu Apr 26 12:38:31 UTC 2018 - agraf@suse.com
- Include u-boot.spec in autogeneration logic
-------------------------------------------------------------------
Thu Apr 26 11:40:19 UTC 2018 - agraf@suse.com
- Add support for .bif generation in mkimage
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0006-tools-zynqmpimage-Add-partition-rea.patch
0007-tools-zynqmpimage-Move-defines-to-h.patch
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
0009-tools-zynqmpimage-Add-bif-support.patch
0010-tools-zynqmpbif-Add-support-for-loa.patch
-------------------------------------------------------------------
Tue Apr 24 19:32:04 UTC 2018 - agraf@suse.com
- Add generic ZynqMP support
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0005-zynqmp-Add-generic-target.patch
-------------------------------------------------------------------
Tue Apr 17 08:57:21 UTC 2018 - guillaume.gardet@opensuse.org
- Update to 2018.05-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0004-rpi3-Enable-lan78xx-driver.patch
0005-rpi-Add-identifier-for-the-new-RPi3.patch
0006-efi_loader-Fix-network-DP-with-DM_E.patch
0007-mkimage-do-not-fail-if-there-is-no-.patch
0008-rpi-Allow-to-boot-without-serial.patch
0009-mmc-use-core-clock-frequency-in-bcm.patch
0010-Temp-workaround-for-Chromebook-snow.patch
* Patches added:
0004-Temp-workaround-for-Chromebook-snow.patch
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0010-Temp-workaround-for-Chromebook-snow.patch
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0009-rpi-Allow-to-boot-without-serial.patch
0010-mmc-use-core-clock-frequency-in-bcm.patch
* Patches added:
0008-rpi-Allow-to-boot-without-serial.patch
0009-mmc-use-core-clock-frequency-in-bcm.patch
- Update to 2018.05-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0003-Revert-rockchip-mkimage-remove-plac.patch
0004-rpi-Use-firmware-provided-device-tr.patch
0005-rpi3-Enable-lan78xx-driver.patch
0006-net-Only-access-network-devices-aft.patch
0007-rpi-Add-identifier-for-the-new-RPi3.patch
0008-efi_loader-Fix-network-DP-with-DM_E.patch
* Patches added:
0003-rpi-Use-firmware-provided-device-tr.patch
0004-rpi3-Enable-lan78xx-driver.patch
0005-rpi-Add-identifier-for-the-new-RPi3.patch
0006-efi_loader-Fix-network-DP-with-DM_E.patch
0007-mkimage-do-not-fail-if-there-is-no-.patch
-------------------------------------------------------------------
Thu Apr 12 15:19:29 UTC 2018 - agraf@suse.com

View File

@ -18,6 +18,8 @@
#
%bcond_with uboot_atf_pine64
%define mvebu_spl 0
%define x_loader 0
%define rockchip_spl 0
@ -32,10 +34,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.03
%define archive_version 2018.05
Name: u-boot-mvebuespressobin-88f3720
Version: 2018.03
Version: 2018.05
Release: 0
Summary: The U-Boot firmware for the mvebuespressobin-88f3720 platform
License: GPL-2.0-only
@ -48,17 +50,16 @@ Source3: update_git.sh
Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch
Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
Patch0006: 0006-net-Only-access-network-devices-aft.patch
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpimage-Add-partition-rea.patch
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
%endif
BuildRequires: bc
@ -73,6 +74,9 @@ BuildRequires: swig
BuildRequires: qemu
Provides: qemu-ppc:%{_datadir}/qemu/u-boot.e500
%endif
%if "%{name}" == "u-boot-zynqmp"
BuildRequires: zynqmp-dts
%endif
%if 0%{?is_rpi}
# Owns /boot/vc directory
BuildRequires: raspberrypi-firmware
@ -111,7 +115,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,93 @@
-------------------------------------------------------------------
Thu May 10 17:32:58 UTC 2018 - afaerber@suse.de
- Conditionalize pine64plus ATF support on uboot_atf_pine64
- u-boot-board.spec.in: Update license
-------------------------------------------------------------------
Thu May 10 16:17:39 UTC 2018 - afaerber@suse.de
- Add poplar
-------------------------------------------------------------------
Wed May 9 07:24:31 UTC 2018 - guillaume.gardet@opensuse.org
- Update to 2018.05
-------------------------------------------------------------------
Wed May 2 09:43:24 UTC 2018 - agraf@suse.com
- Update to 2018.05-rc3
-------------------------------------------------------------------
Thu Apr 26 12:38:31 UTC 2018 - agraf@suse.com
- Include u-boot.spec in autogeneration logic
-------------------------------------------------------------------
Thu Apr 26 11:40:19 UTC 2018 - agraf@suse.com
- Add support for .bif generation in mkimage
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0006-tools-zynqmpimage-Add-partition-rea.patch
0007-tools-zynqmpimage-Move-defines-to-h.patch
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
0009-tools-zynqmpimage-Add-bif-support.patch
0010-tools-zynqmpbif-Add-support-for-loa.patch
-------------------------------------------------------------------
Tue Apr 24 19:32:04 UTC 2018 - agraf@suse.com
- Add generic ZynqMP support
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0005-zynqmp-Add-generic-target.patch
-------------------------------------------------------------------
Tue Apr 17 08:57:21 UTC 2018 - guillaume.gardet@opensuse.org
- Update to 2018.05-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0004-rpi3-Enable-lan78xx-driver.patch
0005-rpi-Add-identifier-for-the-new-RPi3.patch
0006-efi_loader-Fix-network-DP-with-DM_E.patch
0007-mkimage-do-not-fail-if-there-is-no-.patch
0008-rpi-Allow-to-boot-without-serial.patch
0009-mmc-use-core-clock-frequency-in-bcm.patch
0010-Temp-workaround-for-Chromebook-snow.patch
* Patches added:
0004-Temp-workaround-for-Chromebook-snow.patch
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0010-Temp-workaround-for-Chromebook-snow.patch
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0009-rpi-Allow-to-boot-without-serial.patch
0010-mmc-use-core-clock-frequency-in-bcm.patch
* Patches added:
0008-rpi-Allow-to-boot-without-serial.patch
0009-mmc-use-core-clock-frequency-in-bcm.patch
- Update to 2018.05-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0003-Revert-rockchip-mkimage-remove-plac.patch
0004-rpi-Use-firmware-provided-device-tr.patch
0005-rpi3-Enable-lan78xx-driver.patch
0006-net-Only-access-network-devices-aft.patch
0007-rpi-Add-identifier-for-the-new-RPi3.patch
0008-efi_loader-Fix-network-DP-with-DM_E.patch
* Patches added:
0003-rpi-Use-firmware-provided-device-tr.patch
0004-rpi3-Enable-lan78xx-driver.patch
0005-rpi-Add-identifier-for-the-new-RPi3.patch
0006-efi_loader-Fix-network-DP-with-DM_E.patch
0007-mkimage-do-not-fail-if-there-is-no-.patch
-------------------------------------------------------------------
Thu Apr 12 15:19:29 UTC 2018 - agraf@suse.com

View File

@ -18,6 +18,8 @@
#
%bcond_with uboot_atf_pine64
%define mvebu_spl 0
%define x_loader 0
%define rockchip_spl 0
@ -32,10 +34,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.03
%define archive_version 2018.05
Name: u-boot-mvebumcbin-88f8040
Version: 2018.03
Version: 2018.05
Release: 0
Summary: The U-Boot firmware for the mvebumcbin-88f8040 platform
License: GPL-2.0-only
@ -48,17 +50,16 @@ Source3: update_git.sh
Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch
Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
Patch0006: 0006-net-Only-access-network-devices-aft.patch
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpimage-Add-partition-rea.patch
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
%endif
BuildRequires: bc
@ -73,6 +74,9 @@ BuildRequires: swig
BuildRequires: qemu
Provides: qemu-ppc:%{_datadir}/qemu/u-boot.e500
%endif
%if "%{name}" == "u-boot-zynqmp"
BuildRequires: zynqmp-dts
%endif
%if 0%{?is_rpi}
# Owns /boot/vc directory
BuildRequires: raspberrypi-firmware
@ -111,7 +115,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,93 @@
-------------------------------------------------------------------
Thu May 10 17:32:58 UTC 2018 - afaerber@suse.de
- Conditionalize pine64plus ATF support on uboot_atf_pine64
- u-boot-board.spec.in: Update license
-------------------------------------------------------------------
Thu May 10 16:17:39 UTC 2018 - afaerber@suse.de
- Add poplar
-------------------------------------------------------------------
Wed May 9 07:24:31 UTC 2018 - guillaume.gardet@opensuse.org
- Update to 2018.05
-------------------------------------------------------------------
Wed May 2 09:43:24 UTC 2018 - agraf@suse.com
- Update to 2018.05-rc3
-------------------------------------------------------------------
Thu Apr 26 12:38:31 UTC 2018 - agraf@suse.com
- Include u-boot.spec in autogeneration logic
-------------------------------------------------------------------
Thu Apr 26 11:40:19 UTC 2018 - agraf@suse.com
- Add support for .bif generation in mkimage
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0006-tools-zynqmpimage-Add-partition-rea.patch
0007-tools-zynqmpimage-Move-defines-to-h.patch
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
0009-tools-zynqmpimage-Add-bif-support.patch
0010-tools-zynqmpbif-Add-support-for-loa.patch
-------------------------------------------------------------------
Tue Apr 24 19:32:04 UTC 2018 - agraf@suse.com
- Add generic ZynqMP support
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0005-zynqmp-Add-generic-target.patch
-------------------------------------------------------------------
Tue Apr 17 08:57:21 UTC 2018 - guillaume.gardet@opensuse.org
- Update to 2018.05-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0004-rpi3-Enable-lan78xx-driver.patch
0005-rpi-Add-identifier-for-the-new-RPi3.patch
0006-efi_loader-Fix-network-DP-with-DM_E.patch
0007-mkimage-do-not-fail-if-there-is-no-.patch
0008-rpi-Allow-to-boot-without-serial.patch
0009-mmc-use-core-clock-frequency-in-bcm.patch
0010-Temp-workaround-for-Chromebook-snow.patch
* Patches added:
0004-Temp-workaround-for-Chromebook-snow.patch
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0010-Temp-workaround-for-Chromebook-snow.patch
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0009-rpi-Allow-to-boot-without-serial.patch
0010-mmc-use-core-clock-frequency-in-bcm.patch
* Patches added:
0008-rpi-Allow-to-boot-without-serial.patch
0009-mmc-use-core-clock-frequency-in-bcm.patch
- Update to 2018.05-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0003-Revert-rockchip-mkimage-remove-plac.patch
0004-rpi-Use-firmware-provided-device-tr.patch
0005-rpi3-Enable-lan78xx-driver.patch
0006-net-Only-access-network-devices-aft.patch
0007-rpi-Add-identifier-for-the-new-RPi3.patch
0008-efi_loader-Fix-network-DP-with-DM_E.patch
* Patches added:
0003-rpi-Use-firmware-provided-device-tr.patch
0004-rpi3-Enable-lan78xx-driver.patch
0005-rpi-Add-identifier-for-the-new-RPi3.patch
0006-efi_loader-Fix-network-DP-with-DM_E.patch
0007-mkimage-do-not-fail-if-there-is-no-.patch
-------------------------------------------------------------------
Thu Apr 12 15:19:29 UTC 2018 - agraf@suse.com

View File

@ -18,6 +18,8 @@
#
%bcond_with uboot_atf_pine64
%define mvebu_spl 0
%define x_loader 0
%define rockchip_spl 0
@ -32,10 +34,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.03
%define archive_version 2018.05
Name: u-boot-mx53loco
Version: 2018.03
Version: 2018.05
Release: 0
Summary: The U-Boot firmware for the mx53loco platform
License: GPL-2.0-only
@ -48,17 +50,16 @@ Source3: update_git.sh
Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch
Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
Patch0006: 0006-net-Only-access-network-devices-aft.patch
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpimage-Add-partition-rea.patch
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
%endif
BuildRequires: bc
@ -73,6 +74,9 @@ BuildRequires: swig
BuildRequires: qemu
Provides: qemu-ppc:%{_datadir}/qemu/u-boot.e500
%endif
%if "%{name}" == "u-boot-zynqmp"
BuildRequires: zynqmp-dts
%endif
%if 0%{?is_rpi}
# Owns /boot/vc directory
BuildRequires: raspberrypi-firmware
@ -111,7 +115,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,93 @@
-------------------------------------------------------------------
Thu May 10 17:32:58 UTC 2018 - afaerber@suse.de
- Conditionalize pine64plus ATF support on uboot_atf_pine64
- u-boot-board.spec.in: Update license
-------------------------------------------------------------------
Thu May 10 16:17:39 UTC 2018 - afaerber@suse.de
- Add poplar
-------------------------------------------------------------------
Wed May 9 07:24:31 UTC 2018 - guillaume.gardet@opensuse.org
- Update to 2018.05
-------------------------------------------------------------------
Wed May 2 09:43:24 UTC 2018 - agraf@suse.com
- Update to 2018.05-rc3
-------------------------------------------------------------------
Thu Apr 26 12:38:31 UTC 2018 - agraf@suse.com
- Include u-boot.spec in autogeneration logic
-------------------------------------------------------------------
Thu Apr 26 11:40:19 UTC 2018 - agraf@suse.com
- Add support for .bif generation in mkimage
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0006-tools-zynqmpimage-Add-partition-rea.patch
0007-tools-zynqmpimage-Move-defines-to-h.patch
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
0009-tools-zynqmpimage-Add-bif-support.patch
0010-tools-zynqmpbif-Add-support-for-loa.patch
-------------------------------------------------------------------
Tue Apr 24 19:32:04 UTC 2018 - agraf@suse.com
- Add generic ZynqMP support
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0005-zynqmp-Add-generic-target.patch
-------------------------------------------------------------------
Tue Apr 17 08:57:21 UTC 2018 - guillaume.gardet@opensuse.org
- Update to 2018.05-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0004-rpi3-Enable-lan78xx-driver.patch
0005-rpi-Add-identifier-for-the-new-RPi3.patch
0006-efi_loader-Fix-network-DP-with-DM_E.patch
0007-mkimage-do-not-fail-if-there-is-no-.patch
0008-rpi-Allow-to-boot-without-serial.patch
0009-mmc-use-core-clock-frequency-in-bcm.patch
0010-Temp-workaround-for-Chromebook-snow.patch
* Patches added:
0004-Temp-workaround-for-Chromebook-snow.patch
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0010-Temp-workaround-for-Chromebook-snow.patch
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0009-rpi-Allow-to-boot-without-serial.patch
0010-mmc-use-core-clock-frequency-in-bcm.patch
* Patches added:
0008-rpi-Allow-to-boot-without-serial.patch
0009-mmc-use-core-clock-frequency-in-bcm.patch
- Update to 2018.05-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0003-Revert-rockchip-mkimage-remove-plac.patch
0004-rpi-Use-firmware-provided-device-tr.patch
0005-rpi3-Enable-lan78xx-driver.patch
0006-net-Only-access-network-devices-aft.patch
0007-rpi-Add-identifier-for-the-new-RPi3.patch
0008-efi_loader-Fix-network-DP-with-DM_E.patch
* Patches added:
0003-rpi-Use-firmware-provided-device-tr.patch
0004-rpi3-Enable-lan78xx-driver.patch
0005-rpi-Add-identifier-for-the-new-RPi3.patch
0006-efi_loader-Fix-network-DP-with-DM_E.patch
0007-mkimage-do-not-fail-if-there-is-no-.patch
-------------------------------------------------------------------
Thu Apr 12 15:19:29 UTC 2018 - agraf@suse.com

View File

@ -18,6 +18,8 @@
#
%bcond_with uboot_atf_pine64
%define mvebu_spl 0
%define x_loader 0
%define rockchip_spl 0
@ -32,10 +34,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.03
%define archive_version 2018.05
Name: u-boot-mx6cuboxi
Version: 2018.03
Version: 2018.05
Release: 0
Summary: The U-Boot firmware for the mx6cuboxi platform
License: GPL-2.0-only
@ -48,17 +50,16 @@ Source3: update_git.sh
Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch
Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
Patch0006: 0006-net-Only-access-network-devices-aft.patch
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpimage-Add-partition-rea.patch
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
%endif
BuildRequires: bc
@ -73,6 +74,9 @@ BuildRequires: swig
BuildRequires: qemu
Provides: qemu-ppc:%{_datadir}/qemu/u-boot.e500
%endif
%if "%{name}" == "u-boot-zynqmp"
BuildRequires: zynqmp-dts
%endif
%if 0%{?is_rpi}
# Owns /boot/vc directory
BuildRequires: raspberrypi-firmware
@ -111,7 +115,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,93 @@
-------------------------------------------------------------------
Thu May 10 17:32:58 UTC 2018 - afaerber@suse.de
- Conditionalize pine64plus ATF support on uboot_atf_pine64
- u-boot-board.spec.in: Update license
-------------------------------------------------------------------
Thu May 10 16:17:39 UTC 2018 - afaerber@suse.de
- Add poplar
-------------------------------------------------------------------
Wed May 9 07:24:31 UTC 2018 - guillaume.gardet@opensuse.org
- Update to 2018.05
-------------------------------------------------------------------
Wed May 2 09:43:24 UTC 2018 - agraf@suse.com
- Update to 2018.05-rc3
-------------------------------------------------------------------
Thu Apr 26 12:38:31 UTC 2018 - agraf@suse.com
- Include u-boot.spec in autogeneration logic
-------------------------------------------------------------------
Thu Apr 26 11:40:19 UTC 2018 - agraf@suse.com
- Add support for .bif generation in mkimage
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0006-tools-zynqmpimage-Add-partition-rea.patch
0007-tools-zynqmpimage-Move-defines-to-h.patch
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
0009-tools-zynqmpimage-Add-bif-support.patch
0010-tools-zynqmpbif-Add-support-for-loa.patch
-------------------------------------------------------------------
Tue Apr 24 19:32:04 UTC 2018 - agraf@suse.com
- Add generic ZynqMP support
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0005-zynqmp-Add-generic-target.patch
-------------------------------------------------------------------
Tue Apr 17 08:57:21 UTC 2018 - guillaume.gardet@opensuse.org
- Update to 2018.05-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0004-rpi3-Enable-lan78xx-driver.patch
0005-rpi-Add-identifier-for-the-new-RPi3.patch
0006-efi_loader-Fix-network-DP-with-DM_E.patch
0007-mkimage-do-not-fail-if-there-is-no-.patch
0008-rpi-Allow-to-boot-without-serial.patch
0009-mmc-use-core-clock-frequency-in-bcm.patch
0010-Temp-workaround-for-Chromebook-snow.patch
* Patches added:
0004-Temp-workaround-for-Chromebook-snow.patch
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0010-Temp-workaround-for-Chromebook-snow.patch
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0009-rpi-Allow-to-boot-without-serial.patch
0010-mmc-use-core-clock-frequency-in-bcm.patch
* Patches added:
0008-rpi-Allow-to-boot-without-serial.patch
0009-mmc-use-core-clock-frequency-in-bcm.patch
- Update to 2018.05-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0003-Revert-rockchip-mkimage-remove-plac.patch
0004-rpi-Use-firmware-provided-device-tr.patch
0005-rpi3-Enable-lan78xx-driver.patch
0006-net-Only-access-network-devices-aft.patch
0007-rpi-Add-identifier-for-the-new-RPi3.patch
0008-efi_loader-Fix-network-DP-with-DM_E.patch
* Patches added:
0003-rpi-Use-firmware-provided-device-tr.patch
0004-rpi3-Enable-lan78xx-driver.patch
0005-rpi-Add-identifier-for-the-new-RPi3.patch
0006-efi_loader-Fix-network-DP-with-DM_E.patch
0007-mkimage-do-not-fail-if-there-is-no-.patch
-------------------------------------------------------------------
Thu Apr 12 15:19:29 UTC 2018 - agraf@suse.com

View File

@ -18,6 +18,8 @@
#
%bcond_with uboot_atf_pine64
%define mvebu_spl 0
%define x_loader 0
%define rockchip_spl 0
@ -32,10 +34,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.03
%define archive_version 2018.05
Name: u-boot-mx6qsabrelite
Version: 2018.03
Version: 2018.05
Release: 0
Summary: The U-Boot firmware for the mx6qsabrelite platform
License: GPL-2.0-only
@ -48,17 +50,16 @@ Source3: update_git.sh
Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch
Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
Patch0006: 0006-net-Only-access-network-devices-aft.patch
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpimage-Add-partition-rea.patch
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
%endif
BuildRequires: bc
@ -73,6 +74,9 @@ BuildRequires: swig
BuildRequires: qemu
Provides: qemu-ppc:%{_datadir}/qemu/u-boot.e500
%endif
%if "%{name}" == "u-boot-zynqmp"
BuildRequires: zynqmp-dts
%endif
%if 0%{?is_rpi}
# Owns /boot/vc directory
BuildRequires: raspberrypi-firmware
@ -111,7 +115,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,93 @@
-------------------------------------------------------------------
Thu May 10 17:32:58 UTC 2018 - afaerber@suse.de
- Conditionalize pine64plus ATF support on uboot_atf_pine64
- u-boot-board.spec.in: Update license
-------------------------------------------------------------------
Thu May 10 16:17:39 UTC 2018 - afaerber@suse.de
- Add poplar
-------------------------------------------------------------------
Wed May 9 07:24:31 UTC 2018 - guillaume.gardet@opensuse.org
- Update to 2018.05
-------------------------------------------------------------------
Wed May 2 09:43:24 UTC 2018 - agraf@suse.com
- Update to 2018.05-rc3
-------------------------------------------------------------------
Thu Apr 26 12:38:31 UTC 2018 - agraf@suse.com
- Include u-boot.spec in autogeneration logic
-------------------------------------------------------------------
Thu Apr 26 11:40:19 UTC 2018 - agraf@suse.com
- Add support for .bif generation in mkimage
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0006-tools-zynqmpimage-Add-partition-rea.patch
0007-tools-zynqmpimage-Move-defines-to-h.patch
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
0009-tools-zynqmpimage-Add-bif-support.patch
0010-tools-zynqmpbif-Add-support-for-loa.patch
-------------------------------------------------------------------
Tue Apr 24 19:32:04 UTC 2018 - agraf@suse.com
- Add generic ZynqMP support
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0005-zynqmp-Add-generic-target.patch
-------------------------------------------------------------------
Tue Apr 17 08:57:21 UTC 2018 - guillaume.gardet@opensuse.org
- Update to 2018.05-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0004-rpi3-Enable-lan78xx-driver.patch
0005-rpi-Add-identifier-for-the-new-RPi3.patch
0006-efi_loader-Fix-network-DP-with-DM_E.patch
0007-mkimage-do-not-fail-if-there-is-no-.patch
0008-rpi-Allow-to-boot-without-serial.patch
0009-mmc-use-core-clock-frequency-in-bcm.patch
0010-Temp-workaround-for-Chromebook-snow.patch
* Patches added:
0004-Temp-workaround-for-Chromebook-snow.patch
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0010-Temp-workaround-for-Chromebook-snow.patch
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0009-rpi-Allow-to-boot-without-serial.patch
0010-mmc-use-core-clock-frequency-in-bcm.patch
* Patches added:
0008-rpi-Allow-to-boot-without-serial.patch
0009-mmc-use-core-clock-frequency-in-bcm.patch
- Update to 2018.05-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0003-Revert-rockchip-mkimage-remove-plac.patch
0004-rpi-Use-firmware-provided-device-tr.patch
0005-rpi3-Enable-lan78xx-driver.patch
0006-net-Only-access-network-devices-aft.patch
0007-rpi-Add-identifier-for-the-new-RPi3.patch
0008-efi_loader-Fix-network-DP-with-DM_E.patch
* Patches added:
0003-rpi-Use-firmware-provided-device-tr.patch
0004-rpi3-Enable-lan78xx-driver.patch
0005-rpi-Add-identifier-for-the-new-RPi3.patch
0006-efi_loader-Fix-network-DP-with-DM_E.patch
0007-mkimage-do-not-fail-if-there-is-no-.patch
-------------------------------------------------------------------
Thu Apr 12 15:19:29 UTC 2018 - agraf@suse.com

View File

@ -18,6 +18,8 @@
#
%bcond_with uboot_atf_pine64
%define mvebu_spl 0
%define x_loader 0
%define rockchip_spl 0
@ -32,10 +34,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.03
%define archive_version 2018.05
Name: u-boot-nanopia64
Version: 2018.03
Version: 2018.05
Release: 0
Summary: The U-Boot firmware for the nanopia64 platform
License: GPL-2.0-only
@ -48,17 +50,16 @@ Source3: update_git.sh
Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch
Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
Patch0006: 0006-net-Only-access-network-devices-aft.patch
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpimage-Add-partition-rea.patch
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
%endif
BuildRequires: bc
@ -73,6 +74,9 @@ BuildRequires: swig
BuildRequires: qemu
Provides: qemu-ppc:%{_datadir}/qemu/u-boot.e500
%endif
%if "%{name}" == "u-boot-zynqmp"
BuildRequires: zynqmp-dts
%endif
%if 0%{?is_rpi}
# Owns /boot/vc directory
BuildRequires: raspberrypi-firmware
@ -111,7 +115,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,93 @@
-------------------------------------------------------------------
Thu May 10 17:32:58 UTC 2018 - afaerber@suse.de
- Conditionalize pine64plus ATF support on uboot_atf_pine64
- u-boot-board.spec.in: Update license
-------------------------------------------------------------------
Thu May 10 16:17:39 UTC 2018 - afaerber@suse.de
- Add poplar
-------------------------------------------------------------------
Wed May 9 07:24:31 UTC 2018 - guillaume.gardet@opensuse.org
- Update to 2018.05
-------------------------------------------------------------------
Wed May 2 09:43:24 UTC 2018 - agraf@suse.com
- Update to 2018.05-rc3
-------------------------------------------------------------------
Thu Apr 26 12:38:31 UTC 2018 - agraf@suse.com
- Include u-boot.spec in autogeneration logic
-------------------------------------------------------------------
Thu Apr 26 11:40:19 UTC 2018 - agraf@suse.com
- Add support for .bif generation in mkimage
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0006-tools-zynqmpimage-Add-partition-rea.patch
0007-tools-zynqmpimage-Move-defines-to-h.patch
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
0009-tools-zynqmpimage-Add-bif-support.patch
0010-tools-zynqmpbif-Add-support-for-loa.patch
-------------------------------------------------------------------
Tue Apr 24 19:32:04 UTC 2018 - agraf@suse.com
- Add generic ZynqMP support
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0005-zynqmp-Add-generic-target.patch
-------------------------------------------------------------------
Tue Apr 17 08:57:21 UTC 2018 - guillaume.gardet@opensuse.org
- Update to 2018.05-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0004-rpi3-Enable-lan78xx-driver.patch
0005-rpi-Add-identifier-for-the-new-RPi3.patch
0006-efi_loader-Fix-network-DP-with-DM_E.patch
0007-mkimage-do-not-fail-if-there-is-no-.patch
0008-rpi-Allow-to-boot-without-serial.patch
0009-mmc-use-core-clock-frequency-in-bcm.patch
0010-Temp-workaround-for-Chromebook-snow.patch
* Patches added:
0004-Temp-workaround-for-Chromebook-snow.patch
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0010-Temp-workaround-for-Chromebook-snow.patch
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0009-rpi-Allow-to-boot-without-serial.patch
0010-mmc-use-core-clock-frequency-in-bcm.patch
* Patches added:
0008-rpi-Allow-to-boot-without-serial.patch
0009-mmc-use-core-clock-frequency-in-bcm.patch
- Update to 2018.05-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0003-Revert-rockchip-mkimage-remove-plac.patch
0004-rpi-Use-firmware-provided-device-tr.patch
0005-rpi3-Enable-lan78xx-driver.patch
0006-net-Only-access-network-devices-aft.patch
0007-rpi-Add-identifier-for-the-new-RPi3.patch
0008-efi_loader-Fix-network-DP-with-DM_E.patch
* Patches added:
0003-rpi-Use-firmware-provided-device-tr.patch
0004-rpi3-Enable-lan78xx-driver.patch
0005-rpi-Add-identifier-for-the-new-RPi3.patch
0006-efi_loader-Fix-network-DP-with-DM_E.patch
0007-mkimage-do-not-fail-if-there-is-no-.patch
-------------------------------------------------------------------
Thu Apr 12 15:19:29 UTC 2018 - agraf@suse.com

View File

@ -18,6 +18,8 @@
#
%bcond_with uboot_atf_pine64
%define mvebu_spl 0
%define x_loader 0
%define rockchip_spl 0
@ -32,10 +34,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.03
%define archive_version 2018.05
Name: u-boot-nanopineo
Version: 2018.03
Version: 2018.05
Release: 0
Summary: The U-Boot firmware for the nanopineo platform
License: GPL-2.0-only
@ -48,17 +50,16 @@ Source3: update_git.sh
Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-rpi-Use-firmware-provided-device-tr.patch
Patch0005: 0005-rpi3-Enable-lan78xx-driver.patch
Patch0006: 0006-net-Only-access-network-devices-aft.patch
Patch0007: 0007-rpi-Add-identifier-for-the-new-RPi3.patch
Patch0008: 0008-efi_loader-Fix-network-DP-with-DM_E.patch
Patch0009: 0009-rpi-Allow-to-boot-without-serial.patch
Patch0010: 0010-mmc-use-core-clock-frequency-in-bcm.patch
Patch0011: 0011-Temp-workaround-for-Chromebook-snow.patch
Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpimage-Add-partition-rea.patch
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
%endif
BuildRequires: bc
@ -73,6 +74,9 @@ BuildRequires: swig
BuildRequires: qemu
Provides: qemu-ppc:%{_datadir}/qemu/u-boot.e500
%endif
%if "%{name}" == "u-boot-zynqmp"
BuildRequires: zynqmp-dts
%endif
%if 0%{?is_rpi}
# Owns /boot/vc directory
BuildRequires: raspberrypi-firmware
@ -111,7 +115,6 @@ This package contains documentation for U-Boot firmware.
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,93 @@
-------------------------------------------------------------------
Thu May 10 17:32:58 UTC 2018 - afaerber@suse.de
- Conditionalize pine64plus ATF support on uboot_atf_pine64
- u-boot-board.spec.in: Update license
-------------------------------------------------------------------
Thu May 10 16:17:39 UTC 2018 - afaerber@suse.de
- Add poplar
-------------------------------------------------------------------
Wed May 9 07:24:31 UTC 2018 - guillaume.gardet@opensuse.org
- Update to 2018.05
-------------------------------------------------------------------
Wed May 2 09:43:24 UTC 2018 - agraf@suse.com
- Update to 2018.05-rc3
-------------------------------------------------------------------
Thu Apr 26 12:38:31 UTC 2018 - agraf@suse.com
- Include u-boot.spec in autogeneration logic
-------------------------------------------------------------------
Thu Apr 26 11:40:19 UTC 2018 - agraf@suse.com
- Add support for .bif generation in mkimage
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0006-tools-zynqmpimage-Add-partition-rea.patch
0007-tools-zynqmpimage-Move-defines-to-h.patch
0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
0009-tools-zynqmpimage-Add-bif-support.patch
0010-tools-zynqmpbif-Add-support-for-loa.patch
-------------------------------------------------------------------
Tue Apr 24 19:32:04 UTC 2018 - agraf@suse.com
- Add generic ZynqMP support
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0005-zynqmp-Add-generic-target.patch
-------------------------------------------------------------------
Tue Apr 17 08:57:21 UTC 2018 - guillaume.gardet@opensuse.org
- Update to 2018.05-rc2
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0004-rpi3-Enable-lan78xx-driver.patch
0005-rpi-Add-identifier-for-the-new-RPi3.patch
0006-efi_loader-Fix-network-DP-with-DM_E.patch
0007-mkimage-do-not-fail-if-there-is-no-.patch
0008-rpi-Allow-to-boot-without-serial.patch
0009-mmc-use-core-clock-frequency-in-bcm.patch
0010-Temp-workaround-for-Chromebook-snow.patch
* Patches added:
0004-Temp-workaround-for-Chromebook-snow.patch
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches added:
0010-Temp-workaround-for-Chromebook-snow.patch
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0009-rpi-Allow-to-boot-without-serial.patch
0010-mmc-use-core-clock-frequency-in-bcm.patch
* Patches added:
0008-rpi-Allow-to-boot-without-serial.patch
0009-mmc-use-core-clock-frequency-in-bcm.patch
- Update to 2018.05-rc1
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.05
* Patches dropped:
0003-Revert-rockchip-mkimage-remove-plac.patch
0004-rpi-Use-firmware-provided-device-tr.patch
0005-rpi3-Enable-lan78xx-driver.patch
0006-net-Only-access-network-devices-aft.patch
0007-rpi-Add-identifier-for-the-new-RPi3.patch
0008-efi_loader-Fix-network-DP-with-DM_E.patch
* Patches added:
0003-rpi-Use-firmware-provided-device-tr.patch
0004-rpi3-Enable-lan78xx-driver.patch
0005-rpi-Add-identifier-for-the-new-RPi3.patch
0006-efi_loader-Fix-network-DP-with-DM_E.patch
0007-mkimage-do-not-fail-if-there-is-no-.patch
-------------------------------------------------------------------
Thu Apr 12 15:19:29 UTC 2018 - agraf@suse.com

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