Skip to content

Commit

Permalink
uefi-firmware: fix Eqos driver w/ 100Base-T
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfullmer committed Oct 8, 2023
1 parent 3c35910 commit 70579a8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkgs/uefi-firmware/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@ let
url = "https://github.com/NVIDIA/edk2-nvidia/commit/9604259b0d11c049f6a3eb5365a3ae10cfb9e6d9.patch";
hash = "sha256-IfnTrQnkxFXbeHDfmQd4Umpbp9MKZI1OKi7H1Ujg8K8=";
})
# Fix Eqos driver to use correct TX clock name
# PR: https://github.com/NVIDIA/edk2-nvidia/pull/76
(fetchpatch2 {
url = "https://github.com/NVIDIA/edk2-nvidia/commit/26f50dc3f0f041d20352d1656851c77f43c7238e.patch";
hash = "sha256-nDqLJIfTii/O2KM1yLzvXIpmu5h35PEw7DTSu1CJuDA=";
})

./capsule-authentication.patch

Expand Down

0 comments on commit 70579a8

Please sign in to comment.