Re: Update arm-trusted-firmware 2.10.2

2024-02-22 Thread SASANO Takayoshi
Hi, > I'm not sure about the "move away with date" approach. That is > probably something a ports hacker should judge. > > But otherwise this is ok kettenis@ committed, first posted diff with REVISION=0. In fact this diff is not enough to avoid ethernet PHY malfunction for OrangePi One Plus (

Re: Update arm-trusted-firmware 2.10.2

2024-02-22 Thread Stuart Henderson
On 2024/02/22 14:13, Mark Kettenis wrote: > > Date: Thu, 22 Feb 2024 05:32:57 +0900 > > From: SASANO Takayoshi > > > > Hi, here is the fixed version: > > I'm not sure about the "move away with date" approach. That is > probably something a ports hacker should judge. I think your suggestion of

Re: Update arm-trusted-firmware 2.10.2

2024-02-22 Thread Mark Kettenis
> Date: Thu, 22 Feb 2024 05:32:57 +0900 > From: SASANO Takayoshi > > Hi, here is the fixed version: I'm not sure about the "move away with date" approach. That is probably something a ports hacker should judge. But otherwise this is ok kettenis@ > Index: Makefile > ===

Re: Update arm-trusted-firmware 2.10.2

2024-02-21 Thread SASANO Takayoshi
Hi, here is the fixed version: Index: Makefile === RCS file: /cvs/ports/sysutils/arm-trusted-firmware/Makefile,v diff -u -p -r1.21 Makefile --- Makefile19 Feb 2024 18:38:12 - 1.21 +++ Makefile21 Feb 2024 20:27:57 -000

Re: Update arm-trusted-firmware 2.10.2

2024-02-21 Thread Mark Kettenis
> Date: Wed, 21 Feb 2024 22:59:53 +0900 > From: SASANO Takayoshi > > Hi, > > how about to add SUNXI_SETUP_REGULATORS=0'ed binary for Allwinner H6? Yes that looks reasonable. You'll need to bump the REVISION though. > Index: Makefile > ==

Re: Update arm-trusted-firmware 2.10.2

2024-02-21 Thread SASANO Takayoshi
Hi, how about to add SUNXI_SETUP_REGULATORS=0'ed binary for Allwinner H6? Regards, Index: Makefile === RCS file: /cvs/ports/sysutils/arm-trusted-firmware/Makefile,v diff -u -p -r1.21 Makefile --- Makefile19 Feb 2024 18:38:12 -00

Re: Update arm-trusted-firmware 2.10.2

2024-02-19 Thread Stuart Henderson
On 2024/02/17 17:34, Mark Kettenis wrote: > I tested rk3328, rk3399, sun50i_a64 and sun50i_h616. Earlier releases > don't work on the H618 board that I have. > > Debug builds no longer fit the SRAM constraints on at least A64. So > this switches to release builds. > > ok? I don't have any hw t

Re: Update arm-trusted-firmware 2.10.2

2024-02-18 Thread Kevin Lo
On Sat, Feb 17, 2024 at 05:34:49PM +0100, Mark Kettenis wrote: > > I tested rk3328, rk3399, sun50i_a64 and sun50i_h616. Earlier releases > don't work on the H618 board that I have. > > Debug builds no longer fit the SRAM constraints on at least A64. So > this switches to release builds. Workin

Update arm-trusted-firmware 2.10.2

2024-02-17 Thread Mark Kettenis
I tested rk3328, rk3399, sun50i_a64 and sun50i_h616. Earlier releases don't work on the H618 board that I have. Debug builds no longer fit the SRAM constraints on at least A64. So this switches to release builds. ok? Index: sysutils/arm-trusted-firmware/Makefile ==