Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37567304
en ru br
ALT Linux repos
S:2.8-alt1

Group :: System/Kernel and hardware
RPM: atf-imx

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: atf-imx
Version: 2.8
Release: alt1

Summary: ARM Trusted Firmware
License: BSD
Group: System/Kernel and hardware

ExclusiveArch: aarch64

Source: %name-%version-%release.tar

%description
ARM Trusted Firmware provides a reference implementation of secure world
software for ARMv8-A, including Exception Level 3 (EL3) software.
This release provides support for the iMX8M SoC families.

%prep
%setup

%build
for plat in imx8mm imx8mn imx8mp imx8mq; do
make PLAT=$plat bl31
install -pm0644 -D build/$plat/release/bl31.bin out/$plat/bl31.bin
make distclean
done

%install
mkdir -p %buildroot%_datadir/atf
cp -a out/* %buildroot%_datadir/atf/

%files
%_datadir/atf/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin