f0070ad09c
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 ATF for Allwinner H6 family SoCs.
14 lines
582 B
Makefile
14 lines
582 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2018/05/26 17:51:33 jmcneill Exp $
|
|
|
|
BUILDLINK_DEPMETHOD.arm-trusted-firmware-sun50i-h6?= build
|
|
|
|
BUILDLINK_TREE+= arm-trusted-firmware-sun50i-h6
|
|
|
|
.if !defined(ARM_TRUSTED_FIRMWARE_SUN50I_H6_BUILDLINK3_MK)
|
|
ARM_TRUSTED_FIRMWARE_SUN50I_H6_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.arm-trusted-firmware-sun50i-h6+= arm-trusted-firmware-sun50i-h6>=20180207
|
|
BUILDLINK_PKGSRCDIR.arm-trusted-firmware-sun50i-h6?= ../../sysutils/arm-trusted-firmware-sun50i-h6
|
|
.endif # ARM_TRUSTED_FIRMWARE_SUN50I_H6_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -arm-trusted-firmware-sun50i-h6
|