Index | Thread | Search

From:
Jonathan Gray <jsg@jsg.id.au>
Subject:
Re: Update m1n1 to 1.4.16
To:
Mark Kettenis <mark.kettenis@xs4all.nl>
Cc:
tobhe@openbsd.org, ports@openbsd.org, sthen@openbsd.org
Date:
Fri, 1 Nov 2024 08:37:09 +1100

Download raw body.

Thread
On Thu, Oct 31, 2024 at 09:31:38PM +0100, Mark Kettenis wrote:
> Some commit messages look like they might matter for people that
> update their macOS install.
> 
> Tested on my M2 Pro Mac Mini.
> 
> ok?

1.4.17 was recently tagged

https://github.com/AsahiLinux/m1n1/compare/v1.4.16...v1.4.17

adds a single commit:

"clk: Revert PDM clock initialization.

AOP does it itself, and doing it in m1n1 confuses it into not
being able to boot."

> 
> 
> Index: sysutils/m1n1/Makefile
> ===================================================================
> RCS file: /cvs/ports/sysutils/m1n1/Makefile,v
> diff -u -p -r1.15 Makefile
> --- sysutils/m1n1/Makefile	18 May 2024 18:42:17 -0000	1.15
> +++ sysutils/m1n1/Makefile	31 Oct 2024 20:28:07 -0000
> @@ -4,7 +4,7 @@ COMMENT=	Bootloader for Apple Silicon
>  
>  GH_ACCOUNT=	AsahiLinux
>  GH_PROJECT=	m1n1
> -GH_TAGNAME=	v1.4.14
> +GH_TAGNAME=	v1.4.16
>  
>  CATEGORIES=	sysutils
>  HOMEPAGE=	https://github.com/AsahiLinux/m1n1
> Index: sysutils/m1n1/distinfo
> ===================================================================
> RCS file: /cvs/ports/sysutils/m1n1/distinfo,v
> diff -u -p -r1.8 distinfo
> --- sysutils/m1n1/distinfo	18 May 2024 18:42:17 -0000	1.8
> +++ sysutils/m1n1/distinfo	31 Oct 2024 20:28:07 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (m1n1-1.4.14.tar.gz) = YYcd0tJlMbTgf5s9sFFrWA+DbDXhYt5HmbTlVuhpgRk=
> -SIZE (m1n1-1.4.14.tar.gz) = 837044
> +SHA256 (m1n1-1.4.16.tar.gz) = o2nudqyHLGM8s+E4FmD9jaAOd5Kb+IE52yd3lkBaW7s=
> +SIZE (m1n1-1.4.16.tar.gz) = 840779
> Index: sysutils/firmware/apple-boot/Makefile
> ===================================================================
> RCS file: /cvs/ports/sysutils/firmware/apple-boot/Makefile,v
> diff -u -p -r1.19 Makefile
> --- sysutils/firmware/apple-boot/Makefile	12 Jul 2024 17:21:11 -0000	1.19
> +++ sysutils/firmware/apple-boot/Makefile	31 Oct 2024 20:28:07 -0000
> @@ -1,5 +1,5 @@
>  FW_DRIVER=	apple-boot
> -FW_VER=		1.5
> +FW_VER=		1.6
>  
>  WRKDIST=	${WRKDIR}
>  DISTFILES=
> @@ -9,7 +9,7 @@ DISTFILES=
>  PERMIT_PACKAGE=	  firmware
>  PERMIT_DISTFILES= Yes
>  
> -BUILD_DEPENDS=	m1n1-=1.4.14:sysutils/m1n1:build \
> +BUILD_DEPENDS=	m1n1-=1.4.16:sysutils/m1n1:build \
>  		u-boot-asahi-=2024.01.1:sysutils/u-boot-asahi:build
>  
>  ASAHI_BUILD=	${WRKSRC}/sysutils/u-boot-asahi/u-boot-*/build
> 
>