forked from mirrors/nixpkgs
armTrustedFirmwareS905: init
This supports the Amlogic S905, otherwise known as Meson GXBB.
This commit is contained in:
parent
b5ec2b5c63
commit
d00a38aa70
|
@ -103,4 +103,11 @@ in {
|
|||
extraMeta.platforms = ["aarch64-linux"];
|
||||
filesToInstall = [ "build/${platform}/release/bl31/bl31.elf"];
|
||||
};
|
||||
|
||||
armTrustedFirmwareS905 = buildArmTrustedFirmware rec {
|
||||
extraMakeFlags = [ "bl31" ];
|
||||
platform = "gxbb";
|
||||
extraMeta.platforms = ["aarch64-linux"];
|
||||
filesToInstall = [ "build/${platform}/release/bl31.bin"];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -15816,6 +15816,7 @@ in
|
|||
armTrustedFirmwareQemu
|
||||
armTrustedFirmwareRK3328
|
||||
armTrustedFirmwareRK3399
|
||||
armTrustedFirmwareS905
|
||||
;
|
||||
|
||||
microcodeAmd = callPackage ../os-specific/linux/microcode/amd.nix { };
|
||||
|
|
Loading…
Reference in a new issue