mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
sysutils/u-boot: Update to 2024.10
Except for u-boot-bhyve-arm64 which doesn't compile, so stay on 2024.07 for it.
This commit is contained in:
parent
206554d866
commit
ba4619f8e5
4 changed files with 5 additions and 33 deletions
|
@ -4,6 +4,7 @@ MODEL= bhyve-arm64
|
|||
BOARD_CONFIG= bhyve_arm64_defconfig
|
||||
FAMILY= bhyve
|
||||
UBOOT_ARCH= aarch64
|
||||
UBOOT_VERSION= 2024.07
|
||||
|
||||
UBOOT_PLIST= u-boot.bin
|
||||
|
||||
|
|
|
@ -124,7 +124,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?= 2024.07
|
||||
UBOOT_VERSION?= 2024.10
|
||||
|
||||
# If a slave port defines a PORTREVISION use it
|
||||
.if defined(U_BOOT_SLAVE_PORTREVISION_${UBOOT_VERSION})
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
TIMESTAMP = 1727176237
|
||||
TIMESTAMP = 1729748230
|
||||
SHA256 (u-boot/u-boot-2024.07.tar.bz2) = f591da9ab90ef3d6b3d173766d0ddff90c4ed7330680897486117df390d83c8f
|
||||
SIZE (u-boot/u-boot-2024.07.tar.bz2) = 26086110
|
||||
SHA256 (u-boot/u-boot-2024.10.tar.bz2) = b28daf4ac17e43156363078bf510297584137f6df50fced9b12df34f61a92fb0
|
||||
SIZE (u-boot/u-boot-2024.10.tar.bz2) = 26398495
|
||||
|
|
|
@ -1,31 +0,0 @@
|
|||
From 7d25c0b01248fbfbbcdf668cc1c080fe0b54978f Mon Sep 17 00:00:00 2001
|
||||
From: Emmanuel Vadot <manu@FreeBSD.org>
|
||||
Date: Sat, 7 Nov 2020 19:42:31 +0100
|
||||
Subject: [PATCH 2/2] Add FreeBSD hack that does not disable usb when
|
||||
efi_exit_boot_service is called
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
|
||||
---
|
||||
common/bootm.c | 5 +++++
|
||||
1 file changed, 5 insertions(+)
|
||||
|
||||
diff --git a/common/bootm.c b/common/bootm.c
|
||||
index b3377490b3..22476fc7c9 100644
|
||||
--- boot/bootm.c
|
||||
+++ boot/bootm.c
|
||||
@@ -458,7 +458,12 @@ ulong bootm_disable_interrupts(void)
|
||||
* updated every 1 ms within the HCCA structure in SDRAM! For more
|
||||
* details see the OpenHCI specification.
|
||||
*/
|
||||
+ /*
|
||||
+ * FreeBSD Hack, on some board this cause efi_exit_bootservice to hang
|
||||
+ * for some yet unknown reason.
|
||||
+ * This only does this when doing netboot ???
|
||||
usb_stop();
|
||||
+ */
|
||||
#endif
|
||||
return iflag;
|
||||
}
|
||||
--
|
||||
2.28.0
|
||||
|
Loading…
Add table
Reference in a new issue