Skip to content

Commit 43d5c05

Browse files
uefi-firmware: update edk2-uefi-dtb patch
1 parent 8e82233 commit 43d5c05

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

pkgs/uefi-firmware/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ let
8888
# using one from the kernel-dtb partition.
8989
# See: https://github.com/anduril/jetpack-nixos/pull/18
9090
# Upstream Fixed in e81614999?
91-
#./edk2-uefi-dtb.patch
91+
./edk2-uefi-dtb.patch
9292
];
9393
postPatch = lib.optionalString errorLevelInfo ''
9494
sed -i 's#PcdDebugPrintErrorLevel|.*#PcdDebugPrintErrorLevel|0x8000004F#' Platform/NVIDIA/NVIDIA.common.dsc.inc

pkgs/uefi-firmware/edk2-uefi-dtb.patch

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
1-
diff --git a/Silicon/NVIDIA/Library/DxeDtPlatformDtbLoaderLib/DxeDtPlatformDtbKernelLoaderLib.c b/Silicon/NVIDIA/Library/DxeDtPlatformDtbLoaderLib/DxeDtPlatformDtbKernelLoaderLib.c
2-
index 1defbed..d16b86e 100644
31
--- a/Silicon/NVIDIA/Library/DxeDtPlatformDtbLoaderLib/DxeDtPlatformDtbKernelLoaderLib.c
42
+++ b/Silicon/NVIDIA/Library/DxeDtPlatformDtbLoaderLib/DxeDtPlatformDtbKernelLoaderLib.c
5-
@@ -705,9 +705,7 @@ DtPlatformLoadDtb (
3+
@@ -761,7 +761,7 @@ DtPlatformLoadDtb (
64
Status = gBS->CreateEventEx (
75
EVT_NOTIFY_SIGNAL,
86
TPL_CALLBACK,
9-
- UefiDtbBoot ?
10-
- UpdateFdt :
117
- InstallFdt,
128
+ UpdateFdt,
139
NULL,

0 commit comments

Comments
 (0)