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

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

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: atf-sunxi
Version: 2.9
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 Allwinner A64/H5/H6 SoC families.

%prep
%setup

%build
for plat in sun50i_a64 sun50i_r329 sun50i_h6 sun50i_h616; 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