./sysutils/arm-trusted-firmware-fiptool, (no description)

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.3nb1, Package name: arm-trusted-firmware-fiptool-2.3nb1, Maintainer: port-arm

ARM Trusted Firmware (ATF) provides a reference implementation of secure
world software for ARMv8-A, including a Secure Monitor executing at
Exception Level 3 (EL3). It implements various ARM interface standards,
such as:

The Power State Coordination Interface (PSCI)
Trusted Board Boot Requirements (TBBR, ARM DEN0006C-1)
SMC Calling Convention
System Control and Management Interface

As far as possible the code is designed for reuse or porting to other
ARMv8-A model and hardware platforms.

ARM will continue development in collaboration with interested parties to
provide a full reference implementation of Secure Monitor code and ARM
standards to the benefit of all developers working with ARMv8-A TrustZone
technology.

This package provides "fiptool", used to wrap parts of trusted firmware
with u-boot.


Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 5661.231 KB

Version history: (Expand)


CVS history: (Expand)


   2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298)
Log message:
*: bump for openssl 3
   2021-10-26 13:20:30 by Nia Alarie | Files touched by this commit (630)
Log message:
sysutils: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 16:58:44 by Nia Alarie | Files touched by this commit (630)
Log message:
sysutils: Remove SHA1 hashes for distfiles
   2021-05-14 13:45:24 by Nia Alarie | Files touched by this commit (1)
Log message:
arm-trusted-firmware-fiptool: needs openssl
   2020-06-30 16:33:16 by Jason R Thorpe | Files touched by this commit (21)
Log message:
- Re-factor the arm-trusted-firmware packages into common definitions and
  build infrastructure.
- Update arm-trusted-firmware to v2.3.
   2019-05-14 06:08:51 by Jason R Thorpe | Files touched by this commit (3)
Log message:
Pluck the following patch from upstream:

tools/fiptool: Fix UUID parsing in blob handling
Commit 0336486 ("Make TF UUID RFC 4122 compliant") changed the scanf
parsing string to handle endianness correctly.
However that changed the number of items sscanf handles, without
adjusting the sanity check just below.

Increase the expected return value from 11 to 16 to let fiptool handle
UUIDs given as blob parameters correctly again.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
   2019-01-20 18:39:05 by Thomas Klausner | Files touched by this commit (3)
Log message:
arm-trusted-firmware-fiptool: fix make fetch.

Simplify package, distname, honor LDFLAGS (fixes RELRO), pkglint cleanup.

Bump PKGREVISION
   2019-01-16 15:51:35 by Martin Husemann | Files touched by this commit (1)
Log message:
Fix PKGNAME (confusion with DISTNAME). Pointed out by Jared.