public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [patch] BaseTools/VfrCompile: Update MAX_PATH to a bigger one
@ 2017-06-05  6:26 Dandan Bi
  2017-06-05  7:30 ` Gao, Liming
  0 siblings, 1 reply; 2+ messages in thread
From: Dandan Bi @ 2017-06-05  6:26 UTC (permalink / raw)
  To: edk2-devel; +Cc: Eric Dong, Liming Gao, Daniel D�az

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1708 bytes --]

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=579

Cc: Eric Dong <eric.dong@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Daniel Díaz <daniel.diaz@linaro.org>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
---
 BaseTools/Source/C/VfrCompile/EfiVfr.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/BaseTools/Source/C/VfrCompile/EfiVfr.h b/BaseTools/Source/C/VfrCompile/EfiVfr.h
index d187902..af03f28 100644
--- a/BaseTools/Source/C/VfrCompile/EfiVfr.h
+++ b/BaseTools/Source/C/VfrCompile/EfiVfr.h
@@ -1,9 +1,9 @@
 /** @file
 Defines and prototypes for the UEFI VFR compiler internal use.
 
-Copyright (c) 2004 - 2014, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2004 - 2017, Intel Corporation. All rights reserved.<BR>
 This program and the accompanying materials                          
 are licensed and made available under the terms and conditions of the BSD License         
 which accompanies this distribution.  The full text of the license may be found at        
 http://opensource.org/licenses/bsd-license.php                                            
                                                                                           
@@ -17,11 +17,11 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 
 #include "Common/UefiBaseTypes.h"
 #include "Common/UefiInternalFormRepresentation.h"
 #include "Common/MdeModuleHii.h"
 
-#define MAX_PATH                 255
+#define MAX_PATH                 500
 #define MAX_VFR_LINE_LEN         4096
 
 #define EFI_IFR_MAX_LENGTH       0xFF
 #define MAX_IFR_EXPRESSION_DEPTH 0x9
 
-- 
1.9.5.msysgit.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [patch] BaseTools/VfrCompile: Update MAX_PATH to a bigger one
  2017-06-05  6:26 [patch] BaseTools/VfrCompile: Update MAX_PATH to a bigger one Dandan Bi
@ 2017-06-05  7:30 ` Gao, Liming
  0 siblings, 0 replies; 2+ messages in thread
From: Gao, Liming @ 2017-06-05  7:30 UTC (permalink / raw)
  To: Bi, Dandan, edk2-devel@lists.01.org; +Cc: Dong, Eric, Daniel D?az

Dandan:
  Please use LongFilePath() to convert file path. Then, MAX_PATH limitation can be removed. 

Thanks
Liming
>-----Original Message-----
>From: Bi, Dandan
>Sent: Monday, June 05, 2017 2:26 PM
>To: edk2-devel@lists.01.org
>Cc: Dong, Eric <eric.dong@intel.com>; Gao, Liming <liming.gao@intel.com>;
>Daniel D�az <daniel.diaz@linaro.org>
>Subject: [patch] BaseTools/VfrCompile: Update MAX_PATH to a bigger one
>
>REF: https://bugzilla.tianocore.org/show_bug.cgi?id=579
>
>Cc: Eric Dong <eric.dong@intel.com>
>Cc: Liming Gao <liming.gao@intel.com>
>Cc: Daniel Díaz <daniel.diaz@linaro.org>
>Contributed-under: TianoCore Contribution Agreement 1.0
>Signed-off-by: Dandan Bi <dandan.bi@intel.com>
>---
> BaseTools/Source/C/VfrCompile/EfiVfr.h | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
>diff --git a/BaseTools/Source/C/VfrCompile/EfiVfr.h
>b/BaseTools/Source/C/VfrCompile/EfiVfr.h
>index d187902..af03f28 100644
>--- a/BaseTools/Source/C/VfrCompile/EfiVfr.h
>+++ b/BaseTools/Source/C/VfrCompile/EfiVfr.h
>@@ -1,9 +1,9 @@
> /** @file
> Defines and prototypes for the UEFI VFR compiler internal use.
>
>-Copyright (c) 2004 - 2014, Intel Corporation. All rights reserved.<BR>
>+Copyright (c) 2004 - 2017, Intel Corporation. All rights reserved.<BR>
> This program and the accompanying materials
> are licensed and made available under the terms and conditions of the BSD
>License
> which accompanies this distribution.  The full text of the license may be found
>at
> http://opensource.org/licenses/bsd-license.php
>
>@@ -17,11 +17,11 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY
>KIND, EITHER EXPRESS OR IMPLIED.
>
> #include "Common/UefiBaseTypes.h"
> #include "Common/UefiInternalFormRepresentation.h"
> #include "Common/MdeModuleHii.h"
>
>-#define MAX_PATH                 255
>+#define MAX_PATH                 500
> #define MAX_VFR_LINE_LEN         4096
>
> #define EFI_IFR_MAX_LENGTH       0xFF
> #define MAX_IFR_EXPRESSION_DEPTH 0x9
>
>--
>1.9.5.msysgit.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-06-05  7:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-05  6:26 [patch] BaseTools/VfrCompile: Update MAX_PATH to a bigger one Dandan Bi
2017-06-05  7:30 ` Gao, Liming

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox