forked from Lainports/freebsd-ports
sysutils/u-boot-*: Update to 2023.01
Sponsored by: Beckhoff Automation GmbH & Co. KG
This commit is contained in:
parent
78b704f7a7
commit
9222ec292a
3 changed files with 14 additions and 7 deletions
|
|
@ -2,6 +2,6 @@ U-Boot loader for the SolidRun ClearFog Pro.
|
|||
|
||||
Install the u-boot-spl.kwb file onto the boot disk using:
|
||||
|
||||
dd if=u-boot-spl.kwb of=/dev/whatever bs=512 seek=1
|
||||
dd if=u-boot-with-spl.kwb of=/dev/whatever bs=512 seek=1
|
||||
|
||||
The BootROM searches for U-Boot after the first 512 bytes.
|
||||
|
|
|
|||
|
|
@ -23,7 +23,11 @@ BUILD_DEPENDS+= gsed:textproc/gsed \
|
|||
${PYTHON_PKGNAMEPREFIX}setuptools-pkg>=0:devel/py-setuptools-pkg@${PY_FLAVOR}
|
||||
BUILD_DEPENDS+= ${COMPILER}:devel/${COMPILER}
|
||||
|
||||
USES= bison gmake python:3.7+,build shebangfix tar:bz2
|
||||
# For mkeficapsule
|
||||
BUILD_DEPENDS+= e2fsprogs-libuuid>=0:misc/e2fsprogs-libuuid \
|
||||
gnutls>=0:security/gnutls
|
||||
|
||||
USES= bison gmake python:3.7+,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
|
||||
|
|
@ -101,7 +105,7 @@ UBOOT_PLIST_RK3399= idbloader.img u-boot.itb
|
|||
UBOOT_ARCH_RK3399= aarch64
|
||||
|
||||
# Override for ARMADA38X family
|
||||
UBOOT_PLIST_ARMADA38X= u-boot-spl.kwb
|
||||
UBOOT_PLIST_ARMADA38X= u-boot-with-spl.kwb
|
||||
UBOOT_METADATA_ARMADA38X_FILES= ${UBOOT_PLIST_ARMADA38X}
|
||||
UBOOT_METADATA_ARMADA38X_METHOD= raw
|
||||
UBOOT_METADATA_ARMADA38X_RAW_OFFSET= 1
|
||||
|
|
@ -114,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?= 2022.10
|
||||
UBOOT_VERSION?= 2023.01
|
||||
|
||||
# If a slave port defines a PORTREVISION use it
|
||||
.if defined(U_BOOT_SLAVE_PORTREVISION_${UBOOT_VERSION})
|
||||
|
|
@ -137,6 +141,9 @@ ARCHFLAGS=ARCH=${UBOOT_ARCH}
|
|||
.elif ${UBOOT_ARCH} == aarch64
|
||||
CROSS_COMPILE=aarch64-none-elf-
|
||||
ARCHFLAGS=ARCH=arm
|
||||
.if ${FAMILY} == allwinner64
|
||||
MAKE_ENV+= SCP=/dev/null
|
||||
.endif
|
||||
.elif ${UBOOT_ARCH} == riscv64
|
||||
CROSS_COMPILE=riscv64-none-elf-
|
||||
ARCHFLAGS=ARCH=riscv
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
TIMESTAMP = 1665743502
|
||||
SHA256 (u-boot/u-boot-2022.10.tar.bz2) = 50b4482a505bc281ba8470c399a3c26e145e29b23500bc35c50debd7fa46bdf8
|
||||
SIZE (u-boot/u-boot-2022.10.tar.bz2) = 18365430
|
||||
TIMESTAMP = 1673338204
|
||||
SHA256 (u-boot/u-boot-2023.01.tar.bz2) = 69423bad380f89a0916636e89e6dcbd2e4512d584308d922d1039d1e4331950f
|
||||
SIZE (u-boot/u-boot-2023.01.tar.bz2) = 18560442
|
||||
SHA256 (u-boot/939129/raw) = 2a4ebf283aec8e74ec77b3cb071c6883f73807454ca94fea78361c7391187b97
|
||||
SIZE (u-boot/939129/raw) = 310
|
||||
SHA256 (u-boot/1036621/raw) = 28dbd66d14fab9dc782ce091d3c132a226b8425f6503c329ee8a7031b79b52f7
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue