git: c1baa2b4d8d6 - main - sysutils/u-boot-*: Update to 2023.07.02
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 09 Aug 2023 10:39:56 UTC
The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/ports/commit/?id=c1baa2b4d8d63c4369e4e53422914ea515dbd1e2 commit c1baa2b4d8d63c4369e4e53422914ea515dbd1e2 Author: Minsoo Choo <minsoochoo0122@proton.me> AuthorDate: 2023-08-08 07:43:19 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> CommitDate: 2023-08-09 10:38:50 +0000 sysutils/u-boot-*: Update to 2023.07.02 Differential Revision: https://reviews.freebsd.org/D41193 --- sysutils/u-boot-master/Makefile | 4 ++-- sysutils/u-boot-master/distinfo | 6 +++--- sysutils/u-boot-rockpro64/Makefile | 2 ++ .../files/patch-scripts_gen__ll__addressable__symbols.sh | 8 ++++++++ 4 files changed, 15 insertions(+), 5 deletions(-) diff --git a/sysutils/u-boot-master/Makefile b/sysutils/u-boot-master/Makefile index e1898dce49e7..bd0867d9b6a4 100644 --- a/sysutils/u-boot-master/Makefile +++ b/sysutils/u-boot-master/Makefile @@ -30,7 +30,7 @@ BUILD_DEPENDS+= e2fsprogs-libuuid>=0:misc/e2fsprogs-libuuid \ USES= bison gmake python:build pkgconfig shebangfix tar:bz2 BINARY_ALIAS= bison=${LOCALBASE}/bin/bison dtc=${LOCALBASE}/bin/dtc sed=gsed python3=${PYTHON_CMD} -SHEBANG_FILES= tools/binman/binman arch/arm/mach-rockchip/make_fit_atf.py +SHEBANG_FILES= tools/binman/binman SSP_UNSAFE= yes UBOOT_DIR= share/u-boot/${PORTNAME}${PKGNAMESUFFIX} INST= ${PREFIX}/${UBOOT_DIR} @@ -118,7 +118,7 @@ UBOOT_PLIST_QEMU= u-boot.bin .if !defined(UBOOT_VERSION) && defined(UBOOT_VERSION_${FAMILY:tu}) UBOOT_VERSION=${UBOOT_VERSION_${FAMILY:tu}} .endif -UBOOT_VERSION?= 2023.01 +UBOOT_VERSION?= 2023.07.02 # If a slave port defines a PORTREVISION use it .if defined(U_BOOT_SLAVE_PORTREVISION_${UBOOT_VERSION}) diff --git a/sysutils/u-boot-master/distinfo b/sysutils/u-boot-master/distinfo index 7154b3159d1d..61b7d4fe0c48 100644 --- a/sysutils/u-boot-master/distinfo +++ b/sysutils/u-boot-master/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1673338204 -SHA256 (u-boot/u-boot-2023.01.tar.bz2) = 69423bad380f89a0916636e89e6dcbd2e4512d584308d922d1039d1e4331950f -SIZE (u-boot/u-boot-2023.01.tar.bz2) = 18560442 +TIMESTAMP = 1690330768 +SHA256 (u-boot/u-boot-2023.07.02.tar.bz2) = 6b6a48581c14abb0f95bd87c1af4d740922406d7b801002a9f94727fdde021d5 +SIZE (u-boot/u-boot-2023.07.02.tar.bz2) = 19430944 SHA256 (u-boot/939129/raw) = 2a4ebf283aec8e74ec77b3cb071c6883f73807454ca94fea78361c7391187b97 SIZE (u-boot/939129/raw) = 310 SHA256 (u-boot/1036621/raw) = 28dbd66d14fab9dc782ce091d3c132a226b8425f6503c329ee8a7031b79b52f7 diff --git a/sysutils/u-boot-rockpro64/Makefile b/sysutils/u-boot-rockpro64/Makefile index db0818d0ef33..4a99f531d2cd 100644 --- a/sysutils/u-boot-rockpro64/Makefile +++ b/sysutils/u-boot-rockpro64/Makefile @@ -1,5 +1,7 @@ MASTERDIR= ${.CURDIR}/../u-boot-master +EXTRA_PATCHES= ${.CURDIR}/files/ + MODEL= rockpro64 BOARD_CONFIG= rockpro64-rk3399_defconfig FAMILY= rk3399 diff --git a/sysutils/u-boot-rockpro64/files/patch-scripts_gen__ll__addressable__symbols.sh b/sysutils/u-boot-rockpro64/files/patch-scripts_gen__ll__addressable__symbols.sh new file mode 100644 index 000000000000..557c3a36db10 --- /dev/null +++ b/sysutils/u-boot-rockpro64/files/patch-scripts_gen__ll__addressable__symbols.sh @@ -0,0 +1,8 @@ +--- scripts/gen_ll_addressable_symbols.sh.orig 2023-07-27 20:45:26 UTC ++++ scripts/gen_ll_addressable_symbols.sh +@@ -1,4 +1,4 @@ +-#!/bin/bash ++#!/bin/sh + # SPDX-License-Identifier: GPL-2.0+ + # Copyright (C) 2020 Marek BehĂșn <kabel@kernel.org> +