Re: [edk2] [uswg] Shell 2.0 and 2.1

2015-08-17 Thread Carsey, Jaben
, August 17, 2015 10:09 AM To: Carsey, Jaben jaben.car...@intel.com; uswg u...@uefi.org Cc: edk2-devel@lists.01.org Subject: Re: [edk2] [uswg] Shell 2.0 and 2.1 Importance: High Thank you, Jaben. I have added my comments inline *From:* Carsey, Jaben [mailto:jaben.car...@intel.com

Re: [edk2] [PATCH v2 1/2] ShellPkg: force use of AARCH64 small model when building DEBUG shell

2015-08-19 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey jaben.car...@intel.com -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Ard Biesheuvel Sent: Wednesday, August 19, 2015 2:48 AM To: edk2-devel@lists.01.org; leif.lindh...@linaro.org Cc: Carsey, Jaben jaben.car

Re: [edk2] [PATCH] ShellBinPkg: Arm/AArch64 Shell binary update.

2015-08-19 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey jaben.car...@intel.com -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Leif Lindholm Sent: Wednesday, August 19, 2015 8:53 AM To: Ard Biesheuvel ard.biesheu...@linaro.org Cc: edk2-devel@lists.01.org;

Re: [edk2] [PATCH 1/3] MdePkg/Library/UefiFileHandleLib: Update the module Basename and module type to 'UEFI*'.

2015-08-24 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey jaben.car...@intel.com -Original Message- From: Qiu, Shumin Sent: Friday, August 21, 2015 1:03 AM To: edk2-devel@lists.01.org Cc: Qiu, Shumin shumin@intel.com; Carsey, Jaben jaben.car...@intel.com; Gao, Liming liming@intel.com Subject: [PATCH 1/3

Re: [edk2] [uswg] Shell 2.0 and 2.1

2015-08-17 Thread Carsey, Jaben
(note: I changed the edk2 mailing list) Daniel, A UEFI Shell 2.0 application will work fine in UEFI Shell 2.1 with no changes. To create/build a UEFI Shell 2.1 application would need to have a version of the UDK that has the updated protocol to get easy access to the new API’s that were added

Re: [edk2] TianoCore Subversion down?

2015-07-22 Thread Carsey, Jaben
18032 was just a change to maintainers.txt by me replacing Daryl as the maintainer of a few packages with myself. I can send it if necessary, but I'd say it's pretty uninteresting really... -Jaben -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf

Re: [edk2] [PATCH] ShellPkg: use UEFI_APPLICATION module type for Shell components

2015-08-25 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey jaben.car...@intel.com -Original Message- From: Ard Biesheuvel [mailto:ard.biesheu...@linaro.org] Sent: Tuesday, August 25, 2015 6:04 AM To: edk2-devel@lists.01.org; Carsey, Jaben; Qiu, Shumin Cc: Ard Biesheuvel Subject: [PATCH] ShellPkg: use UEFI_APPLICATION

Re: [edk2] [PATCH v3 2/3] MdePkg/Library/UefiFileHandleLib: Make the FileHandleGetFileName return the file name in right format.

2015-08-25 Thread Carsey, Jaben
I like the comments. Thanks for updating them! -Original Message- From: Qiu, Shumin Sent: Monday, August 24, 2015 11:39 PM To: edk2-devel@lists.01.org Cc: Qiu, Shumin; Carsey, Jaben; Gao, Liming Subject: [PATCH v3 2/3] MdePkg/Library/UefiFileHandleLib: Make the FileHandleGetFileName

Re: [edk2] [patch] MdeModulePkg/Xhci: Remove TDs from transfer ring when timeout happens

2015-08-25 Thread Carsey, Jaben
What about other error return values in *TransferResult? Both places you check for a specific set of errors, but the set is not exhaustive and if a different error occurs, will the caller know? -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of

Re: [edk2] [PATCH] ShellPkg: Refine code by initializing local variable and adding ASSERT statement.

2015-10-27 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: Qiu, Shumin > Sent: Tuesday, October 27, 2015 6:38 AM > To: edk2-devel@lists.01.org > Cc: Qiu, Shumin <shumin....@intel.com>; Carsey, Jaben > <jaben.car...@intel.com> >

Re: [edk2] EFI pe version number

2015-10-27 Thread Carsey, Jaben
Is there a reason that you don't just set the version number in the INF file for your application? There is an entry in the [DEFINES] section. I think that one is retained. > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Miller, Carl H >

Re: [edk2] [Patch] MdeModulePkg FileExplorerLib: Create file explorer library.

2015-10-28 Thread Carsey, Jaben
You need to clarify in the function header comment for ChooseFile API if the caller needs to free the returned DevicePath (File parameter). Also, ChooseFile API may fail to de-allocate memory upon some failure conditions. Reviewed-by: Jaben Carsey > -Original

Re: [edk2] [PATCH] ShellPkg: Update 'tftp' command help output and error messages

2015-10-23 Thread Carsey, Jaben
18659 Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: Shah, Tapan [mailto:tapands...@hpe.com] > Sent: Friday, October 23, 2015 1:07 PM > To: edk2-devel@lists.01.org; Carsey, Jaben <jaben.car...@intel.com> > Cc: El-Haj-Mahmou

Re: [edk2] [PATCH] ShellPkg: Refine code by initializing local variable and adding ASSERT statement.

2015-10-27 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey <jaben.car...@intel.com> -Original Message- From: Qiu, Shumin Sent: Tuesday, October 27, 2015 6:38 AM To: edk2-devel@lists.01.org Cc: Qiu, Shumin <shumin@intel.com>; Carsey, Jaben <jaben.car...@intel.com> Subject: [PATCH] She

Re: [edk2] [PATCH] PerformancePkg/Dp_App: Support dumping cumulative data

2015-11-09 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Cinnamon Shia > Sent: Monday, November 09, 2015 6:54 AM > To: edk2-devel@lists.01.org > Subject: [edk2] [PATCH] PerformancePkg/Dp_App: Support

Re: [edk2] [PATCH 4/4] AppPkg/Python-2.7.10: AppPkg.dsc, pyconfig.h, PyMod-2.7.10 (resend)

2015-11-09 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Daryl McDaniel > Sent: Saturday, November 07, 2015 11:46 AM > To: edk2-devel@lists.01.org; Carsey, Jaben <jaben.car

Re: [edk2] [PATCH 1/2] ShellPkg/UefiDpLib: Fix a DP cumulative data issue

2015-11-02 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Cinnamon Shia > Sent: Monday, November 02, 2015 1:12 AM > To: edk2-devel@lists.01.org > Subject: [edk2] [PATCH 1/2] ShellPkg/UefiDpLib: Fix a

Re: [edk2] [PATCH 1/2] ShellPkg/UefiDpLib: Fix a DP cumulative data issue

2015-11-03 Thread Carsey, Jaben
> -Original Message- > From: Zeng, Star > Sent: Monday, November 02, 2015 7:13 PM > To: Carsey, Jaben <jaben.car...@intel.com>; Cinnamon Shia > <cinnamon.s...@hpe.com>; edk2-devel@lists.01.org > Subject: Re: [edk2] [PATCH 1/2] ShellPkg/UefiDpLib: Fi

Re: [edk2] [PATCH] ShellPkg UefiDpLib: Use correct string length for the input UnicodeBuffer

2015-11-03 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: Zeng, Star > Sent: Monday, November 02, 2015 8:02 PM > To: edk2-devel@lists.01.org > Cc: Carsey, Jaben <jaben.car...@intel.com> > Subject: [PATCH] ShellPkg UefiDpLib: Use corre

Re: [edk2] [PATCH v2] MdeModulePkg: Add some common HTTP definitions

2015-10-30 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Samer El-Haj-Mahmoud > Sent: Friday, October 30, 2015 4:08 PM > To: edk2-devel@lists.01.org > Cc: Tian, Feng ; Samer

Re: [edk2] [Patch v2 1/1] AppPkg/Python remove improper characters from pyconfig.h

2015-11-03 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: Daryl McDaniel [mailto:edk2-li...@mc2research.org] > Sent: Tuesday, November 03, 2015 10:37 AM > To: edk2-devel@lists.01.org; Carsey, Jaben <jaben.car...@intel.com>; > Bjorge, Erik

Re: [edk2] [Patch 1/1] AppPkg/Python remove improper characters from pyconfig.h

2015-11-03 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: Bjorge, Erik C > Sent: Tuesday, November 03, 2015 10:43 AM > To: Daryl McDaniel <edk2-li...@mc2research.org>; edk2-devel@lists.01.org; > Carsey, Jaben <jaben.car...@intel.com>;

Re: [edk2] [PATCH v3 2/2] ShellPkg/UefiDpLib: Support dumping cumulative data

2015-11-04 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Zeng, Star > Sent: Tuesday, November 03, 2015 5:01 PM > To: Cinnamon Shia ; edk2-devel@lists.01.org > Subject: Re:

Re: [edk2] [PATCH v3 1/2] ShellPkg/UefiDpLib: Fix a DP cumulative data issue

2015-11-04 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Zeng, Star > Sent: Tuesday, November 03, 2015 5:01 PM > To: Cinnamon Shia ; edk2-devel@lists.01.org > Subject: Re:

Re: [edk2] [PATCH 2/2] ShellPkg/UefiDpLib: Support dumping cumulative data

2015-11-02 Thread Carsey, Jaben
Code looks good. I can't tell must about your UNI file change. Reviewed-by: Jaben Carsey > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Cinnamon Shia > Sent: Monday, November 02, 2015 1:12 AM > To:

[edk2] [PATCH] ShellBinPkg: Update INF with Protocols section

2015-11-05 Thread Carsey, Jaben
Shumin, Can you review this please? ShellBinPkg: Update INF with Protocols section Add missing section for the binary shell INF file. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jaben Carsey ___

Re: [edk2] [PATCH] ShellPkg: Don't strip positional parameters of quotation marks.

2015-11-06 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: Qiu, Shumin > Sent: Friday, November 06, 2015 12:06 AM > To: edk2-devel@lists.01.org > Cc: Qiu, Shumin <shumin....@intel.com>; Carsey, Jaben > <jaben.car...@intel.com> >

Re: [edk2] [PATCH] ShellPkg: Use safe string functions to refine Tftp.c code.

2015-10-14 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Qiu Shumin > Sent: Tuesday, October 13, 2015 10:00 PM > To: edk2-devel@lists.01.org > Cc: Carsey, Jaben <jaben.car

Re: [edk2] worth openning gEfiSimpleTextIinputProtocol ?

2015-10-14 Thread Carsey, Jaben
There may be multiple text in protocols. How will you know which one to open? ConIn may also be redirecting from a Unicode file, an asci file, or an environment variable if you run under the shell. Tl;dr No, don't do it. > -Original Message- > From: edk2-devel

Re: [edk2] [PATCH 1/1] AppPkg: Allow interactive Python on platforms without STDERR

2015-10-19 Thread Carsey, Jaben
> Sent: Friday, October 16, 2015 4:19 PM > To: edk2-devel@lists.01.org; Carsey, Jaben <jaben.car...@intel.com>; > Bjorge, Erik C <erik.c.bjo...@intel.com> > Subject: [edk2] [PATCH 1/1] AppPkg: Allow interactive Python on platforms > without STDERR > Importance: High &

Re: [edk2] [PATCH] ShellPkg: Corrected CatSPrint usage to prevent memory leaks.

2015-11-17 Thread Carsey, Jaben
Good catch. Reviewed-by: Jaben Carsey > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Cecil Sheng > Sent: Tuesday, November 17, 2015 4:19 PM > To: edk2-devel@lists.01.org > Cc: Cecil Sheng >

Re: [edk2] [PATCH] ShellPkg: Fix the ASSERT issue in drvcfg command.

2015-08-26 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey jaben.car...@intel.com -Original Message- From: Qiu, Shumin Sent: Tuesday, August 25, 2015 7:46 PM To: edk2-devel@lists.01.org Cc: Qiu, Shumin shumin@intel.com; Carsey, Jaben jaben.car...@intel.com Subject: [PATCH] ShellPkg: Fix the ASSERT issue

Re: [edk2] [PATCH] MdePkg: Refine UefiFileHandleLib to avoid write non-ASCII char into ASCII file.

2015-09-08 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: Qiu, Shumin > Sent: Tuesday, September 08, 2015 12:05 AM > To: edk2-devel@lists.01.org > Cc: Qiu, Shumin <shumin....@intel.com>; Carsey, Jaben > <jaben.car...@intel.com>

Re: [edk2] [PATCH 1/2] ShellPkg: Fix 'for' command fail with multiple fields.

2015-09-08 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: Qiu, Shumin > Sent: Sunday, September 06, 2015 8:06 PM > To: edk2-devel@lists.01.org > Cc: Qiu, Shumin <shumin....@intel.com>; Carsey, Jaben > <jaben.car...@intel.com>

Re: [edk2] [PATCH 2/2] ShellPkg: Fix Shell fail with redundant space following delay number.

2015-09-09 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: Qiu, Shumin > Sent: Sunday, September 06, 2015 8:06 PM > To: edk2-devel@lists.01.org > Cc: Qiu, Shumin <shumin....@intel.com>; Carsey, Jaben > <jaben.car...@intel.com>

Re: [edk2] [PATCH] ShellPkg: Rename some functions in Dp to avoid build errors

2015-09-14 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: Samer El-Haj-Mahmoud [mailto:samer.el-haj-mahm...@hpe.com] > Sent: Friday, September 11, 2015 4:53 PM > To: edk2-devel@lists.01.org > Cc: Samer El-Haj-Mahmoud <samer.el-haj-mahm...@h

Re: [edk2] [PATCH] ShellPkg: Update the help information for 'setvar' command to follow Shell behavior.

2015-09-14 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: Qiu, Shumin > Sent: Monday, September 14, 2015 1:28 AM > To: edk2-devel@lists.01.org > Cc: Carsey, Jaben <jaben.car...@intel.com>; Ni, Ruiyu <ruiyu...@intel.com> > S

Re: [edk2] [PATCH] ShellPkg: Fix Shell fail when execute command in ShellProtocol.Execute().

2015-09-16 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: Qiu, Shumin > Sent: Tuesday, September 15, 2015 10:52 PM > To: edk2-devel@lists.01.org > Cc: Qiu, Shumin <shumin@intel.com>; Ni, Ruiyu <ruiyu...@intel.com>; > Carsey,

Re: [edk2] [Patch] Nt32Pkg: Fix PlatformBootManagerLib to respect PcdShellFile.

2015-09-16 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Ruiyu Ni > Sent: Tuesday, September 15, 2015 11:10 PM > To: edk2-devel@lists.01.org > Cc: Ni, Ruiyu ; Jin, Eric

Re: [edk2] Application abort event for EFI_ABORTED

2015-09-11 Thread Carsey, Jaben
The shell does this be using SimpleTextInEx and registering for a CTRL-C keystroke. Then the interrupt from that will set another event that some applications and all long commands are watching for in a polling loop such that things can be halted. For example, the ls command checks if this

Re: [edk2] [PATCH 1/1] ShellPkg: Added SMBIOS 3.0 support in dmem

2015-09-16 Thread Carsey, Jaben
Thanks. I looked at the wrong thing somehow. Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of El- > Haj-Mahmoud, Samer > Sent: Wednesday, September 16, 2015 11:15 AM &

Re: [edk2] [PATCH 1/1] ShellPkg: Added SMBIOS 2.8 Type 17 changes to smbiosview

2015-09-16 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey > -Original Message- > From: Samer El-Haj-Mahmoud [mailto:samer.el-haj-mahm...@hp.com] > Sent: Wednesday, September 16, 2015 11:10 AM > To: edk2-devel@lists.01.org > Cc: jaben.car...@intel.com --cc=shumin@intel.com; Samer El-Haj- >

Re: [edk2] [PATCH] ShellPkg: Fix Shell does not support ASCII pipe(|a).

2015-09-11 Thread Carsey, Jaben
s.01.org > Cc: Qiu, Shumin <shumin@intel.com>; Carsey, Jaben > <jaben.car...@intel.com> > Subject: [PATCH] ShellPkg: Fix Shell does not support ASCII pipe(|a). > Importance: High > > Cc: Jaben Carsey <jaben.car...@intel.com> > Contributed-under: TianoCo

Re: [edk2] Proposal to let standalone UEFI shell application carry help inside .EFI instead of in .MAN file

2015-09-15 Thread Carsey, Jaben
, > Ruiyu > Sent: Monday, September 14, 2015 9:54 PM > To: edk2-devel@lists.01.org > Cc: Carsey, Jaben; chr...@hpe.com; Hale, Robert P; Rothman, Michael A > Subject: [edk2] Proposal to let standalone UEFI shell application carry help > inside .EFI instead of in .MAN file > > A

[edk2] ShellPkg: ShellPkg DSC update

2015-09-24 Thread Carsey, Jaben
Shumin, Can you review this? The update makes all the libs built when the package is built. (prevent future issue like where TFPT lib wouldn't build) ShellPkg: ShellPkg DSC update Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jaben Carsey

Re: [edk2] [PATCH 1/3] ShellPkg: UefiShellTftpCommandLib: fix incompatible pointer assignment

2015-09-24 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: Laszlo Ersek [mailto:ler...@redhat.com] > Sent: Thursday, September 24, 2015 2:30 PM > To: edk2-devel-01 <edk2-de...@ml01.01.org> > Cc: Carsey, Jaben <jaben.car...@intel.com>

Re: [edk2] ShellPkg: ShellPkg DSC update

2015-09-24 Thread Carsey, Jaben
That was an error on my part. I plan to revert the change and then apply the correct one. > -Original Message- > From: Laszlo Ersek [mailto:ler...@redhat.com] > Sent: Thursday, September 24, 2015 1:21 PM > To: Carsey, Jaben <jaben.car...@intel.com> > Cc: edk2-devel@

Re: [edk2] [PATCH 4/5] ShellPkg: add missing SHELL_STATUS cast

2015-12-02 Thread Carsey, Jaben
;; Zhang, Chao B <chao.b.zh...@intel.com>; Carsey, > Jaben <jaben.car...@intel.com>; Qiu, Shumin <shumin@intel.com>; Fan, > Jeff <jeff@intel.com>; Tian, Feng <feng.t...@intel.com> > Cc: Ard Biesheuvel <ard.biesheu...@linaro.org> > Subj

Re: [edk2] Where do I find the system table address for an EFI app ?

2015-12-02 Thread Carsey, Jaben
I am pretty sure it’s there in a shell app also. What entry point lib are you using to build your app? -Jaben From: Shubha Ramani [mailto:shubharam...@yahoo.com] Sent: Wednesday, December 02, 2015 9:11 AM To: Carsey, Jaben <jaben.car...@intel.com>; edk2-devel@lists.01.org Subject: Re:

Re: [edk2] [Patch] ShellPkg: Fix wrong return status for Ifconfig.c

2015-12-02 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Jiaxin Wu > Sent: Wednesday, December 02, 2015 12:54 AM > To: edk2-devel@lists.01.org > Cc: Carsey, Jaben <jaben.

Re: [edk2] [Patch 2/2] ShellPkg/mm: Fix mm to support multiple root bridge platform

2015-12-02 Thread Carsey, Jaben
I propose to rev the version of the library + 0.1 in the INF file? Reviewed-by: Jaben Carsey > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Ruiyu Ni > Sent: Tuesday, December 01, 2015 9:54 PM > To:

Re: [edk2] [Patch 0/2] Fix Shell mm command bugs

2015-12-02 Thread Carsey, Jaben
For the series (I made a tiny comment on the INF in the other patch email) Reviewed-by: Jaben Carsey > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Ruiyu Ni > Sent: Tuesday, December 01, 2015 9:54 PM > To:

Re: [edk2] MdePkg: DebugAssert enhancement

2015-12-01 Thread Carsey, Jaben
r 01, 2015 3:26 PM > To: edk2-devel@lists.01.org; Carsey, Jaben <jaben.car...@intel.com>; Gao, > Liming <liming@intel.com>; Kinney, Michael D > <michael.d.kin...@intel.com> > Subject: Re: [edk2] MdePkg: DebugAssert enhancement > Importance: High > > M

Re: [edk2] [PATCH 1/3] BaseTools/Scripts: Add ConvertUtf16ToUtf8.py script

2015-12-02 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Jordan Justen > Sent: Wednesday, December 02, 2015 2:17 PM > To: edk2-devel@lists.01.org > Cc: Carsey, Jaben <jabe

Re: [edk2] [PATCH v2 15/20] PerformancePkg: Convert all .uni files to utf-8

2015-12-04 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: Justen, Jordan L > Sent: Friday, December 04, 2015 12:14 PM > To: edk2-devel@lists.01.org > Cc: Justen, Jordan L <jordan.l.jus...@intel.com>; Daryl McDaniel li...@mc2research.org

Re: [edk2] [PATCH v2 17/20] ShellPkg: Convert all .uni files to utf-8

2015-12-04 Thread Carsey, Jaben
Agreed. that works fine too... > -Original Message- > From: Justen, Jordan L > Sent: Friday, December 04, 2015 2:14 PM > To: Carsey, Jaben <jaben.car...@intel.com>; edk2-devel@lists.01.org > Cc: Qiu, Shumin <shumin....@intel.com>; Carsey, Jaben > <jabe

Re: [edk2] [PATCH] ShellPkg: Make 'dh' support showing all spec defined protocols.

2015-12-04 Thread Carsey, Jaben
I am the author. Shumin did some final verification and fixed a bug and then sent out for review. > -Original Message- > From: Justen, Jordan L > Sent: Friday, December 04, 2015 4:11 PM > To: edk2-devel@lists.01.org > Cc: Carsey, Jaben <jaben.car...@intel.com>;

Re: [edk2] [Patch] ShellPkg: Fix ifconfig hang issue with incomplete parameters

2015-12-04 Thread Carsey, Jaben
7 PM > To: edk2-devel@lists.01.org > Cc: Leekha Shaveta <shav...@freescale.com>; Carsey, Jaben > <jaben.car...@intel.com>; Ye, Ting <ting...@intel.com> > Subject: [Patch] ShellPkg: Fix ifconfig hang issue with incomplete parameters > Importance: High > > This pa

Re: [edk2] [PATCH] ShellPkg: Refine the code to reduce time cost of 'map -r'

2015-12-03 Thread Carsey, Jaben
> -Original Message- > From: Laszlo Ersek [mailto:ler...@redhat.com] > Sent: Thursday, December 03, 2015 3:26 AM > To: Qiu, Shumin <shumin@intel.com>; edk2-de...@ml01.01.org > Cc: Carsey, Jaben <jaben.car...@intel.com> > Subject: Re: [edk2] [PATCH] Shell

Re: [edk2] [PATCH] ShellPkg: Refine the code to reduce time cost of 'map -r'

2015-12-03 Thread Carsey, Jaben
> -Original Message- > From: Laszlo Ersek [mailto:ler...@redhat.com] > Sent: Thursday, December 03, 2015 9:16 AM > To: Carsey, Jaben <jaben.car...@intel.com>; Qiu, Shumin > <shumin@intel.com>; edk2-de...@ml01.01.org > Subject: Re: [edk2] [PATCH] Shell

Re: [edk2] [PATCH] ShellPkg/Shell - Fix ASSERT() when FvSimpleFileSystemDxe is used

2015-12-11 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: Kinney, Michael D > Sent: Friday, December 11, 2015 1:24 PM > To: edk2-devel@lists.01.org > Cc: Carsey, Jaben <jaben.car...@intel.com> > Subject: [PATCH] Shel

Re: [edk2] Help in testing PCIe driver from UEFI shell

2015-12-16 Thread Carsey, Jaben
I think that you need to debug your DriverBinding.Start() and DriverBinding.Supported() APIs. Those are what gets called in your driver when 'connect' shell command it used. -Jaben > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Mahan,

Re: [edk2] [PATCH] ShellPkg: Fix a bug in smbiosview PowerSupply Characteristics

2015-12-14 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: Samer El-Haj-Mahmoud [mailto:samer.el-haj-mahm...@hpe.com] > Sent: Monday, December 14, 2015 4:24 PM > To: edk2-devel@lists.01.org > Cc: Ni, Ruiyu <ruiyu...@intel.com>; Carsey, Ja

Re: [edk2] [PATCH] ShellPkg: Use %p for smbiosview SMBIOS table addresses

2015-12-14 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: Samer El-Haj-Mahmoud [mailto:samer.el-haj-mahm...@hpe.com] > Sent: Monday, December 14, 2015 4:28 PM > To: edk2-devel@lists.01.org > Cc: Ni, Ruiyu <ruiyu...@intel.com>; Carsey, Ja

Re: [edk2] [Patch] ShellPkg/Mm: Fix build warnings

2015-12-14 Thread Carsey, Jaben
; Cc: Ni, Ruiyu <ruiyu...@intel.com>; Carsey, Jaben <jaben.car...@intel.com> > Subject: [Patch] ShellPkg/Mm: Fix build warnings > Importance: High > > Fix build warnings for potentially uninitialized local variables > in the functions ShellMmLocateIoProtocol() and ShellCo

Re: [edk2] [PATCH] ShellPkg: Fix unhandled value in switch statement

2015-12-16 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: Ard Biesheuvel [mailto:ard.biesheu...@linaro.org] > Sent: Wednesday, December 16, 2015 5:30 AM > To: Alcantara, Paulo <paulo.alc.cavalca...@hp.com> > Cc: edk2-devel@lists.01.or

Re: [edk2] [Patch] ShellPkg/Mm: Fix build warnings

2015-12-14 Thread Carsey, Jaben
Looks good. Thanks! > -Original Message- > From: Kinney, Michael D > Sent: Monday, December 14, 2015 10:14 AM > To: Carsey, Jaben <jaben.car...@intel.com>; edk2-devel@lists.01.org; Kinney, > Michael D <michael.d.kin...@intel.com> > Cc: Ni, Ruiyu <ruiyu...

Re: [edk2] [PATCH] ShellPkg Ease MAN file Title Header syntax requirements

2015-12-14 Thread Carsey, Jaben
14, 2015 11:44 AM > To: edk2-devel@lists.01.org > Cc: Carsey, Jaben <jaben.car...@intel.com> > Subject: [edk2] [PATCH] ShellPkg Ease MAN file Title Header syntax > requirements > Importance: High > > ShellPkg: Ease the shell's MAN file Title Header syntax requirements. >

Re: [edk2] [PATCH] ShellPkg: Make 'alias' can display a single alias name.

2016-01-05 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: Qiu, Shumin > Sent: Tuesday, January 5, 2016 12:33 AM > To: edk2-devel@lists.01.org > Cc: Qiu, Shumin <shumin....@intel.com>; Carsey, Jaben > <jaben.car...@intel.com> >

Re: [edk2] [PATCH] ShellPkg: Fix Shell assert when mv a file to a NULL target.

2016-01-05 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: Qiu, Shumin > Sent: Monday, January 4, 2016 8:03 PM > To: edk2-devel@lists.01.org > Cc: Qiu, Shumin <shumin....@intel.com>; Carsey, Jaben > <jaben.car...@intel.com> &g

Re: [edk2] [PATCH] ShellPkg: Refine the code format.

2015-12-30 Thread Carsey, Jaben
I think we should change 0 to CHAR_NULL in the comparison. Otherwise: Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: Ni, Ruiyu > Sent: Sunday, December 20, 2015 9:07 PM > To: Qiu, Shumin <shumin@intel.com>; edk2-devel@lists.01

Re: [edk2] [PATCH v2] ShellPkg : Add UEFI_APPLICATION module type to UefiShellInstall1CommandsLib.inf

2016-01-05 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of El- > Haj-Mahmoud, Samer > Sent: Tuesday, January 05, 2016 10:55 AM > To: edk2-devel@lists.01.org > Cc: Carsey, Jaben

Re: [edk2] [PATCH] ShellPkg : Change UefiShellInstall1CommandsLib.inf type to UEFI_APPLICATION

2015-12-21 Thread Carsey, Jaben
Shumin <shumin@intel.com>; Carsey, Jaben > <jaben.car...@intel.com>; Samer El-Haj-Mahmoud mahm...@hpe.com>; Samer El-Haj-Mahmoud <el...@hpe.com> > Subject: [PATCH] ShellPkg : Change UefiShellInstall1CommandsLib.inf type to > UEFI_APPLICATION > Importance: Hig

Re: [edk2] Simple Textoutput is not working

2015-12-18 Thread Carsey, Jaben
ay, December 17, 2015 11:19 PM > To: edk2-de...@ml01.01.org > Subject: Re: [edk2] Simple Textoutput is not working > Importance: High > > Carsey, Jaben intel.com> writes: > > > > > For a really simple experiment. If you run the HelloWorld app that i

Re: [edk2] [Patch] AppPkg/.../Python-2.7.10: Update pyconfig for Python 2.7.10 compliance.

2015-12-27 Thread Carsey, Jaben
7, 2015 4:34 PM > To: edk2-devel@lists.01.org; Carsey, Jaben <jaben.car...@intel.com>; Bjorge, > Erik C <erik.c.bjo...@intel.com> > Subject: [Patch] AppPkg/.../Python-2.7.10: Update pyconfig for Python 2.7.10 > compliance. > Importance: High > > Jaben or Erik, could yo

Re: [edk2] about UEFI Shell and NTFS filesystem

2015-12-28 Thread Carsey, Jaben
Is it possible that the NT32 file system driver is completely read only? I am not sure myself... > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > LiHongcheng > Sent: Monday, December 28, 2015 7:02 PM > To: edk2-devel@lists.01.org > Subject:

Re: [edk2] [PATCH v2 2/4] ShellPkg: Refine the code logic of 'command history'.

2015-12-21 Thread Carsey, Jaben
Can you make this into a PCD? That would be cleaner. I would like patchable be one option. > -Original Message- > From: Qiu, Shumin > Sent: Monday, December 21, 2015 7:19 AM > To: edk2-devel@lists.01.org > Cc: Qiu, Shumin <shumin@intel.com>; Carsey, Jaben >

Re: [edk2] [PATCH v2 3/4] ShellPkg: Fix memory leak in ShellProtocol.

2015-12-21 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: Qiu, Shumin > Sent: Monday, December 21, 2015 7:19 AM > To: edk2-devel@lists.01.org > Cc: Qiu, Shumin <shumin....@intel.com>; Carsey, Jaben > <jaben.car...@intel.com>; Ni,

Re: [edk2] [PATCH v2 1/4] ShellPkg: Fix memory leak in SimpleTextOutput on file.

2015-12-21 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: Qiu, Shumin > Sent: Monday, December 21, 2015 7:19 AM > To: edk2-devel@lists.01.org > Cc: Qiu, Shumin <shumin....@intel.com>; Carsey, Jaben > <jaben.car...@intel.com>; Ni,

Re: [edk2] [PATCH] ShellPkg: Add AIP IPv6 UNDI support to Shell dh

2015-12-21 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: Samer El-Haj-Mahmoud [mailto:samer.el-haj-mahm...@hpe.com] > Sent: Monday, December 21, 2015 4:22 PM > To: edk2-devel@lists.01.org > Cc: Carsey, Jaben <jaben.car...@intel.com

Re: [edk2] [PATCH] ShellPkg : Change UefiShellInstall1CommandsLib.inf type to UEFI_APPLICATION

2015-12-21 Thread Carsey, Jaben
pe.com] > Sent: Monday, December 21, 2015 5:30 PM > To: Carsey, Jaben <jaben.car...@intel.com>; edk2-devel@lists.01.org > Cc: Qiu, Shumin <shumin@intel.com>; El-Haj-Mahmoud, Samer haj-mahm...@hpe.com> > Subject: RE: [PATCH] ShellPkg : Change UefiShellInstall1CommandsLib.

Re: [edk2] Where do I find the system table address for an EFI app ?

2015-12-01 Thread Carsey, Jaben
Its passed as a parameter to the "main" function when your app starts. -Jaben > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Shubha Ramani > Sent: Tuesday, December 01, 2015 8:35 AM > To: edk2-devel@lists.01.org > Subject: Re: [edk2] Where

Re: [edk2] [PATCH] ShellBinPkg: Arm/AArch64 Shell binary update.

2015-11-23 Thread Carsey, Jaben
Not sure how to RB this ... it's fine with me to commit it. > -Original Message- > From: Ard Biesheuvel [mailto:ard.biesheu...@linaro.org] > Sent: Monday, November 23, 2015 5:22 AM > To: Leif Lindholm <leif.lindh...@linaro.org> > Cc: edk2-devel@lists.01.org; Car

Re: [edk2] [PATCH V2 2/3] PerformancePkg Dp_App: Remove TimerLib dependency

2016-06-08 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Star Zeng > Sent: Wednesday, June 08, 2016 3:24 AM > To: edk2-devel@lists.01.org > Cc: Carsey, Jaben <jaben.car

Re: [edk2] [PATCH V2 3/3] ShellPkg UefiDpLib: Remove TimerLib dependency

2016-06-08 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: Zeng, Star > Sent: Wednesday, June 08, 2016 3:24 AM > To: edk2-devel@lists.01.org > Cc: Gao, Liming <liming@intel.com>; Yao, Jiewen > <jiewen@intel.com>; Cinnamon Sh

[edk2] propose 3 new UserExtensions in the INF specification

2016-06-10 Thread Carsey, Jaben
All, I would like to propose 3 new UserExtensions in the INF specification. These would be optional sections that can be used to convey additional information about the module. This additional meta data is not expected to be used by the build. This is used by additional tools to help verify

Re: [edk2] [PATCH 0/8] Replace UnicodeStrToAsciiStr/AsciiStrToUnicodeStr

2016-06-15 Thread Carsey, Jaben
t;; Kinney, Michael D <michael.d.kin...@intel.com>; > Dong, Eric <eric.d...@intel.com>; Tian, Feng <feng.t...@intel.com>; Ni, > Ruiyu <ruiyu...@intel.com>; Fu, Siyuan <siyuan...@intel.com>; Wu, Jiaxin > <jiaxin...@intel.com>; Carsey, Jaben <jaben.car...

Re: [edk2] [PATCH V2 0/3] Remove TimerLib dependency from DP

2016-06-13 Thread Carsey, Jaben
com>; Zeng, Star <star.z...@intel.com>; > edk2-devel@lists.01.org > Cc: Carsey, Jaben <jaben.car...@intel.com>; Gao, Liming > <liming@intel.com> > Subject: Re: [edk2] [PATCH V2 0/3] Remove TimerLib dependency from DP > Importance: High > > Series reviewed b

Re: [edk2] [PATCH] MdePkg/BaseLib: Add 2 more safe string functions.

2016-06-02 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Jiewen Yao > Sent: Thursday, June 02, 2016 7:39 AM > To: edk2-devel@lists.01.org > Cc: Kinney, Michael D ; Yao,

Re: [edk2] Memory Consumption after BLT (GOP)

2016-06-01 Thread Carsey, Jaben
-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Rafael Machado > Sent: Wednesday, June 01, 2016 10:33 AM > To: Carsey, Jaben <jaben.car...@intel.com> > Cc: edk2-devel@lists.01.org > Subject: Re: [edk2] Memory Consumption after BLT (GOP) > Importance: High > > The

Re: [edk2] [PATCH v2] ShellPkg: Fix 'echo' cannot display the special characters correctly.

2016-06-22 Thread Carsey, Jaben
Very nice. I like this much more. Reviewed-by: Jaben Carsey <jaben.car...@intel.com> Ray, what do you think? -Jaben > -Original Message- > From: Qiu, Shumin > Sent: Wednesday, June 22, 2016 1:51 AM > To: edk2-devel@lists.01.org > Cc: Qiu, Shumin <shumin....@i

Re: [edk2] [PATCH] ShellPkg: Fix 'echo' cannot display the special characters correctly.

2016-06-21 Thread Carsey, Jaben
ndStatus != NULL) { > + *CommandStatus = Status; From: Qiu, Shumin Sent: Monday, June 20, 2016 8:21 PM To: Carsey, Jaben <jaben.car...@intel.com>; edk2-devel@lists.01.org Cc: Ni, Ruiyu <ruiyu...@intel.com> Subject: RE: [PATCH] ShellPkg: Fix 'echo' cannot display the special cha

Re: [edk2] [PATCH] ShellPkg: Fix 'echo' cannot display the special characters correctly.

2016-06-21 Thread Carsey, Jaben
Maybe then we should add an API to ShellCommandLib to get the raw command line? From: Qiu, Shumin Sent: Tuesday, June 21, 2016 7:55 AM To: Carsey, Jaben <jaben.car...@intel.com>; edk2-devel@lists.01.org Cc: Ni, Ruiyu <ruiyu...@intel.com> Subject: RE: [PATCH] ShellPkg: Fix 'echo' ca

Re: [edk2] [PATCH] ShellPkg: Fix 'echo' cannot display the special characters correctly.

2016-06-21 Thread Carsey, Jaben
ecial handle in ParseCommandLineToArgs for ‘echo’ command. -Shumin From: Carsey, Jaben Sent: Tuesday, June 21, 2016 10:56 PM To: Qiu, Shumin; edk2-devel@lists.01.org<mailto:edk2-devel@lists.01.org> Cc: Ni, Ruiyu; Carsey, Jaben Subject: RE: [PATCH] ShellPkg: Fix 'echo' cannot display the special cha

Re: [edk2] [PATCH] ShellPkg: Fix 'echo' cannot display the special characters correctly.

2016-06-21 Thread Carsey, Jaben
21, 2016 7:47 AM To: Carsey, Jaben <jaben.car...@intel.com>; edk2-devel@lists.01.org Cc: Ni, Ruiyu <ruiyu...@intel.com> Subject: RE: [PATCH] ShellPkg: Fix 'echo' cannot display the special characters correctly. Importance: High Hi Jaben, 'echo' should not use ShellParameterProtoc

Re: [edk2] [PATCH v2 0/2] ShellPkg: Use ".." to indicate device path is partially displayed

2016-06-17 Thread Carsey, Jaben
> -Original Message- > From: Laszlo Ersek [mailto:ler...@redhat.com] > Sent: Friday, June 17, 2016 2:22 PM > To: Ni, Ruiyu <ruiyu...@intel.com>; edk2-de...@ml01.01.org > Cc: Carsey, Jaben <jaben.car...@intel.com> > Subject: Re: [edk2] [PATCH v2 0/2] ShellPk

Re: [edk2] [PATCH] ShellPkg: Fix 'echo' cannot display the special characters correctly.

2016-06-20 Thread Carsey, Jaben
, 2016 12:30 AM > To: edk2-devel@lists.01.org > Cc: Qiu, Shumin <shumin@intel.com>; Carsey, Jaben > <jaben.car...@intel.com>; Ni, Ruiyu <ruiyu...@intel.com> > Subject: [PATCH] ShellPkg: Fix 'echo' cannot display the special characters > correctly. > Importanc

Re: [edk2] [PATCH v2 0/2] ShellPkg: Use ".." to indicate device path is partially displayed

2016-06-16 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey > -Original Message- > From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of > Ruiyu Ni > Sent: Wednesday, June 15, 2016 8:20 PM > To: edk2-devel@lists.01.org > Subject: [edk2] [PATCH v2 0/2] ShellPkg: Use ".." to

Re: [edk2] [PATCH] ShellPkg/UefiHandleParsing: Show handle's loaded image device path

2016-06-17 Thread Carsey, Jaben
Reviewed-by: Jaben Carsey <jaben.car...@intel.com> > -Original Message- > From: Ni, Ruiyu > Sent: Friday, June 17, 2016 12:59 AM > To: edk2-devel@lists.01.org > Cc: Carsey, Jaben <jaben.car...@intel.com>; Qiu, Shumin > <shumin@intel.com> > Subj

Re: [edk2] [PATCH] ShellPkg: Update 'dh' command to reflect correct driver handle information

2016-01-15 Thread Carsey, Jaben
Thanks for the Contributed-under line update. Done 19648. > -Original Message- > From: Tapan Shah [mailto:tapands...@hpe.com] > Sent: Friday, January 15, 2016 9:04 AM > To: edk2-devel@lists.01.org; Carsey, Jaben <jaben.car...@intel.com> > Cc: samer.el-haj-mah

  1   2   3   4   5   6   7   >