svn commit: r368721 - head/stand/efi/loader

Warner Losh <[email protected]> Thu, 17 Dec 2020 17:02:09 +0000 (UTC)
Newsgroups gmane.os.freebsd.devel.cvs
Message-ID <202012171702.0BHH29kD071108__42225.4670922243$1608224536$gmane$org@repo.freebsd.org>
Author: imp
Date: Thu Dec 17 17:02:09 2020
New Revision: 368721
URL: https://svnweb.freebsd.org/changeset/base/368721

Log:
  Drop EFI_STAGING_SIZE back down to 64M
  
  vmware can't cope with anything larger than 64MB. Drop this back to
  64MB everywhere but arm.
  
  PR: 251866
  MFC After: 1 week

Modified:
  head/stand/efi/loader/copy.c

Modified: head/stand/efi/loader/copy.c
==============================================================================
--- head/stand/efi/loader/copy.c	Thu Dec 17 16:52:40 2020	(r368720)
+++ head/stand/efi/loader/copy.c	Thu Dec 17 17:02:09 2020	(r368721)
@@ -174,9 +174,7 @@ out:
 #endif /* __i386__ || __amd64__ */
 
 #ifndef EFI_STAGING_SIZE
-#if defined(__amd64__)
-#define	EFI_STAGING_SIZE	100
-#elif defined(__arm__)
+#if defined(__arm__)
 #define	EFI_STAGING_SIZE	32
 #else
 #define	EFI_STAGING_SIZE	64
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"