From: "Gao, Liming" <liming.gao@intel.com>
To: "Bi, Dandan" <dandan.bi@intel.com>,
"edk2-devel@lists.01.org" <edk2-devel@lists.01.org>
Cc: "Dong, Eric" <eric.dong@intel.com>, Daniel D?az <daniel.diaz@linaro.org>
Subject: Re: [patch] BaseTools/VfrCompile: Update MAX_PATH to a bigger one
Date: Mon, 5 Jun 2017 07:30:30 +0000 [thread overview]
Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14D745B98@shsmsx102.ccr.corp.intel.com> (raw)
In-Reply-To: <1496643977-368472-1-git-send-email-dandan.bi@intel.com>
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
prev parent reply other threads:[~2017-06-05 7:29 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
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 message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4A89E2EF3DFEDB4C8BFDE51014F606A14D745B98@shsmsx102.ccr.corp.intel.com \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox