about summary refs log tree commit diff
path: root/pkgs/misc/arm-trusted-firmware
AgeCommit message (Collapse)AuthorFilesLines
2019-08-28treewide: remove redundant recvolth1-2/+2
2019-05-18arm-trusted-firmware: Switch Allwinner to upstreamSamuel Dionne-Riel1-9/+1
2019-05-18arm-trusted-firmware: 2.0 -> 2.1Samuel Dionne-Riel1-2/+2
2019-01-18arm-trusted-firmware: add RK3399Ben Wolsieffer1-1/+11
2019-01-18arm-trusted-firmware: 1.5 -> 2.0Ben Wolsieffer1-2/+2
2018-11-06arm-trusted-firmware: correctly handle version overridesPatrick Hilhorst1-1/+2
2018-03-23armTrustedFirmware: Disable parallel buildTuomas Tynkkynen1-1/+2
I think https://hydra.nixos.org/build/71541345 is parallel build related.
2018-03-23armTrustedFirmwareQemu: 1.4 -> 1.5, fixes build with GCC7Tuomas Tynkkynen1-3/+3
2018-03-20armTrustedFirmware: Remove targetPlatforms like was done in U-BootTuomas Tynkkynen1-7/+4
Should also fix Hydra attempting to build this stuff on x86, like https://hydra.nixos.org/build/71533289
2018-03-18arm-trusted-firmware: Inits at various versionsSamuel Dionne-Riel1-0/+24
For qemu, at 1.4 from upstream. For Sopine / Pine A64-LTS, at 1.0 from fork.
2018-03-18arm-trusted-firmware: initBen Wolsieffer1-0/+63
ARM trusted firmware is required as part of the boot process on some ARMv8-A boards. Currently, only the RK3328 is supported in nixpkgs. This makes the Rock64 u-boot image bootable.