head	1.2;
access;
symbols
	pkgsrc-2026Q1:1.2.0.2
	pkgsrc-2026Q1-base:1.2
	pkgsrc-2025Q4:1.1.0.12
	pkgsrc-2025Q4-base:1.1
	pkgsrc-2025Q3:1.1.0.10
	pkgsrc-2025Q3-base:1.1
	pkgsrc-2025Q2:1.1.0.8
	pkgsrc-2025Q2-base:1.1
	pkgsrc-2025Q1:1.1.0.6
	pkgsrc-2025Q1-base:1.1
	pkgsrc-2024Q4:1.1.0.4
	pkgsrc-2024Q4-base:1.1
	pkgsrc-2024Q3:1.1.0.2
	pkgsrc-2024Q3-base:1.1;
locks; strict;
comment	@# @;


1.2
date	2026.02.19.09.15.01;	author wiz;	state Exp;
branches;
next	1.1;
commitid	JrpFCuU6VpPW1YuG;

1.1
date	2024.09.18.15.28.11;	author bouyer;	state Exp;
branches;
next	;
commitid	9jaO5JTCIYQ5MiqF;


desc
@@


1.2
log
@u-boot-a64-olinuxino: fix whitespace
@
text
@# $NetBSD: Makefile,v 1.1 2024/09/18 15:28:11 bouyer Exp $

UBOOT_TARGET=		a64-olinuxino
UBOOT_CONFIG=		a64-olinuxino_defconfig
UBOOT_BIN=		u-boot-sunxi-with-spl.bin

UBOOT_INSTALLBOOT_PLIST=	installboot.plist

UBOOT_VERSION=		2022.04

# Switch to EL1 before booting kernel (required for 32-bit support)
PKG_DEFAULT_OPTIONS+=	el1

post-extract:
	${CP} ${PREFIX}/share/arm-trusted-firmware/sun50i_a64/bl31.bin ${WRKSRC}

.include "../../sysutils/arm-trusted-firmware-sun50i_a64/buildlink3.mk"
.include "../../sysutils/u-boot/u-boot-arm64.mk"
.include "../../mk/bsd.pkg.mk"
@


1.1
log
@Add sysutils/u-boot-a64-olinuxino version 2022.04

U-Boot is a bootloader for embedded boards based on PowerPC, ARM, MIPS and
several other processors, which can be installed in a boot ROM and used to
initialize and test the hardware or to download and run application code.

This package provides U-Boot for the Olimex A64-OLinuXino
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.4 2021/08/12 07:25:54 wiz Exp $
d9 1
a9 1
UBOOT_VERSION= 		2022.04
d12 1
a12 1
PKG_DEFAULT_OPTIONS+=   el1
@

