summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2016-09-13 19:01:58 +0000
committerwill <will@FreeBSD.org>2016-09-13 19:01:58 +0000
commite1bcca4cc9381a9ceb199ac7d5d043c26f7d7590 (patch)
treec7041d7586bfce68bea6e81c26ca0425607c063c /sys/boot
parentc8dda7d19688c57aedf6682c2196a33efa1cc666 (diff)
downloadFreeBSD-src-e1bcca4cc9381a9ceb199ac7d5d043c26f7d7590.zip
FreeBSD-src-e1bcca4cc9381a9ceb199ac7d5d043c26f7d7590.tar.gz
MFC r305484:
loader.efi: Bump the staging size to 64M. This is required on my system, which loads nvidia, vmm, and zfs, and 48M is no longer enough for that. nvidia-driver's recent update increased its size by several megabytes.
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/efi/loader/copy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/efi/loader/copy.c b/sys/boot/efi/loader/copy.c
index 128196e..8d026b3 100644
--- a/sys/boot/efi/loader/copy.c
+++ b/sys/boot/efi/loader/copy.c
@@ -40,7 +40,7 @@ __FBSDID("$FreeBSD$");
#include "loader_efi.h"
#ifndef EFI_STAGING_SIZE
-#define EFI_STAGING_SIZE 48
+#define EFI_STAGING_SIZE 64
#endif
#define STAGE_PAGES EFI_SIZE_TO_PAGES((EFI_STAGING_SIZE) * 1024 * 1024)
OpenPOWER on IntegriCloud