rusefillc 2022-01-09 22:44:22 -05:00
parent 3c73ca8dab
commit 4e7d6e2364
1 changed files with 8 additions and 4 deletions

View File

@ -257,10 +257,14 @@
#define EFI_CONSOLE_USB_DEVICE SDU1 #define EFI_CONSOLE_USB_DEVICE SDU1
// F42x has more memory, so we can: #if defined(EFI_HAS_EXT_SDRAM)
// - use compressed USB MSD image (requires 32k of memory) #define ENABLE_PERF_TRACE TRUE
// - use perf trace (requires ~16k of memory) #define LUA_USER_HEAP (1 * 1024 * 1024)
#ifdef EFI_IS_F42x #define LUA_SYSTEM_HEAP (1 * 1024 * 1024)
#elif defined(EFI_IS_F42x)
// F42x has more memory, so we can:
// - use compressed USB MSD image (requires 32k of memory)
// - use perf trace (requires ~16k of memory)
#define EFI_USE_COMPRESSED_INI_MSD #define EFI_USE_COMPRESSED_INI_MSD
#define ENABLE_PERF_TRACE TRUE #define ENABLE_PERF_TRACE TRUE