From 81fcb577f1c81050ce96d7ebb5b6ed9438d5854f Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Sat, 16 Nov 2019 08:25:43 +0200 Subject: [PATCH] Rename kernel_gz_addr_r to kernel_comp_addr_r I missed this while pulling in a new version of patchset. Signed-off-by: David Abdurachmanov --- ... => uboot-riscv-def-kernel_comp_addr_r-filesize.patch | 4 ++-- uboot-tools.spec | 9 ++++++--- 2 files changed, 8 insertions(+), 5 deletions(-) rename uboot-riscv-def-kernel_gz_addr_r-filesize.patch => uboot-riscv-def-kernel_comp_addr_r-filesize.patch (90%) diff --git a/uboot-riscv-def-kernel_gz_addr_r-filesize.patch b/uboot-riscv-def-kernel_comp_addr_r-filesize.patch similarity index 90% rename from uboot-riscv-def-kernel_gz_addr_r-filesize.patch rename to uboot-riscv-def-kernel_comp_addr_r-filesize.patch index 360fb94..57922ba 100644 --- a/uboot-riscv-def-kernel_gz_addr_r-filesize.patch +++ b/uboot-riscv-def-kernel_comp_addr_r-filesize.patch @@ -6,7 +6,7 @@ index bc831a84..442f0f9d 100644 "scriptaddr=0x88100000\0" \ "pxefile_addr_r=0x88200000\0" \ "ramdisk_addr_r=0x88300000\0" \ -+ "kernel_gz_addr_r=0x90000000\0" \ ++ "kernel_comp_addr_r=0x90000000\0" \ + "filesize=0x4000000\0" \ BOOTENV #endif @@ -19,7 +19,7 @@ index 59cf0281..5114dde1 100644 "scriptaddr=0x88100000\0" \ "pxefile_addr_r=0x88200000\0" \ "ramdisk_addr_r=0x88300000\0" \ -+ "kernel_gz_addr_r=0x90000000\0" \ ++ "kernel_comp_addr_r=0x90000000\0" \ + "filesize=0x4000000\0" \ BOOTENV diff --git a/uboot-tools.spec b/uboot-tools.spec index a551b75..45dedf2 100644 --- a/uboot-tools.spec +++ b/uboot-tools.spec @@ -2,7 +2,7 @@ Name: uboot-tools Version: 2020.01 -Release: 0.3%{?candidate:.%{candidate}}.0.riscv64%{?dist} +Release: 0.3%{?candidate:.%{candidate}}.1.riscv64%{?dist} Summary: U-Boot utilities License: GPLv2+ BSD LGPL-2.1+ LGPL-2.0+ URL: http://www.denx.de/wiki/U-Boot @@ -64,8 +64,8 @@ Patch24: riscv-increase-stack-size-to-16KiB.patch Patch25: uboot-addappend.patch # Not upstream -# Define kernel_gz_addr_r and filesize for booti Image.gz support -Patch26: uboot-riscv-def-kernel_gz_addr_r-filesize.patch +# Define kernel_comp_addr_r and filesize for booti Image.gz support +Patch26: uboot-riscv-def-kernel_comp_addr_r-filesize.patch BuildRequires: bc BuildRequires: dtc @@ -330,6 +330,9 @@ cp -p board/warp7/README builds/docs/README.warp7 %endif %changelog +* Sat Nov 16 2019 David Abdurachmanov 2020.01-0.3.1.riscv64 +- Rename kernel_gz_addr_r to kernel_comp_addr_r + * Wed Nov 13 2019 David Abdurachmanov 2020.01-0.3.0.riscv64 - Add support for RISC-V (riscv64) - Define filesize and kernel_gz_addr_r for QEMU virt and SiFive FU540 boards