Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F143626424
D14696.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
904 B
Referenced Files
None
Subscribers
None
D14696.diff
View Options
Index: head/stand/efi/include/efi.h
===================================================================
--- head/stand/efi/include/efi.h
+++ head/stand/efi/include/efi.h
@@ -59,7 +59,5 @@
*/
#define FREEBSD_BOOT_VAR_GUID \
{ 0xCFEE69AD, 0xA0DE, 0x47A9, {0x93, 0xA8, 0xF6, 0x31, 0x06, 0xF8, 0xAE, 0x99} }
-#define UEFI_BOOT_VAR_GUID \
- { 0x8be4df61, 0x93ca, 0x11d2, {0xaa, 0x0d, 0x00, 0xe0, 0x98, 0x03, 0x2b, 0x8c} }
#endif
Index: head/stand/efi/libefi/efienv.c
===================================================================
--- head/stand/efi/libefi/efienv.c
+++ head/stand/efi/libefi/efienv.c
@@ -33,7 +33,7 @@
#include <efilib.h>
static EFI_GUID FreeBSDBootVarGUID = FREEBSD_BOOT_VAR_GUID;
-static EFI_GUID GlobalBootVarGUID = UEFI_BOOT_VAR_GUID;
+static EFI_GUID GlobalBootVarGUID = EFI_GLOBAL_VARIABLE;
EFI_STATUS
efi_getenv(EFI_GUID *g, const char *v, void *data, size_t *len)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Feb 1, 2:40 AM (21 h, 6 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28254062
Default Alt Text
D14696.diff (904 B)
Attached To
Mode
D14696: libefi: UEFI_BOOT_VAR_GUID duplicates EFI_GLOBAL_VARIABLE
Attached
Detach File
Event Timeline
Log In to Comment