blob: df1d15901159ed4309c465f1a0e68ae57a83af34 [file] [log] [blame]
Andrew Geissler6ce62a22020-11-30 19:58:47 -06001From e19481e5a64f8915ac118899b10c40d12c0f9daa Mon Sep 17 00:00:00 2001
Andrew Geissler82c905d2020-04-13 13:39:40 -05002From: Dengke Du <dengke.du@windriver.com>
3Date: Mon, 11 Sep 2017 02:21:55 -0400
Andrew Geissler6ce62a22020-11-30 19:58:47 -06004Subject: [PATCH 3/4] ovmf: enable long path file
Andrew Geissler82c905d2020-04-13 13:39:40 -05005
6Upstream-Status: Pending
7Signed-off-by: Dengke Du <dengke.du@windriver.com>
8
9---
10 BaseTools/Source/C/Common/CommonLib.h | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13diff --git a/BaseTools/Source/C/Common/CommonLib.h b/BaseTools/Source/C/Common/CommonLib.h
14index e1cce985f7..d67d03c70c 100644
15--- a/BaseTools/Source/C/Common/CommonLib.h
16+++ b/BaseTools/Source/C/Common/CommonLib.h
17@@ -14,7 +14,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
18 #include <assert.h>
19 #define PRINTED_GUID_BUFFER_SIZE 37 // including null-termination
20
21-#define MAX_LONG_FILE_PATH 500
22+#define MAX_LONG_FILE_PATH 1023
23
24 #define MAX_UINT64 ((UINT64)0xFFFFFFFFFFFFFFFFULL)
25 #define MAX_UINT32 ((UINT32)0xFFFFFFFF)
26--
Andrew Geissler6ce62a22020-11-30 19:58:47 -0600272.28.0
Andrew Geissler82c905d2020-04-13 13:39:40 -050028