Skip to content

Commit

Permalink
uefi-firmware: bump edk2-nvidia to latest r35.6.0-updates branch
Browse files Browse the repository at this point in the history
Should fix a critical issue for AGX Xavier not accepting capsule updates
after a few hundred reboots:
NVIDIA/edk2-nvidia#114
  • Loading branch information
danielfullmer committed Jan 16, 2025
1 parent 4d0ae65 commit a44074f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/uefi-firmware/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ let
src = fetchFromGitHub {
owner = "NVIDIA";
repo = "edk2-nvidia";
rev = "r${l4tVersion}";
sha256 = "sha256-JYaN9s97hffHOiljZcujrviFHSPiPl0z2MKk9IZxQAY=";
rev = "c101ba515b2737fb78d8929c2852f5c8f9607330"; # Latest on r${l4tVersion}-updates branch as of 2024-01-15
sha256 = "sha256-Ofj1FS1wLTLf6rCCPbB841SSBM3wjW4tdUJD6cY0ixE=";
};
patches = edk2NvidiaPatches ++ [
# Fix Eqos driver to use correct TX clock name
Expand Down

0 comments on commit a44074f

Please sign in to comment.