Sunday, October 21, 2018

Re: update sysutils/arm-trusted-firmware to 1.6

> Date: Sun, 21 Oct 2018 11:24:01 +1100
> From: Jonathan Gray <jsg@jsg.id.au>
>
> On Sat, Oct 20, 2018 at 11:42:56PM +0200, Mark Kettenis wrote:
> > > Date: Sun, 23 Sep 2018 23:15:44 +1000
> > > From: Jonathan Gray <jsg@jsg.id.au>
> > >
> > > Update to 1.6 and build the newly added a64/h5 platform support that can
> > > hopefully replace the atf-allwinner port.
> > >
> > > Only compile tested for lack of hardware.
> >
> > FWIW, I've now also tested rk3399. So I think you should go ahead and
> > commit this.
> >
> > ok kettenis@
>
> Thanks, committed.
>
> There is now a 2.0 release but that only seems to be concerned with removing
> deprecated apis.
>
> https://github.com/ARM-software/arm-trusted-firmware/blob/master/docs/change-log.rst#trusted-firmware-a-version-2-0
>
> So we might as well wait till the next one, which should include more
> allwinner bits
>
> https://github.com/ARM-software/arm-trusted-firmware/pull/1633
>
> 'This updates the Allwinner port to do some cleanups and minor
> improvements, also adding PMIC and proper SYSTEM_OFF and CPU_OFF support
> to bring it eventually on par (and beyond) the existing "legacy" ATF
> port,'

Well, since they deprecated some interfaces in 2.0 and rk3399 is one
of the affected platforms I decided to test 2.0 anyway. The diff is
trivial, so we might as well go for it.

ok?



Index: sysutils/arm-trusted-firmware/Makefile
===================================================================
RCS file: /cvs/ports/sysutils/arm-trusted-firmware/Makefile,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile
--- sysutils/arm-trusted-firmware/Makefile 21 Oct 2018 00:13:54 -0000 1.6
+++ sysutils/arm-trusted-firmware/Makefile 21 Oct 2018 11:01:49 -0000
@@ -6,7 +6,7 @@ COMMENT= ARM Trusted Firmware

GH_ACCOUNT= ARM-software
GH_PROJECT= arm-trusted-firmware
-GH_TAGNAME= v1.6
+GH_TAGNAME= v2.0

CATEGORIES= sysutils

Index: sysutils/arm-trusted-firmware/distinfo
===================================================================
RCS file: /cvs/ports/sysutils/arm-trusted-firmware/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- sysutils/arm-trusted-firmware/distinfo 21 Oct 2018 00:13:54 -0000 1.3
+++ sysutils/arm-trusted-firmware/distinfo 21 Oct 2018 11:01:49 -0000
@@ -1,2 +1,2 @@
-SHA256 (arm-trusted-firmware-1.6.tar.gz) = YhIDaPIZbT4SYpbIEW8zmVaOEAlgpRIuUgF9InZrcAk=
-SIZE (arm-trusted-firmware-1.6.tar.gz) = 3102529
+SHA256 (arm-trusted-firmware-2.0.tar.gz) = fWmaFoO7elkJ3je265G2442zLNb8WuSKCOsHGNZQSuQ=
+SIZE (arm-trusted-firmware-2.0.tar.gz) = 3058755

No comments:

Post a Comment