Skip to content

Commit

Permalink
KVMS support for 5.15.32 nxp's linux kernel
Browse files Browse the repository at this point in the history
* Linux kernel patch for 5.15.32
* Kernel patch file for 5.10.72 was renamed
* kvms binaries for 5.15.32 kernel were added to external github
  repo, related package updated
* tiny clean up in uboot files

Signed-off-by: Grigoriy Romanov <[email protected]>
  • Loading branch information
grihey committed Sep 19, 2022
1 parent ce1a6db commit 8b8b4d4
Show file tree
Hide file tree
Showing 6 changed files with 4,197 additions and 19 deletions.
5 changes: 1 addition & 4 deletions pkgs/misc/uboot/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -555,13 +555,10 @@ in {
url = "https://github.com/tiiuae/uboot-imx8.git";
ref = "lf_v2022.04-uefi";
};
patches = [
./0001-kvms-copy-to-internal-memory.patch
];
BL31 = "${armTrustedFirmwareIMX8QM}/bl31.bin";
enableParallelBuilding = true;
patches = [
0001-kvms-copy-to-internal-memory.patch
./0001-kvms-copy-to-internal-memory.patch
];
defconfig = "imx8qm_mek_defconfig";
extraMeta.platforms = ["aarch64-linux"];
Expand Down
Loading

0 comments on commit 8b8b4d4

Please sign in to comment.